Ubuntu :: Can't Access Machine After Starting In Runlevel 1?
Dec 13, 2010
i'm trying to install drivers for an nvidia card.
i was unable to stop X after trying the following:
sudo /etc/init.d/kdm stop
sudo service kdm stop
sudo stop kdm
i had ssh'ed in, so there was no point in trying ctrl-alt-f1.there was no /etc/inittab file, so i poked around, and found out that i could simply create one, and enter the following into it:
id:3:initdefault:
which would start the machine in runlevel three (to avoid starting X).that didn't work, since (k)ubuntu apparently ignores the differences between runlevels 2-5.
so i entered the following into my newly created /etc/inittab:
id:1:initdefault:
and restarted the machine.there was no screen output, and i could not ssh into the machine.i took out the new graphics card, and plugged the monitor into the motherboard's vga outlet.still no graphics on the monitor, and i can't ssh.
(and for extra points, how do i get my nvidia card to work?)
View 14 Replies
ADVERTISEMENT
Jan 5, 2011
Apache is set to start on runlevel 2, 3 and 5, just like MySQL. For some obscure reason this always fails. I tried resetting the runlevels, but this did not help and I always have to start apache manually after reboot.
How can I analyze this problem? In the Apache logs I don't find the cause. Is there an other log I can check?
View 9 Replies
View Related
Jan 17, 2010
With the default boot set to runlevel 5 you have a login screen that provides a menu to choose which desktop to run (KDE, Gnome, etc).
My machine is set to boot to runlevel 3. How can I switch the desktop from the command line before starting X?
Fedora has a nice little utility called switchdesk, but can't find anything like it for openSUSE 11.2.
View 9 Replies
View Related
Sep 4, 2010
runlevels 2 -5 are identical in Ubuntu. /etc/init/rc-sysinit.conf is used instead of /etc/inittab for changing the runlevel. But there's no point doing that since the runlevels are identical. The default runlevel is 2, so I tried to find some service I could disable in /etc/rc2.d. I didn't find anything I could work with.
View 4 Replies
View Related
Feb 13, 2011
I try to access my ubuntu machine via my Windows Machine (Samba Server on Ubuntu Machine). Anytime I try to access the machine it asks me for my password...I enter it but it says it is invalid....is there anyway to reset it? I have already tried to remove and purge everything Samba related and then tried reinstalling, but that still didn't do anything
View 2 Replies
View Related
Feb 22, 2011
Right now I just installed open ssh because i was told its a great thing to have for remote controlling my machine if I am at work on my windows system. My question is, how on earth do I acess my machine from my windows machine now that its installed? i did sudo apt-get ssh and thats about all so far...
View 5 Replies
View Related
Apr 9, 2010
I need to access a Windows Server 2000 machine using a Linux machine via KDE, but that will migrate to Gnome. The Linux user to connect to Windows machine, you should open an application 'XYZ' automatically, and only this, denying any unauthorized access. When you close the application 'XYZ' communications (RDP?) Should be terminated. Do I need a log of accesses and possible attempts to circumvent the system and access other application.
View 7 Replies
View Related
Mar 1, 2011
I've run into a weird problem. Two of my linux machines (A and B, both running CentOS 5.5) are connected to the same wall ethernet socket via a hub. Bothf them are configured for static IPs. The trouble is that when machine B goes offline or hits a kernel panic, machine 1 goes offline too. What I've noticed is that in this condition the "route" output from machine A does not show any entry for the default gateway either The contents of /etc/sysconfig/network-scripts/ifcfg-eth0 for machine A are:
Code:
# Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller
DEVICE=eth0
[code]...
View 3 Replies
View Related
Aug 3, 2010
I'm the Administrating the computers in my office. I want to monitor the user's activity. How can i remote login without distrubing the user's activity on his computer? Any software need to be installed? (I don't want to use Terminal server client).
View 5 Replies
View Related
Aug 14, 2010
I recently installed FatRat on my headless system. I am having trouble starting the program on boot though. When I launch it using the -n switch for no gui, it uses the terminal window as a log file, which means I cannot put it in the bootup programs because the constant logging stops the next program in the list from starting.
Is there any way to launch fatrat without the gui, and letting it release the terminal for further commands after?
View 4 Replies
View Related
Mar 1, 2010
i have installed mysql and its running fine. how i can stop mysql from auto starting when i start my machine
View 2 Replies
View Related
Aug 18, 2009
I have a Fedora 11 PC, which I want to connect to the ldap server at my organisation. When my /etc/ldap.conf file is in place, the machine will not boot past "starting system messagebus" and just hangs there. I have to press the reset button, and boot it into single user mode, and remove /etc/ldap.conf, and only then will it boot. The ldap.conf file is fine, I think, because if you boot the machine up without ldap.conf, then log in.
I can put ldap.conf in place and immediately I can see all the user accounts etc. from the ldap server. If I then reboot, with ldap.conf in place, it hangs on boot again. I found a bug report for FC5 which stated this problem, but there was no solution. There was a workaround, making messagebus starting later in the boot process (move it from S22 to S27 in rc3/5.d), but that didn't help in my case.
My ldap.conf contains this (I've removed my actual ldap info):
host my.server.ip.addr
base dc=my,dc=dn
uri ldap://ldap.mydomain.com
ssl no
tls_cacertdir /etc/openldap/cacerts
pam_password md5
bind_policy soft
As I say, I think the ldap config is fine, because you can start it manually once the machine has booted up without an ldap.conf in place. I lifted it from a Centos client, which works fine and doesn't have the same problem with booting that Fedora does.
View 6 Replies
View Related
Apr 23, 2011
I just installed gufw and was in quite a hurry. A root acces prompt came up as I started gufw for the first time, and I quickly responded with appropriate password. All I saw in this hurry was that it had something to do with the usr/share directory.So, here's my question: Does gufw require root access when first starting up
View 6 Replies
View Related
Feb 23, 2009
i have been using samba to gain access into windows computer through my pc which has fedora 8 ..can i access the unix machine from another unix machine? is yes then what is the procedures ?
View 4 Replies
View Related
Apr 26, 2011
When ever i access a windows machine through VNC from ubuntu. The icon changes and notifies the user that someone is logged into the system.Is it possible to hide that notification?
View 1 Replies
View Related
Jan 18, 2010
I have installed an Ubuntu server and it running OK. Before making it a production server, I want to make sure one day if the OS corrupts accidentally, I can still access the users' files on the hard disk.
I burned a Ubuntu desktop live CD, and booted it with this machine. There are 2 hard disks on the server, both could be mounted automatically. However, I can only access some folders like lost+found.
The questions are:
1. how can I access the other folders, given I have the root password of the server.
2. is there a way to access all folders without knowing the users + passwords?
View 9 Replies
View Related
Apr 29, 2010
I cannt access my vista after installing Ubuntu 8.04 on a Toshiba with 250gb I am unable to access the windows partition since its only the linux partition being displayed.
View 6 Replies
View Related
Nov 15, 2010
I have two laptops with me here at school, one bigger one [home computer], and one smaller one [netbook]. I take the smaller one with me to class and when I'm out and about, however, I keep all of my things on the bigger one. I would really like to be able to set up some sort of SSH port forwarding for the bigger machine so that, when I'm out and I realize I left file X on my home machine, or I want to listen to a certain song, or whatever, I can just scp it to the netbook. The issue is, at my dorm, I'm stuck behind a firewall and can't just set up a SSH daemon and port forward through the router, I need a more clever solution. I do have a home server (not with me at school), which I commonly use for transferring files. Basically, I'm wondering if there is some way I can SSH into my server box, with reverse port forwarding so that, when I am out and about, I can just log into my server and copy files from my home computer for use on my netbook. I've tried a couple of solutions which come up from google "reverse ssh" but haven't been able to get them to work. A step by step guide to doing this would be great. Again, the setup is:
Home server [ssh-able]
Home Computer [behind firewall, can't ssh into at the moment]
Netbook []
Want to be able to SSH from Netbook to Home computer, probably using Home server.
View 1 Replies
View Related
Jan 11, 2011
Just installed Ubuntu the newest release on my laptop . Im dual booting on my laptop. Vista or Ubuntu. I gotta say I love Ubuntu more than vista. I would much rather use ubuntu. My question is I cannot for the life of me connect to my main PC running Windows 7. Reason I want to do this is my PC running windows 7 has all my music which is rather large over 100gigs worth. Looks like it recognizes my PC but I cannot access anything.
Now In windows 7 I have disabled password and made it pretty easy to access files on there. When I boot into vista on my laptop no problem at all getting onto the network to access my main Windows 7 Pc. Any Ideas why Ubuntu can't get into my Windows 7 pc Through my network. Would love to do this that way I don't ever have to boot into vista. Ubuntu is great otherwise.
View 1 Replies
View Related
Sep 4, 2010
Possible Duplicate: Automatically start VNC server on startup I have a Linux server at home, and by default no-one is logged in to that box. I'd like to establish a remote desktop connection to it with VNC but this fails, unless I log in first physically. It's strange to me that VNC Viewer doesn't even ask for credentials, it just displays a "connection refused" error message. What's the best way to do this? I'm running Ubuntu 10.04 on the server.
View 3 Replies
View Related
Jan 27, 2011
I have two desktop machines, each with U 10.10. I want to backup data on my main machine to a partition on the other machine. I am going to use luckybackup for that. Problem is, from the main machine, I cannot access the backup partition on the other machine (but I can see it). I get prompts for passwords and when I enter them nothing happens, it seems they're not valid. Bottom line, I can't access that partition.
View 7 Replies
View Related
Mar 10, 2011
Been using Ubuntu now almost 1 year and love it but I'm still mostly lost so I need someone to explain in great detail how to be able to access the My Documents folder on my LAN XP machine. I've been up and working fine for 6 or 8 months but all of the sudden (maybe it was an update package?) I get the following error message, after a long delay, when trying to access the shared folder:
Could not open location 'smb://office/my%20documents/'Failed to mount Windows share.I have set an icon on the top panel mapped to the XP machine and launched by launcher.
View 4 Replies
View Related
Jun 19, 2011
Just built a new machine with FC15, and as I'm moving stiff from a old FC10 machine.I'm moving stuff over, and one of the things is an apache server. Did a yum install apache, but can only hit apached from the local machine. Then I noticed there was no xinetd running, so did a yum install of that.Both apache and xinetd I manually start, as the "services" manager in fc15 doesn't seem to know about them.NOTHING seems able to be able to hit the fc15 machine over the local lan. No httpd, ftp, telnet.What am I missing?BTW, I can ping the new box, and it sees others on the lan.(I'm building a server which will also be for dns and sendmail)i found I had a new firewall in my way on 15, and got apache to work. I opened the firewall for the specif ports for FTP and Telnet, and infact opened the whole interface on the machine!
View 2 Replies
View Related
May 14, 2010
I am behind NAT using private IPs like 172.x.x.x in my lab. I need to access programs from other machines which are also behind NAT. What is the syntax of ssh command that i can run? Because when i make connection within one LAN for example:ssh -X 172.x.x.10 to 172.x.x.3 it works fine. I can access programs like gedit, firefox etc. But when i try to do the same on the machine that are behind NAT then i get this error;
[root@localhost ~]# gedit
(gedit:3977):WARNING **: cannot open display:
View 6 Replies
View Related
Dec 16, 2010
I am in a pvt n/w 192.168.0.0/24 and my friend is is another n/w 192.168.1.0/24 . He is in another location. Can I access his machine through vnc over internet ? I have centos 5 and he has suse 10.
View 1 Replies
View Related
Aug 11, 2011
There is a way to make a remote access from a Ubuntu Linux to a Windows 7 machine using RDP(Remote Desktop Protocol)? I use "mstsc.exe" for Windows to Windows connections. What is like "mstsc.exe" that I can easily run from Ubuntu?
View 1 Replies
View Related
Mar 29, 2010
host - ubuntu 9.10 desktop
virtualizer - VirtualBox
What will be the easiest way to ssh connect a VM on VirtualBox, exporting its desktop to host, while it is already running ? I found; Howto Access via ssh a Virtualbox Guest machine.
[Code]...
View 4 Replies
View Related
Apr 26, 2010
For some time now, I have been backing up a windows box (data files only) to a ubuntu machine using the following:
mount -t cifs -o user=xxx,password=xxx //windowsshare/ /mnt/
For the first time I needed to restore some files and found I did not have the correct rights to write to the windows machine.
I had already wasted a whole day trying to map the ubuntu machine from windows and failed so this is not an option.
I have tried adding write rights to several accounts on the windows machine, also tried adding write rights to "everyone", checked both the share permissions, as well as the folder permissions.
I read about chmod, and tried to use the command gksudo to do something but this fails with DISPLAY error. Tried several things to fix this which didn't work and I was just going off on a tangent.
In the end I used a CD ROM to copy the files from one machine to another.
So for next time I need to restore a file, how can I give myself rights to do so?
View 4 Replies
View Related
Oct 8, 2010
I am running Ubuntu 9.10 on my desktop right now. I have an external western digital terabyte drive plugged into it. I am able to see it and view it fine. Let's work with my music folder for example. I want to be able to access this music from my Windows 7 laptop so that I may add it to my itunes. However, when I enter the \servershare from the windows 7 laptop it says that the "server" is found but the "share" seems to be invalid. I've checked this 20 times and setting the share name to "music". I've rebooted 2 times on each computer yet to no avail. If I make a share on the Ubuntu desktop I can access it from the laptop. So it seems like it just gets lost when looking inside the external. This was just working last week, then I had to blow away they win 7 lappy and now it just won't work!
View 2 Replies
View Related
May 10, 2011
I have Ubuntu server 11.04 (LAMP, SAMBA) installed with the ubuntu-desktop interface (I am not yet experienced enough to run without it).My problem is I am trying to share the www directory through samba so I can edit the site, but no matter what I do I get errors when I try and access the directory form the other machine.I did add it to the smb.conf file, and it does show up fine on teh network, however, when I try and open or change the contents of the directory it says I am unauthorized.I tried:
Code:
sudo chown <sambausername> /var/www
even tried
[code]....
View 6 Replies
View Related