Re: OT - Track the number of hit

2000-02-24 Thread Carl Karsten
Every hit to your web server is logged in /var/log/httpd/access_log. if you point the banner add at another page on your server that does an autoforward to the remote site, then that hit will be logged. Might be a better way, but there is somehting for you. Carl - Original Message - Fro

Way OT: best cell phone

2000-02-24 Thread Carl Karsten
I need to get a new cell phone, and wondered: "What group of people are the most likely to be on top of cell phone deals?" linux list wins. I'm guessing there are webpages and stuff, anyone know of any comparison pages? My usage: lots of long distance, some travel - mostly metro areas, don't ca

Re: ipchains with SMP kernel

2000-02-19 Thread Carl Karsten
I don't have any trouble with mine. (other than getting icq to work right, but that's is a different problem) Carl - Original Message - From: Brian Schneider <[EMAIL PROTECTED]> To: Red Hat List <[EMAIL PROTECTED]> Sent: Saturday, February 19, 2000 5:02 PM Subject: ipchains with SMP kern

apache - filename length in directorys

2000-02-19 Thread Carl Karsten
When apache generates a directory, filenames longer than 20 chars get truncated. is there any way to turn this off or at least set it bigger than 20? is there an apache news group? Carl -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.

Re: ipchains - undo setting

2000-02-18 Thread Carl Karsten
- Original Message - From: Gordon Messmer < > Carl Karsten wrote: > > > > How do I undo these settings? I don't think they are helping. > > #icq redirects > > ipmasqadm autofw -A -r udp 4000 4001 -h 192.168.1.24 > > ipmasqadm autofw -A -r tcp 20

Re: ipchains - Intel Video Phone help

2000-02-17 Thread Carl Karsten
Here are mine. the first forwards all addresses port 5631 5632 to internal 192.168.1.24 same port # pcanywhere redirects ipmasqadm autofw -A -r tcp 5631 5632 -h 192.168.1.24 ipmasqadm autofw -A -r udp 5631 5632 -h 192.168.1.24 #icq redirects ipmasqadm autofw -A -r udp 4000 4001 -h 192.168.1.24 i

ipchains - undo setting

2000-02-17 Thread Carl Karsten
How do I undo these settings? I don't think they are helping. #icq redirects ipmasqadm autofw -A -r udp 4000 4001 -h 192.168.1.24 ipmasqadm autofw -A -r tcp 2000 2020 -h 192.168.1.24 I am still trying to solve this problem: I am running icq on win98, which gets to the net via linux masq and a

Re: restarting X from Telnet?

2000-02-16 Thread Carl Karsten
kill -HUP `pidof X` (those are back quotes) that will restart it. - Original Message - From: Steve <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 16, 2000 6:34 AM Subject: restarting X from Telnet? > OK, I have a box w/o keyboard or mouse on my small private net

Re: Upload hanging problem

2000-02-15 Thread Carl Karsten
Tom, exactly what is "any upload"? I am guessing ftp, but it isn't even clear where you are running the client: remotely trying to upload to the linux box's ftp server, or local to the linux box hitting another ftp server. or what? Carl > I've got RH 6.1, and all of the sudden any upload I

Re: RealPort Xircom GSM+Ethernet+Modem

2000-02-14 Thread Carl Karsten
I hear Xircom isn't good about releasing their specs to the public, so the support under Linux isn't good. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 14, 2000 8:17 PM Subject: RealPort Xircom GSM+Ethernet+Modem > Hi > > Just checking if

Re: Can not get access to local www

2000-02-14 Thread Carl Karsten
The error you are getting is from httpd, so it is runing, listining, hearing, and responding. it just won't do what you want it to. make sure that /etc/httpd/conf/httpd.conf has: DocumentRoot /home/httpd/html > > > I tried your previous suggestion and the directories all had a+x on them > alr

Re: Can not get access to local www

2000-02-14 Thread Carl Karsten
I was so close! $ telnet localhost 80 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. GET / (httpd returns the html code for the page) Connection closed by foreign host. - Original Message ----- From: Carl Karsten <[EMAIL PROTECTED]> To: <[EMA

how to log port 80 activity?

2000-02-14 Thread Carl Karsten
I'm trying to use ipchains to figure out what an http GET command looks like. so I want to log all packets to port 80, and then hit it with a browser. ipchains, right? -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.

Re: Can not get access to local www

2000-02-14 Thread Carl Karsten
bunch of things: 1. it doesn't matter who you are logged in as. the web server daemon (httpd) takes requests from anyone, and accesses your file system as user nobody. (I think, can someone clarify this?) The 'packets' that it receives do not include who you are. 2. in order for httpd to read t

Re: Serial console question.

2000-02-14 Thread Carl Karsten
If you want to do it the hard way: get a network link first using slip or network cards, then use telnet. what are you really trying to do? - Original Message - From: Mikkel L. Ellertson <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, February 13, 2000 4:0

Re: Printing to printer on a Windows machine

2000-02-09 Thread Carl Karsten
Neil What you suggested is not what Clarence was looking for. The printer is hooked up to the lpt port of a machine running windows, not Linux. He is looking for a way to route linux print jobs to the printer via windows network. Both: I don't think you can do that. What you can do is hook it

Re: samba question: multiple hosts allow lines

2000-02-06 Thread Carl Karsten
Only one line, addresses seperated by commas. docs: hosts allow (S) A synonym for this parameter is 'allow hosts' This parameter is a comma, space, or tab delimited set of hosts which are permitted to access a service. If specified in the [global] section then it will apply to all services,

Re: Remote Printing

2000-02-05 Thread Carl Karsten
I switched to lprng. things got much better. http://www.astart.com/lprng/LPRng.html Carl - Original Message - From: Brian Schneider <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 05, 2000 12:26 PM Subject: Remote Printing > I asked about my troubles and was tol

Re: mount NTFS...

2000-02-05 Thread Carl Karsten
You can manually load ntfs.o as a module: # modprobe ntfs # mount -t NTFS /dev/hdc2 /root/nt/ntf Or to get it to load automatically when needed, config your kernel with * Enable loadable module support Carl - Original Message - From: Navinchandra <[EMAIL PROTECTED]> To: <[EMAIL PRO

Re: mkisofs -> cdrecord

2000-02-04 Thread Carl Karsten
me) process. No suprise if doing > it in two steps (writing an image on hard disk, then burn it) tends to be more reliable ... > > for example, I could never get a direct burn cd-to-cdr to work properly. It is supposed to work, but I just could not get it. > > Philippe > > "

Re: Truetype fonts in RH6.0

2000-02-03 Thread Carl Karsten
Create a dir, and put links to the files and dirs that are in the root of the cd. now the dir will look like the cd. Hope this helps. Carl - Original Message - From: Glen Lee Edwards <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 03, 2000 10:14 AM Subject: Re: Tru

mkisofs -> cdrecord

2000-02-03 Thread Carl Karsten
two things: 1. I always seam to have trouble piping mkisofs into cdrecord. In the past: try, fail, break it into two steps, works fine, don't worry about it, repeat next week. I have decided to try and figure out what is going on. Today I did this: # mkisofs -J -V DataJunc ./ | cdrecord -v

Re: multiple receives

2000-02-01 Thread Carl Karsten
Its just you.  you may be signed up 4 times, perhaps with different addresses? - Original Message - From: LomYst To: Redhat Mailing List Sent: Tuesday, February 01, 2000 1:30 PM Subject: multiple receives Is it just me or do I receive each email from this lis

Re: [OffTopic] egrepping a text file

2000-01-29 Thread Carl Karsten
I am assuming you just want the lines that begin with 8. grep "^8 " /proc/whatever The ^ represents the beginning of the line. FYI, $ is the end of the line. these are both part of the "regular expression" syntax. Carl - Original Message - From: Robert Canary <[EMAIL PROTECTED]> To: <

Re: Is HYLAFax the recommended FAX Server?

2000-01-28 Thread Carl Karsten
I have used Mgetty Windows Client at http://www.itex.co.za/mgetty/index.html it is a real simple client: no phone lists, not groups not auto anything, other than a coverpage. But once I got it working, it did work. Carl http://www.itex.co.za/mgetty/index.html - Original Message - From:

Re: Li......

2000-01-26 Thread Carl Karsten
Use a boot disk to mount your system, or reinstall. wag: put "linear" in the first section of /etc/lilo.conf Carl from man lilo.conf linear Generate linear sector addresses instead of sec- tor/head/cylinder addresses. Linear addresses are translated at run

ipchains commands for pcanyware

2000-01-25 Thread Carl Karsten
I found the ipmasqadm commands to forward ports 5631 and 5632 to another machine. what are the corresponding ipchains commands? ipmasqadm autofw -r tcp 5631 5632 -h 192.168.1.24 ipmasqadm autofw -r udp 5631 5632 -h 192.168.1.24 TIA, Carl -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubs

Re: smp ip_masq_icq

2000-01-24 Thread Carl Karsten
the problem? Carl - Original Message - From: Peter Skensved <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 24, 2000 8:57 AM Subject: smp ip_masq_icq > Carl Karsten wrote : > > > >same problem, new question: > > > >when I make, I ge

Re: Help with Samba

2000-01-23 Thread Carl Karsten
Here are some docs I find quite helpfull: Windows/SAMBA Basics CookBook by William Allen Scheer (I don't know where it came from, sorry) DIAGNOSING YOUR SAMBA SERVER /usr/doc/samba-2.0.5a/docs/textdocs/DIAGNOSIS.txt or http://samba.gorski.net/samba/docs/DIAGNOSIS.html tips: http://www.redhat.co

smp ip_masq_icq

2000-01-23 Thread Carl Karsten
same problem, new question: when I make, I get > depmod -a 2.2.13-22mdksmp > /lib/modules/2.2.13-22mdksmp/ipv4/ip_masq_icq.o: unresolved symbol(s) I added the 'smp' to the make file I hear that is becuase there are different .h files (or something) Is there version for an smp kernel? Carl

Re: Application descriptions

2000-01-23 Thread Carl Karsten
Try the Linux Software Encyclopedia at http://stommel.tamu.edu/~baum/linuxlist/linuxlist/linuxlist.html Carl - Original Message - From: Mike Watson <[EMAIL PROTECTED]> To: Red Hat Mail List <[EMAIL PROTECTED]> Sent: Sunday, January 23, 2000 10:48 AM Subject: Application descriptions

depmod says unresolved symbol(s)

2000-01-21 Thread Carl Karsten
I am having trouble making ip_masq_icq. It may have something to do with me tweeking the make file to work with smp. here is what I get: depmod -a 2.2.13-22mdksmp /lib/modules/2.2.13-22mdksmp/ipv4/ip_masq_icq.o: unresolved symbol(s) you can find details at: http://www.freshmeat.net/appindex/1

pdf to gif

2000-01-20 Thread Carl Karsten
I need to convert a few pages of a pdf to a few gif files. I have gotten as far as converting them to pbm, using pdftopbm, but can't figure out how to go from pbm to gif, or anything else that can go to gif. On a related but non linux subject: does anyone know where I can get a 4up W2 image? ir

masq and icq

2000-01-20 Thread Carl Karsten
I am running icq on win98, which gets to the net via linux masq and a cable modem (always up). From my point, it works fine. other icq users see me as going on and off line every min or 2, which makes sending me a message a bit of a pain for them. Environment: mandrake linux 2.2.13-22. I have ma