Debian Configuration :: Booting Into A Command Line With No X

Jun 7, 2011

I wanted to be able to have a boot option to just use a command line with no X running at all. What I did was remove the gdm3 link in rc5.d . Then in /boot/grub/grug.cfg I made a new menuentry that is exactly the same as the default but I changed this line:

linux /boot/vmlinuz-2.6.32-5-686 root=UUID=3e926e70-cb92-4847-997c-37aabda532ff ro quiet to this line: linux /boot/vmlinuz-2.6.32-5-686 root=UUID=3e926e70-cb92-4847-997c-37aabda532ff ro 5

This worked. It gave me a command line interface with no X running.

My question is is this the recommended way in Debian? If not what is?

I have been using Linux for a very long time but I used mostly Slackware. I tried Redhat for awhile but really hated bluecruve, shows how long I have been using Linux. I have played with other distros but I always went back to Slack. But I really dislike KDE4 so Slack is no longer an option. KDE4 reminds me of a 12 year old girl that got a big box of makeup and had to use every bit of it. I now am using Debian on my laptop. And as aside I gave my 16 year old daughter a laptop for her birthday. She used the included version of windows 7 for awhile but then asked me what would be a good Linux distro for her. I showed her distrowatch and told her to look at the top distros. She then asked me to help her put on Debian. She loves it. She is a very good musician and song righter, She actually gets paid for doing that at 16, and really likes the programs in Linux to work with sound files. She also does MIDI stuff with our Yamaha Clavinova.

Now we are trying to do things the Debian way and it is a little different then other distros. So did I do the command line thing they way it's recommended in Debian. I have looked on line but all I could find was working in a shell and that is not what I was looking for.

View 2 Replies


ADVERTISEMENT

Debian Configuration :: Command Line Based Ppp Dialer?

Mar 13, 2010

I use Huawei EC1260 modem for mobile broadband connection. What are the command line shell based ppp dialing applications available apart from wvdial? insight how to use pppd/chat directly.Actually wvdial is working on debian very well with this modem. But I need to use it on an arm le based system, where wvdial does not work properly because of setcontext(), getcontext() dependency on arm platforms.

View 2 Replies View Related

Debian Configuration :: Jessie Upgrade Ssh Command Line Reboot

Nov 13, 2015

I've upgraded a server on our LAN from fully functioning Wheezy to Jessie. All seems fine except remote administering using Putty from my windows workstation when issuing reboot from command line, it goes down and reboots but stops at login prompt asking for username and password and does not come back on the LAN network. This server does not normally have a monitor or keyboard so my ability to remote admin this server in effect is disabled.

If I log on, it will come back on the LAN network. I've checked the logs but can't see any errors. Is it in the configuration of Jessie somewhere or perhaps a Grub issue. I have 5 other production Wheezy servers that I intend to update to Jessie once I understand how to deal with this problem.

View 4 Replies View Related

Debian Configuration :: Can't Send Email From Command Line Using Mail

Mar 17, 2010

I'm running a desktop-less version of Debian via Sun VirtualBox. The reason I'm doing this is because I don't have enough graphics or RAM power to have a desktop environment running on top of my current desktop; also, I want to learn Linux through the command prompt. I'm running the AMD64 version of Debian; I'm not sure if that's relevant.

My main goal is to be able to email useful files from the virtual Debian to my main computer, so that I can save them for later if I ever decide to do a "real" installation of Debian on this computer. I realize now that there's probably some "easy" way to do this by reading the virtual machine's hard drive, but at this point, my curiosity wants to see this issue resolved. I started off wanting to find a command-line program to send my email with, and one was built-in. The syntax ~$ sudo mail -s "Subject" email@yahoo.com "This is a test email."

C^D
Cc:C^D ~$

is what I found. I tried it, and (unsurprisingly), it failed. I then learned that the mail command calls exim4, or something along those lines, so I needed to configure exim4. Soon thereafter, I learned that Yahoo's SMTP wasn't public, but Google's was. So, I found this web page which described how to configure exim4 to allow for email to be sent to a Gmail account. I made one, and followed the page word-for-word.

I sudo-mailled a test email to my Gmail account, and nothing happened. I waited a bit longer, and still, nothing happened. Finally, I started looking around, and found out about the exim4 logs in /var/log/exim4. In my mainlog, I think that it's telling me that Google denied my connection: <date><time><random numbers and letters> == **********.gmail.com R=send_via_gmail t=gmail_smtp defer (111): Connection refused

So, now, I'm just stuck. I don't know what I did wrong, I checked my exim4.conf.template twice for spelling errors, but I don't think I made any. At this point, I can only hope that someone else has had a similar problem, or knows what I'm doing wrong (or haven't done yet).

View 14 Replies View Related

Debian Configuration :: Check Battery Levels Command Line?

Feb 12, 2011

since I am on a Dell inspiron 1545 laptop, being able to display my battery charge is critical. After some extensive googling, I found I need a command 'acpi', which does not exist on my computer. I cannot seem to find it in the packages database; the closest thing being 'acpi-support' apt-get install also can't find it.

I tried cat /proc/acpi/battery/BAT0/state, but that only shows me if the battery is discharging or charging and doesn't give me an actual percentage.

View 1 Replies View Related

Ubuntu :: 11.04 Booting Into Command Line

Jun 5, 2011

[Background: GDM was using a blocky gray windows-like theme, regardless of appearance settings. I decided to try lightDM, but that was a disaster - booted to a black screen. I managed to get into a console to change the dm back to gdm, but now it always boots to command line and I can't figure out how to have it boot to gdm again.] After logging in to the command line, I can type 'sudo service gdm start' to get the desktop going. When going into grub, I just have the options (in brief)

Ubuntu
Ubuntu - recovery
memtest1
memtest2

I pick the first and it always boots to command line. What can I do to get it to boot into the gdm login screen again?

View 4 Replies View Related

General :: Booting Into Command Line?

Apr 12, 2010

I installed an older version of gdm and created a new XR1196 directory in /usr/bin and now my computer only boots into command line...

I can get to the GUI using startx, but in doing so I lose all audio output, and the option to shutdown or reboot from both CairoDock and the default panel...

View 16 Replies View Related

Ubuntu Installation :: Keeps Booting To Command Line?

Sep 21, 2010

I am running 64bit 10.04 (Lucid) with Kernel 2.6.32.24-generic and I keep finding that Ubuntu keeps booting to command line. I have found that by typing "startx" I am able to load up the GUI. Is there a way I can get it to start like this every time?I used to get the GUI login screen but I don't anymore. Is there a way I can change this?

View 5 Replies View Related

Ubuntu :: Booting Into Command Line With Lilo?

Nov 18, 2010

I'm running Ubuntu 10.10 with Lilo as my boot loader instead of Grub. I want to boot, temporarily, to a command line prompt instead of X-windows. How do I do this? Is there a combination of keys to press when the Lilo screen appears?

View 2 Replies View Related

Ubuntu :: Command Line Pops Up When Booting?

Jan 9, 2011

I just installed Ubuntu (10.10) via USB. Installation went perfectly, and then I installed videocard drivers. I restarded and from then when I boot, some kind of command line pops up and wants me to login from there. I did, and ive also looked at this thread: [URL] and tried to restart GNOME but didnt work

View 6 Replies View Related

General :: Booting To Command Line Instead Of GNOME?

May 24, 2010

I need to be able to boot into the command line, instead of booting automatically into the GUI. I have Red Hat 5, Fedora 12, and also a Suse 11 box that I would like to do this in.

In addition, once at the command line, is there any way to change the command line resolution and refresh rate. I know how to do this in the GUI, but would like to view different resolutions/refresh rates at the command line screen as well.

View 6 Replies View Related

OpenSUSE Install :: No Graphics Only Command Line On Booting?

Mar 27, 2010

I recently had to reinstall openSUSE 11.2 on my computer...

specifications
nx 6120 laptop
512 Ram
1.77 ghz processor

and i think i have intel 915 graphics chipset or something....

but now to the point. i had to make a fresh install on my computer. Before that it was working fine. I used a live usb for the installation process. there no GUI came up but i used yast2 to install the live usb. installation went smoothly with no hiccups....i restarted the computer and selected open SUSE 11.2 in the boot menu.

but after booting it again comes to this dark screen with a lot green 'dones' and then finally at the bottom i have my login space....so no desktop.

View 8 Replies View Related

Debian Configuration :: Fstab Configuration And Timeout - Automatically Continues Booting Even If The Hard Drives Are Not Attached?

Aug 3, 2011

I have a PC104 running debian. I have 3 hard drives (in addition to the one booting) mounted in fstab by UUID. I use the options defaults,error=remount-ro. However, this means that when I boot with the hard drives not attached, I have to press Ctrl-D to bypass when the boot discovers the drives are missing. Is there a timeout commandoption I can add to fstab so that it automatically continues booting even if the hard drives are not attached? I could not find anything on a timeout command. (I tried adding timeout=1000 but no-random guess)

View 5 Replies View Related

Debian Configuration :: Booting From ISO On USB

Feb 17, 2014

Want to boot from ISO on usb with grub. Both the netinst and hd-media netinst initrds have no findiso/iso-scan/fromiso option that allows me to locate the iso file in question. Is there a boot parameter that does it? Do I need to download a new initrd version? Is there any debian build AT ALL that allows mounting iso from usb?

View 7 Replies View Related

Fedora :: Run Python3 Scripts From Command Line And Call Up Python 2.6.2 Idle With The Command Idle From Command Line?

May 29, 2010

i've gotten my fedora 12 to the point where i can run python3 scripts from command line and can call up python 2.6.2 idle with the command 'idle' from command line. what command will call up python3 (3.1.2 to be exact) idle?

View 5 Replies View Related

Debian Configuration :: Booting Often Only After Third Restart?

Aug 17, 2011

My system is a three days old Linux version 2.6.32-5-amd64 (Debian 2.6.32-35) with an Intel(R) Core(TM) i7 CPU 60 @ 2.80GHz. It does start, goes through the grub and then spits out strange messages and just freezes before the KDE can be started. I have to restart again, until it really boots everything. This is happening in a random pattern.

I activated bootlog, but as far as I can see, the log only tracks, if the system is really booting. So I also have the dmesg copied into pastebin. These are the only two logs I know, now.

The code of the boot log goes here-
Wed Aug 17 10:24:19 2011: Setting parameters of disc: (none).
Wed Aug 17 10:24:19 2011: Setting preliminary keymap...done.
Wed Aug 17 10:24:19 2011: Activating swap...done.

[Code].....

View 9 Replies View Related

Debian Configuration :: Desktop Not Booting To Gnome GUI

Apr 23, 2016

I use the SMXI script to install my graphics drivers (nvidia). It hasn't been booting to desktop for a while though. If I just run a

Code: Select allservice gdm3 start

the desktop starts though. Here's my xorg file.

Code: Select allSection "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"

[code]....

I've also tried doing a Xorg -configure to no success. I've also reinstalled the driver many times.

View 1 Replies View Related

Debian :: Installing Command Line Debian Squeeze System On Eee PC 701

May 29, 2011

I have been trying to install a command line Debian Squeeze system on n Eee PC 701., but have run into a number of problems:

1) All install info I can find assumes that the person wants to install a GUI system of some sort.
2) The Eee PC has a unique 2 MB. partition that needs to be preserved, so no guided install.
3) The Eee PC has an SSD instead of an HD. Most postings I have seen recommend an install without a swap partition, but the install (both live and text) seems to choke and despite a fresh formatting of the existing partition, claims to be overwriting existing files.
4) I can understand from the wiki that the Eee PC wireless driver (Atheros) should be included in Squeeze, but when the wireless connection and password is added, the installer claims that the password is not correct, despite me having checked it a number of times.

I hope someone can help me out. I just want to use the Eee PC for low resource stuff done on the cli like using a text based web browser to access the net through a wireless router and to hook it up to an external USB HD and to my stereo, to play my music collection.

View 14 Replies View Related

Debian Configuration :: Computer Booting To Wrong Grub

Jun 25, 2015

I recently installed another Linux distro, Kali Linux, alongside my Debian 8 and discovered to my chagrin that my computer boots to Kali's grub rather than to the Debian grub. I had spent some time customizing Debian's grub and would hate to see that effort go to waste. Is there a way I can get my computer to boot to Debian's grub instead? I tried deleting Kali's boot partition with gparted but that did not seem to do anything.

View 14 Replies View Related

Debian Configuration :: Smdadm Sends No Mail While Booting

Oct 13, 2015

It's hard to understand the whole systemd stuff. Specially in combination with mdadm and sendmail. My goal is to get a mail every boot about the state of the RAID. Also get a mail when someone is wrong with the RAID while my computer is running. How I can reach this target I don't care especially. It just has to be a Debian package and stable

OK, to the story: I made a while ago an dist-upgrade from wheezy to jessie. Before, everything works fine. I boot my computer, the RAID gets checked and a mail was sent to my email-address with the state of my RAID and the disks of it. For this I followed a HowTo from [URL] .... After the upgrade, I dont get a mail anymore.

Here some details.

Actually installed: Debian 8.2 Jessie

Code: Select allsystemctl status mdadm-raid -l
● mdadm-raid.service - LSB: MD array assembly
   Loaded: loaded (/etc/init.d/mdadm-raid)
   Active: active (exited) since Son 2015-10-11 16:11:34 CEST; 21min ago
  Process: 281 ExecStart=/etc/init.d/mdadm-raid start (code=exited, status=0/SUCCESS)

Okt 11 16:11:34 xy-server mdadm-raid[281]: Generating udev events for MD arrays...done.

[Code] ....

When I execute

Code: Select allecho "This is a test e-mail from my server using msmtp" | msmtp -d xyz@gmx.net
or
Code: Select allmdadm --monitor --scan --test --oneshot

Everything works. I get the mails like I need it. In my opinion it's not a problem of the mail configuration. It seems, there is no network when the RAID get's started and the mails want to be send.

What I'm wondering is also, that obviously the

/etc/default/mdadm
is ignored by systemd and only the
/lib/systemd/system/mdmonitor.service is executed. But while booting the RAID get's startet with /etc/init.d/mdadm-raid and this should read the /etc/default/mdadm. Right? Confusing!

Anyway, is there a way, how I can easy change the order (without any side-effects) of the startup for the network and the RAID. I can't figure out, which unit I have to change, that it will work. Or maybe is there another solution? Like I mentioned, it's just have to work with Debian stable packages

There are various units who sounds nice, but wich one is the correct one?

Network:
- network-online.target
- network.target
- system-ifup.slice
- ifup@eth0.service

Disks:
- local-fs.target
- mdadm-raid.service
- mdmonitor.service
- -.mount

And how can I be sure, that every dependency of the network units doesn't depend on a filesystem unit?

View 2 Replies View Related

Debian Configuration :: Ignoring Bad Line 1 'powernow-k8'

Jun 12, 2010

I have defoptions=quiet in my menu.list file and it keeps printing

ignoring bad line 1 'powernow-k8' across the screen during boot. The thing is that I have removed that line from /etc/modprobe.d/options, so why do I keep getting the warning?

View 5 Replies View Related

Debian Configuration :: Console Dims On Booting And Stays Dark

Oct 25, 2015

Since moving my debian server over to a Gigabyte H97N-WIFI motherboard the console dims on booting and generally stays dark. Strangely the screen the brightens up if I go to an emergency shell, but if the boot runs successfully I don't see the resulting login prompts. Also, during the boot process the messages to the console are too dark to see.

I've tried the i915.invert_brightness=1 fix mentioned here [URL].... but that seems to have no effect. I'm assuming that this has something to do with moving to intel graphics as my previous hardware had a radeon graphics card and didn't display this problem.

View 4 Replies View Related

Debian :: How To Use The Terminal Command Line?

Apr 28, 2010

direct me to a good beginner's guide to Debian? Or explain some things briefly. Where can I learn how to use the Terminal Command Line? How do you add programs to Debian and what all is supported? What are packages in Debian and what can they do? Installing programs is different as expected. I tried installing Firefox, I downloaded it and extracted it into my home directory. I can run it with the Terminal Command: ~/firefox/firefox [When in the home directory] and it works. Is that how it is intended to work? Just random thing there. I guess in a sense, I just really want to learn about every aspect of Debian Linux in a user-friendly type environment.

View 3 Replies View Related

Debian :: Getting Files With The Command Line?

Dec 28, 2010

how to download or upload files to a Debian machine using only the command line. I well aware of how to do it in GNOME, but seeing as how this is for a web server, I won't be using GNOME. I have a zip file on my personal machine that contains the website files that need to go on the Debian machine that is to be the web server, but I have no how to get it to that Debian machine without GNOME.

View 14 Replies View Related

Debian Installation :: Error When Booting - No Default Or UI Configuration Directive Found

Oct 12, 2014

ERROR: No configuration file found

No Default or UI configuration directive found!

boot:_

This appears when I try to boot Debian 7.6.0 from my USB drive

View 1 Replies View Related

Debian :: Install A Program Using The Command Line?

Jan 29, 2011

I tried to install Vlc using the terminal (terminal as root). I've used the command aptitude install vlc. Instead of installing only vlc, my gnome desktop environment was removed, gdm was removed, many more programs was removed! What's the command for installing just a single program using the command line? I was used under Ubuntu to use the command sudo apt-get install [***]

View 14 Replies View Related

Debian Installation :: Boot To Command Line Rather Than GDM

Jul 28, 2014

What is the simplest way to boot to command line rather than gdm ?

I've seen post to change
# The default runlevel.
id:2:initdefault:
to
id:3:initdefault:

and

update-rc.d -f gdm remove
update-rc.d -f kdm remove
update-rc.d -f xdm remove

View 7 Replies View Related

Debian :: Resolve WINS Name From Command Line?

Mar 1, 2011

I'm using Debian 6.0.0 (Squeeze), I have other 2 PCs with Windows (XP, WIN7) and all PCs are in a network with a DCHP (an ASDL Router).From Debian PC if I open the "File Browser" -> "Network"I can see all Windows computers by name (so samba can resolve the NetBIOS name), but I can not recover the IP

View 1 Replies View Related

Debian :: Command Line For Installing Alliance P2p?

Jan 13, 2010

Does anybody know the command line for installing alliance p2p? i have kubuntu 10.9

View 3 Replies View Related

Debian :: How To Download Setup Iso From Command Line

Feb 14, 2011

How to download debian stable setup iso from the command line?

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved