miraceti New Member
 member is offline
Joined: Jan 2011 Gender: Male  Posts: 13
|  | Re: ReadyNAS problem « Reply #15 on Jan 24, 2011, 8:57pm » | |
Still no go unfortunately, .gvfs is empty.
A bit more info:
At some point I enabled the "Save sessions for future logins" and now that it's disabled it still remembers the previous session.
| |
|
Anthony Nordquist Administrator
     member is offline
![[homepage] [homepage]](http://images.proboards.com/new/buttons/www_sm.png) Joined: Dec 2010 Gender: Male  Posts: 1,336
|  | Re: ReadyNAS problem « Reply #16 on Jan 24, 2011, 9:09pm » | |
You can stop Xfce from remembering things by editing the config file mousepad $HOME/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml just change SaveOnExit to "false". This shouldn't be happening either, this is really strange. What image build did you install SalineOS with beta 1-5 RC1 or 1.0?
| |
|
miraceti New Member
 member is offline
Joined: Jan 2011 Gender: Male  Posts: 13
|  | Re: ReadyNAS problem « Reply #17 on Jan 24, 2011, 9:12pm » | |
I installed version 1.0 64 bit from the download link on your home page then i used bit torrent. Ta for the heads up re the saving sessions, the setting was already set to False and it still remembers the previous setting. This is not a major issue of course, but it might have some impact on the problem with the nas.
| |
|
Anthony Nordquist Administrator
     member is offline
![[homepage] [homepage]](http://images.proboards.com/new/buttons/www_sm.png) Joined: Dec 2010 Gender: Male  Posts: 1,336
|  | Re: ReadyNAS problem « Reply #18 on Jan 25, 2011, 6:17pm » | |
Xfce will assume that you wanted to keep loading the last session you saved, instead of not loading any. This is the default behavior .. Its kinda strange I know this is why I disable saving sessions by default. You can make it stop loading that session by inputting this line in your terminal rm -rf $HOME/.cache/sessions . Sorry I forgot about this little tidbit last time.
If you would enter these commands in this order and reboot and then try and mount your network share for me that would be great. Run this as your user : rm -rf $HOME/.local/share/gvfs-metadata su and input your root password then run this rm -rf /root/.local/share/gvfs-metadata
| |
|
miraceti New Member
 member is offline
Joined: Jan 2011 Gender: Male  Posts: 13
|  | Re: ReadyNAS problem « Reply #19 on Jan 25, 2011, 7:55pm » | |
Sorry Anthony but that did not work, .gvfs is still empty and no connection can be made from gigolo, when I double click the icon in gigolo nothing happens.
I've been trying to mount the nas using the mount command but no luck there either, it keeps giving a permissions error.
Folr example
root@SalineOS:/home/bevan# mount -t cifs //192.168.1.252/backup /home/bevan/nas -o guest mount error(13): Permission denied Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) root@SalineOS:/home/bevan#
| |
|