RE:linux and laptops

2002-06-20 Thread Andrew Agno
Deedra Waters writes: > I'm supposed to start school in august, and I'm getting a gateway solo > 1450 for a laptop for classes. I'm curious as to wether any of you know > how well this type of laptop will work with linux. I've heard both that > the gateway laptops work with linux and that they

RE:generic ps2 mouse driver

2002-06-19 Thread Andrew Agno
Raffaele Sandrini writes: > "nonwheeled" mouse to logitech ones. I ask you now if there is a > 100% way (99% are enough :-) ) to sucessfully run all mice on all > systems with the same config --> is there a generic ps2 Driver? I > search something like "Standard PS/2 Mouse" on M$ Windows wich c

RE:what to use for installfest this saturday?

2002-06-19 Thread Andrew Agno
How about creating a local woody mirror (using apt-move) with the stuff you'll install plus a woody install CD? Just check out the thread on "Woody install insists on using Potato packages"--basically, either skip both tasksel and dselect in the install (which I always do) and install other packa

RE:Kernel upgrade docs

2002-06-10 Thread Andrew Agno
Andrew Perrin writes: > I seem to remember a good step-by-step guide to upgrading the kernel under > debian, but can't find it now. I'd like to move to 2.4.18 but am rather > timid about it. Here's how I do it: 1. edit /etc/kernel-img.conf: % echo "do_initrd = Yes" > blah 2. use dselect or apt-

RE:request for documentation pointer

2002-06-01 Thread Andrew Agno
Alice M. Pinard writes: > I don't upgrade distros very often, is there documentation I could be > pointed to to read on what steps I should take? And is there anything > special about moving to an unstable distribution? (Again, I've only ever > used stable distributions before) Well, I've neve

RE:ext3 problems

2002-05-21 Thread Andrew Agno
You can also use one of the kernels from testing or unstable, which can mount ext3 partitions. I believe there are also 2.4 kernels for potato, but don't know exactly where they are--your trusty internet connection to google can find them, I'm sure. Andrew. -- To UNSUBSCRIBE, email to [EMAIL P

Re: Not able to connect to nvidia.com

2002-05-21 Thread Andrew Agno
> > This is caused by having Explicit Congestion Notification (ECN) > > enabled. ... > Whats that? ECN? Yes. Either I misunderstood your question or you didn't read my message :) Andrew. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL

RE:Not able to connect to nvidia.com

2002-05-21 Thread Andrew Agno
This is caused by having Explicit Congestion Notification (ECN) enabled. You can disable it using: echo "0" > /proc/sys/net/ipv4/tcp_ecn Andrew. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

RE:How to apt-get upgrade from files only

2002-05-21 Thread Andrew Agno
Take a look at: http://www.debian.org/doc/manuals/apt-howto/ch-basico.en.html Section 2.2 tells you how to create a local package repository. Andrew. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

RE:environment variables

2002-05-15 Thread Andrew Agno
Tom Allison writes: > Where is a good place to park an Environment Veriable like RSYNC_RSH? In your startup script. Perhaps .profile or .bashrc. Andrew. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: good choice of network card?

2002-05-14 Thread Andrew Agno
> Thanks for this useful info! > How did you set the IRQ for the card? The 3c90xcfg.exe (dos config util) In general, one can change the IRQ by assigning one in the BIOS. Andrew. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED

RE:Is there any tool like purify(memory leak check tool) for LINUX

2002-05-13 Thread Andrew Agno
Nothing to equal purify (or so I've heard), but there are some things that help: mpatrol Electric fence (efence) A garbage collector: http://www.hpl.hp.com/personal/Hans_Boehm/gc/ I've had very good success by using a combination of the latter two--efence is quite a memory hog, but works, and gc

RE:Installing X on woody

2002-05-06 Thread Andrew Agno
D. Michael McFarland writes: > Of course, I hit a snag, or I wouldn't be posting. I didn't install > XFree86 or any other X packages the first time around, thinking I'd > wait and get the latest of everything once I'd switched to woody. > That's turning out to be harder than I expected, with t

RE:move/rename in cvs

2002-05-03 Thread Andrew Agno
dman writes: > > Sometimes I want to rename cvs-managed files or directories or I want > to move a file/dir to a different directory. The only way I have > found, so far, to do that is to go to $CVSROOT and manually change the > repository (potentially dangerous) or to remove and add the fil

Re: More PCMCIA woes...

2002-05-03 Thread Andrew Agno
Grant Edwards writes: > On Fri, May 03, 2002 at 10:05:23AM -0700, Andrew Agno wrote: > > > I'm using the modules from the kernel image. > > Are the modules in /lib/modues//kernel/drivers/ Well, some stuff is--ds, i82* pcmcia_core, tcic and yenta_socket. &g

Re: More PCMCIA woes...

2002-05-03 Thread Andrew Agno
I'm using the modules from the kernel image. Andrew. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

RE:More PCMCIA woes...

2002-05-03 Thread Andrew Agno
Grant Edwards writes: > Somebody else out there must be using PCMCIA support. It > simply _can't_ be as broken as it appears to be. I don't think it is. On my testing box, the stock 2.4.17 kernel and pcmcia modules works fine. Andrew. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a s

Re: 2.4.18 - nic modules

2002-05-02 Thread Andrew Agno
Keith O'Connell writes: > Most excellent - that was the answer I needed to get it to work. I > would like to know the reason for the name change. I now have to > have two names for the same driver in /etc/modules so that I can > boot between 2.2 & 2.4 as and when I need to! Well, you can alway

RE:Packages

2002-05-02 Thread Andrew Agno
You can also check out descriptions on the web, if you need a web interface: http://www.debian.org/distrib/packages What I usually do with fresh installations is just install what I need (emacs, vim, gcc, etc), then when I need something, I either look on Google and then check if Debian has it (

Re: chmod

2002-05-02 Thread Andrew Agno
Or use 'man -k' with some keyword, or use info. Andrew. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

RE:chmod

2002-04-30 Thread Andrew Agno
> So, the primary question is, is there an easy way to set the permission on > directories, only directories, and all sub-directories? A related question > is how to use ls to list only directories. Use find; eg: % find /starting/from/here -type d -print This prints all directories and subdi

RE:EXT3 questions

2002-04-30 Thread Andrew Agno
Michael Meskes writes: > I'm experiencing with ext3 it appears I have some questions that maybe > anyone of you can answer: > > - Is it possible to use ext3 for the root partition with the stock > debian kernel? My ext3 roots work nicely with a hand made kernel but > the stock Debian one

RE: basic directory perm question

2002-04-24 Thread Andrew Agno
Is it even possible to have a umask set so that newly created files have the s bit set? It seems that the only way for this to happen is by having an alias which chmods things afterwards or by making dirs under dirs with the group s bit set. Andrew. -- To UNSUBSCRIBE, email to [EMAIL PROTECTE

RE:Conversion to ext3

2002-04-15 Thread Andrew Agno
Andrew Agno writes: > % tune2fs -l /path/to/device | egrep has_journal Just to have a record of this in the archives (sorry for getting this info twice, Mark), debugfs does this handily, plus lots of other stuff: % debugfs debugfs: open /path/to/device debugfs: features Filesystem featu

RE:Conversion to ext3

2002-04-15 Thread Andrew Agno
Mark Carroll writes: > Great, thanks! Everything has converted nicely, apparently. (-: (Well, at > least 'mount' reports everything is now ext3!) Unfortunately, mount sometimes lies to you. To make sure you have journaling, use: % tune2fs -l /path/to/device | egrep has_journal The argument is

Re: Conversion to ext3

2002-04-15 Thread Andrew Agno
Patrick Kirk writes: > On Mon, Apr 15, 2002 at 07:33:45AM -0700, Andrew Agno wrote: > >Patrick Kirk writes: > > > Perhaps I'm utterly mistaken here but I think the .journal is the > > > journal part of journalling file system. A quick look at the ext3 &

Re: Conversion to ext3

2002-04-15 Thread Andrew Agno
Patrick Kirk writes: > Perhaps I'm utterly mistaken here but I think the .journal is the > journal part of journalling file system. A quick look at the ext3 > howto says how to put it on another file system but I don't know why > you would bother with ext3 if you don't have a journal. I think

RE:Conversion to ext3

2002-04-15 Thread Andrew Agno
Mark Carroll writes: > introducing lots of .journal files? Can I make a bootdisk or something > that can convert what's normally my root partition? It looks like, if the > FS is mounted, you get .journal files. Yes to your last question. Just get a rescue disk/CD, boot from it, make sure your

Re: .config file for kernel?

2002-04-09 Thread Andrew Agno
Grant Edwards writes: > On Tue, Apr 09, 2002 at 02:46:52PM -0400, Scott Henson wrote: > > > > > Where can I find the .config files for the kernel image > > > installed by the normal Debian install process? > > > > /boot/config-2.4.17-bf2.4 > > or whatever kernel you are running. > > Thank

RE:Trouble getting my screen resolution correct.

2002-04-06 Thread Andrew Agno
Steve Juranich writes: > > DefaultDepth 24 > SubSection "Display" > Depth 24 > Modes "1280x1024" "1024x768" "800x600" > EndSubSection > > by hitting I cycle through 1024x768, 800x600, and 600x400 Well, I suppose yo

Re: security updates for testing distibution

2002-04-05 Thread Andrew Agno
Hanspeter Roth writes: > But what about the testing distribution? Does it also get `implicit' > security fixes by new versions? > Or is it safer to stick with stable? Well, it follows the usual rules, so eventually things will filter down. In the meantime, I believe you have to grab things fro

Re: security updates for testing distibution

2002-04-04 Thread Andrew Agno
John Hasler writes: > Andrew writes: > > Don't security updates also go to unstable? > No. Security updates are almost always done by backporting the fix to the > version of the package that is in stable. The version in unstable is > almost always a more recent one. If it is vulnerable it w

RE:security updates for testing distibution

2002-04-04 Thread Andrew Agno
Don't security updates also go to unstable? So you can either grab them early, or wait until they make it to testing. Andrew. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Logitech Quickcam

2002-04-04 Thread Andrew Agno
Paul 'Baloo' Johnson writes: > On Thu, 4 Apr 2002, Sridhar M.A. wrote: > Is this one of the USB quickcams? If so, how'd you get it working? Before downloading anything, I'd look into the pwc module, which is already in 2.4.18. Add in the hotplug scripts (which may or may not be necessary), mak

Re: Logitech Quickcam

2002-04-03 Thread Andrew Agno
Sridhar M.A. writes: > On Wed, Apr 03, 2002 at 06:46:58PM -0800, Andrew Agno wrote: >> Yes, the pwc, I think. I've gotten it recognized using on testing, >> with hotplug and 2.4.18 installed. I have yet to actually do anything >> with it. >>

Re: Logitech Quickcam

2002-04-03 Thread Andrew Agno
Jens Gecius writes: > Try package vgrabbj. It might work, although, no promises. I had > reports of quickcam-users who got it to work (not with 2.4.18, > though). > > Isn't there a kernel-module (non-third-party)? Yes, the pwc, I think. I've gotten it recognized using on testing, with hotp

Re: fun with printers

2002-03-31 Thread Andrew Agno
> > > *~U@ > > > > This looks like you've got the wrong driver for your printer then. > > > But the test page worked... Yeah, but you can't trust a test page to exercise everything about a printer driver. In fact, it really only tells you that there is a connection between your computer a

Re: signal 4 kills X

2002-03-29 Thread Andrew Agno
Well, it looks like you'll have to get the latest XFree86 server, which is not yet at http://people.debian.org/~branden/. You could always do it yourself, of course :). You could just install the X stuff using the Xinstall.sh script and assume that when a deb comes out, it'll overwrite everything

RE:signal 4 kills X

2002-03-29 Thread Andrew Agno
Possibly a problem with an interaction with any power-saving mode you have? Andrew. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: fun with printers

2002-03-29 Thread Andrew Agno
Paul Mackinney writes: > Andrew Agno declaimed: > > If it's raw postscript, you'll just see text. Is that what you get? > It looks like gibberish: > > *~U@ This looks like you've got the wrong driver for your printer then. > I'm really trying to

Re: fun with printers

2002-03-29 Thread Andrew Agno
Paul Mackinney writes: > I can print text from emacs, but when I print from Abiword or Mozilla, > it spews page after page of what I assume is raw postscript code. I > haven't found anything in the CUPS docs that covers this. Where to I > start troubleshooting? If it's raw postscript, you'l

RE:fun with printers

2002-03-25 Thread Andrew Agno
On my machine running the testing distribution, it would be something like this: 1. Install cupsys and its dependencies. 2. Point your browser to: http://localhost:631/admin 3. Click 'Add Printer' under the Printers section 4. Enter a name, location and description and continue 5. Enter your devic

Re: tiny mouse howto - console gpm, X and mouse wheel

2002-03-20 Thread Andrew Agno
timothy bauscher writes: > I just installed gpm after reading your setup. > My PS/2 mouse instantly left the screen, and > X would make a beep sound whenever i moved > the mouse. My settings were: > > device: /dev/psaux > type: autops2 > repeat type: m83 > > Those were the defaults prov

RE:bash scripting question (variables and spaces)

2002-03-19 Thread Andrew Agno
Karsten Heymann writes: > I have once again come upon bash problem I can't solve. I'm writing a > little bash frontend and one of the programs expects a option that includes > spaces and is composed from two other shell var's. Example: > > #!/bin/bash > A="Hello" > B="Karsten" > C=$A $B

RE:Serial port question

2002-03-17 Thread Andrew Agno
stan writes: > I'm porting a small application that reads some temperature probes conected > to srvial ports from HP-UX to Debian Woody. > > It opens up the serial ports, sends a few charatcers, and then listens for > the reply. What serial port device names should I be using for the 2 > onb

RE:OT: Wireless NIC to NIC; need WAP?

2002-03-16 Thread Andrew Agno
Kent West writes: > I've got two Debian (Sid) boxes in different parts of the house. Can I > put in a wireless NIC into each one of them, and them talk to each > other, or must I have a Wireless Access Point as an intermediary? You don't need a WAP, just put the cards into Ad-hoc mode. You w

RE:/etc/issue

2002-03-15 Thread Andrew Agno
Well, my version says: Debian GNU/\s 3.0 \n \l Andrew.

RE:root w/o .journal

2002-03-12 Thread Andrew Agno
Since all you need is an unmounted partition, you can just use a rescue disk with access to tune2fs and its libraries--just copy all these to some handy partition or your rescue disk, set LD_LIBRARY_PATH, and I think you're okay. Or, if you have access to a fairly complete and up to date rescue CD

Re: CVS Server on SSL?

2002-03-11 Thread Andrew Agno
hanasaki writes: > Is tehre a way to do SSH CVS from Win? WinCVS? To the first, you can use cygwin (http://sources.redhat.com) and use the SSH from there. I believe that cvs should also be available on cygwin. If you want to use WinCVS, check out: http://www.wincvs.org/ssh.html Andrew.

RE:new twist on shutting down and restricting ssh users

2002-03-06 Thread Andrew Agno
dman writes: > > I want to allow my dad to shut down the router/gateway. I want to do > this by creating a login name "halt" that simply shuts down. I did > this by making /sbin/halt the shell. As I understand it, only root is > allowed to halt a system, so I made halt owned by root:halt w

Re: Redhat to Debian?

2002-03-05 Thread Andrew Agno
Patrick Kirk writes: > Kinda hard to give a long version of this so hrer's the short and easy > way: > > fsck the hdd and install Debian. > > Of course you may want to backup some data first. Its wise keeping a > Red HAt partition to boot into...you'll never use it oince installation > i

RE:Java SDK 1.4

2002-03-05 Thread Andrew Agno
Oki DZ writes: > I'm currently downloading the SDK from Sun. Has anyone been successfully > running it? Was there any problem? It works for me. In my applications, it's even noticeably faster. I believe that some others have had some problems, but you'll need to test it, I guess. Andrew.

RE:Cannot give access to X-Server to other users on same machine

2002-03-04 Thread Andrew Agno
I believe this is because you're trying to access the X server over TCP. Either use ssh -X (with /etc/ssh/sshd_config configured to allow forwarded X connections), or edit /etc/X11/xinit/xserverrc and remove the option to not listen to tcp. Andrew.

RE:Xhost + not working

2002-03-01 Thread Andrew Agno
Pedro Quaresma de Almeida writes: > In one of my Debian-machines I am not being able to X-connect > remotely. Hmm, do we have a FAQ for this? Anyhow, the problem is that the X server, by default, doesn't listen for TCP connections, which means you can't remotely connect. I'm assuming you're us

RE:/tmp size

2002-02-27 Thread Andrew Agno
Richard Otte writes: > I recently discovered that /tmp on my machine is rather small, around > 50mb. I was trying to use xcdroast, but was unable to extract an audio > cd to /tmp because it wasn't big enough. This is strange, because I > probably have 50gb empty on my hard drive. I'm wonderi

Re: Strange Problem accessing Web Sites

2002-02-27 Thread Andrew Agno
Timothy R. Butler writes: > "1" to a "0"). Ah, I feel much better - today I had to reboot into Oops. Glad you caught that--too much typing, too little thinking. Andrew.

RE:Strange Problem accessing Web Sites

2002-02-27 Thread Andrew Agno
I would guess that ECN might be turned on: % cat /proc/sys/net/ipv4/tcp_ecn To turn it off, use: % echo "1" > /proc/sys/net/ipv4/tcp_ecn For info on ECN: http://www.icir.org/floyd/ecn.html and of course, Google. Andrew.

RE:Port replicators...

2002-02-20 Thread Andrew Agno
Darryl L. Pierce writes: > I've asked in the past and never got an answer that worked. I'm at a > point again where I want to get my Gateway port replicator to work with > my laptop. I can use everything on it but the PCMCIA slots. How do I > tell linux to use the two slots that are in the repl

hwclock not working

2002-02-08 Thread Andrew Agno
My machine was freezing up during the boot process at the hwclock.sh init.d script (and still would if it were enabled). When I change the script to run: hwclock --debug --hctosys $GMT $BADYEAR which expands to hwclock --debug --hctosys --utc it freezes at "Waiting for clock tick..." The BIOS s

Re: Adding a second hard drive THANK YOU!!

2002-02-08 Thread Andrew Agno
Patrick Kirk writes: > Now that its all working nicely, I've added the new partitions to fstab like > so: > > /dev/hdc1 /home/engineering ext3 rw 0 2 > /dev/hdc3 /home/data ext3rw 0 2 > > Is this correct or should I use defa

RE:Installing on a second disk (hdb)

2002-02-08 Thread Andrew Agno
Harris, Jason writes: > Can I plug the new hd at hdb, make the partition structure I want, put the > install image somwhere on any disk/partitions, then boot to a floppy, give > some input to the loader and have it start installing locally ? Yes, or something like that, anyhow. Just put the dr

RE:OT: Hot-swappable IDE drives

2002-02-06 Thread Andrew Agno
Take a look at http://www.agate.com/ And in particular, http://www.agatetech.com/products_shuttle.html I've never used it, but it looks interesting, and claims to support Linux. Andrew.

RE:freeware purify like memory checker ?

2002-02-06 Thread Andrew Agno
I've used gc with C source, which works well. You may also want to look at mpatrol. Andrew.

Re: Total lockups using ext3

2002-02-04 Thread Andrew Agno
Romain Lerallut writes: > Thanks also to Andrew and caphuso on #debian for how to remove the > journal (I'll read some more man tune2fs :) Actually, the tune2fs thing just removes the flag that says it has a journal. If you have a .journal file or files lying around and want to get rid of them,

Re: Total lockups using ext3

2002-02-04 Thread Andrew Agno
Romain Lerallut writes: > > However, it would seem that my root partition is still mounted > as ext3, though it's specified as ext2 in /etc/fstab: Make sure that if you're using modules, ext2 is done before ext3 (check in /etc/mkinitrd/modules). If you have ext3 in the kernel, then you have t

Re: Installing Debian

2002-01-31 Thread Andrew Agno
I've done a few installs from a hard drive with previous data (like a /home directory, for instance). There are some things omitted from the manual when I last checked it. Basically, it's the same as the floppy stuff, which you seem to have figured out. I've never tried putting the driver floppy

RE:plz help me i am new to linux

2002-01-31 Thread Andrew Agno
Muhammad Humayun Khan writes: > I am new tolinux i have a problem. > debian linux. i am using "gcc"(for c++ i m using g++) to compail my c++ > program . > i try it but it will not work. > i write my program in c++ using "vi" and save it in a file new1.cc > then login as root and run this com

RE:LAN setup

2002-01-31 Thread Andrew Agno
Stephen Gran writes: > I've got my LAN set up and running, and so far so good. I'm using a > gateway/router/firewall (hadrian) to stop unwanted traffic and allow > internet access and LAN access to everybody else. Then I have > gashuffer, my main workstation, and a Win box that my girlfriend

Re: ext3 on Debian woody

2002-01-31 Thread Andrew Agno
Alexander List writes: > On Thu, 31 Jan 2002, Sven Schumacher wrote: > > > > 5.) edit /etc/fstab replacing ext2 with ext3 > > > You cant use ext3 for root fs if you use ext3 as a module. > > Are you sure about this? ext2 is also a module in the latest stock > kernels, have a closer look

Re: C Integrated Development Environment

2002-01-31 Thread Andrew Agno
Ones I've heard of (but I've never used one): Eclipse (www.eclipse.org), KDevelop (which I imagine you could use in a Gnome environment), Kylix from Borland, CodeWarrior from Metrowerks, Redhat's Source-Navigator, Dev-C++ from BloodshedSoftware (also on Sourceforge), Moonshine from Suite 3220, Code

Re: UT

2002-01-31 Thread Andrew Agno
I think it may have something to do with the following lines: [Engine.Engine]^M GameRenderDevice=SDLGLDrv.SDLGLRenderDevice WindowedRenderDevice=SDLGLDrv.SDLGLRenderDevice RenderDevice=SDLGLDrv.SDLGLRenderDevice In .loki/ut/System/UnrealTournament.ini Also look at the various options under [SDLGLD

RE:regarding the .journal file under ext3,

2002-01-29 Thread Andrew Agno
Walter Tautz writes: > how do I make it invisible? I converted existing ext2 file systems > while they were mounted. I'm not sure that you can, unless you remove the file, unmount the filesystem, and then add the journal again. Something like (assuming /dev/blah is mounted at /blah): % # make

RE:Synchronized MP3 playing?

2002-01-28 Thread Andrew Agno
Sure. Install an ntpd server somewhere (or find one that you can use) and use ntp on all your boxes. This ensures that you have the same time on all your machines. Then use at (as long as you don't have much else running on the machines) or NQS (http://sourceforge.net/cvs/?group_id=17238)--sour

RE:initrd.img (alert the press! end-user-type compiles own kernel!)

2002-01-28 Thread Andrew Agno
If it didn't get automatically created for you, then you can make a new one using mkinitrd. Don't forget to check out /etc/mkinitrd/{mkinitrd.conf,modules}. You may need something like: ext3 ext2 in the modules if you need ext3 on boot. % mkinitrd -o /boot/initrd.img-... /lib/modules/... Andrew

RE:Resizing file partitions

2002-01-27 Thread Andrew Agno
Kapil Khosla writes: > I have exceeded my LInux Partition space and and want to > increase the partition size now. > I have 2 windows partitions on /dev/hda1 and /dev/hda2. > Is there any way of giving that space to Linux without > formatting my disk, First, make backups of everything impo

RE:run scp in background?

2002-01-26 Thread Andrew Agno
% man ssh-agent % man ssh-add Just put your public key into authorized_keys (or authorized_keys2, depending on the version of sshd the remote side is running), and you're all set: % ssh-agent % # paste the output to your shell % ssh-add .ssh/identity % # or ssh-add .ssh/id_dsa or whatever your pr

RE:remapping keys

2002-01-26 Thread Andrew Agno
Something like the following in a file: ! Swap left control and caps lock keys remove Lock = Caps_Lock remove Control = Control_L keysym Control_L = Caps_Lock keysym Caps_Lock = Control_L add Lock = Caps_Lock add Control = Control_L then just use xmodmap on that file. Andrew.

RE:Cannot find TERM: 'LInux'

2002-01-25 Thread Andrew Agno
Try setting the term to ansi. In bash type shells: % export TERM=ansi % lynx or % TERM=ansi lynx In csh type shells: % setenv TERM ansi % lynx Andrew.

RE:what is this? (sshd messages in log)

2002-01-24 Thread Andrew Agno
I believe that those are scans for some sshd hole. Not too sure which one, but I assume yours doesn't have it if you got the log message. Andrew.

Re: ext3 not recognized?

2002-01-24 Thread Andrew Agno
Wayne Topa writes: > So it seems you have a setup that people would be very interested in. Surely I'm not the only one that runs 2.4.17-686 with an ext3 root partition, which just works after installing it via apt-get? And hopefully I'm not the only one who's tried it with 2.4.17-386... Andrew.

Re: ext3 not recognized?

2002-01-24 Thread Andrew Agno
dman writes: > What is your root fs there? If either > a) root fs is not ext3 > or > b) ext3 module is in your initrd and loaded by the kernel during > boot > > you can have it as a module. (this is a general statement; perhaps > there is something special regarding ext

Re: ext3 not recognized?

2002-01-24 Thread Andrew Agno
> > Please describe what you did to "change the root partition to ext3" > > Did you make the filesystems/ext3 option a module or installed in the > > kernel? It can't be a module! > > Sure it can. On one computer I have, I'm running 2.4.17-686 from Okay, and reading the help for CONFIG_

Re: ext3 not recognized?

2002-01-24 Thread Andrew Agno
> Andrew Agno([EMAIL PROTECTED]) is reported to have said: > > I'm having a problem with recent installs of Debian. My install > > process goes like this: > > > > Install a base potato dist. > > Upgrade to testing. > > > > After do

ext3 not recognized?

2002-01-24 Thread Andrew Agno
I'm having a problem with recent installs of Debian. My install process goes like this: Install a base potato dist. Upgrade to testing. After doing this, I change the root partition to ext3, and install a 2.4 kernel (2.4.17). When I reboot, the very first mount of / mounts it as ext2: kernel:

RE:Generating C++ documentation in LaTeX Format

2001-12-04 Thread Andrew Agno
doxygen

Re: cvs security - ssh vs pserver?

2001-11-27 Thread Andrew Agno
Peter Jay Salzman writes: > begin: Joey Hess <[EMAIL PROTECTED]> quote > > Peter Jay Salzman wrote: > > Read http://kitenet.net/programs/sshcvs > > > > It uses plain-text passwords, which is pretty insecure, yes. > > joey, i have no problem with plain text passwords. > > just as long a

RE:foobar

2001-11-20 Thread Andrew Agno
Andrew Agno writes: > Richardson, Martin writes: > > Does anyone know where foobar originates from, and its meaning? > > Check the latest version of the Jargon Dictionary (for example at: > http://www.tuxedo.org/~esr/jargon/html/index.html) Whoops. That should be the Jargon File. Andrew.

RE:foobar

2001-11-20 Thread Andrew Agno
Richardson, Martin writes: > Does anyone know where foobar originates from, and its meaning? Check the latest version of the Jargon Dictionary (for example at: http://www.tuxedo.org/~esr/jargon/html/index.html) foobar: [very common] Another widely used metasyntactic variable; see foo for etym

Re: ext3 in 2.4.15

2001-11-15 Thread Andrew Agno
Robert L. Harris writes: > If I want to convert a blank disk to ext3, compile the kernel then > what? Is there a simple how to? mke2fs -j /dev/hdc or whatever device you want. To convert to use a journal, try: tune2fs -j /dev/hdc Andrew.

RE:cupsomatic

2001-11-14 Thread Andrew Agno
Try using your favourite high level package manager and search for ppd. Andrew.

Re: Purify for Linux

2001-11-08 Thread Andrew Agno
> > [EMAIL PROTECTED] ~ % apt-cache search malloc > > ccmalloc - A memory profiler/debugger > > debauch - A malloc debugger > > dmalloc - Debug memory allocation library > > electric-fence - A malloc(3) debugger > > fda - C malloc debug library > > gccchecker - Memory access debugger for C l

Re: How do I configure eth1 on bootup?

2001-11-06 Thread Andrew Agno
Phillip Deackes writes: > On Mon, 5 Nov 2001 12:30:26 -0800 (PST) > Andrew Agno <[EMAIL PROTECTED]> wrote: > > > Check out /etc/network/interfaces. You need something like: > > auto eth1 > > iface eth1 inet static > > address 192.168.1.1 >

RE:How do I configure eth1 on bootup?

2001-11-05 Thread Andrew Agno
Phillip Deackes writes: > The command I need to setup my second network card is 'ifconfig eth1 > 192.168.1.1 up'. What I would like to do is have this set up for me > automatically when my machine boots. I can't see where I would need to put > the command. Check out /etc/network/interfaces. Y

RE:2 partitions - same dir?

2001-11-05 Thread Andrew Agno
Rory O'Connor writes: > I've got a drive that's completely full of files, mounted at /home/dir. > I added a second drive so I could continue storing files of the same > type, and mounted it at /home/dir2. > > Is there a way to make it so that it appears these files are all in one > dir?

Re: programming

2001-11-05 Thread Andrew Agno
J.A.Serralheiro writes: > right. It should be strlen(buff ) Just a word of warning: strlen can be a problem if the buffer is not filled with stuff that you can validate--ie: if buff isn't a NULL terminated string, then it looks for the NULL byte off the end of the buffer, which can lead to much s

Re: [debian-user] still floundering -> PSEUDO-IMAGE

2001-11-03 Thread Andrew Agno
> If "the Lloyder" wants another install idea I've always had good success > by doing minimum floppy disk installs and using apt-get to download > further packages. I'd have to agree with this. It's extremely easy to do. You can also download a bunch of stuff onto a (spare) partition first,

RE:emacs20 requires xlibs and xfree86-common?

2001-11-02 Thread Andrew Agno
Kurt Lieber writes: > Does anyone know what the correlation is between text-based emacs > and x? (this is the emacs20 package from woody -- NOT xemacs21) Is > this something I can safely override (probably not) or work around > and still use the debian package system? You can grab the emacs s

RE:[debian-user] install with 3 partitions

2001-11-02 Thread Andrew Agno
[EMAIL PROTECTED] writes: > I want: > / -> hda1 > /home, /tmp, /usr, /var, -> dha5 I don't think you can do this, because you can only map one directory to a partition. You can try splitting up hda5 into 4 partitions, and doing the mapping you give. Andrew.

Re: More accurate time feedback

2001-10-25 Thread Andrew Agno
Dave Sherohman writes: > On Wed, Oct 24, 2001 at 06:29:39PM -0500, Ian Patrick Thomas wrote: > > to a nanosecond, using the system clock? I need to write a > > program that needs to output the time it takes various sorting > > algprithms to sort various numbers of integers. For smaller > > num

RE:Nvidia Gforce2 / "no screens available"

2001-10-11 Thread Andrew Agno
[EMAIL PROTECTED] writes: > I installed Debian, and upgraded to Woody. I have an Nvidia Gforce > 2 64meg video card. I installed XFree86 4, and followed all the > settings but when I try to start X it errors saying there are "no > screens available" Take a look in /var/log/XFree86.0.log for

  1   2   >