Posts

Showing posts from September 29, 2018

cannot view folder after sshfs mount in /etc/fstab

Image
Clash Royale CLAN TAG #URR8PPP up vote 0 down vote favorite I wanted to mount permanently a ssh driver. in my /etc/fstab I added the following line. sshfs#ubuntu@xx.xx.xx.xx:/ /home/me/EC2 fuse user,_netdev,IdentityFile=/home/me/.ssh/magento.pem,uid=root,umask=0770 0 0 But after reboot I cannot open the driver and get this error : You do not have the permissions necessary to view the contents of “EC2”. permissions mount ssh fstab share | improve this question edited Feb 21 at 6:42 dpb 4,909 1 15 45 asked Feb 13 at 9:38 user2997418 113 3 A umask is a bitwise complement of the permissions that you want - so my guess is you'd need umask=0007 (although 0027 or 0022 would likely be more standard). See for example Setting umask for sshfs mount (note in particular the comment "If setting non-executable umask bit it won't be possible to list directories...

Unable to get wifi working on Ubuntu 16.04. Network unclaimed problem

Image
Clash Royale CLAN TAG #URR8PPP up vote 0 down vote favorite I have a dual boot Windows 10 and Ubuntu 16.04. Wifi is fully operational on Windows, however, there is no option to enable wifi in the top right corner of the screen. Based on my little Ubuntu knowledge, this seems to be the problem: sudo lshw -C network *-network description: Ethernet interface product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller vendor: Realtek Semiconductor Co., Ltd. physical id: 0 bus info: pci@0000:01:00.0 logical name: eno1 version: 15 serial: f4:30:b9:9f:32:8e size: 10Mbit/s capacity: 1Gbit/s width: 64 bits clock: 33MHz capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=r8168 driverversion=8.045.08-NAPI duplex=half latency=0 link=no multicast=yes port=twisted pair speed=10Mbit/s resources: irq:171 ioport:2000(size=256) memory:...

Missing settings in GNOME control center installed in Ubuntu MATE

Image
Clash Royale CLAN TAG #URR8PPP up vote 1 down vote favorite 1 I installed GNOME Control Center following this instructions to access Google Drive in Ubuntu MATE 16.04 LTS (MATE desktop environment 1.12.1) The problem is GNOME Control Center is only showing language support, printers, firewall setup and backups... not online accounts or other settings. This is what I get: ~$ gnome-control-center gnome-online-accounts ** (gnome-control-center:5744): WARNING **: Ignoring launcher landscape-client-settings (missing desktop file) ** (gnome-control-center:5744): WARNING **: Invalid categories System;Settings; for panel software-properties-gtk.desktop ** (gnome-control-center:5744): WARNING **: Ignoring launcher ubuntuone-installer (missing desktop file) ** (gnome-control-center:5744): WARNING **: Could not find settings panel "gnome-online-accounts" Any ideas? Thanks! gnome mate google-drive gnome-control-center share | improve this question edited Feb 14 ...