Re: dvdbackup: undefined symbol: UDFFindFile

2007-03-26 Thread Stephen Gran
7;s libdvdread3 and see if it works. -- - | ,''`. Stephen Gran | | : :' :[EMAIL PROTECTED] | | `. `'Debian user, admin, and developer | |`-

Re: Is there a way of updating spamassassin rules?

2006-10-30 Thread Stephen Gran
th newer versions of SA. Frankly, it's just taking longer and longer to scan messages at every upgrade. I can well imagine that if the hardware is several years old, it may just take too long, and trip an alarm. -- -----

Re: Debian AMD64 boots only at random: how to use labels/fstab/grub

2006-09-30 Thread Stephen Gran
874.html for a discussion of swap labels. -- - | ,''`. Stephen Gran | | : :' :[EMAIL PROTECTED] | | `. `'Debian user, admin, and developer | |

Re: Limiting User Commands

2004-11-07 Thread Stephen Gran
#x27;m afraid. It looks to me like what you want is filesystem acl's or SELinux to totally lock things down, but others are going to be more helpful with those than I will. -- --------- | ,''`.

Re: [Clamav-users] Clamdscan Error 2

2004-07-19 Thread Stephen Gran
et. > Is there a place to report this besides here? Thanks - John Hi John, Sorry for the delay repying - work and life got in the way :( The patch for the read from stdin bug should have been applied (I will check again and reupload if not), so I am not sure that that's the problem. What was the previous version, and what are you

Re: Qt

2003-02-18 Thread Stephen Gran
-with-qt-includes=/usr/include/qt3 HTH, -- ---------- | Stephen Gran | No one goes to that restaurant| | [EMAIL PROTECTED] | anymore-it's always too crowded.| | http://www.lo

Preserving file attributes across upgrades

2003-02-02 Thread Stephen Gran
across upgrades? TIA, -- ---------- | Stephen Gran | "When the going gets weird, the weird | | [EMAIL PROTECTED] | turn pro..." -- Hunter S. Thompson | | http

Re: Recursively export NFS file systems

2003-02-02 Thread Stephen Gran
k out the 'hide' and 'nohide' options. man exports for details. Known to not work in all situations, but it's a start. -- -- | Stephen Gran | War doesn'

Re: setting content-description in mutt

2003-02-01 Thread Stephen Gran
along the lines 'set Outlook_compat' or something - I think that's what you're looking for. It changes the way that the message is signed so that some broken mailers can deal better with it. I don't rememebr the details, though, sorry. -- ---

Re: Problem with /var/lib/dpkg/available, please help

2003-01-31 Thread Stephen Gran
ilable-old - try copying it over and see how that goes. -- ------ | Stephen Gran | Every man thinks God is on his side.| | [EMAIL PROTECTED] | The rich and powerful know that he is. | | http

Re: debian networking questions

2003-01-29 Thread Stephen Gran
-changing the hostname? man hostname; use `hostname`; edit /etc/hostname > -changing from dynamic to static ip? edit /etc/network/interfaces > -adding alias ips for the interface? edit /etc/network/interfaces HTH, -- --------

Re: home lan, modem sharing, etc.

2003-01-29 Thread Stephen Gran
n specify IP (single or range) or interface. HTH, -- ------ | Stephen Gran | I bet the human brain is a kludge. -- | | [EMAIL PROTECTED] | Marvin Minsky | | http://ww

Re: boot log

2003-01-29 Thread Stephen Gran
| $pager` HTH, -- ---------- | Stephen Gran | A friend of mine won't get a divorce, | | [EMAIL PROTECTED] | because he hates lawyers more than he | | http://www.lobefin.net/~st

Re: find a command i have recently used in bash

2003-01-29 Thread Stephen Gran
r history. If it's far enough back, then you can hit Ctrl-r first, and it will attempt to find the command through pattern matching on your history as you type. -- ---------- | Stephen Gran | No man is an isl

Re: give cdrom source more priority in apt-get [lost the original]

2003-01-29 Thread Stephen Gran
/var/lib/apt/lists/ HTH, -- ------ | Stephen Gran | Q: Why did the astrophysicist order | | [EMAIL PROTECTED] | three hamburgers? A: Because he was | | http://www.lob

Re: PGP Signatures

2003-01-29 Thread Stephen Gran
what ? > here are the files I have in ~/.gnupg : > mess.txt options pubring.gpg pubring.gpg~ random_seed secring.gpg trustdb.gpg It goes in options. -- ------ | Stephen Gran | Man has never reconci

Re: Trouble with Permissions after move to new hard drive.

2003-01-28 Thread Stephen Gran
24 2003-01-29 01:36 /tmp/ -- ------ | Stephen Gran | Confucius say too much. -- Recent | | [EMAIL PROTECTED] | Chinese Proverb | | http:

Re: home lan, modem sharing, etc.

2003-01-28 Thread Stephen Gran
. There's _always_ more to do, but that's a good start. Printer sharing is also nice, and easy to set up with samba and cups. -- -- | Stephen Gran | If you can keep your head when

Re: perldoc bug?

2003-01-28 Thread Stephen Gran
in" function, or use this relation: sub asin { atan2($_[0], sqrt(1 - $_[0] * $_[0])) } steve:~$ dpkg -l perl-doc ii perl-doc 5.8.0-15 Perl documentation. Upgrade and try again. If it persists, file a bug. -- ------

Re: perl-doc package bug?

2003-01-28 Thread Stephen Gran
t is difficult when decisions are made to move a file from one package to another, but it should be more transparent to the user. -- -- | Stephen Gran | BOFH excuse #231: We had to t

Re: Slang for money [was: Re: Backup Consensus?]

2003-01-28 Thread Stephen Gran
ugh I'm all for linguistic oddities that come from a mixed up history of compromises and disparate influences, myself. Kind of like linux, really. -- -- | Stephen Gran | "I have five dollars for

Re: compiling with large file support

2003-01-28 Thread Stephen Gran
s, it > should do! I would think you could either set up an alias like: alias gcc="gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" or you could do it as you are now, but call compile with the command line: gcc $CFLAGS . . . Should work, but not tested

Re: Gnome2 / Apt messed up

2003-01-28 Thread Stephen Gran
a gnome session, rather than default. If it's through startx, you'll need to specify something in .xsession Do you have the various parts of GNOME2 installed? Try apt-get install gnome - it's a meta-package that should install all the necessary bits for a gnome session to function

Re: phoenix and java?

2003-01-28 Thread Stephen Gran
ent variables, take a look at man ld. For a list of common (and some not so common) variables for the bash shell, take a look at man bash, in the section 'shell variables' (line 500 or so here, will vary with your term size, though). HTH, --

Re: Module parameters

2003-01-28 Thread Stephen Gran
as eth1 ne2000 options . . . HTH, -- ------ | Stephen Gran | Experience is what causes a person to | | [EMAIL PROTECTED] | make new mistakes instead of old ones.

Re: ntp ha no installation candidate (woody)

2003-01-27 Thread Stephen Gran
ntainer: Bdale Garbee <[EMAIL PROTECTED]> HTH, -- ------ | Stephen Gran | "They that can give up essential| | [EMAIL PROTECTED] | liberty to obtain a little temporary| | http://www.lobefin.net/~steve | safety deserve neither liberty nor | |

Re: instructions for setting up sound?

2003-01-27 Thread Stephen Gran
for sound-slot-0-0 and others. alias them to the same module, and in the same file, when you find out what's failing. HTH, -- ---------- | Stephen Gran | Real programmers don't bring brown-bag | | [EMA

Re: Mailman problems

2003-01-25 Thread Stephen Gran
Well, sorry to be so long winded, but I think that should do it. If I misremebered, please remind me what you needed. -- -- | Stephen Gran | There appears to be

Re: USB Printer Problem

2003-01-24 Thread Stephen Gran
ting.org. You'll want to use the gimp-print drivers for cups - they work very nicely with Epson printers. -- ------ | Stephen Gran | Love is never asking why? | | [EMAIL PROTECTED]

Re: getting time from timeserver on a dial-up

2003-01-24 Thread Stephen Gran
- it's designed to run once and exit, rather than keep checking ll the time. apt-get install it, and put a script in either /etc/ppp/ip-up.d or /etc/networking/ip-up.d that calls it. -- ------ | Stephen Gran

Re: Quick spamassassin question

2003-01-24 Thread Stephen Gran
preferences with the -x optionif you don't want them used. -- ------ | Stephen Gran | The easiest way to figure the cost of | | [EMAIL PROTECTED] | living is to take your income and

Re: Support Sun Sparcstation 5

2003-01-24 Thread Stephen Gran
ports/sparc/ It looks like yes. -- ---------- | Stephen Gran | BOFH excuse #323: Your processor has | | [EMAIL PROTECTED] | processed too many instructions. Turn | | http://www.lobefin.net/~steve | it o

Re: dhclient-script, debug-enter, debug-exit

2003-01-23 Thread Stephen Gran
won't reinstall thm without being explicitly told. dpkg -i --force-confmiss deb should fix it for you. man dpkg for the gory details. HTH, -- -- | Stephen Gran | I hate trolls. Maybe I

Re: gnome 1.4 or gnome 2 ??

2003-01-23 Thread Stephen Gran
, here it is: Gustavo Noronha has it on his site: deb http://people.debian.org/~kov/debian woody gnome2 -- ------ | Stephen Gran | A grammarian's life is always in tense. | | [EMAIL PROTECTED]

Re: Mouse Problem

2003-01-23 Thread Stephen Gran
/dev/gpmdata as it's device. It's often difficult to make gpm and X get along nicely, so if you have no real reason to use gpm, I'd recommend dumping it. -- ------ | Stephen Gran

Re: umount hdb?

2003-01-23 Thread Stephen Gran
nts) to see what mtab says is mounted. It looks like your / partition (hda5) is still pretty stuffed up - I'd try to delete some stuff out of there. Also, are you sure you mounted something on /mnt/mikan, or did you copy /home there from another disk? -- --

Re: CUPS problem

2003-01-23 Thread Stephen Gran
h - it may not be a bug per se, but some poorly documented or unexpected 'feature' instead. -- ------ | Stephen Gran | The grave's a fine and private place, | | [EMAIL PROTECTED] | but n

Re: cups foomatic problem - New Problem

2003-01-22 Thread Stephen Gran
ed. Then proceed with the normal CUPS web admin - if the usb subsystem is working, you'll get a list of USB ports, and one should have the printer on it. I'm using the gimp-print driver, and I'm pretty pleased with it. HTH, --

Re: [SOLVED]: Re: sound card detection problem

2003-01-20 Thread Stephen Gran
ck, so it's better to learn the right way early on. > > After that you should have sound. At least, that works for me. Unfortunately, so will everyone else )-: > Thanks Jon, it worked wonderfully --

Re: why does X keep throwing messages on console?

2003-01-20 Thread Stephen Gran
avoid this? It's just STDOUT and STDERR being displayed there, and it gets logged for you anyway. So if you find it irritating, just redirect it to /dev/null (startx > /dev/null 2>&1) -- ------ | Stephen Gran

Re: Ethernet Adapter Configuration

2003-01-19 Thread Stephen Gran
c address x.x.x.x netmask x.x.x.x gateway x.x.x.x iface eth0:2 inet dhcp and so forth. man interfaces for some more inventive things you can do with your networking. HTH, -- -- | Stephen Gran

Re: Compiler error: C compiler cannot create executables

2003-01-18 Thread Stephen Gran
ot of useful stuff in it. HTH, -- ------ | Stephen Gran | A man may be so much of everything that | | [EMAIL PROTECTED] | he is nothing of anything. -- Samuel | | http://ww

Re: apt-get failure

2003-01-18 Thread Stephen Gran
question coming up over and over means no one is doing any homework before writingoff to the list, and it's getting old. I am sorry to pick on you - you're just getting the brunt of it. -- ------ | Stephen Gran

Re: talkd through ipmasq

2003-01-18 Thread Stephen Gran
tion is the correct syntax, but I use --to (by itself) on one of my boxes (maybe that was the syntax in an older incarnation?), and it works just fine. -- ------ | Stephen Gran | Lie, n.: A very poor substit

Re: Rate limit exim

2003-01-17 Thread Stephen Gran
im/spec.txt.gz - some combination of those ought to do what you're looking for. It's a long read, but well worth it in the long run. HTH, -- ------ | Stephen Gran | "It's not just a comput

Re: How to make a DSL Internet Connectioo?

2003-01-16 Thread Stephen Gran
problem). What specific error messages are you getting, if any? What do the logs say? What's the output of route -n and ifconfig? -- ------ | Stephen Gran | Illinois isn't exactly the land that

Re: Curious...Are most of you in tech-related careers/schooling?

2003-01-16 Thread Stephen Gran
ut will usually result in getting shown a whole new place along the way. Enjoy yourself, -- -- | Stephen Gran | Vests are to suits as seat-belts are to | | [EMAIL PROTECTED]

Re: Problems trying to install MythTV

2003-01-16 Thread Stephen Gran
tp://marillat.free.fr/ [un]stable main deb-src http://marillat.free.fr/ [un]stable main HTH, -- -- | Stephen Gran | What is the sound of one hand clapping? | | [EMAIL PROTECT

Re: Compiling Kernel - ncurses and wish

2003-01-16 Thread Stephen Gran
with ncurses in the name . . . apt-get install libncurses-dev > and > > make xconfig > > can't find a "wish" script . . . . apt-get install tk8.x (there's 8.0, 8.2, 8.3 and 8.4 in sid, not sure about woody) HTH, -- --------

Re: SCSI error

2003-01-16 Thread Stephen Gran
the BIOS, you may want to get someone else to help walk you through it - choosing the wrong thing will really mess things up. HTH, -- -- | Stephen Gran | There but for the grace of God, goes| |

Re: sshd idletimeout

2003-01-16 Thread Stephen Gran
users Autolog terminates connections considered to be idle based on a large variety of parameters. HTH, -- ------ | Stephen Gran | You can't carve your way to success | | [EMAIL PROTECTED]

Re: Pile compile problem

2003-01-16 Thread Stephen Gran
e error, please post again starting a little higher. You may want to check that you have all the Buil-Depends installed for pine before waiting for another failed compile, and you can do this the easy way: apt-get build-dep pine HTH, -- -

Re: Re-init X11

2003-01-16 Thread Stephen Gran
This one time, at band camp, Russell said: > Hi, > > After i've modified /etc/X11/XF86Config-4, is there a way to make the > X system re-read it without having to exit out of X? Nope. -- -----

Re: Window Manager doesn't start

2003-01-15 Thread Stephen Gran
an .xsession, and startx does The Right Thing here. -- ------ | Stephen Gran | One father is more than a hundred | | [EMAIL PROTECTED] | schoolmasters. -- George Herbert | |

Re: DNS hosting

2003-01-15 Thread Stephen Gran
It's a lot of fun. -- ------ | Stephen Gran | "Beware of programmers carrying | | [EMAIL PROTECTED] | screwdrivers." -- Chip Salzenberg |

Re: ftp/telnet services down, fetchmail fails

2003-01-13 Thread Stephen Gran
d up (pam?) somewhere which would cause this > mess? Hopefully that'll point you in the right direction -- -- | Stephen Gran | BOFH excuse #353: Second-system

Re: Nautilus barfs

2003-01-13 Thread Stephen Gran
27;s back to mc from a terminal, I guess. -- ------ | Stephen Gran | <<<<< EVACUATION ROUTE <<<<<| | [EMAIL PROTECTED] |

Re: What is Block-Major-114?

2003-01-13 Thread Stephen Gran
olume groups. It looks like it supports, and expects, RAID, so it seems natural that it would hunt for a RAID array at startup. -- -- | Stephen Gran | "Poor man... he was like an employee to | | [EMAIL PROTEC

Re: iptables+dialup

2003-01-11 Thread Stephen Gran
rk just fine. YMMV between the two. I have had goos luck with demand dialing, but haven't used either in some time as (oh happiness) I have DSL. -- ------ | Stephen Gran | I went to a Grateful

Re: Dial-up connection for server

2003-01-11 Thread Stephen Gran
possible to use the > server for a dial-up connection without a full-time connection? Sure, either use diald or use pppd's demand-dialing mode. -- ------ | Stephen Gran | Authors are easy to get on with -

Re: Exim, SpamAssassin and AV-advice needed

2003-01-10 Thread Stephen Gran
I do that in Debian...? :-) /etc/default/spamassassin - edit the options towards the bottom of the file. -- ------ | Stephen Gran | Most public domain software is free, at | | [EMAIL PROTE

Re: Mail server and iptables/exim

2003-01-10 Thread Stephen Gran
This one time, at band camp, David P James said: > Nathan E Norman was roused into action on 2003-01-09 22:22 and wrote: > >On Thu, Jan 09, 2003 at 09:48:41PM -0500, Stephen Gran wrote: > >>Then apparently iptables is DROPping connections to that port - fix that > >&g

Re: Mail server and iptables/exim

2003-01-09 Thread Stephen Gran
he connection timed out. I tried a few other > ports (21, 80, 22, 110) and got a connection quite quickly. Then apparently iptables is DROPping connections to that port - fix that and we'll move from there. -- --------

Re: Fwd: Re: (OT) Worst night ever. WAS Adding a ide drive to an all scsi comp uter

2003-01-09 Thread Stephen Gran
gt; > madmac If it had been Sapphire, all would have been well . . . -- ------ | Stephen Gran | Baseball is a skilled game. It's | | [EMAIL PROTECTED] | America's game - it, and

Re: Problems with apt-get source

2003-01-09 Thread Stephen Gran
Tree... Done > E: Unable to find a source package for krb5 > > Can someone tell me what am I doing wrong? > > Thanks, > Kenneth How about apt-get update first? -- -- | Stephen Gran

Re: Mail server and iptables/exim

2003-01-09 Thread Stephen Gran
- if the connection times out, it's probably iptables, if it's refused, it's either iptables or tcpwrappers. If you connect and get the exim greeting banner, then you know that the problem is your exim.conf. See what happens there, and if it is exim.conf as I expect, let us have

Re: Order of identifying filesystems for "auto"

2003-01-09 Thread Stephen Gran
/proc/filesystems /etc/filesystems ; $EDITOR /etc/filesystems HTH, -- ---------- | Stephen Gran | Absence diminishes mediocre passions| | [EMAIL PROTECTED] | and increases great ones, as the wind | | http://www.lobefin.net/~steve | blows out ca

Re: (OT) Worst night ever. WAS Adding a ide drive to an all scsi comp uter

2003-01-09 Thread Stephen Gran
sed them > > back on with the help of a vice and a micrometer. > > Just for the record, may we know what brand of soda inspired this? :) He said Mountain Dew, but it sounds like beer to me (^: -- ------ | Stephe

Re: XF86Config-4 and msttcorefonts

2003-01-09 Thread Stephen Gran
with libxft2, I believe, so I'm not sure this will translate for Icewm. The browser thing is, I think, a config issue - most browsers allow you to choose your default fonts for display, and it looks like you just never have - try setting it to something you like, and go from there. HTH, --

Re: 3c90x drive

2003-01-09 Thread Stephen Gran
2 series, don't rememebr if it's also in 2.4 HTH, -- ---------- | Stephen Gran | It's not easy, being green. -- Kermit | | [EMAIL PROTECTED] | the Frog

Re: [Fwd: woody for alpha?]

2003-01-06 Thread Stephen Gran
other architectures as well. Check: http://www.debian.org/ports/alpha/ Enjoy, -- ------ | Stephen Gran | The end of the world will occur at | | [EMAIL PROTECTED] | three p.m., this Friday, wit

Re: windows apps under debian

2003-01-06 Thread Stephen Gran
it myself. Dreamweaver I'm not familiar with, somebody else will have t jump in here. Good luck, -- -- | Stephen Gran | Life is like bein' on a mule team. | | [EMAIL PROTECTED]

Re: Debie Newbie

2003-01-06 Thread Stephen Gran
nsmodded at the next boot. Welcome aboard. -- ------ | Stephen Gran | Have you seen the latest Japanese | | [EMAIL PROTECTED] | camera? Apparently it is so fast it| | http://www.lobefin.net/~s

Re: console messages flit by too fast

2003-01-06 Thread Stephen Gran
o it later. Or am I just restating the obvious, and missing the real problem? -- -- | Stephen Gran | "If it's not loud, it doesn't work!" -- | | [EMAIL PROTECTED] |

Re: Soundblaster Live

2003-01-04 Thread Stephen Gran
someone know how to fix this step by step? > > Thanks for all the help > > Regards, > > Willem-Jan Meijer modprobe emu10k1? -- -- | Stephen Gran | Choose in marriage only a woman whom

Re: mail server

2003-01-04 Thread Stephen Gran
make the difference between being an open relay and being a secure mail hub. > thanks & Happy New Year > Raymond Back at ya, -- ------ | Stephen Gran | Where's the man could ease a heart Like |

Re: Mknod & Major-Minor numbers

2003-01-04 Thread Stephen Gran
This one time, at band camp, Ken Thompson said: > Where does one find a list or a howto for determining the major and > minor numbers for a device? /usr/src/linux/Documentation/devices.txt -- -- | Stephe

Re: gpg weirdness

2003-01-04 Thread Stephen Gran
t, or right below it). Let's see . . . try this, it has some attempts to make keys get along: http://lists.gnupg.org/pipermail/gnupg-users/2002-October/015287.html The error messages aren't exactly the same, but it looks like it may be related. Good luck. Hard drive failure is a ni

Re: gnome-volume-control

2002-12-31 Thread Stephen Gran
XMMS allows you to set the PCM or Master volume with the OSS output plugin. Not sure if that's what you were looking for, though. -- ------ | Stephen Gran | No act of kindness, no matter how

Re: odd cdrecord error

2002-12-30 Thread Stephen Gran
This one time, at band camp, Stephen Gran said: > Hello all, > > I'm having an odd problem with cdrecord and a Knoppix iso. Here's the > output (sorry about the bad wrap): > > steve@gashuffer:~$ cdrecord -v -eject speed=4 -isosize dev=0,3,0 >/home/steve

odd cdrecord error

2002-12-30 Thread Stephen Gran
ithout it, and the manpage seemed to imply that while it pads, it pads less than the -pad option. Anybody help debug this? -- ------ | Stephen Gran | All articles that coruscate with| | [EMAIL PROTECTED

Re: Running Java program

2002-12-30 Thread Stephen Gran
sed RedHat 7.3. > Any Ideas? > (PS: Off topic, but I need limewire because I badly need to download Harry > Potter ;-) > > Cheers > Aryan apt-get install limewire? Works great here, just using /usr/bin/limewire -- -------

Re: tagging an incoming message

2002-12-30 Thread Stephen Gran
g that mutt does when viewing messages in HTML, I'm assuming - "Autoview using html2text" or something, right? You can't look for the word 'Autoview', as mutt puts that in the displayed message as an informational message. Instead tag these messages based on 'content-

Re: X with nVidia GeForce2 MX (was Re: Re[2]: X )

2002-12-30 Thread Stephen Gran
ching kernel-headers-foo package to get that header. -- ---------- | Stephen Gran | My cup hath runneth'd over with love. | | [EMAIL PROTECTED] |

Re: Command for random? recursive?

2002-12-30 Thread Stephen Gran
y, has an option in it's configuration to remember the last placement of an application - don't know about metacity. HTH, -- ------ | Stephen Gran | Be different: conform.

Re: Lean and clean IMAP client

2002-12-30 Thread Stephen Gran
x to do this?) > > Don't know on this one. I don't allow any HTML mail into my account. sudo apt-get install html2text in .muttrc: set implicit_autoview=yes HTH, -- -- | Stephen Gran | "Ain

Re: "formatting" / mounting file systems

2002-12-29 Thread Stephen Gran
disk, at /dev/sda4, I think - try mounting that once the modules are loaded (you'll see recognition of the device in syslog), and then put an entry in fstab to allow mounting - you can copy the floppy entry (just remember to change the device name and mount point). > Please help ! H

Re: [SLUG] Problems configuring woody for cable

2002-12-29 Thread Stephen Gran
putting some entries in the right place and not doing the right thing in others. If you feel like you answered everything right, and it still fell down, file a bug report. -- -- | Stephen Gra

Re: Sometimes getting sound fine under woody, but not with xine

2002-12-28 Thread Stephen Gran
mber xine's options all that clearly, and I can't check right now (I'm ssh'ed in in console only mode), but /dev/dsp1 looks suspicious to me. Do you have two sound cards, or two audio outs? I would try to force xine to send it's audio out to /dev/dsp, where it will normally b

Re: Desktop Performance Issue

2002-12-27 Thread Stephen Gran
, that the problem is likely to be DMA related. Many of Debian's stock kernels don't seem to turn on DMA by default, and this can easily make an otherwise wuick box feel sluggish. Try compiling your own kernel with DMA turned on and see how you do. --

Re: Webcam

2002-12-27 Thread Stephen Gran
t that. > > > > Why don't people use the software search facility provided by > > debian.org? > > > > http://packages.debian.org/cgi-bin/search_packages2.pl?keywords=webcam > > or even simply > > http://packages.debian.org// or, even more quickly: steve

Re: Help with Cups.

2002-12-26 Thread Stephen Gran
ver you want - postscript, pcl, etc - by selecting different printer types in the setup printer dialogue. -- -- | Stephen Gran | Goodbye, cool world.| | [E

Re: What happened to plugger?

2002-12-25 Thread Stephen Gran
ust using plugins now. plugger is still easy enough to compile and install on your own, if you like. -- ------ | Stephen Gran | Conceit causes more conversation than | | [EMAIL PROTECTED]

Re: Network troubles + ifconfig-a output

2002-12-25 Thread Stephen Gran
tes:0 (0.0 b) And here it is, I think - lo should have an address associated with it. Not sure why it doesn't - do you have an entry for lo in interfaces? -- -- | Stephen Gran |

Re: computer hypothermia -- help!

2002-12-25 Thread Stephen Gran
latest of these backups to disc. Of course, I don't have any data that anyody's life depends on - I'm sure if you check Alvin Olga's site, he'll have a ton of recommendations for backing up data. Good luck, and hope you have a merrier Christmas. -- ----

Re: New debian install, XFree86 cannot detect mouse

2002-12-24 Thread Stephen Gran
k for it can find it easier. -- ---------- | Stephen Gran | In war, truth is the first casualty.| | [EMAIL PROTECTED] | -- U Thant | | ht

Re: Installing a new kernel...

2002-12-24 Thread Stephen Gran
uite a lot of documentation about various things framebuffers are good for, and things they're bad at. There's also a list of video options that can be passed at boot - I meant mine as something to be looked up and then implemented, rather than a literal piece of advice. Sorry about

Re: Installing a new kernel...

2002-12-23 Thread Stephen Gran
to your display settings, and it's reset by leaving X and returning to it, at a guess. Try disabling it (pass video= options to lilo) to see if that helps. -- -- | Stephen Gran | BOFH excuse #2:

Re: printing files with relevant mailcap entries

2002-12-23 Thread Stephen Gran
This came to me, but I think he meant it to go the mailing list - Forwarded message from Wayne Topa <[EMAIL PROTECTED]> - From: Wayne Topa <[EMAIL PROTECTED]> To: Stephen Gran <[EMAIL PROTECTED]> Date: Mon, 23 Dec 2002 14:15:10 -0500 Subject: Re: printing files wit

Re: printing files with relevant mailcap entries

2002-12-23 Thread Stephen Gran
ost ppd's, but docs probably not. Figure out which ppd you use, and take a look at the file - they're usually commented enough that you can figure out what file types are supported without interpreters. -- ------ | St

  1   2   3   4   5   6   7   >