Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#19363 - [smbnetfs] /proc gone after '/etc/rc.d/smbnetfs stop'
Attached to Project:
Community Packages
Opened by Philipp (hollunder) - Wednesday, 05 May 2010, 08:32 GMT
Last edited by Sergej Pupykin (sergej) - Thursday, 06 May 2010, 09:06 GMT
Opened by Philipp (hollunder) - Wednesday, 05 May 2010, 08:32 GMT
Last edited by Sergej Pupykin (sergej) - Thursday, 06 May 2010, 09:06 GMT
|
DetailsDescription:
/proc gone after '/etc/rc.d/smbnetfs stop' Result is an unusable system. I only tried it using an rt-kernel, but I doubt that's at fault. For now I just removed that piece of crap, no interest in debugging it. Additional info: * package version(s) 0.5.2 on x86_64 * config and/or log files etc. Steps to reproduce: '/etc/rc.d/smbnetfs stop' as root was all that was necessary to get a broken system. |
This task depends upon
I did find a conf file. Logs are gone since they are by default written to /tmp
At first it was part of a script, it took a couple of tries until I found the culprit.
Each time /proc was missing and not even a normal reboot would work.
I never noticed it at normal shutdown where I guess it would get stopped as well.
I guess I should try it with the stock kernel after all.
$ sh -x /etc/rc.d/smbnetfs stop 2>/tmp/out.txt
and send /tmp/out.txt
Either it was some setting that's gone after removing/re-installing smbnetfs or it was something weird with that particular version of the preempt-rt patched kernel.
I'm sorry for the trouble.