You are not logged in.
Hi
Today i did a pacman -Syu that updated qt, samba and something else that i dont remember. The problem is that after that i couldn't run openoffice. After i did a reboot i couldn't start firefox or thunderbird. Additionaly artsd crashes as soon as the kde session starts.
When i try to run firefox and thunderbird from command line i get
[insane@arch ~]$ firefox
/opt/mozilla/lib/firefox-1.5.0.4/run-mozilla.sh: line 131: 5490 Segmentation fault "$prog" ${1+"$@"}
[insane@arch ~]$ thunderbird
/opt/mozilla/lib/thunderbird-1.5.0.4/run-mozilla.sh: line 131: 5502 Segmentation fault "$prog" ${1+"$@"}
Another thing is that network shares that are mounted with cifs don't list any files. Samba service on restart fails to stop but appears to start normaly. Still no shares. And dmesg | tail doesn't report anything.
Any ideas on these please?
Offline
I had the same problem. Probably, smbclient package is broken and this cause segmentation fault in firefox and some other apps, like gnome-vfs.
You should try to downgrade to samba and smbclient 3.0.22A. It works for me.
Offline
You are right. The problem is with nmbd and wins name resolution. I removed "wins" from /etc/nsswitch.conf, restarted network and works fine now. No shares for now but i don't need them that much for now anyway.
Thank you very much
Offline
Samba is broken for me as well after the upgrade, but no segfaults or anything with Firefox.
Again, samba fails to stop, but gives a 'done' when starting. What's the easiest way to downgrade, compiling the old source or something?
Offline
Samba is broken for me as well after the upgrade, but no segfaults or anything with Firefox.
Again, samba fails to stop, but gives a 'done' when starting. What's the easiest way to downgrade, compiling the old source or something?
Look in /var/cache/pacman/pkg.
If you have the pkg.tar.gz file for the older versions of samba and smbclient, I think you can uninstall the newer version (i.e. do pacman -R) and install the older versions with:
$ pacman -A samba-3.0.22A-1.pkg.tar.gz
$ pacman -A smbclient-3.0.22A-1.pkg.tar.gz
Haven't yet had the need to do this myself, though.
"I know nothing except the fact of my ignorance."
- Socrates
Offline
Excellent, thank you!
Offline
has anyone resolved this yet?
Offline
Have been using OOo2 (regularily updated from 'main' repo) without any prob.
Same prob in this location without samba package but have smbclient installed :
$ swriter
/usr/bin/soffice: line 236: 11402 Segmentation fault "$sd_prog/$sd_binary" "$@"
Note : swriter worked fine up to when it crashed (just after I printed 2 pages from a .DOC document)
$ sdraw
/usr/bin/soffice: line 236: 11643 Segmentation fault "$sd_prog/$sd_binary" "$@"
Line 233-236 shows :
# execute soffice binary
"$sd_prog/$sd_binary" "$@" &
trap 'kill -9 $!' TERM
wait $!
$ pacman -Qs samba smb
local/gnome-vfs 2.14.2-1
The GNOME Virtual File System
local/smbclient 3.0.23-1
Tools to access a server's filespace and printers via SMB
$ uname -a
Linux llewellyn 2.6.17-beyond-LLEWELLYN #1 PREEMPT Sun Jul 2 04:39:35 CEST 2006 i686 AMD Athlon(tm) 64 Processor 3200+ AuthenticAMD GNU/Linux
Found a similar Seg fault on Debian ml. The guy having that issue solved it when he commented DRI in his xorg.conf :?: :!:
Seeded last month: Arch 50 gig, derivatives 1 gig
Desktop @3.3GHz 8 gig RAM, linux-ck
laptop #1 Atom 2 gig RAM, Arch linux stock i686 (6H w/ 6yrs old battery ) #2: ARM Tegra K1, 4 gig RAM, ChrOS
Atom Z520 2 gig RAM, OMV (Debian 7) kernel 3.16 bpo on SDHC | PGP Key: 0xFF0157D9
Offline