General :: Fstab Ignores User Option (Debian Squeeze)?
Jan 4, 2010
Trying to set my fstab so I can mount an external USB HD as a normal (non-root) user. Here's the relevant fstab line:
Code:
UUID=b122b277-e085-4f50-9ddf-051efd89e
/media/usbhdext3noauto,user,rw,exec,noatime,nodiratime00
[code]....
View 5 Replies
ADVERTISEMENT
Aug 17, 2011
However - is there such a thing as a decent HTML editor like dreamweaver? Komposer is buggy as hell - useless! Bluegriffon, well umm - screen fonts are bizarre, especially in viewing source code - brake down, multicoloured obviously a bug - no deb either, looks like a windows program install (?). This does look really good, but is unusable as I cant see in souce code view without getting a headache! Also, ignores css on links.
Seamonkey - you have to open browser then editor, then open your file. Ignores css totally. Amaya - ignores used fonts unless you re-edit - and ignores css on links. Weird way to select things as well, such as images. There must be at least one decent editor?
View 1 Replies
View Related
Jul 19, 2011
I am writing this software that creates virtual block device nodes almost like loop does. I need to allow non-superusers to mount and umount filesystems from these devices. I don't know the names of the block device nodes beforehand so i can't use fstab entries to add "user" or "owner" flags there.
Currently i solve this by providing a small suid helper tool that verifies that this is indeed "my" block device the user is trying to mount and then just call /sbin/mount or /sbin/umount to do the job. This is definitely better than setting a suid bit for the whole program but not really perfect.
View 1 Replies
View Related
Jul 17, 2010
Linux 2.6.34-12-desktop x86_64smbd: 3.5.4-4.1-2382-SUSE-SL11.3I updated from v11.2. to v11.3.However, the SMB services were no longer mounted. The reason is that the "credentials" (or "cred") option in </etc/fstab> is ignored. If I remove "credentials" and add "username=xxx,password=yyy", the services are mounted.Has "credentials" been changed in some way? Has it been renamed?
View 9 Replies
View Related
Jan 30, 2010
I'm struggling to understand an aspect of mounting and mountpoints with /etc/fstab. There is a large number of sites and threads that make recommendations using things like uid, gid, umask, and other options. These methods, however, which I've used, are file-system specific, useful only for filesystems such as (V)FAT and NTFS that allow them.My current situation is that I am mounting partition /dev/sdb5 in, let's call it /media/myMount. My goals:Mount this partition automatically upon boot using /etc/fstab...The partition should be fully accessible only to a specific user or group.What I've done is create the mount point in /media:
If user michapma were to carry out the mount, I believe it would work; however, I want the mount to happen automatically during boot. So, how can I achieve my user (or group) permission goals for this and any other such partitions using fstab?The manpage for mount has been helpful, but after reading many tutorials and forum threads, the only way I know how to do it is to have the user do the mounting or rely on the file-system specific options.
View 2 Replies
View Related
Jul 27, 2010
I obtained chromium-browser source code from sid and compiled it for Squeeze and it works but only as root which is strange. Could someone tell me why or how to make it run as user or both?
Here is the terminal output:
deniz@debian:~$ chromium-browser
[5024:5024:154624083:FATAL:chrome/browser/browser_main.cc(537)] Check failed: profile. Cannot get default profile.
Aborted
[Code]....
View 7 Replies
View Related
Feb 23, 2010
I've got a partition, let's say sdb6, which is one of the partitions of my second hard disk.On boot ubuntu only mount my boot partition, let's say sda2, which is on my first drive.Once ubuntu started if I want to mount a partition I usually click on it under the Places menu and an authorization is required.As I would like to add acl to a partition following this thread
Quote:
http://ubuntuforums.org/showthread.php?p=8787962
I've tried to add acl option to my fstab, but my /etc/fstab doesn't have any info of any of my partitions and it originaly looks like:
Quote:
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name[code]...
My goal is to mount/unmount any partition with acl loaded and graphically ,but I reached my limit on my linux knoweledge.
View 9 Replies
View Related
Jul 19, 2011
So I've been trying to get a single user to login to an FTP site I've created using proftpd and I haven't had much luck. So check this out: this only applies to one user, I can "su" to the user account so I know the password is set, and I am even able to SSH into the box as this user. This totally eliminates a bad/incorrect password and the server IS accepting connections on port 21 because I can FTP as other users. I've ruled out the client because I tried locally and using a command promptWinders but still no luck. This is what I'm seeing in the logs when I attempt to connect using an FTP client.
::ffff:192.168.1.118 UNKNOWN proftpd [18/Jul/2011:15:57:44 -0700] "USER crownftp" 331 -
Jul 18 15:57:44 ctserver-2 proftpd: pam_unix(proftpd:session): session opened for user crownftp by (uid=0)
[code]....
View 2 Replies
View Related
May 9, 2010
I have since quite a long time the problem that files using special characters in their filenames are not displayed in various applications. In console or Thunar I have a special "white questionmark in a rhombus" sign for every special character. It is an XFS partition. I have read a few times that this can be solved by using the iocharset=utf8 option in /etc/fstab, but this option is not recognized and the mount inhibited.
I used other options: utf8 as well as nls=utf8, but that was not recognized neither. What option do I need to specify to enable utf8 for XFS ? Samba works. That means I can play an MP3 file in Windows exported from the XFS disk using Samba, although the special character is then shown as "_" in Windows..
View 4 Replies
View Related
Feb 23, 2011
When i installed the new version of debian on my laptop to try it out, i noticed that i can't sudo as my main account is not in the sudoers list and i cannot put me in because i'm not sudo.
Code:
cesar@debian:~$ groups
cesar cdrom floppy audio dip video plugdev netdev powerdev scanner bluetooth
I have to enter as a root account but don't know how, plus i forgot my root password.
note. i dualboot with ubuntu 10.04 and grub is managed by it.
View 1 Replies
View Related
Jul 13, 2009
I have already started a thred here about RAID failure: RAID5 failed, system drops into limited single mode - openSUSE Forums
I was not able to boot the system until I commented /dev/md0 in fstab
Why is it so?
This is just a files sharing partition, it is not a system partition.
Is there any option to always ignore any errors and continue boot?
View 5 Replies
View Related
Jun 25, 2010
what's the effect of uhelper=udisks option in fstab file is? Except udisks what can i use?
View 4 Replies
View Related
Sep 4, 2009
Our office just switched from CentOs to Fedora and I'm trying to get everything set up. Everything is working so farbut im having a problem with my mounted cifs drives. They mount ok, I made directories in /mnt where the drives are readable and accessible. I'm only missing the shortcuts to the mounted drives in nautilus and on the desktop. I've checked the gconf editor and the volumes should be visible.Is there an extra option i have to add in the fstab line to get the shortcuts or something like that?
View 2 Replies
View Related
Jan 5, 2010
What would be the best way list disk and partitions in the fstab file?
View 1 Replies
View Related
Jun 16, 2011
How you lock your screen, there is an option to switch user? well i wanna disable it because my brother always switches it and it slows down my computer
View 3 Replies
View Related
Jan 21, 2010
- When using SU - , I need the option to show the full user path (root user, home dir, etc..), not just root@name. Is there one?
-If not in sudoers file, how can a user get in to edit a file for example. Is that possible?
-Does service ssh restart disconnect users?
View 6 Replies
View Related
Nov 21, 2010
After running "aptitude upgrade" I have been getting a message lately such as "There are x updates available, it is recommended to update your system". But, running aptitude update/upgrade again afterwards, aptitude ignores these supposedly available updates to the system. How can I clear up this situation?. I am using the latest Debian Squeeze distro
View 5 Replies
View Related
Jun 23, 2015
I have used the Tweak Tool to configure Gnome to use bold fonts for Window titles and Interface, but Gnome only applies the regular version of the font. Meanwhile, both Firefox and Thunderbird obey the settings.
View 4 Replies
View Related
Aug 12, 2011
I've accidentaly corrupted my fstab and cut the ends of lines. There are now disk uid, mount point, filesystem for root and swap, but the mount parameters are missing.The system boots as readonly. What are default fstab mount parameters in Debian for ext4 root and swap?
View 1 Replies
View Related
Apr 11, 2011
A friend of mine put up a bunch of mkv files on a public server, how can i download them all with one wget command?
I have tried
wget -r [path]
which simply grabs the index file, robots.txt and skips the mkvs. I also tried
wget -r -A.mkv
If i try getting a individual file directly it works fine, what am i doing wrong here?
View 1 Replies
View Related
Mar 29, 2009
I have two NTFS volumes I want to automount at boot. I can't get my user account to mount them in Fedora 10. I keep getting the message that the two lines I have edited in fstab are bad. The volumes are sda2 and sda8, and the volume names are SPACELAB and Spaceman. I also need to be able to mount an NTFS usb drive from time to time. I am getting frustrated, so I have posted my fstab file below,
#
# /etc/fstab
# Created by anaconda on Sun Mar 1 12:44:11 2009
#
[code]....
View 13 Replies
View Related
Mar 2, 2010
i used opensuse 11.1 ...there is option for root user to create password for root...but for ubuntu i did not find anything like that...so how can i create root password....or how can i use root
View 1 Replies
View Related
May 31, 2010
For the purpose of running a transmission daemon I have a user called torrent.
I've chowned the download folder and all its contents to torrent:torrent and set permissions so that user/group can read/write.
The transmission daemon is running as the user torrent but I get a "permission denied" error when trying to download. It also won't seed because it can't read the files.
I've tried su-ing as torrent and viewing the folder, I can't do that either but when I use "ls -al" as an administrative user I get "-rwxrwxr-x 1 torrent torrent" or "drwxrwxr-x 4 torrent torrent" (if it's a directory).
This happened after a big upgrade but I can't work out what's going on. I previously had a user called "transmission" doing the same but decided to try deleting that user and starting again to get it to work. As you can see, no such luck.
View 2 Replies
View Related
Apr 10, 2011
I am still running the linux-image-2.6.32-5-686 kernel a computer with squeeze. I installed squeeze on it when it was unstable. I would like to bring up to the new stable state.Should I do apt-get install linux-image-2.6.32-5-686or should Iapt-get dist-upgrade
View 1 Replies
View Related
Feb 12, 2010
I just did an update of my Debian system from lenny to squeeze as described here. I got some errors during the install, saying that glibc couldn't be updated. I did an apt-get -f install, which gives me the following warning: WARNING: this version of the GNU libc requires kernel version 2.6.18 or later. Please upgrade your kernel before installing glibc.
The installation of a 2.6 kernel could ask you to install a new libc first, this is NOT a bug, and should NOT be reported. In that case, please add lenny sources to your /etc/apt/sources.list and run: apt-get install -t lenny linux-image-2.6 Then reboot into this new kernel, and proceed with your upgrade dpkg: error processing /var/cache/apt/archives/libc6_2.10.2-2_i386.deb (--unpack): subprocess new pre-installation script returned error exit status 1 Errors were encountered while processing:
[Code]...
View 2 Replies
View Related
Nov 9, 2010
I have an Acer Aspire 5542 & I decided to move from Ubuntu to Debian Squeeze .Everything is working fine bar the hdmi port .When installing Squeeze I used the Radeon driver (open source one,),That installed correctly but when I select dual monitors the OS picks it up but the TV itself just stays black.The graphics card is Ati Radeon HD 4200Here is my xorg.conf file
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
[code].....
View 1 Replies
View Related
Jul 31, 2011
Okay, so today I decided I was bored with my current Fedora 15 installation and tried a little distro hopping. Eventually I ended up at Debian Squeeze. I downloaded the cd version as a net install won't work because of driver issues. I used the graphical interface to install it.When it finished installing I booted it up, made sure everything was working. Now in all my past I think 6 linux installations, all I had to do to get the internet working was move a file someone gave me a while to my /lib/firmware. I'm not sure if this is the problem, but no matter what, where ever I go, I can't find an actual manager to connect to the internet. This might be a stupid question to a lot of people, but I'm stumped. There is nothing in the menu's.
Now I've been working with GNU/Linux for almost a year now and have come across many problems, but never like this. I've Googled up and down, and searched the forums here and still nothing. I've looked in the menu's and the only network related thing is network-proxy. Just for kicks I also tried
View 11 Replies
View Related
Jan 15, 2010
I've had two hd's in my box forever. for more space and backup reasons. Well I have started running the Debian Squeeze distro since December. I've had many issues, some are still unresolved. but now I'm running into major headaches with the fstab. Specifically dealing with/wondering why UUID's are used instead of the old /dev/hd? I was a little annoyed when I tried Kubuntu to find /dev/sd? used instead of /dev/hd? but that was workable. But the UUID's are a nightmare. Here's my problem.
My main box is finally giving up the ghost. The mobo is dying. So in order to do some tests I took my hd bundle (my two hard drives with their cables) physically out of the box and temp installed them in a test box. I wanted to do some benchmark and other tests. I got all kinds of errors. I found that the system wasn't recognizing the UUID's listed in fstab. My concern is when the new mobo gets here next week I won't simply be able to plug the hd's in like I always have been and just let Linux reconfigure itself (Debian used to be good about this). I really don't want to have to clean reinstall if it's not needed.
So for this I have two questions. WHY developers decided to drop using /dev/hd? or even /dev/sd? ?
And is it possible to revert fstab's listings back to the old /dev/hd? settings. In debian fstab had lines commented out showing how each partition was listed in it's /dev/hd? status during install.
I'm getting really sick of all these archane changes in ALL aspects of linux that don't seem to have any good explaination or need.
View 4 Replies
View Related
Nov 11, 2010
I recently installed Debian Squeeze on Acer Aspire 5542 , it has a Ati Radeon HD 4200 graphics card
I want to install the fglrx drivers , I apt-get install fglrx-driver, fglrx-glx & fglrx-control , The packages & dependencies download fine but when apt tries to install them the fglrx-modules-dkms fails .
The Kernel is 2.6.35.
View 2 Replies
View Related
Jul 31, 2011
Another noob question i guess, i've installed debian squeeze on an old laptop i have but unlike ubuntu, theres no network manager icon :S
When i use ubuntu i just right click on the network manager icon to set up my mobile broadband connection but with Debian i cant (because there's no applet) . Is there any way to make the network applet appear so i can do that ?
View 8 Replies
View Related