Archive for Julho, 2008
Este é um erro comum quando tenta-se montar um filesystem exportado por um servidor Linux no AIX
root@serveraix />mount serverlinux:/my/fs/exported /my/mountpint/here
mount: 1831-008 giving up on:
serverlinux:/my/fs/exported
vmount: Operation not permitted.
Solução:
Setar opção de utilização de portas reservadas para desativado
# nfso -o nfs_use_reserved_ports=1
Bug #455223 reported by Gregoire Barbier e Milão Slanar (Fedora 8 and 9)
Bug #455375 reported by Ulrik Mikaelsson (EL 4 and EL 5)
My thanks!
All bugs are solved in version 1.23-8
New packages are temporarily available here:
- Fedora 8
- Fedora 9
- EL-4
- EL-5
Checking AIX version, ML and service pack
# oslevel -s
Checking LPP (packages)
# lppchk -v -m3
Checking ML and filesets found
# instfix -i | grep ML
Checking missing packages in ML
# instfix -icqk 5300-04_AIXML | grep “:-:”
Tip:
Checking all missing packages in all MLs
for i in $(instfix -i | grep ML | awk ‘{ print $4 }’); do instfix -icqk [...]
0509-130 Symbol resolution failed for /usr/lib/libc.a[aio_64.o]
This error occurs because the Asynchronous I/O are not available.
# lsattr -El aio0
autoconfig defined STATE to be configured at system restart True
fastpath enable State of fast path [...]
Cygwin is a Linux-like environment for Windows.
Official website: http://www.cygwin.com
Looking for Cygwin ISO I find this script (actually modified by me)
http://kairo.freeshell.org/cygwin/mkcygwiniso.sh
Script functions:
1. Get setup.exe
2. Create a cygwinlist file with package list and you can customize removing packages from list
3. Get packages
4. Create a ISO file (Full packages: Size > 800MB)
5. Clean files
Utilization
1. Run script
# sh mkcygwiniso.sh
You [...]