new ssh and "Accepted hostbased" in logs

2002-06-26 Thread Vineet Kumar
Hey everybody, I've noticed that since upgrading to the woody/updates ssh package (3.3p10.0woody1) My logs show "Accepted hostbased" instead of "Accepted publickey" whenever a user logs in with a public key. This is using protocol version 2, with clients of the same version (running on sid), and a

Re: can't upgrade apache -- apt-get problem?

2002-06-25 Thread Vineet Kumar
* Jakob Fix ([EMAIL PROTECTED]) [020625 15:18]: > Hi, I am relatively new to debian ... > > I would like to upgrade my apache server to 1.3.26. > > I do: > - > [EMAIL PROTECTED]:~$ sudo apt-get upgrade apache That's not the right way. You want 'apt-get update' followed by either 'apt-get in

Re: Problem connecting app to X display server--more failed efforts

2002-06-25 Thread Vineet Kumar
* Sivea Key ([EMAIL PROTECTED]) [020625 11:42]: > Now, how do I set the DISPLAY (and other variables I had to set for this > program) permanently? And do I set them as root, su, or my normal user > account? Put them in your ~/.bashrc . Although this will make the apps display on the other machine

Re: ssh 3.3p1-0.0potato2 not in potato?

2002-06-25 Thread Vineet Kumar
* justin cunningham ([EMAIL PROTECTED]) [020625 11:31]: > Hi list, Please respond to the email address in addition to the list. > > I just pulled this package down via apt-get upgrade on a testing machine > though, on the stable boxes, after dselect update, dselect shows the > 1.2.3 version for op

Re: Problem connecting app to X display server--more failed efforts

2002-06-25 Thread Vineet Kumar
* Sivea Key ([EMAIL PROTECTED]) [020625 09:45]: > [additional efforts] > I did some further research and typed: set DISPLAY :0.0; export > DISPLAY That looks like a mixture of csh-style and sh-style syntax. try isntead DISPLAY=:0 export DISPLAY That's the matter of syntax. As for the matter of s

Re: wheel mouse wheel not working

2002-06-25 Thread Vineet Kumar
* Vikki Roemer ([EMAIL PROTECTED]) [020625 09:37]: > My version of XFree86 is 3.3.5 . > > From my /etc/X11/XF86Config file: > > Section "Pointer" > Protocol"IntelliMouse" > Device "/dev/mouse" > BaudRate1200 > Emulate3Timeout 50 > Resolution 200 > EndSectio

Re: Unix 101: ls with file count

2002-06-25 Thread Vineet Kumar
* Kent West ([EMAIL PROTECTED]) [020625 05:51]: > Here's my alias, which I believe works like I want it to: > > > alias dolsa='ls -la --color | more ; echo ---; echo `ls > -la | grep ^d | wc -l` Directories; echo `ls -la | grep ^- | wc -l` > "File(s)" ; echo `ls -la | grep ^l |

mutt's thread editing (was Re: Thread stealing )

2002-06-25 Thread Vineet Kumar
* Hans Ekbrand ([EMAIL PROTECTED]) [020625 05:03]: > On Tue, Jun 25, 2002 at 07:41:42AM -0400, christophe barbé wrote: > > Could you avoid posting to a mailing list by doing a reply to a current > > thread and changing the subject ? I don't know for pine but on MUA able > > to display the threads,

Re: Centralized /etc/passwd ?

2002-06-25 Thread Vineet Kumar
* Carel Fellinger ([EMAIL PROTECTED]) [020625 02:49]: > On Tue, Jun 25, 2002 at 02:05:38AM -0700, Vineet Kumar wrote: > > * Paladin ([EMAIL PROTECTED]) [020624 16:00]: > .. > > > BTW, what's more secure? Putting everything in the firewall PC or on > > > > T

Re: Centralized /etc/passwd ?

2002-06-25 Thread Vineet Kumar
* Paladin ([EMAIL PROTECTED]) [020624 16:00]: > On 24 Jun 2002 15:01:47 -0500 > Ron Johnson <[EMAIL PROTECTED]> wrote: > > > I've heard that NIS isn't very robust. Might LDAP be a better > > choice? Or is there an important integration between NIS & NFS? > > Funny... I think I've heard someth

Re: logging question

2002-06-25 Thread Vineet Kumar
* Geoff Ludwiczak ([EMAIL PROTECTED]) [020624 22:11]: > I'd like to know about what you people use for monitoring logs. Like > for instance, I know in Debian, that all logs are put into /var/log. > So I have a shell script that does sudo tail -f /var/log/*.log to keep > track of changes. I'm wond

Re: Centralized /etc/passwd ?

2002-06-24 Thread Vineet Kumar
* Paladin ([EMAIL PROTECTED]) [020624 11:38]: > Is it possible to have a centralized /etc/passwd (plus all necessary > MD5 password files) as well as the home directories in a network? What you're looking for is NIS. Start out by reading the HOWTO: http://www.google.com/search?q=nis+howto&btnI=I

Re: allowing telnet for only a few users?

2002-06-24 Thread Vineet Kumar
* Johann Spies ([EMAIL PROTECTED]) [020624 08:55]: > On Fri, Jun 21, 2002 at 08:21:58PM -0700, Eric G. Miller wrote: > > Looks like pam_listfiles can do this... > > I can't find pam_listfiles on my system using locate, auto-apt search > -f or apt-cache search. > > What is it? Part of which packag

Re: `which` and infinite recursion

2002-06-23 Thread Vineet Kumar
* Bob Proulx ([EMAIL PROTECTED]) [020623 14:19]: > You were using /bin/ash not /bin/sh. I know nothing about ash, please Well, you're not going to find the "real" /bin/sh Free anywhere, so that's about as close as it gets. > educate me. Is ash ever a possible /bin/sh? Does ash claim POSIX > sh

Re: automatic poweroff

2002-06-23 Thread Vineet Kumar
* Patrick M ([EMAIL PROTECTED]) [020622 22:00]: > My machine wont power off when shut down from Linux. Yet, it will do > so properly when shut done from Windows. > > I tried 2 things: > > 1- I insmoded APM module, ran apmd, and gave "apm=on" parameter to > the kernel. > > 2- I compiled a new ker

Re: exim smtp auth with PAM

2002-06-22 Thread Vineet Kumar
* Rainer Ellinger ([EMAIL PROTECTED]) [020622 01:06]: > Is there anybody out there having exim (woody) running with smtp auth > based on PAM (pam_unix.so)? It seems not to be possible without > recompiling exim, using a special pam_exim.so or some other hacks. I have exim 3.35-1 working with PAM

Re: groups.google festoons PGP SIGNATURE

2002-06-21 Thread Vineet Kumar
* Dan Jacobson ([EMAIL PROTECTED]) [020621 15:46]: > The following message is a courtesy copy of an article > that has been posted to news.groups,google.public.support.general as well. > > I see the news professionals on google have a hard time dealing with > all the PGP SIGNATURE stuff that is al

Re: /dev/dsp: No such device

2002-06-21 Thread Vineet Kumar
* Ernst-Magne Vindal ([EMAIL PROTECTED]) [020620 09:18]: > On Thu, 2002-06-20 at 16:32, Jerome BENOIT wrote: > > I had the same prop. Can you run it as root? if so > just do chmod a+x /dev/dsp better still: # adduser audio and leave the permissions alone: crw-rw1 root audio 14

Re: potato security?

2002-06-21 Thread Vineet Kumar
* Carlos Sousa ([EMAIL PROTECTED]) [020621 15:18]: > I'd rather my lines mentioned "stable" instead of potato. Would that be > OK? Just watch out for when that symlink changes to point to woody instead of potato. I'd say it's probably safer to keep them saying potato, at least right now, when that

Re: Exim authentication

2002-06-21 Thread Vineet Kumar
"\0user\0password". Trying it with exim -d9 will let you know if exim is interpreting the username and password as you expect it should be. > > 2) Is linux a system that requires root access to > use > > PAM? > > As Vineet Kumar said it is. Well, actually I said just

Re: More modem problems with kernel 2.4.18

2002-06-21 Thread Vineet Kumar
* Paul Johnson ([EMAIL PROTECTED]) [020621 00:17]: > On Thu, Jun 20, 2002 at 11:44:21PM -0700, Vineet Kumar wrote: > > Where's the misunderstanding? On my part, to be sure. (Re-reading this I realize that I didn't word it so as to imply that that was my guess; apologies

Re: potato security?

2002-06-21 Thread Vineet Kumar
* Rick Pasotto ([EMAIL PROTECTED]) [020620 13:16]: > On Thu, Jun 20, 2002 at 06:02:30PM +0100, James Troup wrote: > > Rick Pasotto <[EMAIL PROTECTED]> writes: > > > > > deb http://security.debian.org/debian-security/ potato/updates main > > > contrib non-free > > > > > deb http://security.debian

Re: More modem problems with kernel 2.4.18

2002-06-21 Thread Vineet Kumar
* Paul Johnson ([EMAIL PROTECTED]) [020620 23:28]: > On Thu, Jun 20, 2002 at 11:24:50PM -0700, Vineet Kumar wrote: > > You should be able to find a surge protector with RJ11 jacks on it for > > around $9.95 at circuit city... > > These tend to introduce a considerable amount

Re: Exim authentication

2002-06-21 Thread Vineet Kumar
* Derrick 'dman' Hudson ([EMAIL PROTECTED]) [020620 20:43]: > On Thu, Jun 20, 2002 at 07:57:17PM -0700, ben wrote: > | On Thursday 20 June 2002 06:56 pm, Derrick 'dman' Hudson wrote: > | > Is linux a system that requires root access to use PAM? If so, then > | > pam can't be used directly by exim.

Re: More modem problems with kernel 2.4.18

2002-06-21 Thread Vineet Kumar
* Paul Johnson ([EMAIL PROTECTED]) [020620 19:43]: > price doesn't seem to play a factor in, and the last thing I want is a > device I plug into a line I know goes to the top of telephone poles > subject to lightning strikes slapped directly on my motherboard. > > Another advantage with externals

Re: netatalk stopped working. help/advice needed

2002-06-21 Thread Vineet Kumar
* Michael Heldebrant ([EMAIL PROTECTED]) [020620 20:51]: > On Thu, 2002-06-20 at 22:30, Paul E Condon wrote: > > What is the stuff about minimum uid? Explain what considerations affect the > > value I choose for this. Must I choose? Or may I ignore? > > I have no idea what that means. I didn't us

Re: trying to copy the / (root) partition

2002-06-20 Thread Vineet Kumar
* Erik Mathisen ([EMAIL PROTECTED]) [020620 16:06]: > Hello, > > I made a post yesterday, but I still have not been able to resolve > this issue. I am putting a brand new hard drive into my system. I > would like to totally remove my my original drive. I have copy and > successfully made /home

Re: What is happening to testing/unstable?

2002-06-20 Thread Vineet Kumar
* Richard Cobbe ([EMAIL PROTECTED]) [020620 15:59]: > Lo, on Thursday, June 20, Colin Watson did write: > > > If you care about dpkg's available file being up-to-date, you need to > > run 'dselect update', which runs 'apt-get update' for you. You don't > > need to run 'apt-get update' as well. >

Re: see shutdown messages without hitting alt ctrl F7

2002-06-19 Thread Vineet Kumar
* Dan Jacobson ([EMAIL PROTECTED]) [020619 15:15]: > I notice upon shutdown -h now I miss all the neat messages about what > its shutting down, because I am sent to tty1 instead of remaining on > window 7, the xwindow, and I must manually do alt ctrl F7 to go back > and see them. > > I suppose thi

aptitude vs. dselect

2002-06-19 Thread Vineet Kumar
Hi, I'd heard that it's better to use "dselect update" than "apt-get update" because the former also updates dpkg's available database (which seems to me is pretty important). I've started using aptitude, but have gotten myself in the habit of running "deslect update", and wonder if this is still

Re: Where are the GAIM sounds?

2002-06-19 Thread Vineet Kumar
* Nick Traxler ([EMAIL PROTECTED]) [020618 17:32]: > Subject says it all. I listed gaim, gaim-common, and gaim-gnome. > None of them seem to have any sounds, so am I missing a package, or are > they not in the debian version? I'm using unstable. They're built-in. they come in a sounds directory in

Re: Exim Vs Sendmail

2002-06-17 Thread Vineet Kumar
* Ronald Castillo ([EMAIL PROTECTED]) [020617 16:45]: > Hello.. > > I currently have Exim installed but I have a script that needs sendmail > (so it can mail me the results for a web-page form). > > Is there any way I can make the script work without having to install > sendmail? It calls sendma

Re: OGG wont do

2002-06-17 Thread Vineet Kumar
* Florian Struck ([EMAIL PROTECTED]) [020617 13:54]: > On Monday 17 June 2002 22:44, Steve Juranich wrote: > > Have you tried just playing the .ogg files with ogg123? Do you have any > > "KNOWN GOOD"-type of .ogg's? I'd test with those first to see if it's a > > problem with your player or with t

Re: xine wants /dev/null - why?

2002-06-16 Thread Vineet Kumar
* umidori kamome ([EMAIL PROTECTED]) [020615 16:54]: > Hey Yo Hoh! > > Sound doesnt work with xine here (its an es1371, does > work under kde, xfce and progs like mpg321). > In the "setup window", "audio" the default driver is > "null" - not too cool! But even changing it to dsp or > /dev/dsp (is

Re: debian is neat but how do I turn the computer off?

2002-06-13 Thread Vineet Kumar
* Paul Johnson ([EMAIL PROTECTED]) [020613 15:54]: > On Thu, Jun 13, 2002 at 04:51:02AM -0500, Nick Traxler wrote: > > Everyone has been recommending APM for this, but my motherboard (Abit > > VP6) wouldn't turn the power supply off until I turned on ACPI in the > > kernel. Check up on this as well

Re: mount of /boot partition not in /etc/fstab

2002-06-08 Thread Vineet Kumar
* Thomas Kral ([EMAIL PROTECTED]) [020608 00:53]: > hello there, > > i use potato as a production system on my box, and i have just > installed woody 3.0p8 unofficial in a seperate partition for testing. > > i switch between these two using lilo, they both have boot images in > the common /boot p

Re: apache and suexec breaks my cgi script

2002-06-08 Thread Vineet Kumar
* Derrick 'dman' Hudson ([EMAIL PROTECTED]) [020607 22:10]: > [2002-06-07 23:55:40]: emerg: cannot get docroot information > (/home/dman) > drwx--x--x 92 dman dman 4096 Jun 8 00:13 /home/dman These 2 lines seem to make me think the problem is somehow related to not having +r on /ho

Re: Force password change on first logon on Debian Box

2002-06-07 Thread Vineet Kumar
* [EMAIL PROTECTED] ([EMAIL PROTECTED]) [020607 20:40]: > I need to force the users to change their password on first > logon. How can I do this on a Debian Box? Taken from passwd(1): If you wish to immediately expire an accounts password, you can use the -e option. T

Re: Why does Mozilla modify /etc/alternatives/netscape?

2002-06-07 Thread Vineet Kumar
* Jeronimo Pellegrini ([EMAIL PROTECTED]) [020607 14:52]: > Two banks on which I have accounts, for example... One of them will only > allow IE or Netscape 4.*, and the other just won't work with Gecko (the > browser just dies after a certain applet is used). > > Bank #2 just doesn't care. Well,

Re: Why does Mozilla modify /etc/alternatives/netscape?

2002-06-07 Thread Vineet Kumar
* Bruce ([EMAIL PROTECTED]) [020607 09:01]: > I am running Debian Woody/SID. I generally use Konqueror for browsing, though > for some sites, I use Netscape v. 4.77, as Konqueror doesn't work well with > them. > > I had Mozilla 1.0RC-2 installed, but had never run it until today. Looks > great.

Re: Spam mail question - yuppers

2002-06-04 Thread Vineet Kumar
* Vineet Kumar ([EMAIL PROTECTED]) [020604 12:53]: > In the same vein, a question: What's the easiest way to remove this > joker from my AWL? Nevermind. I had spamassassin(1p) open in another xterm as I was writing this email; I should have finished reading it first! -R Remov

Re: Spam mail question - yuppers

2002-06-04 Thread Vineet Kumar
* prover ([EMAIL PROTECTED]) [020604 10:56]: > I'M NOT MEMER OF YOUR MAILING LISTS. (...ad nauseum) I gotta say, I'm disappointed in spamassassin's default config in this case. I blacklisted the moron and the mails keep coming through. It seems he's managed his way into my auto-whitelist, and eve

Re: rc.local in debian (was: Ip Masquerading)

2002-06-03 Thread Vineet Kumar
* Colin Watson ([EMAIL PROTECTED]) [020603 16:51]: > On Mon, Jun 03, 2002 at 11:49:54PM +0200, Ronald Castillo wrote: > > I was thinking that I should configure my secondary LAN card (the one > > that connects to my "internal" network) in the /etc/network/interfaces > > card, but I don't know what

Re: port forwarding

2002-06-03 Thread Vineet Kumar
* Paul Johnson ([EMAIL PROTECTED]) [020603 08:34]: > iptables just confuses me at times. > > I'm trying to figure out how to forward all packets hitting this machine > on one port to a port on another machine inside my network. I'm kinda > stumped. $IPTABLES -t nat -A PREROUTING -i $EXT_IF -p tc

Re: HOTMAIL on a linux list ???!!#***###

2002-06-01 Thread Vineet Kumar
* ben ([EMAIL PROTECTED]) [020601 00:06]: > On Friday 31 May 2002 11:07 pm, Vineet Kumar wrote: > > * Arthur Dent ([EMAIL PROTECTED]) [020531 02:46]: > > > I know I loathe getting microsofts advertising delivered to me from other > > > people so dont like spreading the v

Re: HOTMAIL on a linux list ???!!#***###

2002-06-01 Thread Vineet Kumar
* Arthur Dent ([EMAIL PROTECTED]) [020531 02:46]: > I know I loathe getting microsofts advertising delivered to me from other > people so dont like spreading the virus myself. So why do you use it at all? Even without directly paying them any revenues out of your own pocket, every time you use on

Re: MaxClient in apache

2002-05-30 Thread Vineet Kumar
* Patrick Hsieh ([EMAIL PROTECTED]) [020530 00:20]: > Hello, > > I'd like to raise the MaxClient to 1500 in apache. > Basically, I have to get apache source and modify the HARD_SERVER_LIMIT > value in httpd.h and rebuild the .deb package. However, if I use apt-get > upgrade to upgrade my system pa

Re: Remote admin of intermittently-connected machine?

2002-05-30 Thread Vineet Kumar
* Paul Johnson ([EMAIL PROTECTED]) [020529 20:10]: > On Wed, May 29, 2002 at 06:38:22PM -0500, Ron Johnson wrote: > > > Why not just get your friend to execute the script/attachment > > that you email to him? That's the most secure method. > > Problem with that is it introduces one more point

Re: decode base64 encoded partial files with mutt?

2002-05-29 Thread Vineet Kumar
* Bruno Boettcher ([EMAIL PROTECTED]) [020529 10:54]: > Hello! > i have a guy who doesn't stop to send me the info i need in splitted > word documents, and he's unable to change his behaviour... Really? Can't ask him to try a little harder? His messages are probably being split because they're too

Re: simple traffic monitor/firewalls

2002-05-29 Thread Vineet Kumar
* Arthur Dent ([EMAIL PROTECTED]) [020529 01:42]: > Under windows I had a little network picture which would show up in my > system tray on the taskbar whenever I was on the internet. It showed 2 > computers linked and whenever there was traffic either to of from my pc the > small monitor screen

Re: Mac OS X package

2002-05-29 Thread Vineet Kumar
* Oki DZ ([EMAIL PROTECTED]) [020528 23:33]: > On 2002.05.29 09:02 Michael D. Crawford wrote: > >I'm not so happy with what I've experienced with OS X installers so > >far, although maybe it's because the writer of the installer scripts > >didn't make the effort to make them flexible. > > > >For

Re: mutt: equiv to Pine's "Forward as MIME digest?"

2002-05-25 Thread Vineet Kumar
* Paul Johnson ([EMAIL PROTECTED]) [020523 20:54]: > In pine, you can tag a bunch of articles and group-forward them as a > mime-digest. Is this possible in mutt? If so, how? the function 'attach-message' (bound by default to 'A') is available from the Compose screen. It will prompt you for a fo

Re: New Debian user - a bunch of problems

2002-05-22 Thread Vineet Kumar
* Glen Lee Edwards ([EMAIL PROTECTED]) [020522 14:07]: > Before I begin, I want to state that I'm very impressed with Debian. > It's obvious that some very talented people put in a lot of quality > time on it. I now have it installed on all 3 of my servers, which > formerly ran Red Hat. The base s

Re: Root SSH permitted by default (was: how does root run a graphical prog)

2002-05-22 Thread Vineet Kumar
* Michael D. Schleif ([EMAIL PROTECTED]) [020521 12:10]: > Here's my lack of understanding: > > [a] ssh [EMAIL PROTECTED] requires cracking only one (1) string: > [1] root's password > > [b] ssh [EMAIL PROTECTED] requires cracking three (3) separate > strings: > [1] mortal_user's username

Re: how does root run a graphical prog

2002-05-20 Thread Vineet Kumar
* Dave Sherohman ([EMAIL PROTECTED]) [020520 10:49]: > On Mon, May 20, 2002 at 06:39:22PM +0200, Kristian Rink wrote: > > Something like 'xhost +' basically should > > allow anyone (on your system) to connect to X hence to display any > > graphical output. > > Bzzt! 'xhost +' allows anyone (on an

Re: Not-So-Ancient History (was Re: Maybe a corny idea ...)

2002-05-18 Thread Vineet Kumar
* Soul Computer ([EMAIL PROTECTED]) [020518 13:21]: > On 17 May 2002 21:04:09 -0500 Ron Johnson <[EMAIL PROTECTED]> wrote: > > On Fri, 2002-05-17 at 20:05, Soul Computer wrote: > > Maybe this is a bad idea, but I thought that > > since Linux is the original multi-user, > > multitasking operating s

Re: Line wrapping with mutt/emacs (was Re: Problems: mutt to Outlook (Express))

2002-05-18 Thread Vineet Kumar
* Richard Cobbe ([EMAIL PROTECTED]) [020516 18:05]: > Lo, on Thursday, May 16, Cam Ellison did write: > > set editor="emacs '+/^$' \"set textwidth=70\"" > I'm not entirely sure what the '+/^$' means---is this perhaps a Mutt > thing? No, it's a vim thing. > The `set textwidth=70' is almost certai

Re: disable paragraph flows in mozilla?

2002-05-17 Thread Vineet Kumar
* Travis Crump ([EMAIL PROTECTED]) [020517 09:32]: > Michael D. Crawford wrote: > > A usenet moderator pointed out to me that my paragraphs are "flowed" > > when I post to usenet. I think what he means is that my paragraphs are > > all one line terminated by a return, rather than a sequence of lin

Re: jde

2002-05-16 Thread Vineet Kumar
* Oki DZ ([EMAIL PROTECTED]) [020514 23:35]: > Hi, > > I tried to install jde; it said that it depended on semantic 1.4. > Unfortunately, even in sid, the version of semantic is 1.3. How can I > resolve this? Have you seen this? http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=141883 Looks li

Re: xscreensaver

2002-05-15 Thread Vineet Kumar
* Tom Allison ([EMAIL PROTECTED]) [020515 02:22]: > I think this is prevelant on all my machines, but certainly on my > notebook. I have xscreensaver installed, but it never goes off. > > Could someone please give me a quick rundown on how to: > --enable xscreensaver (w/ & w/o password) > --set

Re: Erratic mouse in tty

2002-05-14 Thread Vineet Kumar
* Robert Mosher ([EMAIL PROTECTED]) [020514 18:42]: > Changing the type to imps2 fixed it! Didn't know that was even an option > since I've couldn't find a list of mouse types. Though for future > reference it can be found in the gpm info file under Server Invocation, > Mouse Types. Also '/usr/sb

Re: Erratic mouse in tty

2002-05-14 Thread Vineet Kumar
* Robert Mosher ([EMAIL PROTECTED]) [020514 15:50]: > I am trying to get my mouse to work in both X and the ttys. Originally the > mouse worked fine in the ttys, and in X it would move about erratically, > and click randomly. I fixed this by changing the Device to /dev/gpmdata, > and changing gpm's

Re: 'cannot locate module ip_tables': iptables 1.2.6a; debian unstable; custom kernel 2.4.18;

2002-05-14 Thread Vineet Kumar
* lists ([EMAIL PROTECTED]) [020514 15:58]: > using the ncurses > # make menuconfig > from the kernel source directory, > > Networking Options -> > [*] Network packet filtering (replaces ipchains) > > > is checked. That's the one that looks like the one I want. and it > doesn't allow module ins

Re: journaling filesystem

2002-05-14 Thread Vineet Kumar
* Eduardo Gargiulo ([EMAIL PROTECTED]) [020514 13:09]: > Hola a todos. > > Necesito saber que pasos deberia seguir para montar algunas particiones > con reiserfs (supongo que es el journaling filesystem que adoptaria > debian) a partir de una instalacion limpia de potato o woody, es decir, > que p

Re: ipmasqerade

2002-05-14 Thread Vineet Kumar
* Daniel D Jones ([EMAIL PROTECTED]) [020514 13:02]: > I'm setting up a machine to work as NAT/gateway/proxy server for my home > lan. I compiled the kernel and included NAT and the various network > components as part of the kernel rather than as modules. I then > installed ipmasq. > > NAT cert

Re: libglib

2002-05-14 Thread Vineet Kumar
* Debian User ([EMAIL PROTECTED]) [020514 14:21]: > Hi! > To run xmms I need libglib 1.2.2 installed, it doesn't work with higher > ones and I can only find 1.2.7 in the package list. Where can I get > 1.2.2 ? thanx for answering shimova What version of xmms? potato, woody, sid? Why did 'apt-g

Re: Woody Release questions...

2002-05-14 Thread Vineet Kumar
* Craig Dickson ([EMAIL PROTECTED]) [020514 14:10]: > To the point, however, I would think the simplest way to stick with > Woody as it moves from testing to stable would be for your apt.sources > to reference it as "woody" rather than as "testing". This way, you > always run the latest woody packa

Re: good choice of network card?

2002-05-14 Thread Vineet Kumar
* Alex Hunsley ([EMAIL PROTECTED]) [020514 13:27]: > General question: under debian, can I find out what IRQs are assigned to what > devices? cat /proc/pci (not debian-specific; should work on any linux with a /proc filesystem and pci support) good times, Vineet -- Currently seeking opportunitie

Re: Woody Release questions...

2002-05-14 Thread Vineet Kumar
* Ken Irving ([EMAIL PROTECTED]) [020502 18:04]: > On Thu, May 02, 2002 at 06:59:49AM +0200, Thomas Weinbrenner wrote: > > Matthew Daubenspeck <[EMAIL PROTECTED]> wrote: > > > > > When woody is officially "released", does that mean it will eventually > > > be called "stable"?? > > > > Yes > > >

Re: good choice of network card?

2002-05-14 Thread Vineet Kumar
* Alex Hunsley ([EMAIL PROTECTED]) [020513 17:08]: > Btw Tom, which driver are you using for that 3c905C-TX? You should use the (unfortunately named) 3c59x.o for the 3c905 vortex series cards. More info in the kernel docs Documentation/networking/vortex.txt good times, Vineet -- Currently seeki

Re: how to use -j DROPLOG in iptables?

2002-05-09 Thread Vineet Kumar
* Patrick Hsieh ([EMAIL PROTECTED]) [020508 20:24]: > Hello, > > When I use -j DROPLOG in iptables, my woody complains: > iptables v1.2.6a: Couldn't load target > `DROPLOG':/lib/iptables/libipt_DROPLOG.so: cannot open shared object file: No > such file or directory > > Try `iptables -h' or 'ipt

Re: x-terminal-emulator & xterm

2002-05-08 Thread Vineet Kumar
* Andy Saxena ([EMAIL PROTECTED]) [020508 18:44]: > Even if an executable can tell whether or not it is being called by a > symlink, why should the xterm binary be coded to disregard the > ~/.Xresources file? Well, technically speaking, xterm never reads the .Xresources file at all. That file is r

Re: Apache?? problem

2002-05-08 Thread Vineet Kumar
* David Smead ([EMAIL PROTECTED]) [020507 15:22]: > In /var/log/messages I get the following when the error occurs. > > May 7 10:34:10 knuth -- MARK -- > > Any one with clues? The --MARK-- is nothing. Syslog just prints this to your syslog every 20 minutes, by default. The interval can be chang

Re: x-terminal-emulator & xterm

2002-05-08 Thread Vineet Kumar
* Eric G. Miller (egm2@jps.net) [020508 01:28]: > On Wed, May 08, 2002 at 12:41:28AM -0400, Andy Saxena wrote: > > On Mon, May 06, 2002 at 12:40:26AM -0700, Vineet Kumar wrote: > [snip] > > > It is on some levels; the symlink is dereferenced to get to the actual > >

Re: Woody: apt mysteriously wants to pull in 100 MB from sid. Why?

2002-05-07 Thread Vineet Kumar
* Mario Vukelic ([EMAIL PROTECTED]) [020507 12:41]: > On Tue, 2002-05-07 at 21:27, Gary Hennigan wrote: > > > Are you using apt's release capability to determine which version to > > use? In my sources.list I use woody and sid, but I had to use > > > > APT::Default-Release "testing"; >

Re: make bin image

2002-05-06 Thread Vineet Kumar
* Ernst-Magne Vindal ([EMAIL PROTECTED]) [020506 02:54]: > On Mon, 2002-05-06 at 09:50, Vineet Kumar wrote: > > Thanks, that works fine, on almost any cd:) > I have a problem with am movie. The fileformat is mpg2 and the file is > splitted up to tre cd's. It seames like no m

Re: unreadable xterm :)

2002-05-06 Thread Vineet Kumar
* Dave Sherohman ([EMAIL PROTECTED]) [020506 07:58]: > I have the opposite situation from the OP - a large majority of my > users insist that the default Xterm font is too tiny and (quite > rightly) complain about having to manually increase the font size to > "Huge" whenever they open a new termin

Re: make bin image

2002-05-06 Thread Vineet Kumar
* Ernst-Magne Vindal ([EMAIL PROTECTED]) [020505 23:46]: > Is there a way to make an .bin image from a cd in debian? If I have a cd > that is just one file or more, or one folder or more. > Is there a tool "in the box" or something I can apt-get? dd if=/dev/scd0 of=cdimage That'll do it. good t

Re: My ultimate linux box

2002-05-06 Thread Vineet Kumar
* Michael Kahle ([EMAIL PROTECTED]) [020505 20:14]: > Here are the specs: > Case: Enlight Full Tower (EN-89020SX34) > Power Supply: Enermax 550W > Mainboard: Tyan Tiger MPX > Processor: 2x Athlon MP1800's > Ram: Crucial 1.5GB DDR PC2100 Registered > Monitor: Viewsonic P255f > Soundcard: Sound Blast

Re: x-terminal-emulator & xterm

2002-05-06 Thread Vineet Kumar
* Andy Saxena ([EMAIL PROTECTED]) [020505 23:16]: > Hi, > > For some reason, when I invoke x-terminal-emulator, which points to > xterm, results in different background, foreground, etc. settings than > if I were to invoke xterm directly. > It has to do with the way xterm loads its X Resources. T

Re: Mozilla and newsgroups

2002-05-05 Thread Vineet Kumar
* Mike Fontenot ([EMAIL PROTECTED]) [020505 09:20]: > > After I installed mozilla (from potato) and executed it Mozilla has come a long way. Potato's version is quite old; the current versions approaching a 1.0 release hardly resemble the old M18 milestone release, and have come leaps and bounds

Re: Openssh/ssl configure problems

2002-05-05 Thread Vineet Kumar
* Martin Clarke ([EMAIL PROTECTED]) [020505 10:14]: > Recently while trying to install ssh on my debian (potato) system > i downloaded both openssh and openssl > as there is some problem with my cd set (cannot apt-get install ssh) > > so i configureed/installed openssl as per instructions in packa

Re: gdm login problem

2002-05-03 Thread Vineet Kumar
* Dale Hair ([EMAIL PROTECTED]) [020502 17:54]: > On Thu, 2002-05-02 at 17:01, Dale Hair wrote: > > I have a system with two users, one can't login with gdm but can from > > the console. The other user and root can login ok. Any ideas? > > It seems the problem is the password is a dictionary wor

Re: smail drops off; what to replace it with? exim?

2002-05-02 Thread Vineet Kumar
* Rick Macdonald ([EMAIL PROTECTED]) [020502 15:31]: > > smail keeps dropping off my woody system and I have to continually restart > it. > > Rather than deal with the problem I thought I'd just replace it. A newer > woody system seems to have exim. The system with smail has been running > Debian

Re: ident being hammered...

2002-05-02 Thread Vineet Kumar
* Randy Orrison ([EMAIL PROTECTED]) [020502 14:08]: > May 2 21:35:56 evo xinetd[1826]: START: ident pid=5161 from= > May 2 21:35:56 evo xinetd[5161]: FAIL: ident address from= > May 2 21:35:56 evo xinetd[1826]: START: ident pid=5162 from= > May 2 21:35:56 evo xinetd[5162]: FAIL: ident address f

Re: gdm login problem

2002-05-02 Thread Vineet Kumar
* Dale Hair ([EMAIL PROTECTED]) [020502 15:02]: > I have a system with two users, one can't login with gdm but can from > the console. The other user and root can login ok. Any ideas? What happens? Does it just say something to the effect of "login denied" or does it start to go and then return

Re: preferences cahnges, once woddu becomes stable?

2002-05-02 Thread Vineet Kumar
* Sean 'Shaleh' Perry ([EMAIL PROTECTED]) [020502 08:24]: > > > > so I can yuse these "potato" "woody" "sid" in /etc/apt/preferences > > > > makes more sense > > > >a= Archive > > This is the common name we give our archives, such > > as stable or unstable.

Re: imap - ssl

2002-05-02 Thread Vineet Kumar
* Tom Allison ([EMAIL PROTECTED]) [020430 03:24]: > My biggest problem now is that the imap installation and qmail are > having a fight. I am unable, through mozilla, to delete (move to > trash) email or create new folders. I'm a little hesitant to dive > into it much right now since it fried

Re: Anyone using ulogd?

2002-05-02 Thread Vineet Kumar
* Gary Hennigan ([EMAIL PROTECTED]) [020501 14:35]: > I've tried everything! The console messages I could live with, but > losing the important stuff in dmesg output was the killer. So much > stuff from iptables that the important stuff in dmesg output was > pushed off the top. Unfortunately *nothi

Re: POTATO to WOODY: reinstall vs. upgrade test result

2002-05-02 Thread Vineet Kumar
* Rahmat M. Samik-Ibrahim (rms46@vlsm.org) [020501 07:48]: > Hello: > > These following are three tests of "switching to woody". They were > conducted on a Pentium 200Mhz/ 32Mbyte RAM/ 4 Gbyte IDE Disk/ > eepro100 ethernet board. The result may be interesting, if you have > a simple X11 system w

Re: imap - ssl

2002-04-30 Thread Vineet Kumar
* Tom Cook ([EMAIL PROTECTED]) [020430 00:06]: > On 0, Tom Allison <[EMAIL PROTECTED]> wrote: > > I think I'll start simple. > > > > I would like to install an imap server. > > If possible, I would like to do SSL-imap. But the description to the > > courier-ssl package says I have to provide a

Re: ncurses

2002-04-30 Thread Vineet Kumar
* Ted Goodridge, Jr ([EMAIL PROTECTED]) [020429 22:46]: > What package has the header files/libs for ncurses? Generally speaking, the library development files follow the pattern -dev in this case, for libncurses5-dev Also, if you don't know exactly what you're looking for, try something like th

Re: stupid script tricks - slightly OT

2002-04-30 Thread Vineet Kumar
* Brenda J. Butler ([EMAIL PROTECTED]) [020429 23:44]: > Also, personally I like to force the period to be a period and > not a wildcard for "any character", just in case there was a file > named myfilewhichisjpg that I didn't want to match. I also > usually put the -print explicitly. These are s

Re: unrtf in /etc/mime.types

2002-04-29 Thread Vineet Kumar
* Martin A. Hansen ([EMAIL PROTECTED]) [020429 13:57]: > hi > > i would like to have mutt translate rtf files automagically. > > it works with .doc files where i have inserted a line with antiword in > /etc/mime.types > > however, with unrtf one need the switch unrtf --text . how is that > ha

Re: Converting mbox -> maildir

2002-04-29 Thread Vineet Kumar
* Paul 'Baloo' Johnson ([EMAIL PROTECTED]) [020428 02:57]: > On Sun, 28 Apr 2002, Vineet Kumar wrote: > > > I'd use maildir -- but then again, I always use maildir. =) I think the > > reason you give below is a pretty good one. Any good reason to use mbox? >

Re: dynamically generated files

2002-04-29 Thread Vineet Kumar
* Tom Cook ([EMAIL PROTECTED]) [020429 00:53]: > On 0, Vineet Kumar <[EMAIL PROTECTED]> wrote: > > mkfifo /tmp/datefifo > > > > while : > > do > > echo `date` >> /tmp/datefifo > > done > > > > Then, see what happens when yo

Re: dynamically generated files

2002-04-29 Thread Vineet Kumar
* Scott Henson ([EMAIL PROTECTED]) [020428 20:03]: > I need something that dynamically generates files on the file system. > Much like cgi. I need it to just happen when a program accesses the > file. It will only be reading said file not executing it. Anyone have > any ideas on how to do this

Re: simple dpkg & compile from source question

2002-04-28 Thread Vineet Kumar
* craigw ([EMAIL PROTECTED]) [020428 09:31]: > a-ha. Thank you. I've been wondering about that. You see, the manpage > for dpkg lists a -R flag twice, and I find it very confusing. First is > this one: > > -R | --recursive > (recursively install all debs in dir & subdirs) > > Okay, makes

Re: How to speed up fetching mail

2002-04-28 Thread Vineet Kumar
* Karsten Heymann ([EMAIL PROTECTED]) [020427 01:12]: > * Vineet Kumar <[EMAIL PROTECTED]> [020427 09:18]: > > If it's still all too slow, you might want to try grabbing all the > > mail into a local maildrop and then processing it from there > > asynchronously.

Re: simple dpkg & compile from source question

2002-04-28 Thread Vineet Kumar
* craigw ([EMAIL PROTECTED]) [020426 20:19]: > On Fri Apr 26, 2002 at 05:00:45PM -0700, Osamu Aoki wrote: > > On Fri, Apr 26, 2002 at 12:14:00PM -0700, justin cunningham wrote: > > > Hi, I have to compile a program from source since the install script for > > > the deb package is installing in the

<    3   4   5   6   7   8   9   10   11   12   >