Re: Disk Corruption (was: Disk formatting)

2003-02-03 Thread sean finney
On Mon, Feb 03, 2003 at 06:30:39AM -0500, Jonathan Brandmeyer wrote: > > if you can see all the directories and mount all your partitions > > > from an emergency boot disk, try re-running lilo and booting > > > again. > > No luck. I re-ran LILO this morning, and nothing changed. > > Any other

Re: redirecting pesky error-messages

2003-02-03 Thread sean finney
heya, i think the solution to your problem lies in syslog.conf(5) look for kern.* type messages going to /dev/console. make an edit and restart syslog. sean On Mon, Feb 03, 2003 at 10:46:51AM -0800, Jim McCloskey wrote: > > Hello. I have a wireless access point connected to my Debian

Re: mount NTFS WinXP Partition

2003-02-07 Thread sean finney
heya, you can certainly mount it. you need support for it in your kernel, but if you're using the default kernel you already have it. also, i'd _strongly_ encourage you to mount it in read-only mode. afaik the linux kernel's support of ntfs in write mode is pretty sketchy at best. On Fri, Fe

Re: passwordless ssh login not working

2003-02-07 Thread sean finney
heya, are you sure your sshd_config is configured to allow PubkeyAuthentication? sean On Sat, Feb 08, 2003 at 12:03:22AM +, Pigeon wrote: > Hi, > > I'm trying to set up ssh to enable passwordless logins from > 192.168.1.1 to 192.168.1.2. I have used ssh-keygen to generate key > pai

Re: rsyncing via cron

2003-02-08 Thread sean finney
hey nori, On Sat, Feb 08, 2003 at 12:31:00PM -0500, Nori Heikkinen wrote: > how can i create a cron job to rsync to a remote system? i use > ssh-askpass, but since cron runs as root, i get ssh-askpass is just a frontend to ssh-add, which is just a means for loading keys into your ssh-agent. ass

Re: Debian und Counterstrike

2003-02-08 Thread sean finney
On Sun, Feb 09, 2003 at 03:15:05AM +0100, Marcus Schopen wrote: > Julian Hüper wrote: > > > > Weisst jemand wie ich unter Debian Linux Counterstrike spielen kann ohne > > eine windoof-partition zu haben? > > zusätzliche Information: ich habe eine NVidia Riva TNT2-GraKa. > > This is the englisc

Re: Debian und Counterstrike

2003-02-09 Thread sean finney
On Sun, Feb 09, 2003 at 04:50:43AM -0800, Jeff wrote: > Some folks have been doing it for some time now. I plan on trying it > out, but haven't gone after it yet. Here's a nice howto: > > http://lhl.linuxgames.com/howto/half-life-HOWTO-0.5.html yeah, i tried to follow the howto on that site a c

Re: Applying kernel patches in make-kpkg

2003-02-09 Thread sean finney
On Sun, Feb 09, 2003 at 06:39:11PM -0500, [EMAIL PROTECTED] wrote: > I have edited /etc/kernel-pkg.conf and added the lines > "patch_the_kernel=yes" and "config_target=menuconfig". i could be way off, but this is what i have in my kernel-pkg.conf: patch_the_kernel := YES perhaps it's either case

Re: Urgent Help: courier-imap installation

2003-02-10 Thread sean finney
heya On Mon, Feb 10, 2003 at 11:18:31PM -, Kevin Smith wrote: > I installed courier-imap and then tried to remove exim. Which caused these > problems... how do I reinstall courier-imap? i don't know about the specifics of your situation, but i imagine # apt-get --reinstall install courier-i

Re: moving fs to new disk using tar

2003-02-10 Thread sean finney
heya, On Tue, Feb 11, 2003 at 05:11:08PM +1300, Richard Hector wrote: > tar -c --atime-preserve -l usr |tar -C /spareide -x -v --atime-preserve > --preserve --same-owner may i suggest a less confusing alternative: rsync -a usr/ /spareide it does for most intents and purposes the same thing.

[OT] i wonder how many more swatties are out there... (was Re: envelopes in TeX)

2003-02-11 Thread sean finney
On Tue, Feb 11, 2003 at 09:41:40PM -0500, Andrew Perrin wrote: > Yay Swarthmore! > Andy Perrin (Swat '93) sean finney ('03... hopefully :) msg30247/pgp0.pgp Description: PGP signature

Re: [newbie] kernel image install question...

2003-02-12 Thread sean finney
On Wed, Feb 12, 2003 at 09:11:18AM -0600, Jeff Hahn wrote: > If I "fake" the install I get the following. Is this all I need? Then > reboot? Just checking before I accidentally render my box unbootable! > > -Jeff > > bambusa:/var/log/apache# apt-get --no-act install kernel-image-2.4-686 i'd

Re: killing a 'D' process

2003-02-13 Thread sean finney
On Thu, Feb 13, 2003 at 02:17:06PM +0100, martin f krafft wrote: > also sprach Nicos Gollan <[EMAIL PROTECTED]> [2003.02.13.1257 +0100]: > > (For all those who don't know what /proc/kmem is: DON'T DO THIS!) > > For all those who'd have to do this on a regular basis: switch to > a better OS. or ge

Re: Bogus emails being sent out by me!

2003-02-13 Thread sean finney
On Thu, Feb 13, 2003 at 12:53:23PM +, Colin Watson wrote: > Spammers forge sender addresses nowadays. There's not much you can do, > unfortunately, although by the same token it's unlikely to do you any > harm. it may not be a complete solution, but it's worth pointing out that if you gpg sign

huh? tetex-bin and kpsewhich funkiness

2003-02-13 Thread sean finney
in the past day or two i've been getting lots of these whenever running xdvi: kpsewhich: Symbol `kpse_format_info' has different size in shared object, consider re-linking and in some cases: /usr/bin/mktexpk: line 257: 666 Segmentation fault kpsewhich $NAME.mf >/dev/null 2>&1 anyone el

Re: Bad fortune

2003-02-13 Thread sean finney
On Thu, Feb 13, 2003 at 09:51:32AM -0500, David Turetsky wrote: > I ran apt-get install fortune from the debian 3.0r1 (woody) CDs and a > bunch of relateds > > were installed. Meanwhile I can't find 'fortune' anywhere, just a bunch > of related you sure it's not in /usr/games? what does $ dp

Re: killing a 'D' process

2003-02-13 Thread sean finney
On Thu, Feb 13, 2003 at 05:32:21PM +0100, René Seindal wrote: > With such a system there is really no way of dragging a recalcitrant > process out of kernel mode. If it is stuck in there, it is stuck. > Signals are registered, but not delivered, because the transition to > user-space never happens

Re: Bad fortune

2003-02-13 Thread sean finney
On Thu, Feb 13, 2003 at 06:39:54PM -0500, David Turetsky wrote: > [/usr/games/fortune now works as expected] dpkg -L is a nice trick. also, try -S 'filename' if you want to know what package owns a particular file. > I looked before and did not see this directory. Neither did locate > fortune t

Re: more kernel questions

2003-02-15 Thread sean finney
hey richard, one thing i'd check is if lilo is configured correctly. for example, perhaps lilo is set to boot from /vmlinuz (where that is still a symlink to /boot/vmlinuz-2.3.16-586tsc) and the kernel package installed it in /boot/vmlinuz (as a symlink to /boot/vmlinuz-2.4.18)? sean O

Re: Compiling kernel source

2003-02-15 Thread sean finney
heya, the -bf2.4 is just a suffix added to say that the kernel was the one that came with the bf2.4 installer (bf==boot floppies). the kernel-source you want is kernel-source-2.4.18 (or .19, or .20). your real problem right now is that you still seem to be booting with your old kernel. check tha

Re: Compiling kernel source

2003-02-15 Thread sean finney
On Sat, Feb 15, 2003 at 02:12:35PM -0500, David Turetsky wrote: >Following your instructions, I edited lilo.conf and commented out the >4 lines about image=/vmlinuz.old, which appeared with the new >image=/vmlinux entries, then ran lilo. Same problem. Rebooted. Same >problem. Ran ta

Re: more kernel questions

2003-02-15 Thread sean finney
On Sun, Feb 16, 2003 at 09:11:47AM +1300, Richard Hector wrote: > Thanks, but no, I checked the symlinks, and /vmlinuz and the old version > both point to the correct places (as do the initrd ones). hmm... well, could you post your - lilo.conf - ls -l /vmlinuz - ls -l /boot or, more preferabl

Re: Compiling kernel source

2003-02-15 Thread sean finney
On Sat, Feb 15, 2003 at 05:33:19PM -0500, David Turetsky wrote: >ln -sf /boot/vmlinuz-Linux /vmlinuz, which is taken from the line in >lilo.conf following image=/vmlinuz, and which reads in its >entirety, 'label=Linux' > >Is that what you had in mind, or rather should I have put s

Re: [OT] hardware failure

2003-02-16 Thread sean finney
hey nori, On Sun, Feb 16, 2003 at 12:47:25PM -0500, Nori Heikkinen wrote: > My computer has been on a downward spiral for a while now[1], but i've > been too busy to deal with it. Now it won't even go into single-user > mode. It just hangs at the boot prompt. Says, "Loading linux " > and th

Re: 16MB not enough to install

2003-02-16 Thread sean finney
On Sun, Feb 16, 2003 at 09:07:13PM -0500, Tom Allison wrote: > What's the catch? just an idea, how about doubling your swap space to 32 MB? hth sean msg31206/pgp0.pgp Description: PGP signature

Re: Using multiple keys with ssh-agent

2003-02-16 Thread sean finney
On Sun, Feb 16, 2003 at 10:48:24PM -0800, Bill Moseley wrote: > then added the new public key to remote's .ssh/authorized_keys2 file. I > also prepended command="pine -i" to that new public key. heh, sweet. > Any tricks to signal ssh-agent which key set to use when running ssh? is it a passphra

Re: .forward

2002-10-23 Thread sean finney
hey steve if you have procmail installed you can do something like :0 * ^[EMAIL PROTECTED] { :0 c ! [EMAIL PROTECTED] :0 ! [EMAIL PROTECTED] } in your .procmailrc file. if you don't have procmail as your default delivery agent, you need to put this in your .forw

Re: switching between keymaps in X

2002-10-24 Thread sean finney
alternatively, you can switch it from the command line (or make a window manager shorcut to do the same), thus not needing to muck with your X settings at all. while i was in paris, i never really got into the whole azerty keyboard thing, so i'd do: setxkbmap us which sets the keyboard layout to

Re: .forward

2002-10-24 Thread sean finney
i don't think that that's really "too hard" :). your solution is simpler, yes, but it forces all mail to go that way, whereas with procmail you can set it to only forward specific emails to that address. also, what if one of the addresses is the recieving address? i.e. if this account is steve@s

Re: switching between keymaps in X

2002-10-24 Thread sean finney
hi marek, if setxkbmap works, then i think the best way to fix this would be to not muck with the X server at all but just make a keyboard shortcut in your window manager of choice (or use that applet)... or at least, i don't know enough to help with xf86 :) --sean On Thu, Oct 24, 2002 at 10:42:

Re: A few Newbie Questions

2002-10-25 Thread sean finney
hiya, i'll answer what i can :) On Fri, Oct 25, 2002 at 09:21:05AM -0500, Wathen, Metherion wrote: > Hi and thanks for any help I receive in response to the following: > > 1.) How do you uninstall packages, so that you get more "free" space on your > harddrive? > (exp. I used 'df -h' and see

"shutting off" broken keys in X

2002-10-25 Thread sean finney
hey all, so this is a rather odd situation. a little background: about 8 months ago, some unknown party spilled some kind of liquid on my laptop keyboard. the liquid didn't make it any deeper than the contact sheet that is under the keys, so all the guts of the system were ok. however, the sys

Re: locales and accented charaters

2002-10-25 Thread sean finney
hey nori, On Sat, Oct 26, 2002 at 02:00:36AM -0400, Nori Heikkinen wrote: > thanks ... it's already commented out, though. > > any further ideas? > > maybe it's a dumb question, but do you have $LANG set appropriately for your shell? --sean msg09198/pgp0.pgp Description: PGP signatur

Re: changing the keyboard type after installtion

2002-10-26 Thread sean finney
also, if you use debconf to manage your configuration for x, doing dpkg-reconfigure xserver-xfree86 (or whatever your xserver is), will take you through a list of menus that will at some point ask you about your keyboard. --sean On Sat, Oct 26, 2002 at 02:22:39PM +0200, Haim Ashkenazi wrote: > th

Re: locales and accented charaters

2002-10-26 Thread sean finney
On Sat, Oct 26, 2002 at 07:13:13PM +0200, J.H.M. Dassen (Ray) wrote: > LANG doesn't influence which characters the system considers printable. > LC_CTYPE (e.g. "en_US.ISO8859-1") does. right, but at least on my box, if i specify LANG=en_US, i don't need to set LC_CTYPE explicitly to be able to vie

Re: Why debian sucks.

2002-10-27 Thread sean finney
On Sat, Aug 10, 2002 at 08:52:20PM -0700, Greg Ray wrote: > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] --sean msg09572/pgp0.pgp Description: PGP signature

Re: locales and accented charaters

2002-10-27 Thread sean finney
On Sun, Oct 27, 2002 at 08:44:50PM -0500, Nori Heikkinen wrote: > export LANG=en_US.ISO-8859-1 > export LC_COLLATE=C > > but no dice. i also tried LANG=en_US, with the exact same results. > i don't understand why your solution doesn't work, but it doesn't seem > to. thanks, though! okay, what

Re: Questions about custom kernels

2002-10-27 Thread sean finney
hiya, On Sun, Oct 27, 2002 at 10:56:23PM -0500, lameth wrote: > Okay I'm seriously considering rolling my own kernel, but I have a few > questions first. I've downloaded kernel-source-2.4.16, binutils, bzip2, > fileutils, make, and fdutils, is there anything else I need to create a > custom ker

Re: xv?

2002-10-29 Thread sean finney
On Tue, Oct 29, 2002 at 05:18:13PM +0100, Gottfried Szing wrote: > Gregory Seidman wrote: > > >Is there a policy reason why there is no xv package, or is it just that no > >one has bothered to package it? > > > > > > do you mean xview? i think xv is the old name. xv and xview are different pro

Re: is it possible to downgrade a package using dpkg or apt

2002-11-06 Thread sean finney
hiya, i think this will also do the trick for you, if you don't feel like finding the .deb file yourself: apt-get --reinstall install packagename=version this should also deal with any dependency issues that you might have, but with either way, you'll need some way to prevent it from automatical

Re: pptp vpn

2002-11-07 Thread sean finney
hiya, i'm using ms chap based vpn right now, and this is what i did: - download kernel source # apt-get install kernel-source-2.4.19 - configure it for my machine # apt-get install kernel-patch-mppe - put patch_the_kernel := YES - in /etc/kernel-pkg.conf # make-kpkg --revision cusom+mppe.x.x bi

Re: How to rsync unstable?

2002-11-07 Thread sean finney
hiya, there's a script available as a package (in testing and unstable) called debmirror, which is specifically designed for rsyncing releases of debian. you can specify to only sync for only stable, or both unstable and testing, and you can specify the arch's for which you want to mirror as well

gpg key signing protocol question

2002-11-07 Thread sean finney
hey all, so last night at the LISA 2002 conference in philly there was quite a nice keysigning get-together, at which i exchanged something like a dozen or two keys with other folks. now previously, when i had signed keys with close friends, we'd just end up doing a bunch of gpg --sendkeys and gp

Re: ssh port forwarding

2002-11-10 Thread sean finney
hiya, On Sun, Nov 10, 2002 at 03:24:54AM -0600, Gerald Livingston wrote: > On the laptop I'm using the ssh command line: > > ssh root@home-machine -R 143:localhost:143 to clarify, you're doing this so you can tunnel an imap connection to your home machine on your laptop? if so, then you actuall

Re: RFC: Caps Lock

2002-11-10 Thread sean finney
On Sun, Nov 10, 2002 at 05:36:18PM +0100, Thorsten Haude wrote: > So what are your thoughts about this? Is there another good use I > could put caps lock to? Experiences? well, if someone ever spills coke all over your laptop keyboard and you lose the ability to type the 'a' and 's' keys, CAPS mak

Re: Why mount -o remount,ro /usr (sometimes) fails after apt-get dist-upgrade?

2002-11-11 Thread sean finney
hiya, On Mon, Nov 11, 2002 at 11:56:02AM +0200, Shaul Karl wrote: > Basically, when one removes a binary file from a UNIX file system, it > is gone - no matter if this binary is currently in use. Therefore, i don't think that's necessarily true. i believe the way it works is that a file is n

Re: ./configure

2002-11-11 Thread sean finney
hiya, On Mon, Nov 11, 2002 at 10:40:52AM -0500, alex wrote: > Here's my procedure prior to ./configure > > 1. Download the tar package to /home/downloads > 2. cd /home/downloads > 3. tar -vzxf tarpackage > 4. ls (to make sure the untarred package is in /home/downloads) > 5. cd package > 6.

Re: Why mount -o remount,ro /usr (sometimes) fails after apt-get dist-upgrade?

2002-11-11 Thread sean finney
hi, On Mon, Nov 11, 2002 at 05:53:34PM +0100, Robert Ian Smit wrote: > OP mentioned some problems wrt to remounting file-systems. Although > the discussion that followed was very interesting, that issue and > even more so a solution, is unclear to me. > > I had to reboot a system after a security

Re: execute command from HTML page

2002-11-11 Thread sean finney
hiyas, just to chime in on this, you should think of the security implications of what you're doing. if you're putting a button on a webpage that re-initializes your net connection, then anyone feeling particularly riley could keep you without an internet connection. instead of apache, i'd rec

Re: corrupt root fs

2002-11-11 Thread sean finney
hiya, On Mon, Nov 11, 2002 at 05:19:23PM -0800, madmac madmac wrote: > I get timeouts from the Adaptec's SCSI adapters BIOS > routine where it polls it's devices. ack... well it could be faulty hardware, in which case i'd see if i could try different disks on the same adaptor, and the same disks

Re: CHM and WMV files on debian ?

2002-11-11 Thread sean finney
On Mon, Nov 11, 2002 at 08:03:26PM -0800, Derek Gladding wrote: > I can't help with the ".chm" files but I can recommend mplayer to watch the > .wmv files with: > > http://www.mplayerhq.hu/homepage/ and i'd add xine and aviplay, both of which come as standard debian packages and support various

Re: FHS, Policy, /var/local, places to put multiple CVS repositories

2002-11-12 Thread sean finney
hiya, building from the previous post, i'd suggest saving the keystrokes and putting them into subdirectories in /cvs. you could then symlink /var/lib/cvs to /cvs/firstgroup, and then you don't even the folks who've already been using your cvs server! --sean msg12609/pgp0.pgp Description:

Re: (semi-OT) JPG files -> Movie file

2002-11-13 Thread sean finney
hiya, check out the ucbmpeg package. it comes with a program called mpeg_encode, which can let you create mpegs from groups of numbered jpgs or ppm files. creating the config file is a little less than intuitive, but it comes with tons of examples in /usr/share/doc, and i can send you mine if li

Re: export DISPLAY / remote Xclient?

2002-11-13 Thread sean finney
hiya, security-wise, this isn't the greatest of ideas for a few reasons. first of all, can you ssh to this hp-ux machine instead of telneting? it goes without saying why that's bad. in addition, forwarding x in the clear is not a good idea, because it's only slightly more complicated to sniff out

Re: (semi-OT) JPG files -> Movie file

2002-11-14 Thread sean finney
hiya, On Wed, Nov 13, 2002 at 06:47:43PM -0800, nate wrote: > well for now I think I have to settle on imagemagick. it can > convert a bunch of images(even jpeg) to an animated gif. I > installed ucbmpeg, and also mjpegtools but both immediately > segfault when processing the first JPG file. Actua

Re: (semi-OT) JPG files -> Movie file

2002-11-14 Thread sean finney
heya, On Thu, Nov 14, 2002 at 11:14:12AM -0800, nate wrote: > thanks! yes I do believe it was a sizing issue, though at the time > I didn't know of a way to resize at the command line(for automation), > I think imagemagick can probably do this so I will try again, I do yeah, i use imagemagick mys

Re: instead of xv?

2002-11-16 Thread sean finney
On Sat, Nov 16, 2002 at 08:02:59AM -0500, Kevin Coyner wrote: > > What's a simple, command line viewer than I can use instead of xv? i'd reccommend xview for viewing images, and xsetbg for setting your background images. both are provided by the xloadimage package. --sean msg13344/pgp0.p

Re: dpkg will not remove package

2002-11-16 Thread sean finney
hiya, have you tried using apt? apt is the frontend to the dpkg/deb system that deals with things like dependencies. to completely remove something you can do # apt-get --purge remove packagename and it should detect anything that it would break, and ask you if you want to remove all of that a

Re: Resetting Cron

2002-11-17 Thread sean finney
hiya, cron jobs are also/actually? stored in /var/spool/cron/*, have you looked in there? i'm not familiar with how cron runs on debian, but on systems that strictly use /var/spool/cron, cron doesn't notice if you change the textfile without telling it (which is why the manpage says to edit cron

Re: MP# (or OGG) -> WAV? How?

2002-11-17 Thread sean finney
hiya, On Sun, Nov 17, 2002 at 03:39:31PM +0100, Vincent Hanquez wrote: > mpg321 --wav file.wav file.ogg > ogg123 -d wav -f file.wav file.ogg i have to agree with vincent that this is probably the most straightforward way of doing it. further more, if you have your stuff separated by album, and

Re: Which ICQ Client is better?

2002-11-17 Thread sean finney
hi everyone, on the topic of aim/icq clients, does anyone know of clients that support some form of text-only mode? for icq i've used licq and micq, one of which has a text-mode plugin, the other *is* text mode, but i'm not happy with either because the former doesn't keep history in text mode, a

Re: Version to use?

2002-11-17 Thread sean finney
hiya, i'd recommend just starting with stable. one release will probably not be horribly faster or slower than any other release, but in either case you won't want to be running X. the really nice thing about debian is that you can configure it to have only what you want right from the install (

Re: Version to use?

2002-11-17 Thread sean finney
hiya, On Sun, Nov 17, 2002 at 06:53:38PM +0100, Christophe Courtois wrote: > I've got a small problem with that : my P75 takes time when using > dselect or apt-get ; it seems to have too many package dependencies to > deal with. It's painful but usable on my P75, I wonder what it would be > li

traffic shaping https connections

2002-11-17 Thread sean finney
hi all, i'm going through the process of attempting to set up a traffic shaper on my debian box. the deal is, i'm playing online video games on a certain non-free OS, and all of a sudden my connection goes to hell because i have a friend transferring a sizeable amount of data over https from my

Re: Version To Use? (2)

2002-11-17 Thread sean finney
hiya, On Sun, Nov 17, 2002 at 10:28:26AM -0800, John Floren wrote: > So, I should just use the new release? Remember, my computer is really > slow, I could only download with a 56K modem, and I can't download > directly to the intended computer. Also, exactly how large is the > current release?

Re: traffic shaping https connections

2002-11-17 Thread sean finney
s, so i'll take a peek at all that. thanks, sean On Sun, Nov 17, 2002 at 07:25:17PM +0100, Andrea Borgia wrote: > On Sun, 17 Nov 2002, sean finney wrote: > > sf>so, i'd like to set up a shaper that caps the bandwidth for https > sf>connections. i've loo

Re: MP# (or OGG) -> WAV? How?

2002-11-17 Thread sean finney
On Sun, Nov 17, 2002 at 08:57:37PM -0600, Kirk Strauser wrote: > Actually, Moore's "Law" has nothing to do with storage space or bandwidth, > more of both being needed to store/transmit song collections today. sure it does, if you store your music on some kind of ramdisk :) --sean msg13617/pgp

Re: Various Questions

2002-11-18 Thread sean finney
hiya, On Sun, Nov 17, 2002 at 11:56:05PM -0800, Michelle Storm wrote: > Just a few questions: > 1) Whenever I restart my system. My /tmp dir is cleared. Is there a way > to stop this from happening so that tmpreaper will deal with it. honestly i think the best course is to not leave anything impo

Re: Directory permissions

2002-11-18 Thread sean finney
hiya, On Mon, Nov 18, 2002 at 12:41:42PM +0200, [EMAIL PROTECTED] wrote: >/dev/hda1 /mnt/win1 vfatdefaults,ro,user,noauto 0 0 not to be picky, but just to point it out, having sub-directories in /mnt is non-standard (well, to most linuces/unices, redhat seems to have oth

Re: package list screen at installation

2002-11-18 Thread sean finney
hiya, dselect is the program you're probably thinking of. as a piece of advice, do any package browsing as a normal user, because it's real easy to hit a key you didn't mean to, and it can lead to all kinds of wacky situations with your system. if you're looking for packages that do specific th

Re: Directory permissions

2002-11-18 Thread sean finney
On Mon, Nov 18, 2002 at 04:51:15PM +0100, martin f krafft wrote: > /windows? that's a direct violation of the FHS. just being picky as > you were. does it? i didn't think it did since the reason listed in the fhs for not putting more stuff in / is to keep it small and thus less likely to corrupt

Re: package list screen at installation

2002-11-18 Thread sean finney
On Mon, Nov 18, 2002 at 05:06:17PM +0100, martin f krafft wrote: > > note that spaces between search terms means OR, > > i don't think so. from the manpage: > > Seperate arguments can be used to specified multiple > search patterns that are and'd together. yeah, my bad.

Re: Using Lilo to select different Kernels

2002-11-18 Thread sean finney
On Mon, Nov 18, 2002 at 06:57:54PM +, Doug MacFarlane wrote: > Is it possible to have multiple LILO entries to boot different kernels off > of the same /boot partition? yup. i highly recommend you look at the sample lilo.conf as well as reading the fine manpage lilo.conf(5). basically you wa

Re: Train simulator

2002-11-18 Thread sean finney
On Mon, Nov 18, 2002 at 10:47:22PM -0500, Nori Heikkinen wrote: > on Mon, 18 Nov 2002 06:32:36AM -0800, Paul Johnson insinuated: > > I got really addicted to Microsoft Train Simulator on my roommate's > > box, and I'm wondering if anybody's had any success in either getting > > VMWare to use the fu

Re: "pinning" a package

2002-11-19 Thread sean finney
hi, consider this as an alternative: - put deb-src entries for testing in your sources.list - apt-get update - apt-get source gnump3d -b - dpkg -i gnump3d_.deb i'm not sure how well the dependency-handling works for this, but i've used it to install selected packages from testing onto a stable

Re: Apt-move question

2002-11-19 Thread sean finney
hi, have you considered the debmirror package? --sean On Tue, Nov 19, 2002 at 11:18:43AM -0500, Arthur H. Johnson II wrote: > I have a really silly question for all you apt-move users out there. Is > there a way to syncronize a testing box to unstable? For instance, I have > a testing box and

Re: Procmail + debian +Qmail

2002-11-19 Thread sean finney
hi, this is how i have it set up: in .forward: |/usr/bin/procmail in .procmailrc: PATH=$HOME/bin:/usr/bin/:/bin MAILDIR=$HOME/mail DEFAULT=$MAILDIR/inbox LOGFILE=$MAILDIR/procmail_log LOGABSTRACT=$MAILDIR/procmail_abstract :0: * ^TO_debian-.*@lists.debian.org debian and so on... --sean On

Re: Procmail + debian +Qmail........and amavis

2002-11-19 Thread &#x27;sean finney'
On Tue, Nov 19, 2002 at 07:53:08PM -, Mikael Jirari wrote: > Thank you :) > > But you're not using qmail are you ? nope... i just assumed that qmail also paid attention to .forward files. was i wrong with that assumption? --sean msg14050/pgp0.pgp Description: PGP signature

Re: capturing X to video

2002-11-21 Thread sean finney
here's an idea, i don't think it'd be too unfeasable if it hasn't already been done somewhere. take xvncviewer, and make a port/output-plugin that instead of or in addition to opening an x-window with an image of the desktop writes the image it would be displaying to a series of files? --sean On

Re: [OT] undeleting on FAT32

2002-11-22 Thread sean finney
first, just because i think *someone* should say it, On Fri, Nov 22, 2002 at 12:58:15AM +0100, Tim Dijkstra wrote: > On Thu, 21 Nov 2002 23:31:51 + > "Joshua Thomas" <[EMAIL PROTECTED]> wrote: > > > kill your girlfriend, then kill yourself. that was completely unnecessary and unhelpful, plea

Re: [OT] undeleting on FAT32

2002-11-22 Thread sean finney
On Fri, Nov 22, 2002 at 08:01:13AM -0800, Craig Dickson wrote: > For that sort of thing, if the file is fragmented, you're probably more > or less out of luck. What you'd probably want to do is build a map of > the unallocated clusters on the partition, starting with the first > cluster of the file

Re: Questions about mirror'ing a website

2002-11-23 Thread sean finney
hiya, i think what you really want is rsync. you can do something like su webuser -c "rsync -avP /workingdir /livedir" (a is for preserve time/ownership/etc, vP is for a verbose status report) i believe that this way rsync will preserve all attributes except for ownership, assuming that your we

Re: Help with monitor/video config

2002-11-23 Thread sean finney
hey matt, i feel your pain for X. i've done lots of installations for all kinds of different machines and people, and the only consistant hitch has been getting X going. and in most cases, it's because of the video card being nvidia (when the machine is i386 anyways). it's not that hard to get

Re: where do I find the kernel headers? *solved*

2002-11-23 Thread sean finney
On Sat, Nov 23, 2002 at 10:49:25AM -0900, Andy wrote: > What am I doing wrong? Where are my headers? if you made the kernel the debian way, you may have already made yourself a kernel headers package, take a look in /usr/src. failing that if you haven't done anything in /usr/src/linux any time s

Re: CONTROLLER

2002-11-24 Thread sean finney
hi there, could you give us the model of your controller card? also, which install floppies did you use? also, there's a mailing list just for italian debian users ([EMAIL PROTECTED]), which might be of help as well. sean On Sun, Nov 24, 2002 at 05:43:30PM +0100, [EMAIL PROTECTED] wr

Re: AGP support for GeForce 2MX 400 64MB AGP (Inside TNC)

2002-11-24 Thread sean finney
On Sun, Nov 24, 2002 at 07:21:21PM +0100, Jan Krupa wrote: > Maybe I should compile nividia-kernel-src.tar.gz? yup, and nvidia-glx*. take a look at a post i replied to last night for a more detailed description of what you need to do. sean msg15010/pgp0.pgp Description: PGP signat

Re: services on woody (really need help)

2002-11-24 Thread sean finney
hey matt, i'm have access to a win2k box and don't have said problem, so it's confusing to say the least :). it might be worthwhile to try and see where things are breaking using some kind of packet sniffer. try running tcpdump (or ethereal, which is a nice gtk frontend) and see if that gives an

Re: Stripping EOL feeds...

2002-11-24 Thread sean finney
On Sun, Nov 24, 2002 at 10:32:14PM -0600, ZephyrQ wrote: > I'm trying to format the debian install manual (text version) for > printing and I'm trying to save a couple of trees. Is there an easy way > to strip the line breaks so the text will come out unformatted? This > way I can reduce th

Re: where do I find the kernel headers? *solved*

2002-11-25 Thread sean finney
On Mon, Nov 25, 2002 at 10:13:08PM +1100, Rob Weir wrote: > > # cd /usr/src/linux && make-kpkg clean > > # cp /boot/config- /usr/src/linux > > You'll have to rename config- to .config for the kernel build > system to see it, AFAIK. oops, yeah, my bad. shoudla been # cp /boot/config- /usr/src/l

Re: AGP support for GeForce 2MX 400 64MB AGP (Inside TNC)

2002-11-25 Thread sean finney
On Mon, Nov 25, 2002 at 09:32:58AM +0100, Jan Krupa wrote: > Do you mean it is enough to compile only: > [M] /dev/agpgart (AGP Support) > or > [*] /dev/agpgart (AGP Support) > and none of > [*]/Intel 440LX/BX/GX and .. > [*]Intel I810/I815/... > [*]via chipset support > . > . > . > [*]serverwarks L

Re: "Burn" CD audio to a file

2002-11-25 Thread sean finney
On Mon, Nov 25, 2002 at 09:56:54AM -0800, Bill Moseley wrote: > >You won't be able to play it like an audio CD. When your CD-ROM drive > >does this, it does it at a much lower level; the OS just gives it > >cd-player-style commands like "play" "stop" "skip", etc, rather than > >reading the bits of

Re: kernel recompile

2002-11-25 Thread sean finney
heya, On Mon, Nov 25, 2002 at 01:18:41PM -0600, Craig Jackson wrote: > Just installed woody but I forgot to install UFS driver. Being somewhat new > to Debian (I have in the past recompiled the kernel on Gentoo and Redhat) > what is the standard procedure for recompiling the kernel under Debian?

Re: smbfs just isn't there

2002-11-25 Thread sean finney
i think your problem is that the kernel installed by default doesn't seem to support smbfs. if you're not completely attached to said kernel and want to join the rest of the 2.4 world, i recommend: # apt-get install kernel-image-2.4.18 you may need to add a line to lilo.conf about initrd (not su

Re: apt-get kernel upgrade?

2002-11-25 Thread sean finney
On Mon, Nov 25, 2002 at 08:08:22PM -0500, Tim Verry wrote: > Yow! I'm going to have to look into that. If it's that easy... I think I > can set up lilo so I can still boot to the old one? > Will it try to preserve my current configuration to the point of not > installing the smbfs part? And i

Re: jpegs to mpeg? convert->mpeg2encode?

2002-11-25 Thread sean finney
On Mon, Nov 25, 2002 at 07:17:56PM -0600, Michael Jinks wrote: > So, is there some other way of turning JPEG's into an MPEG, or is > mpeg2encode available someplace and I'm just failing to find it? check out the ucbmpeg package. it has a program called mpeg_encode that does the trick, though you

Re: a Debian nvidia howto

2002-11-25 Thread sean finney
On Mon, Nov 25, 2002 at 07:54:29PM -0800, Jaye Inabnit ke6sls wrote: > I have searched (Google & these archives) for several hours seeking a debian > specific howto for nvidia drivers. I found some rather stale stuff, but > nothing specific to Debian stable (Woody). I searched debianplanet and

Re: Make a package from source?

2002-11-26 Thread sean finney
On Tue, Nov 26, 2002 at 10:49:46AM -0500, Robert L. Harris wrote: > Ok, Is there a good doc of how to make a debian package from source? I > am trying to custom compile iptables and would like it to install as if > it were a .deb. Digging around debian.org, I didn't find anything. if you're co

Re: automatic installation

2002-11-26 Thread sean finney
heya, On Tue, Nov 26, 2002 at 05:48:24PM +0100, Timo Benk wrote: > I want to install a debian system without > any user interaction. > > All parameters like partition table or filesystems > or packages to install are fixed. > > Is there already a solution? yeah, take a look at the fai package.

Re: joy!

2002-11-27 Thread sean finney
On Wed, Nov 27, 2002 at 12:51:06PM -0500, Tim Verry wrote: > smbfs mount is working great. awesome! > How do I tell the tlan nic (compaq netflex 3 on mb) to go to 100 instead of > 10? I'm not sure it's possible, I know there were some models of compaq 4000 > desktops that would NOT do 100 unde

Re: a couple of install questions

2002-11-27 Thread sean finney
On Wed, Nov 27, 2002 at 01:18:55PM -0500, Meredith Richmond wrote: > hi, > i have an old Acer 486 notebook computer that is currently using win95. > i would like to start using debian but i didn't see it in your list of > compatible computer types... is it still possible to install it? well one

<    1   2   3   4   >