1. Soal Auth user gw saat menggunakan "graphical user interface" untuk mengadministrasi OS (misal menjalankan synaptic)
akan muncul error box yang berisikan unable to copy the user's Xauthorization file
untuk mengatasinya cukup dengan mengkonfigurasikan ulang xauth dan men chown file tersebut ke user
root@tarantula:~# dpkg-reconfigure xauth
chown y3dips.y3dips /home/y3dips/.Xauthority
2. Tidak suksesnya melakukan installasi ubuntu-keyring
Setting up ubuntu-keyring (2007.06.11) ...cara untuk mengatasinya adalah menghapus libreadline, kemudian mengkonfigurasikan ulang library tersebut dengan ldconfig
gpg: symbol lookup error: /usr/local/lib/libreadline.so.5: undefined symbol: BC
gpg: symbol lookup error: /usr/local/lib/libreadline.so.5: undefined symbol: BC
dpkg: error processing ubuntu-keyring (--configure):
subprocess post-installation script returned error exit status 127
Setting up kernel-package (11.001) ...
Errors were encountered while processing:
ubuntu-keyring
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@tarantula:/usr/local/lib# rm -rf libreadline.*
root@tarantula:/usr/local/lib# ldconfig
root@tarantula:/usr/local/lib# apt-get -f install
---- truncated ----
After unpacking 0B of additional disk space will be used.
Setting up ubuntu-keyring (2007.06.11) ...
gpg: key 437D05B5: "Ubuntu Archive Automatic Signing Key" not changed
gpg: key FBB75451: "Ubuntu CD Image Automatic Signing Key" not changed
gpg: Total number processed: 2
gpg: unchanged: 2
Oh iya, aku tidak menggunakan kernel gutsy (kernel 2.6.22-14 ) ,tetapi masih memakai ( 2.6.20-15 ), karena permasalahan saat booting (blank screen?). Mungkin akan di coba kompile dari vannila kernel aja nanti ..
y3dips@tarantula:~$ uname -a
Linux tarantula 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 GNU/Linux
y3dips@tarantula:~$ cat /etc/issue
Ubuntu 7.10 \n \l
now, just looking for another anomaly :)
No comments:
Post a Comment