Did a full flash on my new-ish 1GHz. Worked flawlessly. I'll try the upgrade OS-thing with the other one.
Hmm I don't recall having issues with cifs mounted samba shares since upgrading, will test this more when I get home.Something broke cifs. I cannot find mount.cifs and gigolo returns a timeout, but doesn't wait even a second.
Please can someone confirm this?
Mine is working fine with SZ 1.71. Just tested it out the other day.Hmm I don't recall having issues with cifs mounted samba shares since upgrading, will test this more when I get home.Something broke cifs. I cannot find mount.cifs and gigolo returns a timeout, but doesn't wait even a second.
Please can someone confirm this?
I can't image how you get that, I'm heavy cifs user myself and have no problems with it.Its says "wrong filesystem", my assumption was that cifs-utils always installs mount.cifs command (although it's just an "alias" for mount), seems like the whole package isn't present in my system.
Same for me, although it didn't happen in the beginning. Doesn't appear to be hurting anything though, for the rest it's working like a charm.When I shut down my Pandora, from time to time there's a big block of white text that shows over the desktop.
It's quick, but it says "Failed to execute login command"
Alright, if you feel curious about this I will provide as much info as I can. But I don-t have a spare card to run the firmware and every time I screw things I end with an useless unit.I can't image how you get that, I'm heavy cifs user myself and have no problems with it.Its says "wrong filesystem", my assumption was that cifs-utils always installs mount.cifs command (although it's just an "alias" for mount), seems like the whole package isn't present in my system.
Just tried on a (almost) freshly flashed CC unit. No cifs related packages installed (except module for 2.6 kernel), mount.cifs command not available. Ran "sudo mount -t cifs //10.0.1.1/pnd /mnt/tmp" and it mounted fine. Checked lsmod before and after the command and can see that cifs kernel module was autoloaded, as expected.
Maybe you're somehow booting some wrong kernel? What does "uname -a" and "lsmod" report?
Mmmh, let's see ...Do you see cifs in "lsmod" list?
What's in "dmesg | tail" output?
You also need to specify "-o username=" and maybe other parameters (depending on server) when mounting without mount.cifs, as mount.cifs probably figures some of them out..
I've just tried installing cifs and it indeed broke PNDs just after running mount.cifs once, real strange.. I'm not sure what happens exactly, but it's exposing bugs in pnd_run.sh at least for sure .. I've updated mount.aufs/aufs-util that mount.cifs is somehow triggering to fail and fixed pnd_run.sh bug. You can try installing cifs after running all updates, it works for me now, at least..
sudo mount -t cifs -o username=guest,sec=ntlm,password= //192.168.0.100/files/ /mnt/files