Greetings!
I want to mount a serial device. To get do the data section in the device and retrieve image files. Not even root can mount.
Code:
# ls -l /dev/ttyU*
crw-rw---- 1 root uucp 188, 0 Jul 20 13:07 /dev/ttyUSB0
# mount -t fuse /dev/ttyUSB0 /media/M65
/bin/sh: /dev/ttyUSB0: Permission denied
From /var/log/mesages
Hi,
I have a usb serial adapter and was happily using minicom with it under openSUSE 11.2. I've upgraded to openSUSE 11.3 and I can only use minicom with this serial adapter as root. I had previously had problems writing to /var/lock under openSUSE 11.2 which I worked around by changing the minicom config to use /tmp as its lock file location.
Fedora 15 server minimal install
installed logwatch
Get this
/etc/cron.daily/0logwatch:
cat: /var/log/maillog: Permission denied
cat: /var/log/secure: Permission denied
cat: /var/log/messages: Permission denied
cat: /var/log/yum.log: Permission denied
-bash-4.1# ls -l /var/log
total 18440
-rw-------. 1 root root 11701 May 11 16:44 anaconda.log
-rw-------.
I have two folders in /media that I created previously, /media/usb1 and /media/usb2. Tried to create a 3rd folder today and I'm getting permission denied, using both sudo and then logged in as root.
My friend did a chmod -R 777 /var by mistake.
Hi!Just revisited a machine running arch I haven't seen for a while...syslog-ng says::: Starting Syslog-NG [BUSY] Error opening configuration file; filename='/etc/syslog-ng/syslog-ng.conf', error='Permission denied (13)'$ ls syslog-ng/ -al
total 32
drwxr-xr-x 3 root r
I recently upgraded to ubuntu 12.04 from 10.04. Under 10.04 I had no trouble using usbserial driver to connect to a device through the serial port. After the upgrade usually I cannot reset the baud rate: it is initialized to 9600, but my device needs 115200.
I am new to Linux, can anyone be kind enough to help me know how to install software from the terminal?
I tried to install java by entering the command in the terminal
sudo apt-get install openjdk-7-jdk
but i get errors ,
E:Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E:Unable to lock the administration directory (/var/lib/dpkg/), are you root?
I also tried roo
I have a Mini2440 ARM Board, and I have put a base Debian 6.0 system on it using multistrap.
I have used tmux to run several processes in defferent windows from /etc/rc.local. I connect to the board using its serial port and an inittab entry to run getty on that port.