[Bug 1800043] Re: nautilus cannot write on nfs file share base dir
Sorry for delay : as of today : Spychea ~ » lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 19.04 Release:19.04 Codename: disco Spychea ~ » nautilus --version GNOME nautilus 3.32.1 Spychea ~ » gio info -f /nfs/Download attributs : filesystem::size: 5897253478400 filesystem::free: 2102894526464 filesystem::type: nfs filesystem::used: 3794193195008 filesystem::remote: FALSE Spychea ~ » gio info -f /nfs/Documents_Feydreva attributs : filesystem::size: 5897253478400 filesystem::free: 2102894526464 filesystem::type: nfs filesystem::used: 3794193195008 filesystem::remote: FALSE Spychea ~ » I use thunar as my default file manager now. Some program use Nautilus when saving, so I have pb with them too -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1800043 Title: nautilus cannot write on nfs file share base dir To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1800043/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1800043] Re: nautilus cannot write on nfs file share base dir
Hello, I m the original writter for https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1759299 and https://askubuntu.com/questions/1000973/nautilus-cannot-write-into-1st-directory-of-a-nfs-share While It was submitted for Ubuntu 18.10, I still have the issue with Ubuntu 18.10 Spychea ~ » cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.10 DISTRIB_CODENAME=cosmic DISTRIB_DESCRIPTION="Ubuntu 18.10" Spychea ~ » apt-cache policy nautilus nautilus: Installé : 1:3.26.4-0ubuntu7.1 Candidat : 1:3.26.4-0ubuntu7.1 Table de version : *** 1:3.26.4-0ubuntu7.1 500 500 http://fr.archive.ubuntu.com/ubuntu cosmic-updates/main amd64 Packages 100 /var/lib/dpkg/status 1:3.26.4-0ubuntu7 500 500 http://fr.archive.ubuntu.com/ubuntu cosmic/main amd64 Packages I have no issue with PCManFM for the file manager.. but applications on ubuntu uses Nautilus to "save file", so I cannot save file on 1st folder of NFS share. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1800043 Title: nautilus cannot write on nfs file share base dir To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1800043/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1759299] Re: Nautilus cannnot modify file in 1st folder of NFS share
*** This bug is a duplicate of bug 1800043 *** https://bugs.launchpad.net/bugs/1800043 for information I still have the issue with Ubuntu 18.10 Spychea ~ » apt-cache policy nautilus nautilus: Installé : 1:3.26.4-0ubuntu7.1 Candidat : 1:3.26.4-0ubuntu7.1 Table de version : *** 1:3.26.4-0ubuntu7.1 500 500 http://fr.archive.ubuntu.com/ubuntu cosmic-updates/main amd64 Packages 100 /var/lib/dpkg/status 1:3.26.4-0ubuntu7 500 500 http://fr.archive.ubuntu.com/ubuntu cosmic/main amd64 Packages no issue with PCManFM for the file manager.. but applications on ubuntu uses Nautilus to "save file", so I cannot save file on 1st folder of NFS share. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1759299 Title: Nautilus cannnot modify file in 1st folder of NFS share To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1759299/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1759299] [NEW] Nautilus cannnot modify file in 1st folder of NFS share
Public bug reported: It seems nautilus cannot write / modify the mainfolder of a NFS share. Other sub folder are ok. There is my original post on Ask Ubuntu https://askubuntu.com/questions/1000973/nautilus-cannot-write-into-1st-directory-of-a-nfs-share/1012455#1012455 I have a synology NAS. On the client I create the directory : mkdir /media/feydreva/download chown -R feydreva /media/feydreva chmod 777 /media/feydreva/download I can mount my NFS without any issue : sudo mount -t nfs 10.2.1.3:/volume1/download /media/feydreva/download I can create file and directories into it mkdir /media/feydreva/download/AAA touch /media/feydreva/download/.test But, when I use ubuntu explorer (nautilus), annd I go to that directory, I cannot create new folder. I cannot save file into it. I can go into the AAA directory, and here I can create folder and save file. Interresting thing is that with Libreoffice, I can create a directory and save a file into /media/feydreva/download/ ,only nautilus cannot. id : uid=1026(feydreva) gid=1000(feydreva) groupes=1000(feydreva),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),118(lpadmin),128(sambashare) getfacl : suppression du premier « / » des noms de chemins absolus # file: media/feydreva/download # owner: feydreva # group: feydreva user::rwx group::r-x other::r-x so today (02022018) : I tried changing the uid of "feydreva" my PC, to match the one of "feydreva" on the NAS. So i changee the uid to 1026. I did a sudo chown -R feydreva:feydreva /media/feydreva/download I still have the same exact issue: cannot write on /media/feydreva/download, but can in /media/feydreva/download/ using nautilus, works fine in console/bsh or libreoffice.. Basicaly, any other program can modify in the NFS share except Nautilus. PCManFM works properly Spychea ~ » lsb_release -rd Description:Ubuntu 17.10 Release:17.10 Spychea ~ » apt-cache policy nautilus nautilus: Installé : 1:3.26.0-0ubuntu1 Candidat : 1:3.26.0-0ubuntu1 Table de version : *** 1:3.26.0-0ubuntu1 500 500 http://fr.archive.ubuntu.com/ubuntu artful/main amd64 Packages 100 /var/lib/dpkg/status other user have the same issue : https://askubuntu.com/questions/1000973/nautilus-cannot-write-into-1st- directory-of-a-nfs-share/1012455#1012455 https://forum.ubuntu-fr.org/viewtopic.php?pid=21894498#p21894498 https://ubuntuforums.org/showthread.php?t=2375595 https://ubuntuforums.org/showthread.php?t=2376235&p=13705851 Thank you Feydreva ProblemType: Bug DistroRelease: Ubuntu 17.10 Package: nautilus 1:3.26.0-0ubuntu1 ProcVersionSignature: Ubuntu 4.13.0-37.42-generic 4.13.13 Uname: Linux 4.13.0-37-generic x86_64 NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia ApportVersion: 2.20.7-0ubuntu3.7 Architecture: amd64 CurrentDesktop: ubuntu:GNOME Date: Tue Mar 27 17:06:31 2018 EcryptfsInUse: Yes InstallationDate: Installed on 2018-01-29 (57 days ago) InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20180105.1) ProcEnviron: PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=fr_FR.UTF-8 SHELL=/usr/bin/zsh SourcePackage: nautilus UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: nautilus (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug artful -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1759299 Title: Nautilus cannnot modify file in 1st folder of NFS share To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1759299/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 296649] [NEW] ruby-taglib not present is repositories
Public bug reported: I have the universe activated on apt source. after a apt-cache search ruby-taglib, it says this package does not exists hum ok, i have to install libtagc0-ruby to get ruby-taglib. There is no way to get apt to say, ruby-tarlib is part of libtagc0-ruby, please install libtagc0-ruby ?? Instead of having to google it and see that... ** Affects: ruby-taglib (Ubuntu) Importance: Undecided Status: New ** Description changed: - I have the unnuverse activated on apt source. - after a apt-cache search ruby-taglib, it says thgis package does not exists + I have the universe activated on apt source. + after a apt-cache search ruby-taglib, it says this package does not exists + + + hum ok, i have to install libtagc0-ruby to get ruby-taglib. + + There is no way to get apt to say, ruby-tarlib is part of libtagc0-ruby, please install libtagc0-ruby ?? + Instead of having to google it and see that... -- ruby-taglib not present is repositories https://bugs.launchpad.net/bugs/296649 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs