Re: OT: Safe to access SSH server from work?

2011-05-05 Thread shawn wilson
On May 5, 2011 8:15 PM, "Perry Thompson" wrote: > > On 05/05/2011 06:46 PM, cac...@quantum-sci.com wrote: > > On Thursday 5 May, 2011 15:09:02 Brian wrote: > >> Use a strong password or ssh keys for access to the server. The question > >> is whether you trust the machine you use at work. > > > > O

Re: OT: Safe to access SSH server from work?

2011-05-05 Thread shawn wilson
> 2] in /etc/hosts.allow limit access to sshd accordingly (sshd: ); I'm prepared to be wrong here but, aren't the hosts.* configs just for inetd / xinetd and (possibly) portmap? And, IIRC, ssh installs as an init script on debian?

Re: Poll - What Smartphone do you use?

2011-05-05 Thread shawn wilson
On May 5, 2011 11:19 PM, "Freeman" wrote: > > On Mon, May 02, 2011 at 08:35:39PM -0700, giovanni_re wrote: > > > > = > > So, today's poll is: > > > > What Smartphone do you use? > > > > Android maybe just got a few points against it in my estimation. > Ya know, I see commercials when I surf the w

Re: Need help with approx configuration changes for squeeze

2011-05-05 Thread Boyd Stephen Smith Jr.
In <20110505230413.ga4...@big.lan.gnu>, Paul E Condon wrote: >On 20110505_164439, Boyd Stephen Smith Jr. wrote: >> On 2011-05-05 16:15:31 Paul E Condon wrote: >> >#volatile http://volatile.debian.org/debian-volatile >> > >> >I thought the word 'volatile' was being >> >eliminated. >> >> volat

Re: Some way to restrict what apt-get/aptitude installs

2011-05-05 Thread shawn wilson
On May 5, 2011 7:55 PM, "Chris Brennan" wrote: > > I've a headless server running Debian 6 and I am curious if there is a way to restrict what gets pulled in > > Example #1 Gentoo: USE="-X" will effectively stop all X/X-related libs from being installed and the package manager there will fail, tel

Re: Poll - What Smartphone do you use?

2011-05-05 Thread Freeman
On Mon, May 02, 2011 at 08:35:39PM -0700, giovanni_re wrote: > Isn't it great to get to know your Debian community members, & things > about them, like what kind of stuff they use? Maybe that would be good > stuff for _you_ to get at some point. :) > > > = > So, today's poll is: > > What Smart

Elegant and Amazing Apps

2011-05-05 Thread David
I may be out of the loop on this. But I just discovered kupfer and was duly impressed. I generally stay away from launchers because, with the exception of gmrun, I find them over-stuffed and awkward. Although I can't get kupfer completely working in openbox (I am perfectly happy with gmrun and a

Re: OT: Safe to access SSH server from work?

2011-05-05 Thread Jerome BENOIT
On 06/05/11 02:54, Rob Owens wrote: On Thu, May 05, 2011 at 03:46:27PM -0700, cac...@quantum-sci.com wrote: On Thursday 5 May, 2011 15:09:02 Brian wrote: Use a strong password or ssh keys for access to the server. The question is whether you trust the machine you use at work. OK, say you -d

Re: Need /etc/apt/sources.list

2011-05-05 Thread Stephen Powell
On Thu, 05 May 2011 11:27:38 -0400 (EDT), Dotan Cohen wrote: > On Thu, May 5, 2011 at 14:44, Heddle Weaver wrote: >> Why not install netselect-apt and let that do it for you? > > 1) I've never heard of it! > > 2) It doesn't seem to be on the disc, so I'd need a configured repo anyway. There is

Re: OT: Safe to access SSH server from work?

2011-05-05 Thread Nate Bargmann
* On 2011 05 May 19:56 -0500, Rob Owens wrote: > I hesitate to mention this, because it will start an argument about > security through obscurity, but you can run your ssh server on a port > other than 22. It really does nothing for security, but it will keep > your firewall logs a lot cleaner be

Re: OT: Safe to access SSH server from work?

2011-05-05 Thread Rob Owens
On Thu, May 05, 2011 at 03:46:27PM -0700, cac...@quantum-sci.com wrote: > On Thursday 5 May, 2011 15:09:02 Brian wrote: > > Use a strong password or ssh keys for access to the server. The question > > is whether you trust the machine you use at work. > > OK, say you -don't- trust your machine at w

Re: OT: Safe to access SSH server from work?

2011-05-05 Thread CACook
On Thursday 5 May, 2011 17:15:11 Perry Thompson wrote: > On 05/05/2011 06:46 PM, cac...@quantum-sci.com wrote: > > On Thursday 5 May, 2011 15:09:02 Brian wrote: > >> Use a strong password or ssh keys for access to the server. The question > >> is whether you trust the machine you use at work. > >

Re: OT: Safe to access SSH server from work?

2011-05-05 Thread Perry Thompson
On 05/05/2011 06:46 PM, cac...@quantum-sci.com wrote: > On Thursday 5 May, 2011 15:09:02 Brian wrote: >> Use a strong password or ssh keys for access to the server. The question >> is whether you trust the machine you use at work. > > OK, say you -don't- trust your machine at work. Workarounds? >

Re: OT: Safe to access SSH server from work?

2011-05-05 Thread CACook
I know all that. But it still will ask for a password if you do not have the key, and thus is open to brute-force. On Thursday 5 May, 2011 16:21:39 Jerome BENOIT wrote: > http://wiki.debian.org/ssh#ssh_without_password > > On 06/05/11 00:24, cac...@quantum-sci.com wrote: > > On Thursday 5 May,

Some way to restrict what apt-get/aptitude installs

2011-05-05 Thread Chris Brennan
I've a headless server running Debian 6 and I am curious if there is a way to restrict what gets pulled in Example #1 Gentoo: USE="-X" will effectively stop all X/X-related libs from being installed and the package manager there will fail, telling you why. Example #2 FreeBSD: X="NO" (YES/NO/TRUE/F

Re: OT: Safe to access SSH server from work?

2011-05-05 Thread Jerome BENOIT
http://wiki.debian.org/ssh#ssh_without_password On 06/05/11 00:24, cac...@quantum-sci.com wrote: On Thursday 5 May, 2011 14:43:13 Jochen Schulz wrote: Expect brute-force attempts to login using weak passwords, though. If you only allow key logins, you can ignore that. And how is that done? W

Re: OT: Safe to access SSH server from work?

2011-05-05 Thread CACook
On Thursday 5 May, 2011 14:43:13 Jochen Schulz wrote: > Expect brute-force attempts to login using weak > passwords, though. If you only allow key logins, you can ignore that. And how is that done? When I set /etc/ssh/sshd_config|PasswordAuthentication no I get 'Connection reset by server'. --

Re: OT: Safe to access SSH server from work?

2011-05-05 Thread Jerome BENOIT
On 05/05/11 23:43, Jochen Schulz wrote: George: I have a computer at home that I'm doing some research on and I set up an SSH server on it so I can access it from other computers at home. I haven't opened up the network to the internet yet though, as I'm not confident enough that it is safe.

Re: Need help with approx configuration changes for squeeze

2011-05-05 Thread Paul E Condon
On 20110505_164439, Boyd Stephen Smith Jr. wrote: > On 2011-05-05 16:15:31 Paul E Condon wrote: > >#volatile http://volatile.debian.org/debian-volatile > > > >I thought the word 'volatile' was being > >eliminated. > > volatile.debian.org is no longer used. Instead use the "stable-updates"

Re: OT: Safe to access SSH server from work?

2011-05-05 Thread Jerome BENOIT
come with your own machine, presumably a laptop ? On 06/05/11 00:46, cac...@quantum-sci.com wrote: On Thursday 5 May, 2011 15:09:02 Brian wrote: Use a strong password or ssh keys for access to the server. The question is whether you trust the machine you use at work. OK, say you -don't- trust

Re: OT: Safe to access SSH server from work?

2011-05-05 Thread CACook
On Thursday 5 May, 2011 15:09:02 Brian wrote: > Use a strong password or ssh keys for access to the server. The question > is whether you trust the machine you use at work. OK, say you -don't- trust your machine at work. Workarounds? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian

Re: Cannot connect to WPA PSK network (ThinkPad X220 with Intel Corporation Centrino Advanced-N + WiMAX 6250 adapter)

2011-05-05 Thread Brian
On Fri 06 May 2011 at 03:51:08 +0900, Akira Kitada wrote: > The following did the trick. > > > allow-hotplug wlan0 > iface wlan0 inet dhcp > wpa-driver wext > wpa-ssid > wpa-ap-scan 2 > wpa-proto WPA > wpa-group TKIP > wpa-pairwise TKIP >

Re: OT: Safe to access SSH server from work?

2011-05-05 Thread Brian
On Fri 06 May 2011 at 00:14:36 +0300, George wrote: > I have a computer at home that I'm doing some research on and I set up > an SSH server on it so I can access it from other computers at home. I > haven't opened up the network to the internet yet though, as I'm not > confident enough that it is

Re: OT: Safe to access SSH server from work?

2011-05-05 Thread George
On 5/6/11, Jochen Schulz wrote: > If you only allowing key-based authentication and install security > patches in a timely manner, the risk from running a public OpenSSH > server is low. Expect brute-force attempts to login using weak > passwords, though. If you only allow key logins, you can ign

Re: Re: System becomes very slow after update to squeeze 6.0.1

2011-05-05 Thread Sarit_Ritwirune
I am a debian user and use the same hardware. HP 6515b. I also got a sluggish performance after update. Thus before I decided to wipe out my os I tried upgrade my dist to be testing or wheezy. After 30 hr. waiting for it to upgrade itself. My system become healthy as usual except BCM4311 module th

Re: OT: Safe to access SSH server from work?

2011-05-05 Thread David Sanders
On May 5, 2011 10:15 PM, "George" wrote: > > I have a computer at home that I'm doing some research on and I set up > an SSH server on it so I can access it from other computers at home. I > haven't opened up the network to the internet yet though, as I'm not > confident enough that it is safe. >

Re: OT: Safe to access SSH server from work?

2011-05-05 Thread Jerome BENOIT
Hello List, On 05/05/11 23:14, George wrote: I have a computer at home that I'm doing some research on and I set up an SSH server on it so I can access it from other computers at home. I haven't opened up the network to the internet yet though, as I'm not confident enough that it is safe. What

Re: Need help with approx configuration changes for squeeze

2011-05-05 Thread Boyd Stephen Smith Jr.
On 2011-05-05 16:15:31 Paul E Condon wrote: >#volatile http://volatile.debian.org/debian-volatile > >I thought the word 'volatile' was being >eliminated. volatile.debian.org is no longer used. Instead use the "stable-updates" repository on the master archive or one of it's mirrors. -- Boy

Re: OT: Safe to access SSH server from work?

2011-05-05 Thread Jochen Schulz
George: > > I have a computer at home that I'm doing some research on and I set up > an SSH server on it so I can access it from other computers at home. I > haven't opened up the network to the internet yet though, as I'm not > confident enough that it is safe. If you only allowing key-based auth

Need help with approx configuration changes for squeeze

2011-05-05 Thread Paul E Condon
I'm just getting around to noticing the change in how volatile packages are made available. I would like to include proxy cacheing for these in my approx server, but I'm puzzled as to what should be on the line in approx.conf. Also, when looking at the new approx.conf file, I see what appears to

OT: Safe to access SSH server from work?

2011-05-05 Thread George
I have a computer at home that I'm doing some research on and I set up an SSH server on it so I can access it from other computers at home. I haven't opened up the network to the internet yet though, as I'm not confident enough that it is safe. What are the configuration steps that I will need to

Re: Customising Debian install

2011-05-05 Thread Heddle Weaver
On 6 May 2011 06:08, Tom Furie wrote: > On Thu, May 05, 2011 at 07:21:22PM +, Camaleón wrote: > > On Thu, 05 May 2011 18:12:47 +0100, Andrew Wood wrote: > > > > For certain things like removing OpenOffice and replacing it with > > > LibreOffice this approach works but is time consuming. For

Re: Customising Debian install

2011-05-05 Thread Tom Furie
On Thu, May 05, 2011 at 07:21:22PM +, Camaleón wrote: > On Thu, 05 May 2011 18:12:47 +0100, Andrew Wood wrote: > > For certain things like removing OpenOffice and replacing it with > > LibreOffice this approach works but is time consuming. For other > > packages it just results in disaster, f

Re: sshd_config and OpenPermit

2011-05-05 Thread Jerome BENOIT
Hello List ! On 04/05/11 17:24, Jerome BENOIT wrote: Hello List, On 04/05/11 16:52, Camaleón wrote: On Wed, 04 May 2011 04:41:32 +0200, Jerome BENOIT wrote: I am trying to restrict ssh port forwarding to one port on my Squeeze box: my current understanding is that I may play with the OpenPer

Re: Customising Debian install

2011-05-05 Thread Camaleón
On Thu, 05 May 2011 18:12:47 +0100, Andrew Wood wrote: > Whats the best way to go about making a custom installation of Debian > which I can then install onto multiple machines without having to go > through and manually add extra packages and remove certain default > packges from each machine? I

Re: Sound for Intel 82801DB-ICH4

2011-05-05 Thread Freddie
On Wed, 4 May 2011, Rob Owens wrote: On Thu, May 05, 2011 at 12:45:34AM +0100, Freddie wrote: Dear Debian-user, Please could you help me get sound working on this laptop? It's a phillips freeline X10. Have you made sure that the the volume is up and not muted? Are you sure you've plugged yo

Re: Cannot connect to WPA PSK network (ThinkPad X220 with Intel Corporation Centrino Advanced-N + WiMAX 6250 adapter)

2011-05-05 Thread Akira Kitada
I've finally figured out that I need to add more options to connect to my WPA network. The following did the trick. allow-hotplug wlan0 iface wlan0 inet dhcp wpa-driver wext wpa-ssid wpa-ap-scan 2 wpa-proto WPA wpa-group TKIP wpa-pairwise TKIP

Re: MySQL Server Rebooting Automatically?

2011-05-05 Thread Camaleón
On Thu, 05 May 2011 11:13:14 -0700, Abraham wrote: >> logrotate? >> >> > That's the only thing I could find that might be doing it as I went > through the cron files. > In the /etc/logrotate.d/mysql-server file there is a /usr/bin/mysqladmin > flush-logs command that is probably being run which wo

Re: What is this Apple Bootstrap thing of which the installer speaks?

2011-05-05 Thread Roger Leigh
On Thu, May 05, 2011 at 12:41:24PM -0400, annathemerm...@hush.com wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Tue, 03 May 2011 09:50:55 -0400 Roger Leigh > wrote: > >On Tue, May 03, 2011 at 09:00:50AM -0400, annathemerm...@hush.com > >wrote: > >> So, I was trying to install De

Re: MySQL Server Rebooting Automatically?

2011-05-05 Thread Abraham
> > >> > logrotate? > > That's the only thing I could find that might be doing it as I went through the cron files. In the /etc/logrotate.d/mysql-server file there is a /usr/bin/mysqladmin flush-logs command that is probably being run which would probably restart the server?

Re: MySQL Server Rebooting Automatically?

2011-05-05 Thread Bob McConnell
Abraham wrote: Does anyone know why a MySQL Server would be automatically rebooting at midnight? I never set it to reboot and can't find an option to change this. I've also searched online and can't find an answer. Any ideas? Rebooting? Is the mysqld process restarting at midnight, or is the wh

Re: Customising Debian install

2011-05-05 Thread Greg Madden
On Thursday 05 May 2011 09:12:47 am Andrew Wood wrote: > Whats the best way to go about making a custom installation of Debian > which I can then install onto multiple machines without having to go > through and manually add extra packages and remove certain default > packges from each machine? >

Re: Customising Debian install

2011-05-05 Thread Boyd Stephen Smith Jr.
In <4dc2da8f.4020...@me.com>, Andrew Wood wrote: >Whats the best way to go about making a custom installation of Debian >which I can then install onto multiple machines without having to go >through and manually add extra packages and remove certain default >packges from each machine? 1. D-I + Pre

Re: What is this Apple Bootstrap thing of which the installer speaks?

2011-05-05 Thread Tom H
On Thu, May 5, 2011 at 12:41 PM, wrote: > > Also, is there any way to make Debian read OpenBSD's disklabel? > Debian seem to just see one big OpenBSD partition and none of the > subpartitions. Does that mean any partitions I want to share, e.g. > swap, have to be partitioned with something other

Customising Debian install

2011-05-05 Thread Andrew Wood
Whats the best way to go about making a custom installation of Debian which I can then install onto multiple machines without having to go through and manually add extra packages and remove certain default packges from each machine? For certain things like removing OpenOffice and replacing it

Re: MySQL Server Rebooting Automatically?

2011-05-05 Thread Abraham
> > > Does anyone know why a MySQL Server would be automatically rebooting at > > midnight? I never set it to reboot and can't find an option to change > > this. I've also searched online and can't find an answer. Any ideas? > > > > Rebooting? Is the mysqld process restarting at midnight, or is the

Re: What is this Apple Bootstrap thing of which the installer speaks?

2011-05-05 Thread annathemermaid
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 03 May 2011 09:50:55 -0400 Roger Leigh wrote: >On Tue, May 03, 2011 at 09:00:50AM -0400, annathemerm...@hush.com >wrote: >> So, I was trying to install Debian on this old iBook, and >> apparently yaboot wants an Apple Bootstrap partition of a

Re: Problem with Samba on Squeeze [SOLVED]

2011-05-05 Thread Roger Morgan
> From: Roger Morgan > To: Camaleón ; debian-user@lists.debian.org > Sent: Mon, May 2, 2011 11:32:16 AM > Subject: Re: Problem with Samba on Squeeze > > > From: Camaleón > > > To: debian-user@lists.debian.org > > Sent: Sun, May 1, 2011 8:15:10 PM > > Subject: Re: Problem with Samba on Squeez

Re: MySQL Server Rebooting Automatically?

2011-05-05 Thread Mihira Fernando
On 05/05/2011 09:08 PM, Abraham wrote: Does anyone know why a MySQL Server would be automatically rebooting at midnight? I never set it to reboot and can't find an option to change this. I've also searched online and can't find an answer. Any ideas? Much appreciated! Abraham The janitor a

Re: MySQL Server Rebooting Automatically?

2011-05-05 Thread Jari Fredriksson
5.5.2011 18:38, Abraham kirjoitti: > Does anyone know why a MySQL Server would be automatically rebooting at > midnight? I never set it to reboot and can't find an option to change > this. I've also searched online and can't find an answer. Any ideas? > Rebooting? Is the mysqld process restarting

Re: file systems

2011-05-05 Thread Boyd Stephen Smith Jr.
In <4dc286bf.3060...@hardwarefreak.com>, Stan Hoeppner wrote: >On 5/4/2011 6:44 PM, Boyd Stephen Smith Jr. wrote: >> In<4dc1e009.30...@hardwarefreak.com>, Stan Hoeppner wrote: >>> On 5/2/2011 4:02 PM, Boyd Stephen Smith Jr. wrote: They are also essential for any journaled filesystem to have co

Re: file systems

2011-05-05 Thread Boyd Stephen Smith Jr.
In <4dc27008.2080...@hardwarefreak.com>, Stan Hoeppner wrote: >On 5/2/2011 5:54 PM, Boyd Stephen Smith Jr. wrote: >> I'm slightly surprised by the results. It's possible it was slightly >> weighted toward JFS because of the "%CPU" and "Ops/%CPU" metrics, which I >> don't think matter too much. > >

MySQL Server Rebooting Automatically?

2011-05-05 Thread Abraham
Does anyone know why a MySQL Server would be automatically rebooting at midnight? I never set it to reboot and can't find an option to change this. I've also searched online and can't find an answer. Any ideas? Much appreciated! Abraham

Re: Need /etc/apt/sources.list

2011-05-05 Thread Dotan Cohen
On Thu, May 5, 2011 at 14:44, Heddle Weaver wrote: > Why not install netselect-apt and let that do it for you? > Regards, > 1) I've never heard of it! 2) It doesn't seem to be on the disc, so I'd need a configured repo anyway. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com -

Re: CPU usage mysteriously spiking after kernel upgrade

2011-05-05 Thread peasthope
From: John Magolske Date: Wed, 04 May 2011 20:17:56 -0700 > Which suggests using the sysfsutils package & editing /etc/sysfs.conf > so that these settings are applied automatically on boot...I did that. Any idea why this setting is in /etc/sysfs.conf rather than /etc/sysctl.conf? Thanks,

Re: OpenVPN with networkmanager

2011-05-05 Thread Paul van der Vlis
Op 05-05-11 15:57, Camaleón schreef: > On Thu, 05 May 2011 15:32:59 +0200, Paul van der Vlis wrote: > >> I try to use Networkmanager in Squeeze as OpenVPN client but I cannot >> make a connection. The VPN what I have configured is grey and I cannot >> start it. >> >> In daemon.log there is no inte

Re: Poll - What Smartphone do you use?

2011-05-05 Thread Marc Shapiro
On 05/03/11 04:28, Camaleón wrote: On Tue, 03 May 2011 08:04:03 +0200, Erwan David wrote: On Tue, May 03, 2011 at 05:35:39AM CEST, giovanni_re said: (...) = So, today's poll is: What Smartphone do you use? None : they are far too expensive for the use I would have of one. +1 And IMO

Re: How to install Software package on a Linux System when it do not have Internet - debbundle

2011-05-05 Thread Camaleón
On Thu, 05 May 2011 15:56:08 +0200, Alberto Luaces wrote: > Camaleón writes: > >> On Thu, 05 May 2011 16:23:40 +0530, Narendra Sisodiya wrote: >> >>> Problem - How to install Software package on a Linux System when it do >>> not have Internet ? >> >> (...) >> >> A very interesting approach for ma

Re: OpenVPN with networkmanager

2011-05-05 Thread Camaleón
On Thu, 05 May 2011 15:32:59 +0200, Paul van der Vlis wrote: > I try to use Networkmanager in Squeeze as OpenVPN client but I cannot > make a connection. The VPN what I have configured is grey and I cannot > start it. > > In daemon.log there is no intersting information. I've als tried > "OPENVPN

RE: OpenVPN with networkmanager

2011-05-05 Thread Robert Wolfe (Debian)
Paul, could you provide a complete output of the relevant log files for this issue? I tend to run openvpn from the command line rather than from NetworkManager. -Original Message- From: Paul van der Vlis [mailto:p...@vandervlis.nl] Sent: Thursday, May 05, 2011 9:33 AM To: debian-user@l

Re: How to install Software package on a Linux System when it do not have Internet - debbundle

2011-05-05 Thread Alberto Luaces
Camaleón writes: > On Thu, 05 May 2011 16:23:40 +0530, Narendra Sisodiya wrote: > >> Problem - How to install Software package on a Linux System when it do >> not have Internet ? > > (...) > > A very interesting approach for many users! I already forwarded this > project news to another mailing

OpenVPN with networkmanager

2011-05-05 Thread Paul van der Vlis
Hello, I try to use Networkmanager in Squeeze as OpenVPN client but I cannot make a connection. The VPN what I have configured is grey and I cannot start it. In daemon.log there is no intersting information. I've als tried "OPENVPN_DEBUG=1 /usr/lib/NetworkManager/nm-openvpn-service", but it gives

Re: How to install Software package on a Linux System when it do not have Internet - debbundle

2011-05-05 Thread Camaleón
On Thu, 05 May 2011 16:23:40 +0530, Narendra Sisodiya wrote: > Problem - How to install Software package on a Linux System when it do > not have Internet ? (...) A very interesting approach for many users! I already forwarded this project news to another mailing list :-) Greetings, -- Camal

Re: apt-cache --names-only search apm | grep sleepd. Is there a bug?

2011-05-05 Thread Camaleón
On Thu, 05 May 2011 05:10:53 -0700, Regid Ichira wrote: > $ apt-cache --names-only search apm | grep sleepd > sleepd - puts an inactive or low battery laptop to sleep > > Am I right that, according to man apt-cache, mentioning sleepd is a bug? (...) Yep, well... kind of. Already reported ;-

apt-cache --names-only search apm | grep sleepd. Is there a bug?

2011-05-05 Thread Regid Ichira
$ apt-cache --names-only search apm | grep sleepd sleepd - puts an inactive or low battery laptop to sleep Am I right that, according to man apt-cache, mentioning sleepd is a bug? $ man apt-cache | grep -A20 ' search regex' | head search regex [ regex ... ] s

Re: Bug report: Which package?

2011-05-05 Thread Arno Schuring
Ralf Jung (ralfjun...@gmx.de on 2011-05-04 22:19 +0200): > Hi list, > > The problem is that my USB keyboard and mouse do not work properly > when Debian starts up: Only if they are plugged in after boot > finished, they will work. If I have them plugged in already during > boot, they still work fi

Re: Remove unused language from GDM?

2011-05-05 Thread Camaleón
On Wed, 04 May 2011 16:28:15 -0400, Perry Thompson wrote: > On 05/04/2011 02:56 PM, Camaleón wrote: >> How about your "/etc/default/locale" and "~/.dmrc" files? Also, check >> if another user is affected by this. >> >> As a last resort, you can make a full search for that locale's name >> over a

Re: Need /etc/apt/sources.list

2011-05-05 Thread Heddle Weaver
On 5 May 2011 18:04, Dotan Cohen wrote: > Obviously I've done something wrong because on a virgin Squeeze > install /etc/apt/sources.list has no repos other than the disc! Can > someone please send to me a copy of this file. Custom added repos are > fine, I'll be able to figure it out. Thanks. >

Re: file systems

2011-05-05 Thread Stan Hoeppner
On 5/4/2011 6:44 PM, Boyd Stephen Smith Jr. wrote: In<4dc1e009.30...@hardwarefreak.com>, Stan Hoeppner wrote: On 5/2/2011 4:02 PM, Boyd Stephen Smith Jr. wrote: They are also essential for any journaled filesystem to have correct behavior in the face of sudden pwoer loss. This is true only if

How to install Software package on a Linux System when it do not have Internet - debbundle

2011-05-05 Thread Narendra Sisodiya
Problem - How to install Software package on a Linux System when it do not have Internet ? I know there are multiple solution to this problem.. Here I am giving one very solution which looks perfect to solve the problem you can down the script from http://code.google.com/p/debbundle/ What this li

Re: Cannot connect to WPA PSK network (ThinkPad X220 with Intel Corporation Centrino Advanced-N + WiMAX 6250 adapter)

2011-05-05 Thread Akira Kitada
Thank you for your reply. wpasupplicant-0.6.10-2.1 is installed and I'm sure wpa-ssid is correct because I checked it several times. On Thu, May 5, 2011 at 7:09 PM, Chen Wei wrote: > On Thu, May 05, 2011 at 01:27:46PM +0900, Akira Kitada wrote: >> $ lspci | grep Network >> 03:00.0 Network contro

Re: Cannot connect to WPA PSK network (ThinkPad X220 with Intel Corporation Centrino Advanced-N + WiMAX 6250 adapter)

2011-05-05 Thread Chen Wei
On Thu, May 05, 2011 at 01:27:46PM +0900, Akira Kitada wrote: > $ lspci | grep Network > 03:00.0 Network controller: Intel Corporation Centrino Advanced-N + > WiMAX 6250 (rev 5e) > > $ cat /etc/network/interfaces > ... > allow-hotplug wlan0 > iface wlan0 inet dhcp > wpa-ssid > wpa

Re: file systems

2011-05-05 Thread Stan Hoeppner
On 5/2/2011 5:54 PM, Boyd Stephen Smith Jr. wrote: I'm slightly surprised by the results. It's possible it was slightly weighted toward JFS because of the "%CPU" and "Ops/%CPU" metrics, which I don't think matter too much. As I mentioned previously, the only relevant graph of each set is the

Re: Need /etc/apt/sources.list

2011-05-05 Thread Dotan Cohen
On Thu, May 5, 2011 at 11:07, kuLa wrote: > deb http://ftp.uk.debian.org/debian/ squeeze main contrib non-free > deb-src http://ftp.uk.debian.org/debian/ squeeze main contrib non-free > > deb http://security.debian.org/ squeeze/updates main contrib non-free > deb-src http://security.debian.org/ sq

Re: Need /etc/apt/sources.list

2011-05-05 Thread kuLa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/05/11 09:04, Dotan Cohen wrote: > Obviously I've done something wrong because on a virgin Squeeze > install /etc/apt/sources.list has no repos other than the disc! Can > someone please send to me a copy of this file. Custom added repos are > fine

Need /etc/apt/sources.list

2011-05-05 Thread Dotan Cohen
Obviously I've done something wrong because on a virgin Squeeze install /etc/apt/sources.list has no repos other than the disc! Can someone please send to me a copy of this file. Custom added repos are fine, I'll be able to figure it out. Thanks. -- Dotan Cohen http://gibberish.co.il http://what

Re: System becomes very slow after update to squeeze 6.0.1

2011-05-05 Thread sarit
I am using HP 6515b, it may has the same spec as yours. I also got the same as yours. After I "apt-get update" at 4March2011 my system become sluggish and CPU utilization is very very high even small operation such as open a terminal, play mp3 from totem. -- To UNSUBSCRIBE, email to debian-use

Re: Poll - What Smartphone do you use?

2011-05-05 Thread johnw
Motorola Defy Android 2.2.2 (froyo). This phone is very good. -- Sent from my Android phone with K-9 Mail. Please excuse my brevity.