3
votes
1answer
65 views

Redirecting output in the shell, permissions

I have a question about permissions. Distro: Debian GNU/Linux 6.0.4 (squeeze) So I have a folder with a php script in it. Both folder and file are owned by User1 If I do this: php script.php I ...
1
vote
0answers
195 views

Network Manager don't show me Wireless connection

I've just installed on my Debian Sid with XFCE4 network manager, but I have a problem, no wireless connection are shown. What Should I do? I used to use wicd but I had problems to connect to free ...
1
vote
1answer
887 views

“Error: permission denied” error from Transmission Client

When I try downloading files with Transmission I get: I've tried searching for this problem, and everyone always says to set permissions correctly, but I've done that: This is running on a ...
2
votes
2answers
155 views

pmount not working on Debian wheezy

"Not working" might be slightly inaccurate, since it still seems to mount and umount things properly, but it's inaccessible to users other than the root user, which defeats the purpose entirely. ...
1
vote
2answers
723 views

How to allow www-data to create a folder without giving read access to the parent folder

I'm not exactly sure the right question to ask, so I'll try to explain what I'm trying to do. I have an internal web application (in PHP) that I want to be able to create a folder. The trouble is ...
1
vote
2answers
158 views

compiling with gcc broken for users but fine for root

So somewhere along the way compiling as a regular user has stopped working on my server. I'm on Debian Stable. Can't think what has changed on my system that would result in this, or how to fix it, ...
0
votes
0answers
148 views

Cannot Map W7 Drive to Samba Server: Access Denied

I tried to make separate Samba accounts with different permissions, but now I can't login at all. I tried mapping a network drive from windows 7, and it says access denied every time, even though I'm ...
1
vote
1answer
4k views

Mount USB drive (FAT32) so all users can write to it

I have a USB FAT32 drive that is on /dev/sda2. I've mounted it as /media/bigdrive however, I get permission denied whenever I try to touch a file there as a non root user. When I run mount I can see ...
10
votes
2answers
525 views

Deny flash plugin access to (a particular) webcam

I recently bought an external webcam to play around with OpenCV. It works great out of the box in Debian, but I realized that when I browse any site that contain flash content (youtube, soundcloud), ...
3
votes
1answer
1k views

How to handle network interfaces on crunchbang linux desktop?

I have installed crunchbang statler which is based on debian squeeze. By default there is network-manager-gnome 0.8.1 (/usr/bin/nm-applet I believe) running with an icon near the clock/tray area. I ...
2
votes
1answer
159 views

Daemon file access denied while it shouldn't

I recently installed a new SSL certificate and then also decided to tighten security a bit by make the private key less readable. This caused a problem with exim. The certificate is now 640 with ...
4
votes
3answers
9k views

Problem to launch java at Debian: “error while loading shared libraries: libjli.so”

I'm trying to launch java: $ java -version java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory $ ldd ...
4
votes
5answers
552 views

debian security /etc permissions

I'm setting up a debian box with shared webhhosts. These users don't have ssh permissions, just ftp. The users are allowed to use PHP and I setup suphp for that so the php processes runs under their ...
6
votes
2answers
2k views

I can't delete a file that I have write permissions for as a group member

$ touch testfile $ chmod g+w testfile $ sudo adduser user2 user1 $ stat -c'%a %A' testfile 664 -rw-rw-r-- $ su user2 Password: $ groups user2 user1 $ rm testfile rm: cannot remove `testfile': ...
1
vote
1answer
1k views

simultaneously share /dev/videoX with multiple applications?

the goal is to use the same webcam for video chat apps and for home security at the same time. Currently, the webcam is working just fine with either VLC (or mjpg-streamer) and with Kopete - just not ...