Re: how to get rid of pulseaudio gracefully

2012-01-29 Thread Bob
On 01/28/2012 06:04 AM, Scott Ferguson wrote: On 28/01/12 01:41, Harry Putnam wrote: Scott Ferguson writes: I use KDE (on Squeeze) and Pulse rarely uses more than 2% even when networked to multiple boxen. Interesting, so likely local config problems. Not that I'd call 5-8% CPU "chugging"

Re: Wheezy. Weekly build 23-Jan-2012. "No kernel modules were found" during install.

2012-01-29 Thread Leonid Korostyshevski
On Thu, Jan 26, 2012 at 2:28 AM, Jan Harnisch wrote: > Same problem here. After receiving the error, at first it seems possible > to continue the installation (as long as one doesn't need the network > card). However when entering partman, there seems to be no way to assign a > mountpoint to any

Software-upgrades not installable due to APT-misconfiguration ?

2012-01-29 Thread Andreas Glaeser
> Please post the output of 'apt-cache policy'. > andreas@osrdii:~$ apt-cache policy Package files: 100 /var/lib/dpkg/status release a=now 100 http://backports.debian.org/debian-backports/ squeeze-backports/main amd64 Packages release o=Debian Backports,a=squeeze-backports,n=squeeze-

Re: Converting to btrfs

2012-01-29 Thread Alan Chandler
On 29/01/12 18:21, Christian Dysthe wrote: Hi, I have an older laptop running Sid I like to play around with. I would like to check out the new btrfs file system and know you can easily convert from ext4 to btrfs. The disk is partitioned with a small /boot partition, a 10 gb / partition and a /

how to get gdm3 greeter to display menu of hosts for remote login via xdmcp

2012-01-29 Thread Rick Thomas
How do I get the gnome3 greeter to give me a menu of hosts on the local network who are willing to accept an xdmcp login? On my "squeeze" machines running gdm, at the login screen there is a drop-down called "Actions" that has one option called "Remote login via xdmcp". When I choose that o

Not getting mails in inbox

2012-01-29 Thread Harshad Joshi
I am not getting replies to mails i am sending on this list. i have to manually check or refer google to get answers.. can someone look in this matter? -- Harshad Joshi

Re: Gpm Eats the Disk

2012-01-29 Thread Enrico Weigelt
* David Baron schrieb: > Gpm starts spewing error messages syslog and daemon.log grow and grow > quickly > filling the /var filesystem's partition. I mean 10's of gigabytes. The system > still works but is now crippled, anything really needing /var like mail is > borked. So is ext3 journalin

Re: how to get rid of pulseaudio gracefully

2012-01-29 Thread Enrico Weigelt
* Harry Putnam schrieb: > I want to get rid of pulseaudio. I almost never even use sound in > linux and I see it always chugging away at 5-8 % cpu. That seems a > bit extreme some how. Can you measure how much load pulseaudio itself does ? (in idle vs. active). I'm really curious about those

Re: screwed up my network starting

2012-01-29 Thread Anand Sivaram
On Sun, Jan 29, 2012 at 08:27, Bob Proulx wrote: > H.S. wrote: > > Bob Proulx wrote: > > > It is okay to have both specified, I usually do. > > > > When I dealt with this issue last (a few years ago), I was under the > > impression that only one needs to be used. Either I was mistaken then, > > o

Re: Using wheezy or testing in sources.list for security updates

2012-01-29 Thread Scott Ferguson
On 29/01/12 21:51, Colin wrote: > Hi all, > After reading the security support on testing[1], I was thinking if I > would use wheezy at the moment on my sources.list instead of testing, > then I would all have the "updates" from testing plus the security > ones? > Or should I just use 'deb http://s

Re: debian losing usb detection after guest OS sees a USB device in virtualbox

2012-01-29 Thread Scott Ferguson
On 30/01/12 01:42, H.S. wrote: > On 29/01/12 01:14 AM, Bob Proulx wrote: >> Scott Ferguson wrote: >>> H.S. wrote: So, looks like I need to somehow make network manager not mess with Tomtom when it is plugged in. >>> >>> I would be useful for others if you post your success at getting NM t

Re: lcdproc missing driver imonlcd in squeeze

2012-01-29 Thread Scott Ferguson
On 29/01/12 23:12, Ramon Hofer wrote: > Hi all > > I'm trying to configure a Soundgraph 15c2:0038 display. > In Ubuntu which I had running before on that PC it was very easy to get > the display working: Install lcdproc and change the driver in /etc/ > LCDd.conf to imonlcd. > Unfortunately this i

Re: Accented Characters - How to type from standard keyboard?

2012-01-29 Thread Thomas H. George
On Sat, Jan 28, 2012 at 07:39:22PM -0500, Tony Baldwin wrote: > On Sat, Jan 28, 2012 at 03:40:51PM -0500, doug wrote: > > On 01/28/2012 02:40 PM, Michael Lange wrote: > > >Hi, > > > > > >Thus spoketh "Thomas H. George" > > >unto us on Sat, 28 Jan 2012 11:19:09 -0500: > > > > > /snip/ > > > >You ca

Re: debian losing usb detection after guest OS sees a USB device in virtualbox

2012-01-29 Thread H.S.
On 29/01/12 09:42 AM, H.S. wrote: >> This leads me to believe the device name being assigned to the device >> is "usb0". Try this in /etc/network/interfaces: >> >> iface usb0 inet manual >> >> That line should tell ifupdown that the configuration is manual. And >> since it is a configuration f

Re: /usr/lib/mutt/mailto-mutt

2012-01-29 Thread Michelle Konzack
Hello peasth...@shaw.ca, I use since ages (maybe back in Woody or Sarge) the following script: [ '~/bin/mutt_firefox' ] #!/bin/sh xterm -geometry 80x45+400+100 -u8 -e mutt -e "set editor=mcedit" "$*"

Re: /usr/lib/mutt/mailto-mutt

2012-01-29 Thread Vincent Lefevre
On 2012-01-29 15:30:42 -0700, peasth...@shaw.ca wrote: > Given a current Squeeze with Iceweasel and mutt. Suppose Iceweasel > displays a page with a mailto link. To illustrate, each archived > message in http://lists.debian.org/ has a "Reply to:" heading followed > by three mailto links. A cl

Re: /usr/lib/mutt/mailto-mutt

2012-01-29 Thread Brian
On Sun 29 Jan 2012 at 15:30:42 -0700, peasth...@shaw.ca wrote: > Given a current Squeeze with Iceweasel and mutt. Suppose Iceweasel > displays a page with a mailto link. To illustrate, each archived > message in http://lists.debian.org/ has a "Reply to:" heading followed > by three mailto lin

Re: /usr/lib/mutt/mailto-mutt

2012-01-29 Thread Bob Proulx
peasth...@shaw.ca wrote: > At least one reader of debian-user has reported this to work. Yet > the terminal doesn't open here and there is nothing relevant in > /var/log/{syslog,mail.*}. Look in your ~/.xsession-errors file. That is where the output from all X programs go. Generally there are

Re: Using wheezy or testing in sources.list f ... sorry for the noise

2012-01-29 Thread Christofer C. Bell
On Sun, Jan 29, 2012 at 1:38 PM, Paul E Condon wrote: > On 20120129_090739, Christofer C. Bell wrote: > > > > Colin, > > > > Perhaps this will explain it better. This is taken from > ftp.us.debian.org: > > > > lrwxrwxrwx1 21285 212856 Feb 5 2011 testing -> wheezy > > lrwxrwxrwx

Re: Using wheezy or testing in ,,, OT question.

2012-01-29 Thread Christofer C. Bell
On Sun, Jan 29, 2012 at 6:02 PM, Christofer C. Bell < christofer.c.b...@gmail.com> wrote: > On Sun, Jan 29, 2012 at 1:32 PM, Paul E Condon > wrote: > >> On 20120129_090739, Christofer C. Bell wrote: >> >> > they're actually being put into a directory named Wheezy. >> -

Re: Using wheezy or testing in ,,, OT question.

2012-01-29 Thread Christofer C. Bell
On Sun, Jan 29, 2012 at 1:32 PM, Paul E Condon wrote: > On 20120129_090739, Christofer C. Bell wrote: > > > they're actually being put into a directory named Wheezy. > ^^ > > > > Unfortunately, Debian lives in a real world replete with uninfo

creating (thumbnail) images *of* (not for) web pages

2012-01-29 Thread lee
Hi, is there a Debian package with software that helps in creating (thumbnail) images *of* (not for) web pages? Like something that instead of displaying a web page on screen as a web browser does creates an image file that can be saved to disk (and then be resized to a thumbnail)? Maybe there´s

/usr/lib/mutt/mailto-mutt

2012-01-29 Thread peasthope
Folk, Given a current Squeeze with Iceweasel and mutt. Suppose Iceweasel displays a page with a mailto link. To illustrate, each archived message in http://lists.debian.org/ has a "Reply to:" heading followed by three mailto links. A click on the link should invoke mutt by operation of /usr

Re: getting source packages with synaptic

2012-01-29 Thread Andrei Popescu
On Du, 29 ian 12, 18:55:00, Tony van der Hoff wrote: > > Much googling on the subject suggests that it might not be possible > to do that. Anyone know whether that's true, if so, why, and if not > how can I do it? Probably nobody bothered to implement the feature since people hacking on source c

Re: Software-upgrades not installable due to APT-misconfiguration ?

2012-01-29 Thread Andrei Popescu
On Du, 29 ian 12, 18:24:56, Andreas Glaeser wrote: > andreas@osrdii:~$ sudo aptitude dist-upgrade > The following NEW packages will be installed: > libtirpc1{a} rpcbind{ab} > The following packages will be upgraded: > nfs-common xserver-xephyr{b} xserver-xorg-core{b} > 3 packages upgraded, 2

Re: Using wheezy or testing in sources.list for security updates

2012-01-29 Thread Andrei Popescu
On Du, 29 ian 12, 15:17:06, Colin wrote: > > Right. > Then I could check debian-testing-security-announce@ to check which > ones were fast tracked? > Although the last post on that list is from Feb 2011 acording to the > archives [1]. Debian Testing Security Advisories are used only when the upda

Gpm Eats the Disk

2012-01-29 Thread David Baron
This occurs randomly for no seeming reason for USB mice. It will definitely occur if the rodent gets unplugged or at random communications difficulties on wireless mice. It can be caused by other USB devices connected or operating: Gpm starts spewing error messages syslog and daemon.log grow an

Re: pkg-fso.alioth.debian.org seems to be down

2012-01-29 Thread Thilo Six
Maarten wrote the following on 29.01.2012 21:38 > Hi all, > > I've been trying to install Debian on my OpenMoko Neo Freerunner. There's a > neat script for doing this, and it resides on pkg-fso.alioth.debian.org. > Thing is, it's down. > > How can I notify the server owner / maintainer? I have n

pkg-fso.alioth.debian.org seems to be down

2012-01-29 Thread Maarten
Hi all, I've been trying to install Debian on my OpenMoko Neo Freerunner. There's a neat script for doing this, and it resides on pkg-fso.alioth.debian.org. Thing is, it's down. How can I notify the server owner / maintainer? I have no idea who it might be to start with. grtz, Maarten P.S: Pl

Re: Using wheezy or testing in sources.list for security updates

2012-01-29 Thread Colin
On 1/29/12, Paul E Condon wrote: > OP wouldn't have asked the question unless he were somewhat worried > that each choice had consequences, which, for him, were unknown and > therefore unintended. Because he has asked the question, I think OP > is, like me, a person who wants a system that basical

Re: Using wheezy or testing in sources.list f ... sorry for the noise

2012-01-29 Thread Paul E Condon
On 20120129_090739, Christofer C. Bell wrote: > On Sun, Jan 29, 2012 at 8:27 AM, Colin wrote: > > > On Sun, Jan 29, 2012 at 11:28 AM, Sven Joachim wrote: > > > On 2012-01-29 11:51 +0100, Colin wrote: > > > This depends on what you intend to do when wheezy becomes stable. Do > > > you want to co

Re: Using wheezy or testing in ,,, OT question.

2012-01-29 Thread Paul E Condon
On 20120129_090739, Christofer C. Bell wrote: ... snip > > There is no difference, at all, between Wheezy and Testing -- They are the > same physical thing on the Debian repository server's hard disk. Testing > is nothing more than a symlink to Wheezy. When updates go into Testing, -

getting source packages with synaptic

2012-01-29 Thread Tony van der Hoff
Hi, Running squeeze, when I want a source package, I do apt-get source , which works well enough. However, I'm really a pointy-clicky type, and would prefer to use synaptic for this. Much googling on the subject suggests that it might not be possible to do that. Anyone know whether that's

Re: Using wheezy or testing in sources.list for security updates

2012-01-29 Thread Paul E Condon
On 20120129_122817, Sven Joachim wrote: > On 2012-01-29 11:51 +0100, Colin wrote: > > > After reading the security support on testing[1], I was thinking if I > > would use wheezy at the moment on my sources.list instead of testing, > > then I would all have the "updates" from testing plus the secu

Converting to btrfs

2012-01-29 Thread Christian Dysthe
Hi, I have an older laptop running Sid I like to play around with. I would like to check out the new btrfs file system and know you can easily convert from ext4 to btrfs. The disk is partitioned with a small /boot partition, a 10 gb / partition and a /home parirtion taking the rest of the disk (

Re: Network issues with lan and wifi

2012-01-29 Thread Brian
On Sat 28 Jan 2012 at 17:47:44 -0700, Bob Proulx wrote: > At this point in history the debian-installer only supports WEP wifi > networking and does not support WPA/WPA2. Yet. All things happen > eventually. So if you were trying to connect to an open wifi access > point it should have been fin

Software-upgrades not installable due to APT-misconfiguration ?

2012-01-29 Thread Andreas Glaeser
andreas@osrdii:~$ sudo aptitude update . . . Fetched 4,906 kB in 14s (339 kB/s) Current status: 4 updates [+1], 9821 new [+12]. andreas@osrdii:~$ sudo aptitude upgrade Resolving dependencies... The following packages will be upgraded: libicu44 1 packages upgraded, 0 newly instal

Re: Kernel Compiling from scratch

2012-01-29 Thread Syed Hasan Atizaz
thanks everyone :) On Fri, Jan 27, 2012 at 9:30 PM, Stephen Powell wrote: > On Thu, 26 Jan 2012 14:30:39 -0500 (EST), Ralf Mardorf wrote: >> >> I usually run >> >> make-kpkg clean >> make-kpkg --rootcmd fakeroot --initrd kernel-image kernel-headers >> >> headers are often needed. > > I only build

Re: Using wheezy or testing in sources.list for security updates

2012-01-29 Thread Colin
On Sun, Jan 29, 2012 at 3:07 PM, Christofer C. Bell wrote: > To answer your other question, security updates for Testing move through > from Unstable like any other update except for being fast tracked: Right. Then I could check debian-testing-security-announce@ to check which ones were fast trac

Re: Using wheezy or testing in sources.list for security updates

2012-01-29 Thread Christofer C. Bell
On Sun, Jan 29, 2012 at 8:27 AM, Colin wrote: > On Sun, Jan 29, 2012 at 11:28 AM, Sven Joachim wrote: > > On 2012-01-29 11:51 +0100, Colin wrote: > > This depends on what you intend to do when wheezy becomes stable. Do > > you want to continue to use testing forever, or do you want to have a >

Re: debian losing usb detection after guest OS sees a USB device in virtualbox

2012-01-29 Thread H.S.
On 29/01/12 01:14 AM, Bob Proulx wrote: > Scott Ferguson wrote: >> H.S. wrote: >>> So, looks like I need to somehow make network manager not mess with >>> Tomtom when it is plugged in. >> >> I would be useful for others if you post your success at getting NM to >> ignore a device here. > > Agreed!

Re: [OT] Re: Accented Characters - How to type from standard keyboard?

2012-01-29 Thread Curt
On 2012-01-29, Michael Lange wrote: > > Now, as far as I could see, the question was "Accented Characters - How > to type from standard keyboard?" , so what's wrong with trying to answer > what appears to be a perfectly legal question ? Well, that's what the subject says (I never rely on those to

Re: Using wheezy or testing in sources.list for security updates

2012-01-29 Thread Colin
On Sun, Jan 29, 2012 at 11:28 AM, Sven Joachim wrote: > On 2012-01-29 11:51 +0100, Colin wrote: > This depends on what you intend to do when wheezy becomes stable.  Do > you want to continue to use testing forever, or do you want to have a > system that remains basically unchanged for a long time?

Re: Please assist.

2012-01-29 Thread Johan Grönqvist
2012-01-29 13:29, BETA BOOKSHOP & STATIONERS BETA BOOKSHOP skrev: I have a problem with my printer(Gestetner Dsm 718) installation.I have tried severally without and success.I have gone to Administration>Printing>Locahost and tried to add a new printer from USB serial but it has refused.I have fe

[OT] Re: Accented Characters - How to type from standard keyboard?

2012-01-29 Thread Michael Lange
Thus spoketh Curt unto us on Sun, 29 Jan 2012 13:32:25 + (UTC): > > édirectory > > mv *directory adirectory > > Maybe the problem space is ill-defined, but if it is what it appears to > be, this whole thread seems silly in a very usenetty way, i.e., a > senseless and brutal buggery of a f

Re: Accented Characters - How to type from standard keyboard?

2012-01-29 Thread Curt
On 2012-01-28, Michael Lange wrote: > >> Ripit created a directory name which starts with an accented character. >> I want to rename the directory. With xlsfonts, xfontsel and xfd I have >> found a font set which contains the character but have not figured out >> how to use it from a standard US

RE:Please assist.

2012-01-29 Thread BETA BOOKSHOP & STATIONERS BETA BOOKSHOP
I have a problem with my printer(Gestetner Dsm 718) installation.I have tried severally without and success.I have gone to Administration>Printing>Locahost and tried to add a new printer from USB serial but it has refused.I have felt defeat and want you to help in retaining my hope. How can I Insta

Re: Gnome3 login failure

2012-01-29 Thread richard
On Sun, 29 Jan 2012 07:26:02 + Alan Chandler wrote: > On 24/01/12 14:56, Richard wrote: > > Hi > > > > Out of the blue, when I try to login to the shell I get after a few second > > that dreaded something has gone wrong message and to logout. > > Is Gnome3 similar in behaviour to Gnome2 that

lcdproc missing driver imonlcd in squeeze

2012-01-29 Thread Ramon Hofer
Hi all I'm trying to configure a Soundgraph 15c2:0038 display. In Ubuntu which I had running before on that PC it was very easy to get the display working: Install lcdproc and change the driver in /etc/ LCDd.conf to imonlcd. Unfortunately this isn't possible in squeeze because this driver isn't

Re: Squeeze Backports kernel with nVidia driver package

2012-01-29 Thread Ramon Hofer
On Sun, 29 Jan 2012 11:58:22 +0200, Andrei Popescu wrote: > On Du, 29 ian 12, 09:37:36, Ramon Hofer wrote: >> > >> > Hmm, you must be running amd64, 3.1.0 is not available on i386. But >> > anyway, if I understand correctly, it's too much effort to support >> > more than one kernel version in bac

Re: Using wheezy or testing in sources.list for security updates

2012-01-29 Thread Sven Joachim
On 2012-01-29 11:51 +0100, Colin wrote: > After reading the security support on testing[1], I was thinking if I > would use wheezy at the moment on my sources.list instead of testing, > then I would all have the "updates" from testing plus the security > ones? No. Also, wheezy and testing are cu

Using wheezy or testing in sources.list for security updates

2012-01-29 Thread Colin
Hi all, After reading the security support on testing[1], I was thinking if I would use wheezy at the moment on my sources.list instead of testing, then I would all have the "updates" from testing plus the security ones? Or should I just use 'deb http://security.debian.org testing/updates main cont

Re: Squeeze Backports kernel with nVidia driver package

2012-01-29 Thread Andrei Popescu
On Du, 29 ian 12, 09:37:36, Ramon Hofer wrote: > > > > Hmm, you must be running amd64, 3.1.0 is not available on i386. But > > anyway, if I understand correctly, it's too much effort to support more > > than one kernel version in backports, so it is likely to disappear soon. > > > > For nvidia-gl

Re: Gnome3 login failure

2012-01-29 Thread Alan Chandler
On 24/01/12 14:56, Richard wrote: Hi Out of the blue, when I try to login to the shell I get after a few second that dreaded something has gone wrong message and to logout. Is Gnome3 similar in behaviour to Gnome2 that removing the .gnome files will cause them to be recreated on login ? Or any

Re: Squeeze Backports kernel with nVidia driver package

2012-01-29 Thread Ramon Hofer
On Sun, 29 Jan 2012 01:28:19 +0200, Andrei Popescu wrote: > On Sb, 28 ian 12, 10:20:58, Ramon Hofer wrote: >> >> If I get you right I should install linux-image-3.2.0-0.bpo.1-amd64? >> But there are other packages too like linux-image-amd64 which installs >> the extra package linux-image-3.1.0-0.

Re: Squeeze Backports kernel with nVidia driver package

2012-01-29 Thread Ramon Hofer
On Sat, 28 Jan 2012 22:16:04 +0100, didier gaumet wrote: > Le Sat, 28 Jan 2012 10:20:58 + (UTC), Ramon Hofer > a écrit : > > [...] >> I have added "deb http://backports.debian.org/debian-backports squeeze- >> backports main" to my /etc/apt/sources.list > > "deb http://backports.debian.org/d