Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

debian-user-digest Digest V2007 #2506

From: <debian-user-digest-request(at)lists.debian.org>
Date: Sat Sep 29 2007 - 19:36:18 EDT


Content-Type: text/plain

debian-user-digest Digest Volume 2007 : Issue 2506

Today's Topics:

  Re: Debian may lose a user            [ "s. keeling"  ]
  Re: Debian may lose a user            [ "s. keeling"  ]
  Re: xmodmap again - not solved after  [ "s. keeling"  ]
  Re: Debian may lose a user            [ "s. keeling"  ]
  Re: Debian may lose a user            [ "s. keeling"  ]
  Re: Repost of some earlier described  [ "s. keeling"  ]
  Re: xmodmap again - not solved after  [ "s. keeling"  ]
  Re: Stupid question (was Re: Repost   [ "s. keeling"  ]
  Re: How to reply in the mailing list  [ "s. keeling"  ]
  Re: Newbie help with simple C progra  [ "s. keeling"  ]
  Re: efficiency of windows managers    [ "s. keeling"  ]
  Re: syslog recommendations?           [ "s. keeling"  ]
  Re: nvidia-glx and xorg               [ "Mike Polyakov"  ]
  Re: Re: GNOME: Associate multiple qu [ Moderation Robot <robomod@news.nic. ]   Re: Re: GNOME: Associate multiple qu [ Moderation Robot <robomod@news.nic. ]

Date: Thu, 27 Sep 2007 03:40:06 +0200
From: "s. keeling" <keeling@nucleus.com> To: debian-user@lists.debian.org
Subject: Re: Debian may lose a user
Message-ID: <97Qwe-3Ir-1@gated-at.bofh.it>

Mike McCarty <Mike.McCarty@sbcglobal.net>:
> Nate Bargmann wrote:
> >keeling:
> >> Plenty of stuff, lots of replies and multipost threads. Can't see any
> >> bug reports. Guess it's off to the BTS to search there. Drat.
> >>
> >> How 'bout that? Search of the BTS for submitter reports no reports
> >> found. Huh? What address did you submit them from?
> >
> > Hmmmm, methinks the emperor has no clothes. ;-)
>
> Hey, that's pretty pejorative. I TOLD you I don't use Debian. I
> didn't submit from my machine. So it isn't in my name, is it?

Ah. I guess that might be an overly broad assumption on my part these days.

I don't think you're a troll.

Do you need help?X

> No. It seems likely that she will blast Debian, and I just didn't
> want to "disappear" off the list with no explanation, and thought
> that some explanation might aid the group.

Okay. My Mom just went from an iMac to Vista. I feel your pain.

Still, I'd rather the perceived problems got fixed.

-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)    
http://blinkynet.net/comp/uip5.html      Linux Counter #80292
- -    
http://www.faqs.org/rfcs/rfc1855.html    Please, don't Cc: me.


-- 
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 .

Date: Thu, 27 Sep 2007 03:40:09 +0200 From: "s. keeling" <keeling@nucleus.com> To: debian-user@lists.debian.org Subject: Re: Debian may lose a user Message-ID: <97Qwh-3Ir-19@gated-at.bofh.it> Nate Bargmann <n0nb@networksplus.net>:
> * s. keeling <keeling@nucleus.com> [2007 Sep 26 04:27 -0500]:
> >
> > Btw, THIS IS ALL VOLUNTEER WORK HERE. fyi.
>
> Yup. And I for one appreciate our Debian Volunteer Overlords. ;-)
Ah geez. You made me laugh. I even considered typing "LOL" ... Crap! -- Any technology distinguishable from magic is insufficiently advanced. (*) http://blinkynet.net/comp/uip5.html Linux Counter #80292 - - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org .

Date: Thu, 27 Sep 2007 03:20:08 +0200 From: "s. keeling" <keeling@nucleus.com> To: debian-user@lists.debian.org Subject: Re: xmodmap again - not solved after all Message-ID: <97QcU-3kX-7@gated-at.bofh.it> Mumia W.. <paduille.4061.mumia.w+nospam@earthlink.net>:
> On 09/25/2007 09:25 AM, Anthony Campbell wrote:
> > I've twice thought I'd solved this one but no. To recap: my .xinitrc
> > contains the line: "xmodmap ~/.Xmodmap". which has worked for many
> > months or even years. In the last couple of weeks the command is not
> > being run.
>
> Try this in your .bashrc:
>
> if [ -n "$DISPLAY" ]; then
> if (which xmodmap); then
> xmodmap ~/.Xmodmap
> fi
> fi > /dev/null
>
> I've never seen it, but I don't assume that xmodmap will automatically
> be called.
>
> Note, the code I wrote has a problem. You need to find a way to test
> that xmodmap hasn't already been invoked for the X server. To do this,
> you might test if your key mappings are already in xmodmap before
if [ "$XMODMAP" != "Done" ]; then if [ -n "$DISPLAY" ]; then if (which xmodmap); then xmodmap ~/.Xmodmap export XMODMAP=DONE fi fi > /dev/null fi I just have: usermodmap=$HOME/.Xmodmap if [ -f $usermodmap ]; then /usr/bin/xmodmap $usermodmap else # fix the mouse at the least. # /usr/bin/xmodmap -e "pointer = 3 2 1" fi in my ~/.xinitrc (I'm a southpaw, btw). -- Any technology distinguishable from magic is insufficiently advanced. (*) http://blinkynet.net/comp/uip5.html Linux Counter #80292 - - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org .

Date: Thu, 27 Sep 2007 04:00:14 +0200 From: "s. keeling" <keeling@nucleus.com> To: debian-user@lists.debian.org Subject: Re: Debian may lose a user Message-ID: <97QPI-468-7@gated-at.bofh.it> Mike McCarty <Mike.McCarty@sbcglobal.net>:
> Roger B.A. Klorese wrote:
> >
> > a lot of time working on non-goals; the question at hand is
> > whether adoption by the level of user in question is or is not a
> > goal.
I'm satisfied to leave that up to the individual. It's none of my business. Caveat emptor applies in all situations. If they want to use it, _good for them_. If they want crapware from Redmond instead, _good for them_. Irrelevant to me. I've got what I want.
> I'm sure Debian doesn't depend on any one user. I'm also sure that
> she's not the only one like her.
>
> Anyway, I think this thread has probably already gone on too long.
Andrew Sackville-Jones(sp?) has the multiple queues thing working. What else is a problem? -- Any technology distinguishable from magic is insufficiently advanced. (*) http://blinkynet.net/comp/uip5.html Linux Counter #80292 - - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org .

Date: Thu, 27 Sep 2007 04:10:06 +0200 From: "s. keeling" <keeling@nucleus.com> To: debian-user@lists.debian.org Subject: Re: Debian may lose a user Message-ID: <97QZf-4zh-1@gated-at.bofh.it> s/Jones/West/g You gotta change your name to Steve. -- Any technology distinguishable from magic is insufficiently advanced. (*) http://blinkynet.net/comp/uip5.html Linux Counter #80292 - - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org .

Date: Thu, 27 Sep 2007 04:50:08 +0200 From: "s. keeling" <keeling@nucleus.com> To: debian-user@lists.debian.org Subject: Re: Repost of some earlier described "challenges" Message-ID: <97RC0-5qa-11@gated-at.bofh.it> Ron Johnson <ron.l.johnson@cox.net>:
>
> You need a more compliant girlfriend. Lucy Liu-bot comes to mind.
> http://en.wikipedia.org/wiki/I_Dated_a_Robot
wtf did I just waste fifteen minutes reading? You do not point at wikipedia articles citing toons. Geez. It may have been an enjoyable episode *seen*, but read? Ick. -- Any technology distinguishable from magic is insufficiently advanced. (*) http://blinkynet.net/comp/uip5.html Linux Counter #80292 - - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org .

Do you need more help?X

Date: Thu, 27 Sep 2007 15:20:11 +0200 From: "s. keeling" <keeling@nucleus.com> To: debian-user@lists.debian.org Subject: Re: xmodmap again - not solved after all Message-ID: <981rJ-4B6-15@gated-at.bofh.it> Anthony Campbell <ac@acampbell.org.uk>:
> On 27 Sep 2007, s. keeling wrote:
> > Mumia W.. <paduille.4061.mumia.w+nospam@earthlink.net>:
> > > On 09/25/2007 09:25 AM, Anthony Campbell wrote:
> > > > I've twice thought I'd solved this one but no. To recap: my .xinitrc
> > > > contains the line: "xmodmap ~/.Xmodmap". which has worked for many
> > > > months or even years. In the last couple of weeks the command is not
> > >
> > > Try this in your .bashrc:
> > >
> > > if [ -n "$DISPLAY" ]; then
> >
> > usermodmap=$HOME/.Xmodmap
> > if [ -f $usermodmap ]; then
> > /usr/bin/xmodmap $usermodmap
> > else
>
> Unfortunately, neither of these works for me. The problem appears to be
> that $DISPLAY is not set. I have tried setting various values for it
If you've been expecting this to work for the console, that's your error. X Window defines the DISPLAY variable. If you're not running X, xmodmap is irrelevant. Xmodmap is an X application. -- Any technology distinguishable from magic is insufficiently advanced. (*) http://blinkynet.net/comp/uip5.html Linux Counter #80292 - - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org .

Date: Thu, 27 Sep 2007 05:50:06 +0200 From: "s. keeling" <keeling@nucleus.com> To: debian-user@lists.debian.org Subject: Re: Stupid question (was Re: Repost of some earlier described "challenges") Message-ID: <97Sy2-6RG-5@gated-at.bofh.it> Mike McCarty <Mike.McCarty@sbcglobal.net>:
>
> I don't like it, but I also don't like reloading. :-)
Ah, ya puss! Burn a backup CD and do it. Think of all those doors opening up for you. You can try anything! =[8]-) -- Any technology distinguishable from magic is insufficiently advanced. (*) http://blinkynet.net/comp/uip5.html Linux Counter #80292 - - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org .

Date: Fri, 28 Sep 2007 04:50:12 +0200 From: "s. keeling" <keeling@nucleus.com> To: debian-user@lists.debian.org Subject: Re: How to reply in the mailing lists Message-ID: <98e5C-8aA-11@gated-at.bofh.it> Sid Arth <sidster802@gmail.com>:
> Ahh you will have to excuse me, but what exactly is top posting and
> what do you mean by trimming?
> Ill try to fix it myself if I can.
>
> On 9/26/07, Andrei Popescu <andreimpopescu@gmail.com> wrote:
> > On Tue, Sep 25, 2007 at 06:12:50PM -0500, Sid Arth wrote:
> >
> > > or any other email client. Those two do everything I need them to do.
> >
> > Apparently they don't do any automatic proper email formating (no
> > top-posting and proper trimming). You still have to do that yourself!
You sir, are a troll. Good troll, too. -- Any technology distinguishable from magic is insufficiently advanced. (*) http://blinkynet.net/comp/uip5.html Linux Counter #80292 - - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org .

Date: Fri, 28 Sep 2007 05:30:15 +0200 From: "s. keeling" <keeling@nucleus.com> To: debian-user@lists.debian.org Subject: Re: Newbie help with simple C program, USB device under Debian Message-ID: <98eIm-LM-7@gated-at.bofh.it> Nick Lidakis <nlidakis@verizon.net>:
> Kevin Mark wrote:
> >
> > Please refrain from your attacks. 'Be nice to folks' is a general rule.
>
> Your right. My apologies to Oleg and the list.
Quite right, and thanks. Done it before myself and hope to minimize its ocurrence in the future. !@#$ happens. -- Any technology distinguishable from magic is insufficiently advanced. (*) http://blinkynet.net/comp/uip5.html Linux Counter #80292 - - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org .

Date: Sat, 29 Sep 2007 17:10:07 +0200 From: "s. keeling" <keeling@nucleus.com> To: debian-user@lists.debian.org Subject: Re: efficiency of windows managers Message-ID: <98M7d-2O1-7@gated-at.bofh.it> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable P=E1l Cs=E1nyi <csanyipal@gmail.com>:
> What about stumpwm?
>=20
> http://www.nongnu.org/stumpwm/
>=20
> Use this window manager somebody on Debian Etch?
You could (aptitude search): p stumpwm - a Common Lisp window manager and no I never have. --=20 Any technology distinguishable from magic is insufficiently advanced. (*) http://blinkynet.net/comp/uip5.html Linux Counter #80292 - - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me. .

Date: Sat, 29 Sep 2007 18:40:16 +0200 From: "s. keeling" <keeling@nucleus.com> To: debian-user@lists.debian.org Subject: Re: syslog recommendations? Message-ID: <98Nws-4RZ-15@gated-at.bofh.it> Michael Shuler <michael@pbandjelly.org>:
> On 09/28/2007 11:29 PM, Rogelio Bastardo wrote:
> > I'm looking for a few F/OSS syslog programs -- one easy to use (sort of
> > like Kiwi syslog) and another that's much more scalable and would let
> > me, say, aggregate logs from lots of different boxes and maybe even do
> > other sorts of cool things (find patterns, etc).
>
> I am not aware of a single package that will do all that you want, but a
> combination of a few packages should get you there. I use syslog-ng for
> aggregating logs from many servers, and I think it far surpasses the
> standard udp syslog daemon for reliability. Running logcheck and/or
It's far more powerful in filtering too. When pump was filling my /var with meaningless logging, syslog-ng was very easy to configure to /dev/null them. -- Any technology distinguishable from magic is insufficiently advanced. (*) http://blinkynet.net/comp/uip5.html Linux Counter #80292 - - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org .

Date: Sat, 29 Sep 2007 18:49:24 -0400 From: "Mike Polyakov" <mike.polyakov@gmail.com> To: debian-user <debian-user@lists.debian.org> Subject: Re: nvidia-glx and xorg Message-ID: <f18b74060709291549q142939f0m26301b8c4dc781f2@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Whenever I need to install nVidia drivers, I just go to their web page and download the appropriate installer for Linux. It usually compiles the drivers and installs them without any hassles. I had problems with getting the drivers from standard Debian repositories to work in the past, but the nVidia installer works all the time. I would suggest to try it and see how it goes for you.

Date: Fri, 28 Sep 2007 09:10:10 +0200 From: "Nick De Graeve" <nick.degraeve@gmail.com> To: debian-user@lists.debian.org Subject: DiffIndex ignored when updating repository? Message-ID: <98i9c-6aH-7@gated-at.bofh.it> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline I just upgraded our server to Etch but now I see there are line starting with "Ign" when I update my repositories: root@js002:~# aptitude update Get:1 http://security.debian.org etch/updates Release.gpg [189B] Hit http://security.debian.org etch/updates Release Get:2 http://ftp.us.debian.org etch Release.gpg [378B] Ign http://security.debian.org etch/updates/main Packages/DiffIndex Ign http://security.debian.org etch/updates/contrib Packages/DiffIndex Get:3 http://ftp.us.debian.org etch Release [58.2kB] Hit http://security.debian.org etch/updates/main Packages Hit http://security.debian.org etch/updates/contrib Packages Get:4 http://ftp.us.debian.org etch/main Packages [4287kB] Get:5 http://ftp.us.debian.org etch/contrib Packages [62.9kB] Fetched 4408kB in 19s (227kB/s) Reading package lists... Done Is this something to worry about? Thanks. Nick. -- Nick's Auditorium: http://users.pandora.be/nicks_auditorium History of and technical information on movie sound systems. De geschiedenis van en technische informatie over geluidssystemen voor cinema's. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org .

Can we help you?X

Date: Fri, 28 Sep 2007 09:00:25 +0200 From: "Nick De Graeve" <nick.degraeve@gmail.com> To: debian-user@lists.debian.org Subject: Re: Upgrade problem: "dpkg: 'x' not found on PATH" Message-ID: <98hZL-5GR-5@gated-at.bofh.it> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline I was able to fix it. Apparently if the error occurs, it doesn't install the package at all. So I put the necessary dirs in root's path and ran 'aptitude install' again for the failed packages and it was ok. Thanks. Nick -- Nick's Auditorium: http://users.pandora.be/nicks_auditorium History of and technical information on movie sound systems. De geschiedenis van en technische informatie over geluidssystemen voor cinema's. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org .

Date: Sun, 30 Sep 2007 01:13:08 +0200 From: steef <steefvanduin@zonnet.nl> To: debian <debian-user@lists.debian.org> Subject: Re: [Fwd: Re: canon printer driver question] Message-ID: <46FEDC04.80102@zonnet.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Moderation Robot wrote:
> linux.debian.user is a moderated newsgroup in gateway
> with a mailing list.
>
> Your article has been examined by the automatic moderation program
> and has been refused because:
>
> this hierarchy accepts posts only from registered users.
> You can register for posting by subscribing to the linux-gate@lists.bofh.it
> mailing list. You can do so by sending a message with "subscribe" in the
> body at the linux-gate-request@lists.bofh.it address or by visiting
> http://lists.bofh.it/listinfo/linux-gate .
> >
> For more information about the linux.* hierarchy please read the FAQ
> at http://www.linux.it/~md/linux-faq
>
> Virtually your,
> The Moderation Robot.
>
> ------- Follows the first few lines of your article --------
> From: steef <steefvanduin@zonnet.nl>
> Newsgroups: linux.debian.user
> Subject: [Fwd: Re: canon printer driver question]
> Date: Wed, 26 Sep 2007 16:50:17 +0200
> Message-ID: <97Gnn-4BU-21@gated-at.bofh.it>
> Old-Return-Path: <steefvanduin@zonnet.nl>
> Reply-To: steefvanduin@zonnet.nl
> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4
> MIME-Version: 1.0
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> Content-Transfer-Encoding: 7bit
> X-Athome-Mailscanner-Information: Neem contact op met support@home.nl voor meer informatie
> X-Athome-Mailscanner: Found to be clean
> X-Virus-Scanned: at lists.debian.org with policy bank en-ht
> X-Rc-Virus: 2007-09-13_01
> X-Rc-Spam: 2007-05-24_01
> X-Mailing-List: <debian-user@lists.debian.org> archive/latest/498625
> List-ID: <debian-user.lists.debian.org>
> Organization: linux.* mail to news gateway
> X-Original-Date: Wed, 26 Sep 2007 16:47:17 +0200
> X-Original-Message-ID: <46FA70F5.8070408@zonnet.nl>
> X-Received-Date: Wed, 26 Sep 2007 14:50:22 GMT (bgtnsc05-news.ops.worldnet.att.net)
> X-Complaints-To: abuse@usenetserver.com
> X-Trace: 9db1746fed702ef7b7d1a22875
> To: debian-user@lists.debian.org
> Sender: robomod@news.nic.it
> > >
> -------- Original Message --------
> Subject: Re: canon printer driver question
> Date: Wed, 26 Sep 2007 16:46:07 +0200
> From: steef <steefvanduin@zonnet.nl>
> Reply-To: steefvanduin@zonnet.nl
> To: Andrew Sackville-West <andrew@farwestbilliards.com>
> References: <46F8E127.5000003@zonnet.nl>
> <20070925145317.GA17869@localhost.localdomain>
> >
>
can anybody tell me on the debian list who this is/these are? i never sent a message to this (fake?) list! reg., steef

Date: Sun, 30 Sep 2007 01:00:35 +0200 (CEST) From: Moderation Robot <robomod@news.nic.it> To: debian-user@lists.debian.org Subject: Re: Re: GNOME: Associate multiple queues with one printer: HOW? Message-Id: <20070929230035.F28785F8B8@attila.bofh.it> linux.debian.user is a moderated newsgroup in gateway with a mailing list. Your article has been examined by the automatic moderation program and has been refused because: this hierarchy accepts posts only from registered users. You can register for posting by subscribing to the linux-gate@lists.bofh.it mailing list. You can do so by sending a message with "subscribe" in the body at the linux-gate-request@lists.bofh.it address or by visiting http://lists.bofh.it/listinfo/linux-gate . For more information about the linux.* hierarchy please read the FAQ at http://www.linux.it/~md/linux-faq Virtually your, The Moderation Robot. ------- Follows the first few lines of your article -------- From: Wayne Topa <linuxone@intergate.com> Newsgroups: linux.debian.user Subject: Re: GNOME: Associate multiple queues with one printer: HOW? Date: Wed, 26 Sep 2007 15:30:25 +0200 Message-ID: <97F85-2G6-25@gated-at.bofh.it> References: <46F8C4C6.5060706@sbcglobal.net> <20070925183316.GA5069@buddy.mtntop.home> <46F969E8.1030906@sbcglobal.net> <20070925234038.GA22807@buddy.mtntop.home> <46F9BB2F.9000607@sbcglobal.net> Old-Return-Path: <huntbrittany@intergate.com> Reply-To: debian-user@lists.debian.org Mail-Followup-To: debian-user@lists.debian.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: Organized? Who me? User-Agent: Mutt/1.5.16 (2007-06-11) X-Scanned-By: MIMEDefang 2.56 on 216.139.64.8 X-Virus-Scanned: at lists.debian.org with policy bank en-ht X-Rc-Virus: 2007-09-13_01 X-Rc-Spam: 2007-05-24_01 X-Mailing-List: <debian-user@lists.debian.org> archive/latest/498604 List-ID: <debian-user.lists.debian.org> X-Original-Date: Tue, 25 Sep 2007 22:58:04 -0400 X-Original-Message-ID: <20070926025804.GA27556@buddy.mtntop.home> X-Original-References: <97dY8-1QK-13@gated-at.bofh.it> <97nE2-ly-9@gated-at.bofh.it> <97oTp-2xZ-17@gated-at.bofh.it> <97sX2-p1-5@gated-at.bofh.it> <97umf-2r9-13@gated-at.bofh.it> X-Received-Date: Wed, 26 Sep 2007 13:30:48 GMT (bgtnsc05-news.ops.worldnet.att.net) X-Complaints-To: abuse@usenetserver.com X-Trace: bebb946fed6e8ef7b7d1a22875 To: debian-user@lists.debian.org Sender: robomod@news.nic.it Mike McCarty(Mike.McCarty@sbcglobal.net) is reported to have said:
> Wayne Topa wrote:
>> Mike McCarty(Mike.McCarty@sbcglobal.net) is reported to have said: >
> [that he couldn's use the GUI to put multiple queues on one printer]
> >> I don't run Gnome or KDE here I hope they accept the Cups config. >> If not, someone someone that does run them, should submit a bug >> report. >>>> CUPS Administration -> Add Printer

Date: Sun, 30 Sep 2007 01:01:23 +0200 (CEST) From: Moderation Robot <robomod@news.nic.it> To: debian-user@lists.debian.org Subject: Re: Re: GNOME: Associate multiple queues with one printer: HOW? Message-Id: <20070929230123.98B9D5F8F6@attila.bofh.it> linux.debian.user is a moderated newsgroup in gateway with a mailing list. Your article has been examined by the automatic moderation program and has been refused because: this hierarchy accepts posts only from registered users. You can register for posting by subscribing to the linux-gate@lists.bofh.it mailing list. You can do so by sending a message with "subscribe" in the body at the linux-gate-request@lists.bofh.it address or by visiting http://lists.bofh.it/listinfo/linux-gate . For more information about the linux.* hierarchy please read the FAQ at http://www.linux.it/~md/linux-faq Virtually your, The Moderation Robot. ------- Follows the first few lines of your article -------- From: Wayne Topa <linuxone@intergate.com> Newsgroups: linux.debian.user Subject: Re: GNOME: Associate multiple queues with one printer: HOW? Date: Wed, 26 Sep 2007 21:30:22 +0200 Message-ID: <97KKp-3fk-13@gated-at.bofh.it> References: <46F8C4C6.5060706@sbcglobal.net> <20070925183316.GA5069@buddy.mtntop.home> <46F969E8.1030906@sbcglobal.net> <20070925234038.GA22807@buddy.mtntop.home> <46F9BB2F.9000607@sbcglobal.net> <20070926025804.GA27556@buddy.mtntop.home> <46FA954B.9090207@sbcglobal.net> Old-Return-Path: <huntbrittany@intergate.com> Reply-To: debian-user@lists.debian.org Mail-Followup-To: debian-user@lists.debian.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: Organized? Who me? User-Agent: Mutt/1.5.16 (2007-06-11) X-Scanned-By: MIMEDefang 2.56 on 216.139.64.8 X-Virus-Scanned: at lists.debian.org with policy bank en-ht X-Rc-Virus: 2007-09-13_01 X-Rc-Spam: 2007-05-24_01 X-Mailing-List: <debian-user@lists.debian.org> archive/latest/498691 List-ID: <debian-user.lists.debian.org> X-Original-Date: Wed, 26 Sep 2007 14:50:18 -0400 X-Original-Message-ID: <20070926185018.GA17390@buddy.mtntop.home> X-Original-References: <97dY8-1QK-13@gated-at.bofh.it> <97nE2-ly-9@gated-at.bofh.it> <97oTp-2xZ-17@gated-at.bofh.it> <97sX2-p1-5@gated-at.bofh.it> <97umf-2r9-13@gated-at.bofh.it> <97F85-2G6-25@gated-at.bofh.it> <97ISa-dj-11@gated-at.bofh.it> X-Received-Date: Wed, 26 Sep 2007 19:30:25 GMT (bgtnsc05-news.ops.worldnet.att.net) X-Complaints-To: abuse@usenetserver.com X-Trace: 46e0646fed733ef7b7d1a22875 To: debian-user@lists.debian.org Sender: robomod@news.nic.it Mike McCarty(Mike.McCarty@sbcglobal.net) is reported to have said:
> Wayne Topa wrote:
>> Mike McCarty(Mike.McCarty@sbcglobal.net) is reported to have said: >>> I've printed off the CUPS docu from their home page, and >>> I'll give the web or CLI another try tomorrow night. (If >>> she'll let me, that is :-) >>> >>> Thanks! >>> >> Your welcome, Mike. One question. With your GF having been into End of debian-user-digest Digest V2007 Issue #2506 ************************************************** Received on Sat Sep 29 20:38:01 2007

This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 07:55:23 EDT


Contact Us  Legal Notices  Order Services Online 
Pantek Home  Privacy Policy  IT news  Site Map  Pantek Library