Re: How to Print to Printer from g++ program?

2004-02-11 Thread Lucas Bergman
arded as wildly off target for this list, for > the record I tried a Google search... It's probably off topic, but not wildly so. Hope this helps, Lucas -- Lucas Bergman <[EMAIL PROTECTED]> Tired of getting duplicate copies of mailing list messages? I respect the 'mail-follo

Re: Help with AGP and 3D acceleration for Radeon 7000

2004-01-12 Thread Lucas Bergman
on card is a PCI card, and your SiS card is AGP. I don't think that DRI works with PCI Radeon cards at all, so that's out (don't take my word for it, though: check dri.sourceforge.net). The best I can tell you if you want DRI is check if that SiS chip is supported by DRI and if it is,

Re: sg, newgrp, group password?

2004-01-09 Thread Lucas Bergman
t; in passwd(1). Hope this helps, Lucas -- Lucas Bergman <[EMAIL PROTECTED]> Tired of getting duplicate copies of mailing list messages? I respect the 'mail-followup-to' header field: http://cr.yp.to/proto/replyto.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subjec

Re: howto: file system activity to stop xscreensaver running?

2004-01-09 Thread Lucas Bergman
ommand -deactivate >/dev/null 2>&1 Or, put something that runs in cron every minute that checks the age of files in the JPEG directory and runs the above command if any of them are sufficiently new. Hope this helps, Lucas -- Lucas Bergman <[EMAIL PROTECTED]> Tired of getting d

Re: dpkg and ownership of a file

2004-01-09 Thread Lucas Bergman
> > That is called "trolling." Please don't. > > But it more appropriately should have been called a "badly worded > question from a previous staunch supporter of Red Hat before they > became what they are today". That's fair enough. I rescind

Re: dpkg and ownership of a file

2004-01-08 Thread Lucas Bergman
how this file came to be in the first place. > My question is: If Debian packages are just as good if not better > than Redhat RPM's, then why can I not find out what package owns > that file? That is called "trolling." Please don't. Lucas -- Lucas Bergman <[EMA

Re: Debian / UFS File System

2004-01-08 Thread Lucas Bergman
Write support for BSD filesystems, while present in Linux, is not battle-hardened. Lucas -- Lucas Bergman <[EMAIL PROTECTED]> Tired of getting duplicate copies of mailing list messages? I respect the 'mail-followup-to' header field: http://cr.yp.to/proto/replyto.html -- To UNSUBSCR

Re: Help with AGP and 3D acceleration for Radeon 7000

2004-01-07 Thread Lucas Bergman
nually unload the radeon module, make sure agpgart is loaded, then start X back up (it will automatically load the radeon module again), and see what happens. Hope this helps, Lucas -- Lucas Bergman <[EMAIL PROTECTED]> Tired of getting duplicate copies of mailing list messages? I respect t

Re: Startup script ?

2004-01-07 Thread Lucas Bergman
/etc/pam.d/login, /etc/security/pam_env.conf, and the libpam-doc package for more information. I'm not sure why you'd want to do this, though. Lucas -- Lucas Bergman <[EMAIL PROTECTED]> Tired of getting duplicate copies of mailing list messages? I respect the 'mail-followup-

Re: delete file based on content

2004-01-06 Thread Lucas Bergman
re you cutting at ":"? Also, why go through the "sort|uniq" pipe? Do the files need to be deleted in a certain order? ITYM the following: $ grep -li "Processing completed correctly" * | xargs rm -f Beware that this will do unexpected things if filenames have whi

Re: messages in mutt: \225 etc

2003-12-31 Thread Lucas Bergman
Michael D Schleif <[EMAIL PROTECTED]> writes: > Lucas Bergman <[EMAIL PROTECTED]> [2003:12:31:08:10:39-0600] scribed: > > > In the "Windows 1252" character set, \225 represents a "bullet", > > which seems likely to be the intention here. See

Re: messages in mutt: \225 etc

2003-12-31 Thread Lucas Bergman
docs/charsets.html Of course, many (most?) mail clients that writes messages in Windows 1252 fail to *say so* in the content-type field. This problem exists in web pages, too, but we're not noticing it as much anymore, since Mozilla has gotten quite good at guessing funny Microsoft character se

Re: killing process after idle time

2003-12-19 Thread Lucas Bergman
ere you can have it tell you when a certain time of idleness has passed. See the '-watch' option: http://www.jwz.org/xscreensaver/man3.html Lucas -- Lucas Bergman <[EMAIL PROTECTED]> Tired of getting duplicate copies of mailing list messages? I respect the 'mail-followup-t

a modest proposal (was: Linux is not for consumers!)

2003-12-11 Thread Lucas Bergman
oks like it's written by a lobotomy patient. Native English speakers, oddly, seem among the worst offenders. Say all you want about illiterate Yanks, but I went to American public schools and manage to string together a coherent sentence occasionally. Lucas -- Lucas Bergman

OT: slow list message delivery

2003-12-11 Thread Lucas Bergman
eone's question and my answer trickles in half an hour after it's been answered by someone else. Lucas -- Lucas Bergman <[EMAIL PROTECTED]> Tired of getting duplicate copies of mailing list messages? I respect the 'mail-followup-to' header field: http://cr.yp.to/proto/re

Re: newbie: more startup problems

2003-12-11 Thread Lucas Bergman
Paul Schwartz <[EMAIL PROTECTED]> writes: > Lucas Bergman <[EMAIL PROTECTED]> writes: > > > Paul Schwartz <[EMAIL PROTECTED]> writes: > > > > > Earlier I have written about not being able to find the agpgart > > > module [I can't star

Re: newbie: more startup problems

2003-12-11 Thread Lucas Bergman
. Both seem to connect to my ISP > and establish ppp, but none of the programs I run are able to > communicate with the outside. What do 'ifconfig' and 'cat /etc/resolv.conf' and 'netstat -rn' say after you've connected? Lucas -- Lucas Bergman <[

Re: Linux is not for consumers!

2003-12-11 Thread Lucas Bergman
e > really desperate, you could pay someone to. > > Linux. It's a community, not a product. Your point is probably valid, but please don't feed the troll. Thanks, Lucas -- Lucas Bergman <[EMAIL PROTECTED]> Tired of getting duplicate copies of mailing list messages? I respec

Re: Limiting daemons' RSS

2003-12-10 Thread Lucas Bergman
] -m The maximum resident set size [ ... ] Hope this helps, Lucas -- Lucas Bergman <[EMAIL PROTECTED]> Tired of getting duplicate copies of mailing list messages? I respect the 'mail-followup-to' header field: http://cr.yp.to/proto/replyto.html -- To UNSUBS

Re: SMTP relaying/sending mail

2003-12-02 Thread Lucas Bergman
is I believe is the wrong way to go about > doing it.  I just want to run my own mail server. Now I'm confused. Is your mail getting rejected because you have a dynamic IP address or because you're using the netblock of a known spammer? Lucas -- Lucas Bergman <[EMAIL PROTECTED

Re: Windows character sets and Linux

2003-12-02 Thread Lucas Bergman
e web pages as characters, even though the charset is getting reported properly. > Does anyone know how to solve this... My copies of Mozilla and Mozilla Firebird have a menu option that let you hard-wire the character set of the page you're viewing. Set it to "Windows 1252"

Re: bind and dynamic ip

2003-12-01 Thread Lucas Bergman
ir courtesy. > Thanks but I needed an answer with a howto, or some help on how to > do this on my own. But I guess you could read that from my letter. You are an idiot, but I guess I could read that from your letter. *plonk* Lucas -- Lucas Bergman <[EMAIL PROTECTED]> Tired of getti

Re: bind and dynamic ip

2003-11-30 Thread Lucas Bergman
LeVA <[EMAIL PROTECTED]> writes: > I have a dynamic ip, and a server which runs bind. I have registered > a domain name to that server, and I want to use a hostname for my > dynamic ip. Can I do this? I thought it would be like, connecting to > the remote dns server, and then update the zone file,

Debian VPS hosting providers?

2003-11-26 Thread Lucas Bergman
" "level-n hearsay," or "found on Google but don't know any users." I'm in the US, so I'd prefer US companies (so I can easily sue them if they rip me off), but that's not really a hard requirement. Thanks, Lucas -- Lucas Bergman <[EMAIL PROTECTE

Re: scsi emulation for CD burner

2003-11-20 Thread Lucas Bergman
ith cdrecord and ide-scsi. > PS one more thing : my cd burner does work (I've just tested it > under windows to check... and it works !) Lots of buggy hardware "works" with Windows. Unfortunately, that doesn't prove very much. Lucas -- Lucas Bergman <[EMAIL PR

Re: scripting gnuclient and emacs for mutt [ was: emacsclient -nw]

2003-11-20 Thread Lucas Bergman
Matt Price <[EMAIL PROTECTED]> writes: > David Z Maze wrote: > > > See earlier commentary about XEmacs; gnuclient(1) is the XEmacs > > equivalent to emacsclient, and it does claim to support a -nw > > option. I could see things being unhappy if you set $EDITOR to > > that, but it's easy enough to

Re: migration from RedHat to Debian, general question about Debian (dpkg, kernel, config)

2003-11-19 Thread Lucas Bergman
Roberto Sanchez writes: > Valentine Kouznetsov writes: > > > 1) dpkg is great, but I cannot figure out one simple/usefull > > procedure. Let's assume I install one package and have file > > /usr/bin/my. Is is possible to figure out using dpkg or similar > > tool to which package /usr/bin/my belong

Re: SVG graphics and mozilla

2003-11-19 Thread Lucas Bergman
Dave Howorth <[EMAIL PROTECTED]> writes: > Mozilla crashes whenever I try to display an SVG graphic :( > so I'm trying to work out how to display the graphic instead :) > > [ ... ] > > As far as I can see, SVG is not yet fully supported by mozilla > natively, even if I went to the bleeding edge.

Re: Screenshots in Linux?

2003-11-19 Thread Lucas Bergman
Joseph Jones <[EMAIL PROTECTED]> writes: > How do you take a screenshot in Linux? Preferably from the terminal > and of the whole screen. $ man xwd Lucas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: fetchmail configure question

2003-11-14 Thread Lucas Bergman
Christian Scheiblich <[EMAIL PROTECTED]> writes: > Fetchmail is runnig as a daemon and fetching every 10 minutes mails > from diffrent mailboxs and delievers them to exim, great it works! > But fetchmail modifies the headers of the mails in such a way, that > I can't figure out which mail came fro

Re: gcc problem - can't create executable

2003-11-14 Thread Lucas Bergman
"James W. Thompson, II" <[EMAIL PROTECTED]> writes: > I am trying to build the mono runtime environment and get the > message that the C compiler can't create executables...I have > attached the configuration log file in case that will help any one > in figuring out what may be going amiss... > >

Re: Moved on.......

2003-11-14 Thread Lucas Bergman
"Jeffrey W. Pearson" <[EMAIL PROTECTED]> writes: > Ive figured out how I broke my apt install and fixed it. Ive > installed MySQL, and php4 and php4-mysql. Im running the stable > version of the Debian.One thing I notice is they are all old > versions but when I run the apt-update it tells me