View previous topic :: View next topic |
Author |
Message |
kazakhan n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 19 Apr 2002 Posts: 12
|
Posted: Sat Dec 01, 2007 11:47 am Post subject: Thunderbird with CIFS mounted home directory [SOLVED] |
|
|
After many years procrastinating I've finally had a crack at building a single login with roaming profiles. It's been bit of a nightmare but finally almost all is working well. I'm using openldap with pam_mount for authentication and pam_mount also mounts a users home directory from the server and the clients use kdm\kde. I haven't tested every application thoroughly yet but it seems everything except for Thunderbird & Kmail is working fine. File permissions etc all seem correct and I'm unable to work out or find a solution anywhere as to why Thunderbird & Kmail refuse to load (they both seg fault with\without a profile setup).
I'm using the following to mount the users home directory which is the only change made.
/etc/security/pam_mount.conf.xml
Code: | <volume fstype="cifs" server="server" path="homes" mountpoint="/home/%(USER)" options="serverino,iocharset=utf8" /> |
It's frustrating to be so close... ![Embarassed :oops:](images/smiles/icon_redface.gif)
Last edited by kazakhan on Sun Dec 02, 2007 1:54 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Hu Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
Joined: 06 Mar 2007 Posts: 23093
|
Posted: Sat Dec 01, 2007 4:14 pm Post subject: |
|
|
You state that the program "seg faults". Do you mean specifically that it is dying from signal 11, SIGSEGV ("Segmentation fault") or just that the program dies unexpectedly? If a core file is produced, please post a backtrace. You probably need to read and follow the instructions in How to get meaningful backtraces in Gentoo first.
If you mount some other networked filesystem on the home directory, do you encounter problems? If you manually mount the CIFS volume on the home directory, rather than letting PAM do it, do you encounter problems? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kazakhan n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 19 Apr 2002 Posts: 12
|
Posted: Sun Dec 02, 2007 1:53 am Post subject: |
|
|
Quote: | You state that the program "seg faults". Do you mean specifically that it is dying from signal 11, SIGSEGV ("Segmentation fault") or just that the program dies unexpectedly? |
It was failing at line 119 of mozilla-launcher and I'm pretty certain it mentioned "Segmentation fault", I don't have the exact error message anymore.
I followed some of the info on the backtraces guide (thanks for that link) and compiled Thunderbird with debugging info after which it started up fine. I was running thunderbird-bin so obviously there is some issue using the binary ebuild in this manner. I'm going to assume Kmails failure is due to something unrelated and be happy that at least thunderbird is working now.
Thanks again ![Cool 8)](images/smiles/icon_cool.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|