General :: Errors : "can't Open /dev/tty2 : No Such Device Or Address "
Jun 29, 2010
Error occurred while booting from QEMU. I am building a minimalistic linux kernel using virtual hard disk. GRUB was loaded successfully. But while booting kernel, I got the following errors :
"can't open /dev/tty2 : No such device or address "
"can't open /dev/tty3 : No such device or address "
"can't open /dev/tty4 : No such device or address "
I, then created these files using mknod. Still the same errors occur.
View 2 Replies
ADVERTISEMENT
Jan 7, 2011
Unfortunately accidentaly I disconnected my usb drive my computer and my VMs run from so I just rebooted for a quick fix Now I can't open virt-manager locally and the VM's can't get network connections I see this in the logs after the last two reboots
Code:
grep lxc /var/log/messages |tail -n 2
Jan 7 00:45:04 F820 libvirtd: 00:45:04.524: warning : lxcStartup:1895 : Unable to create cgroup for driver: No such device or address
Jan 7 11:52:53 F820 libvirtd: 11:52:53.325: warning : lxcStartup:1895 : Unable to create cgroup for driver: No such device or address
[code]...
I tried restarting libvirtd after with no love so I rebooted and cgroup was gone this was a clean install of F14, after this started I brought the system current, I can provide the packages installed but they errors didnt change
View 1 Replies
View Related
Apr 3, 2011
Last night, OSSEC sent me some warning emails related to bad hard disk:Code:Apr 3 20:26:58 207 kernel: sd 0:0:0:0: SCSI error: return code = 0x06000000
Code:
Apr 3 21:57:52 207 kernel: EXT3-fs error (device sda1): ext3_get_inode_loc: unable to read inode block - inode=299533439, block=599064613
[code]....
View 1 Replies
View Related
Apr 26, 2011
If I'm in tty1, is it possible to take a screenshot of tty2? If I'm in tty1, can I take a screenshot of tty7 (which has xorg running in it)?
View 3 Replies
View Related
Oct 22, 2009
after a yum update on my CentOS 5.3 I got this error when shutting down eth0 on reboot...
Shutting down interace eth0: Device eth0 has MAC address XXX instead of configured address XXX ignoring [FAILED]
View 2 Replies
View Related
Feb 10, 2011
[root@servers guest]# /bin/mount -o -uid=root,gid=root,username=userid,password=user1passwd //172.16.1.212/backup/user1backup /mnt/tmp
retrying with upper case share name
mount error 6 = No such device or address
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
[root@servers guest]#
I also tried:
[root@servers guest]# /bin/mount -t cifs -o -uid=root,gid=root,username=user1,password=user1pass //172.16.1.212/backup/user1backup /mnt/tmp
but no luck!
View 4 Replies
View Related
Mar 16, 2011
Ubuntu was a good choice for free server O/S. I am currently downloading it. My ISP wants to bind my static IP to a MAC address of the device that will be making my connection for me. Should my server be behind my router or in front of it? I kinda wanted it to be the access point and be able to monitor the usage from all the terminals in my house. We have 4 other PC's, a laptop and a PS3. My server is a Acer Altos G530 with 3.2 Xeon Processor, 4 gb of ECC DDR,
View 7 Replies
View Related
Jun 23, 2010
Found a raw device for my card when reading through the /proc/partition list but got a "no device" message when mounting the card - mount -t vfat /dev/sda1 /var/card though there is sda in the list.How to know if sda1 exists?
View 1 Replies
View Related
Apr 13, 2011
I'm having problems installing things like "Teamspeak" and Netsupport on my 64 bit fedora 14. Now netsupport will run in the terminal window, but won't install.
However the thing that hurts the worst right now, is "Open Office" I open a terminal window, type "su" put in the password and run the installer from a prompt cd'd to the setup file. I get back dependency errors that I don't understand. So I ran the updates and tried again. No luck. I have screenshots of the error messages in case someone could help me decode, they download to full size if they aren't read-able enough.
View 2 Replies
View Related
Apr 13, 2010
All my music editing software programs say, "unable to open device /dev/dsp.Device or resource busy." How can I fix this?
View 3 Replies
View Related
Jun 11, 2011
I rebooted my server and out of nowhere the RAID5 array won't assemble. I've tried everything I could think of to reassemble the thing. I fear that the array is ruined, but I can't imagine how. Here are various bits of information: The simplest failure (with and without partition numbers, which have not been needed in the past):
Code:
richard@nas:~$ sudo mdadm --assemble --verbose /dev/md0 /dev/sd[bcd]
mdadm: looking for devices for /dev/md0
mdadm: cannot open device /dev/sdb: Device or resource busy
[code]...
View 5 Replies
View Related
Mar 10, 2010
I'm trying to troubleshoot some strange networking problems. The pattern seems to be that only newer distributions are affected. CentOS 5.4 and Ubuntu 8.04 work fine out-of-the-box. But Arch, Sidux, AntiX, Fedora, etc. show the same pattern of errors.Certain websites cannot be found unless I disable ipv6 in Firefox. And certain addresses cannot be resolved using various terminal commands (wget, apt-get, yum, etc.). What I would ideally like is a permanent solution, perhaps changing some settings on my router, so that I don't have to deal with this each time I test-drive a new distro. I have a hunch the issue has something to do with my DSL provider (Fairpoint) filing for bankruptcy.
One more piece of information that may or may not be relevant: I recently switched a website from one hosting company to another. I noticed there was a delay of several days where I saw the old version at the old host, but viewing the site at a friend's house or the coffee shop showed the new site on the new host. This leads me to suspect DNS issues perhaps, but this is not an area of expertise.
View 3 Replies
View Related
Mar 16, 2010
I recently upgraded from Lucid to Maverick, which went fairly smooth. Then I upped my RAM with some new memory sticks (4Gb to 8Gb). Since about then, I'm seeing these errors in syslog:
Code:
Jun 6 22:23:52 howler console-kit-daemon[1224]: WARNING: Failed to add monitor on '/dev/tty2': No space left on device
Jun 6 22:23:59 howler console-kit-daemon[1224]: WARNING: Failed to add monitor on '/dev/pts/0': No space left on device
I also get errors when running "tail -f" as root:
Code:
tail: cannot watch `/var/log/syslog': No space left on device
I searched around and I found some other reports of the tail -f error, with the suggestion of increasing fs.inotify.max_user_watches. I set it to 16384, and that at first resolved the tail -f problem, but now I'm getting that error again even after upping max_user_watches.
I know swap is suggested to be approx. the same size as RAM, but with this upgrade RAM is now bigger than the 5.7G of swap.
View 3 Replies
View Related
Jan 16, 2010
I am having trouble with connecting my Sony Ericsson phone with my Ubuntu 9.10 using USB. It doesn't matter how I choose to connect it - "File Transfer" and "Phone Mode" - both does not work. The phone IS charching, when it is connected, but it doesn't shows anywhere. When I type "lsusb" in terminal, it does not show me my phone. When I look in "/var/log/messages" there is NO error. It does not even show the procedure of connecting and disconnecting the phone. What could be the problem?
View 9 Replies
View Related
Apr 11, 2011
For the record, I'm having the same issue as the OP with Lucid with a backported 2.6.35-28 kernel and a Samsung scx-4623fw printer hooked up via USB. Same symptoms - lsusb hangs until the printer is unplugged, devices aren't recognized, etc. Dmesg output includes a bunch of device descriptor errors:
[603.091961] usb 7-1: new full speed USB device using ohci_hcd and address 9
[618.241335] usb 7-1: device descriptor read/64, error -110
[633.521986] usb 7-1: device descriptor read/64, error -110
I suddenly started having a bunch of USB issues (including complete system locks whenever I plugged in a logitech USB mic) around early march with the stock lucid kernel. Everything was fine before that.
View 4 Replies
View Related
Aug 20, 2010
I'm designing an embedded USB device. When I connect the device to the computer, I get the following messages:
usb 1-3: device descriptor read/64, error 2
usb 1-3: device descriptor read/64, error 2
usb 1-3: device descriptor read/64, error 2
usb 1-3: device descriptor read/8, error -71
usb 1-3: device descriptor read/8, error -71
usb 1-3: device descriptor read/8, error -71
Note that other USB devices work fine. I am fairly certain that the problem is with my hardware. I'd like info on what these error messages mean to help my debug. Searching Google I wasn't able to find any explanations about what these errors mean exactly.
I'm running Cent OS 5.4 with kernel 2.6.18-164.el5 on an i686
View 1 Replies
View Related
Nov 20, 2010
How to set the ip address to particular device(ethernet device)
View 2 Replies
View Related
Feb 13, 2010
I am new to Fedora. I just put it on my H.P AMD Quad core machine. I have eight gigs of ram and plenty of storage. I loaded it into Microsoft Virtual PC, and it boots fine and seems to work ok in tty1. I am a cit student at a community college and seem to get little to no support from my teacher who is teaching a beginning course on Linux. He told me to ask here. When I use ctrl-alt-f2 or f3-f4 and so on all the way up the levels, I got green lines across the screen, as if the graphics card is not working. I have 23 inch monitor and a Nvidia 9500 GT ddr3 512mb graphics card that I installed after I bought the computer. My host operating system is Windows 7 , and is working fine. I am now two weeks behind on labs for this class and getting nervous, I need to be able to go to tty2 to do these labs.
View 1 Replies
View Related
Sep 2, 2010
Right after logging in, as the graphics starts up the screen goes blank then goes to tty2 with a login prompt and no graphics at all. I have Kubuntu 10.04.1 I used the standard Kubuntu install disc. The Computer is a Compaq dm 220mt desktop 2.80 Ghz, 1.2 GB Ram, 40 GB Hard drive. I originally had Ubuntu 8.04 on it and it ran perfect. So I decided to do a fresh install of Kubuntu 10.04 and it worked great for a day or two, then this issue happens. I am able to log in tty and tried "sudo startx" in hope of getting my graphics back. I get the following errors "Fatal Server error No screens found" and "xinit no such file or directory (errno 2)" and unable to connect to server..
View 3 Replies
View Related
Nov 20, 2010
How to set the ip address to particular device(ethernet device)
View 4 Replies
View Related
Sep 1, 2010
what would be the simplest way to find out device IP address? I don't know its factory set address, so my plan is to connect laptop directly to it with ethernet. it should respond to ping.
View 7 Replies
View Related
Mar 12, 2010
My old Creative Zen MP3 player has just gone titsup - it's gone into recovery mode and attempts to reload the firmware come up with device not connected errors (even under Windoze XP) So I'm looking around for a replacement and the Cowon D2 looks good as it takes SD cards like the zen (and I'd just bought 2 new 8Gb cards). The Zen used mtpfs which worked under linux but not well an I believe the D2 just connects as USB memory. Anyone out there using a Cowon D2 under Linux?
View 1 Replies
View Related
Nov 14, 2014
I just installed Jessie amd64 for the first time. Few problems so far, but Alt-F2 to Alt-F6 no longer switch to another tty - there's just a black screen with a flashing cursor that doesn't respond to keystrokes. I rely on being able to switch between ttys a lot, so this is inconvenient.
I've searched and found a workaround for grub2, but I'm using grub-legacy (and don't want to switch to grub-pc as it's over complicated IMO). Graphics hardware is AMD 780G/SB700 (using firmware in firmware-linux-nonfree).
View 6 Replies
View Related
Oct 19, 2010
I has Centos 5.5 with kernel 2.6.18-194.17.1.el5.
centos-release-5-5.el5.centos
Linux centos 2.6.18-194.17.1.el5 #1 SMP Wed Sep 29 12:50:31 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
My problem is this:
I can login as root in to Gnome and ssh but not in the console In fact I can login with anyuser in to Gnome and ssh but not in the console. By the console I'm referring to tty1-tty6. When the login screen is showed I write the user and password but then a message is quickly(I can�t see it) showed and erased and the login screen is showed again I looked the file /etc/security/access.conf but all the entries are marked as comments. I also looked the file /etc/securetty and this is the content:
console
vc/1
vc/2
vc/3
[code]....
I even can use "su" with root with no problem. The next entries are written in the /var/log/audit/audit.log file everytime I has this error:
type=USER_AUTH msg=audit(1284441198.687:5305): user pid=21795 uid=0 auid=4294967295 msg='PAM: authentication acct="root" : exe="/bin/login" (hostname=?, addr=?, terminal=tty2 res=success)'
[code]....
View 2 Replies
View Related
Mar 14, 2010
I am trying to use the printer port. But, I get this
Code:
Broadcom EJTAG Debrick Utility v1.6r-hugebird
Failed to lock /dev/parport0: No such device or address
johnh@tux:~/Ubuntu One/hh$
run from johnh I permission denied sudo-ing I get above.
View 6 Replies
View Related
Mar 24, 2011
I have a 2nd ethernet card in my system that I use to share my internet connection. eth0 is connected to the internet, and eth1 is used for my 2nd computer to connect into. Whenever the 2nd computer is turned off, eth1 forgets its ip address, then when then 2nd computer is turned on, it can't access the internet until I reset the ip address on eth1 ("ifconfig eth1 up 192.168.1.1). I only see this behavior under ubuntu 10.04, not the previous distro that ran on this box, slackware 12. How do I keep eth2 from forgetting the ip address when no computer is attached?
View 6 Replies
View Related
Jul 29, 2011
I am trying to perform VM cloning using KVM in a centos 5.6 machines. I copy the memory contents of a running vm to an external state file and try to use that to start another VM in a different machine. While starting the cloned VM I provide a different mac address but once it resumes it has the old one . I tried changing the mac address in ifcfg-eth0 but I get the error: Device eth0 has a mac address xx:xx instead of configured xx:xx.Ignoring .
Is there some way to change the ip/mac of the cloned vm without the need to restart the VM ( Then the purpose of cloning will be defeated). Thanks a lot for the info.
View 1 Replies
View Related
Nov 1, 2010
Slackware 10.2. My usb ports work fine when used directly. When I insert a USB hub to duplicate a port I get the message USB device not accepting new address=2 error=-71
View 1 Replies
View Related
Jan 2, 2010
This is a transcript I get emailed at least once every day, usually about 3 to 10 a day recently.
Transcript of session follows.
SMTP server: errors from unknown[ip address]
<boring stuff snipped>
In: RCPT TO: <server@my domain>
Out: 550 5.1.1 <server@my domain>: Recipient address rejected: User unknown in local recipient table
Session aborted, reason: lost connection Now I cannot seem to find anything via Google, as when I put "server@" anywhere in the string, I just get web hosting or other kroomst. The emails usually come from legit places, usually hotels. Does this mean they are sending bad emails, i.e. they have a Trojan/worm, or is this a live hack attempt?. I believe the later, as I might get upto 3 domains from the one ip address, which is always, NOT associated with the listed domain. Not causing me any issues, except I have been getting a lot recently.
View 4 Replies
View Related
Apr 19, 2011
[i use Ubuntu linux 10.04 LTS - the Lucid Lynx] i tried to print a document and i got the following message from the "document print status (my jobs)": "There was a problem processing document 'take it easy' (job 400)" i tried to print other things but i got the same error. after any print request i sent the printer asked me to release the paper it took, and when i release it, it printed this:"Unable to open the initial device, quitting." i have "HP Device Manager" installed on my computer, and lately i tried to install a wireless printer (officejet 4500 g510n-z) through it, and it failed because the connection between the printer and my computer disconnected before the terminal finished the installation. i didn't try to print with the deskjet right after it but now when i try- it doesn't work, so it might have something to do with my current problem... also when i looked at the HP Device Manager i saw the deskjet printer icon marked with X so i used this program's option "Setup Device" and the X mark disappeared.. and it still doesn't work.
View 2 Replies
View Related