Debian :: Setup Squeeze To Log In Automaticall On Startup?
May 19, 2011
i just installed Debian on one of the computers in the house and nobody likes being prompted for a password so i want it to login as a normal user without requesting a password on startup. how do i do this
View 13 Replies
ADVERTISEMENT
Jun 14, 2011
Found this 'Startup Disk Creator' in Ubuntu,it is useful,how we get it install in Debian Squeeze? There's a Unetbootin for Debian,but it pull in lots of qt stuff,I don't like it.
View 2 Replies
View Related
May 14, 2011
I wanted to customize my debian a little bit by adding a startup sound but I can't figure out how.
I'm using Gnome and Debian 6 Squeeze
View 6 Replies
View Related
Feb 17, 2011
How to change gnome startup background under squeeze? I mean the beackground from user login mask.
View 3 Replies
View Related
Jun 6, 2011
Like the subject says, the whole system just hangs at gdm startup. No mouse or keyboard response. Didn't have this problem with lenny. My guess is there might be a problem with the graphics drivers. The box has ati rage 128 pro graphics card.
View 4 Replies
View Related
Mar 3, 2010
This one has been bugging me for some time now. The network interface (as defined in Debian's /etc/network/interfaces file) fails to obtain an IP address from myuter. However dhclient br0 does.I'm using br0 since I run a XP virtual machine.network/interface changes are from a Debian howto on setting up the tap interface.As near as I can tell, the /etc/init.d/networking script basically calls /sbin/ifup -a. ifup is a binary.My /etc/network/interfaces file is:
auto lo
iface lo inet loopback
address 127.0.0.1
[code]...
View 5 Replies
View Related
Feb 24, 2011
I've just setup a fresh installation of Debian Squeeze and am trying to configure the firewall. I ran a search for iptables and got the following results:
debserv:~# find / -name iptables
/etc/bash_completion.d/iptables
/sbin/iptables
/usr/share/doc/iptables
[Code]....
When I run an iptables command to add a rule and reboot the new configuration is lost even after I have run the iptables-save command. I can't work out where the iptables config file is/should be stored so I could try editing the file with vi.
View 5 Replies
View Related
Feb 22, 2011
When I click on Network Manager client in the Gnome Panel -> vpn connections -> configure vpn, the add button is not enabled.
View 5 Replies
View Related
Mar 5, 2011
I have so far used reiserfs formatting both in my previous debian (sarge, etch and lenny) and opensuse (SLED10, opensuse-10.2,10.3 &11.3) and was very happy. When last month I installed debian squeeze I missed reiserfs (or did I miss noticing it?) Though Ext3 is giving me no trouble. I would love to have reiserfs. Is it now possible to change the filesystems without much trouble.
View 5 Replies
View Related
Feb 21, 2011
how can i setup ddclient at startup i already configured the client all i need is to let it start on bootup
View 3 Replies
View Related
May 31, 2010
I just set up a Squeeze server for a friend of mine using my exact apache2 settings. He has been playing around, having a bit of fun learning HTML, but he ran into a problem where one of his images would not display. I at first figured his HTML was incorrect, but after a very long time of trying to figure out the problem, I still do not know what is going on, so I think it must be an apache2 problem?[URL]..
View 14 Replies
View Related
Dec 10, 2010
I'm running Ubuntu 10.10. I recently installed the open ssh server so that can sftp stuff. However, I do not want the server to always be on, only when I manually start So, I did an 'update-rc.d -f ssh remove'and now I don't see any startup scripts in the rcx.d directories any more.However, when I do a 'ps ax', there is always a '/usr/sbin/sshd' process running. I try to kill it but it keeps restarting under a different process ID.How do I disable sshd?
View 3 Replies
View Related
Apr 10, 2011
I am still running the linux-image-2.6.32-5-686 kernel a computer with squeeze. I installed squeeze on it when it was unstable. I would like to bring up to the new stable state.Should I do apt-get install linux-image-2.6.32-5-686or should Iapt-get dist-upgrade
View 1 Replies
View Related
Dec 30, 2010
I want to auto run
Code:
sudo updatedb at Ubuntu startup. Is this okay: [URL]...
View 5 Replies
View Related
Apr 19, 2011
I would like to setup a command to run when I start up the terminal, but have the terminal stay open for use when it's finished. I was trying to get my terminal to run fortune whenever I start it just for cosmetic value, so I tried changing the launcher command to gnome-terminal --command=fortune, but that makes it just output the fortune result and then terminate.
View 1 Replies
View Related
Apr 3, 2011
I can connect to Strongvpn (pptp) through command line call 'sudo pppd call stongvpn' followed by' route add default dev ppp0'. Everything works well.I would like to set this up on start up. I use kde. I have set up basic /etc/init.d/strongvpn script which gets called at boot and creates ppp0 but the route command does not seem to work. When I use command route add in terminal the connection comes up.Here's my /etc/init.d script
#!/bin/bash
# chkconfig: 345 85 15
pppd call strongvpn
[code]....
View 3 Replies
View Related
Apr 24, 2011
I want to setup a FAI server for which I was looking for the best method of mirroring the Debian Lenny. I want to setup a local mirror with the best method available for mirroring. If it is ftpsync, please provide me some best ways of doing it. I tried ftpsync mirroring but that was not getting properly working due to insufficient I want this mirror to be accessible in my FAI setup so that I can start the installation on multiple machines and start the updates and package installation to be done from the same local mirror.
View 1 Replies
View Related
Aug 4, 2010
Been trying to setup my xorg.conf file to have a 1920x1200 screen.Strange behavior: when my X starts up, I see my mouse cursor, can move it around. It's small enough to suggest the 1920x1200 resolution took, is working.However, the rest of the screen remains black. No login prompt.I've looked at /var/log/xorg.conf, no errors.Is there something else I can look at?
View 1 Replies
View Related
Feb 19, 2011
how to install Dropbox for Debian Squeeze from source.Please read everything before you begin. I prepared it as I installed Dropbox for my own system. Please Note: I use sudo, you may have to use root or 'su' from the command line. If you don't know the difference between sudo and su, then you shouldn't try this until you know. At the time I did this, the lastest dropbox version was 0.6.7.
View 7 Replies
View Related
Aug 18, 2011
Below is the recipe I've used to compile dwm from source on Squeeze
su
apt-get install devscripts debian-keyring
apt-get build-dep dwm
exit
It all seems to work, however debuild gave an error about secret keys. Is this a sensible procedure? What happens in the (probably unlikely) event there is another source patch?I've gone to a tiling window manager as the result of the purchase of a wide screen LCD monitor. I like to have some stuff down the right hand side when running Firefox and OpenOffice in the main panes. Any configuration tricks welcome. Modern screens are the wrong shape!
View 6 Replies
View Related
May 26, 2010
I've just install debian squeeze version, or the testing one, but I am not really happy with it. Is not listening me all the time. If I install the debian stable I don't have internet connection. Is it possible to update the kernel somehow using the testing version?
View 12 Replies
View Related
Feb 8, 2011
I installed Debian Squeeze with Gnome today. I'm unable to change from the default icon theme. I can change themes, but the icon theme remains default.Things I've tried:
- I've made a new user account.
- .gtkrc-2.0 in my home is auto-generated, .gtkrc.mine does not exist.
# -- THEME AUTO-WRITTEN DO NOT EDIT include "/usr/share/themes/Darklooks/gtk-2.0/gtkrc" include "/home/haunted/.gtkrc.mine"
# -- THEME AUTO-WRITTEN DO NOT EDIT
- I've tried installing a theme into my /home/.themes.
- I've reinstalled gnome-settings-daemon.
- Tried changing themes then doing a full reboot.
- Cursed it periodically.
View 2 Replies
View Related
Sep 18, 2010
I want to install Debian 5.06 64 bit on squeeze repo. Where can I find its netinstall ISO?
View 6 Replies
View Related
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
Apr 5, 2011
I installed Firestarter firewall on debian Squeeze.Now i note there is a gui available in System->Administration which apparently does not need to be running all the time - its not set up to start on boot.When I boot I notice the boot message has a line saying "Starting Firestarter firewall .... failed"When I am logged in and type "/etc/init.d/firestarter status" as the Firestarter FAQs say, I get"Firestarter is running... ... (warning)"I can run the gui manually and still same message.
View 2 Replies
View Related
May 11, 2011
I just a newbie.i want to try customize my desktop.i found a website shown linux desktop very greatfull, like this :but i don't know how to start it.any expert guys please let me know the guiding for me to start this.
View 1 Replies
View Related
Aug 22, 2011
I have installed Debian Squeeze 6.0.2.1 amd64 from DVD-1.iso (4.4 GB) and I cannot install Synaptic Package Manager or Wine because they are not in the repos.
[Code]...
View 5 Replies
View Related
Feb 23, 2011
Fresh install of Debian 6.0 (squeeze) and the memory shows 3.8 GB. I have 6 sticks of 2 gb on the board.
Pertinent dmesg lines: AMI BIOS detected: BIOS may corrupt low RAM, working around it.
3083MB HIGHMEM available.
883MB LOWMEM available.
Bios tests 12 gb of ram fine.
View 4 Replies
View Related
Sep 18, 2009
After dist-upgrade a few days ago, X refuses to kick in.
Xorg.0.log reads
Code:
Fatal server error:
no screens found
Please consult the The X.Org Foundation support at http://wiki.x.org
Please also check the log file at "/var/log/Xorg.0.log" for additional information. lshw reads that Xpress 200M is claimed by radeonfb driver.
At this moment, no fglrx packages are installed.
System is Toshiba laptop.
I do not think ATI dropped support, however, even without fglrx, nothing works.
View 7 Replies
View Related
Nov 9, 2010
I installed Debian Squeeze with no issues. I went to install latest Nvidia driver as done previously with Lenny. Used instructions that worked on lenny from "the trooper" [url]
Downloaded th latest driver for my GeForce 7300 GS vidio card, driver package NVIDIA-Linux-x86-260.19.12.run
Used "method # 2 as described in HOW TO,as it worked perfectly in the past on Lenny. Only syntax I changed was instead of gdm I typed gdm3 as it appears that is the new name for gnome in Squeeze.
Did as folows:
Now the trouble showed up, Unfortunatly I can only go off my memory. A question was asked stating that something did not match, it needed a 3 and the driver had a 4 version or somethng of this sort. then it asked if I new what I was doing (and I lied) and selected yes. And whammo, it didn't work. (This question was asked when i did in Lenny and it is working perfectly still on that system). I now can not boot to GUI, I notice when system boots it starts in "S" mode although I select normal boot from grub2.
Not too bad if I got to reinstall as little is on the system. I just want to know what I am missing on the instalation deal or should I be going about this difrently with Squeeze.
View 14 Replies
View Related