Cross-compiling for ARM

2003-09-28 Thread David Kramer
Zaurus, but I'm not sure how much of that would be applicable to other embedded ARM applications. So I'm open to pointers, suggestions, and as always, ridicule. Thanks in advance for any of these. David Kramer

Re: /var/log/lastlog -- why is it 19 megabytes?

2003-08-25 Thread David Kramer
memory and uses it for buffers and cache, and gives them back as needed. So you have RAM that is free, RAM that is allocated, and RAM that is borrowed to be returned as needed. -- David Kramer [EMAIL PROTECTED] http://thekramers.net DK KD DKK D The avalanche has already

Re: Intriguing Issue...

2003-08-25 Thread David Kramer
(Access Control List) functionality which can be added to the latest kernels. Linux Magazine just had an article on it. Googling for Linux and ACL would probably point you in the right direction. --- David Kramer

GLibC upgrade gone bad :( Recommendations ?????

2003-06-24 Thread David Kramer
gLibc? Does anyone know of a HOWTO for SPECIFIC instructions on upgrading a gLibC without wreaking havoc on one's system??? Am I just better off re-building the OS from scratch in this case? Recommendations? Thanks, DK David Kramer Software Developer Reflect.com -- redhat-list mailing list

RE: Memory usage

2003-06-19 Thread David Kramer
I just went through the exact same issue. I used my System Monitor program via my start menu - System Tools(I think thats the path) to examine what services were munching up memory. Im guessing you have gnome installed? Try using the System Monitor Program to see what your Memory consumption is

Re: BASH scripting for a mouse

2003-06-13 Thread David Kramer
command, so just check that. /bin/grep -qi serial /etc/sysconfig/mouse if [ $? != 0 ]; then echo There is not a serial mouse attached to this system. else echo A serial mouse is attached to this system. fi --- David Kramer

RE: PLZ HLP!!! - Cant login from ssh or console but services are runn ing :( - FIXED

2003-06-12 Thread David Kramer
but services are runn ing :( Are your hosts allowed to login by ssh? look at /etc/hosts.allow --- David Kramer [EMAIL PROTECTED] escribió: I was modifiying some Tomcat4 jar files and bounced my server(RH 9.0), when it came back online I received the following error logging in via ssh

PLZ HLP!!! - Cant login from ssh or console but services are running :(

2003-06-11 Thread David Kramer
I was modifiying some Tomcat4 jar files and bounced my server(RH 9.0), when it came back online I received the following error logging in via ssh(OpenSSH_3.5p1-6) using PuTTY 0.35b: Server sent disconnect message: Command terminated on signal 11. When logging from the

RE: mounting windows hd

2003-06-06 Thread David Kramer
Im just curious if the NTFS kernel module is default loaded with RH 9.0? thanks, DK -Original Message- From: Joseph A Nagy Jr [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 1:58 PM To: [EMAIL PROTECTED] Subject: Re: mounting windows hd Molnar Peter wrote: Redhat 8

RE: mounting windows hd

2003-06-06 Thread David Kramer
here to get the rpm for 8 and 9: http://linux-ntfs.sourceforge.net/ *NOTE it's readonly only hehe Brian James -Original Message- From: David Kramer [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 3:30 PM To: '[EMAIL PROTECTED]' Subject: RE: mounting windows hd Im

RE: Compiling MPlayer on RH 7.3

2003-05-31 Thread David Kramer
What kind of compile errors are you getting? I just finished installing MPlayer from source on RH 9.0 I know its quite a few versions ahead but you never know. DK -Original Message- From: Reuben D. Budiardja [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 5:58 AM To: [EMAIL

RE: Tomcat help (was TOMCAT HELP)

2003-05-31 Thread David Kramer
Im just curious, I have been using Tomcat4 for almost a year now and have never seen the startup.sh script. Y arent you cycling the service from the tomcat4 script under /etc/init.d? I used rpm's for the install and have done it on RH 7.3, 8, and 9. All of which, had pretty straight forward

Known Bugs with GTKPOD on RH 9??

2003-05-31 Thread David Kramer
my IPod from my PC or if the ScreenSaver starts while everything is connected. Everytime either of these happen, my PC just freezes. Has anyone had similar problems? If anyone knows of a list that is better suited for this question please let me know. Thanks, DK David Kramer Software Developer

GTKPOD causes RH 9.0 weird behavior

2003-05-30 Thread David Kramer
but couldnt find one on the net. Is this subject possibly under a more general mail list?? Thanks, DK David Kramer Software Developer Reflect.com -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

RE: I can't get Tomcat to work

2003-05-29 Thread David Kramer
I have version tomcat4-4.1.12-full installed and I have never seen the startup.sh script. Im farely new to Tomcat as well but Im pretty sure the only thing the startup.sh script does is invoke the cataline start script which in turn calls the bootstrap.jar file. However I have never cycled

Re: 2nd Choice

2003-03-29 Thread David Kramer
person here to be concerned about switching to Mandrake shortly after the company filed for Chapter 11? David Kramer [EMAIL PROTECTED] http://thekramers.net DK KD If I can't do computers for money

Re: apcupsd on Red Hat 7.3 and Back-UPS XS USB

2003-03-23 Thread David Kramer
eads --enable-usb The problem isn't the names of the directories not being in the Makefile, the problem is the commands to create them are missing. David Kramer [EMAIL PROTECTED] http://thekramers.net

apcupsd on Red Hat 7.3 and Back-UPS XS USB

2003-03-21 Thread David Kramer
at http://thekramers.net/tmp/apc-makefile Any advice would be appreciated. Thanks. David Kramer [EMAIL PROTECTED] http://thekramers.net DK KD Light is meaningful only in relation to darkness, and truth

SSH Error - input_userauth_request: illegal user username - PLZ HLP!

2003-02-19 Thread David Kramer
SSH was working and then I installed ProFTPd running under xinetd. After the install and configuration my SSH started rejecting logins: Permission denied, please try again. I checked my /var/log/secure log file and found the following: sshd[8088]: input_userauth_request: illegal user username

Trouble installing RPM perl-Data-ShowTable-3.3-2.i386.rpm

2003-02-14 Thread David Kramer
Im trying to install MySQL(mysql-3.23.54a-4.i386.rpm), but it bombs out on package dependencies. I was able to located all of the packages and install them except for the below items: perl-DBD-msql-mysql-1.2215-1.0.7.i386.rpm perl-DBI-1.32-1.0.100.i686.rpm perl-Data-ShowTable-3.3-2.i386.rpm

Re: Question about $?

2003-01-26 Thread David Kramer
for any replies. Your problem is that you need to call exit() and not return() from main() to set the exit value. -- David Kramer http://thekramers.net DK KD DKK D Some men are born mediocre, some men achieve mediocrity, DK KD and some men have mediocrity thrust

Re: hand held device list?

2003-01-09 Thread David Kramer
://handhelds.org/ and http://opie.handhelds.org/ rday, happy owner of SL5500 running openzaurus Same here. You should also check out groups.yahoo.com and search for zaurus and sl5500. --- David Kramer

Record from sound card to mp3?

2003-01-08 Thread David Kramer
I would like to record audio from my sound card straight to MP3 files if I can. I guess I can do it in two steps, but I'm hoping it can be done in one. I tried a program called Audacity that looked like it would work, but it seems to crash at the strangest times, even when viewing the help

Re: Sticky bit...

2002-12-28 Thread David Kramer
'foo'. Before they work on these files, they type in newgrp foo to make 'foo' their current default group. David Kramer [EMAIL PROTECTED] http://thekramers.net DK KD DKK D If you're so special

Re: not a valid block device

2002-12-22 Thread David Kramer
? David Kramer [EMAIL PROTECTED] http://thekramers.net DK KD To announce that there must be no criticism of the President, DKK D or that we are to stand by the President right or wrong, is not DK KD only unpatriotic and servile

Can't mount SD card in Dazzle 6-in-1 USB card reader

2002-12-19 Thread David Kramer
Lexar formatted as ext2. If it matters, the card is used in my just-arrived Sharp Zaurus SL-5500 Linux-based PDA. Thanks in advance. --- David Kramer http://thekramers.net DK KD A computer lets you make

Re: no space left on device, while it's not true!

2002-12-15 Thread David Kramer
of df and mount. My first guess would be that you have / mounted read-only. --- David Kramer http://thekramers.net DK KD DKK D Whenever I think I've accomplished a lot, I just remind DK KD myself

KDE 3.0.5 for Red Hat 7.3

2002-12-05 Thread David Kramer
I can't seem to find KDE 3.0.5 for Red Hat 7.3. Is there some reason they are mutually exclusive? Thanks. --- David Kramer http://thekramers.net DK KD DKK D DK KD Pretense and adversity are inversely

Re: email signatures

2002-12-04 Thread David Kramer
? --- David Kramer http://thekramers.net DK KD DKK D Love is like pi DK KD -- natural, irrational, and very important. -Lisa Hoffman -- redhat-list mailing list

RE: FW: GUI for Firewall admin

2002-12-03 Thread David Kramer
I use a standalone Firewall by Astaro Security, if you have an extra PC to spare I highly recommend it, www.astaro.com. Its free for home use. DK -Original Message- From: Jose Vicente Nunez Z [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 30, 2002 1:25 PM To: [EMAIL PROTECTED]

Problem with sendmail and /etc/mail/access/access not working

2002-11-25 Thread David Kramer
. --- David Kramer http://thekramers.net DK KD DKK D Whenever I think I've accomplished a lot, I just remind DK KD myself that when Mozart was my age -- he'd been dead for 29 years

500 Auth Errors KERBEROS_V4 w/ proftpd-1.2.7rc2-1

2002-11-22 Thread David Kramer
appreciated. Thanks, DK PS Im running RH 7.3 and proftpd-1.2.7rc2-1 under xinetd David Kramer Software Developer Reflect.com Direct: 415.369.4856 Cell: 650.302.7889 -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo

Re: Procmail processing problem

2002-11-17 Thread David Kramer
the message gets saved. I think you can do this with: :0: TestFolder Then you can see exactly what you are working with. --- David Kramer http://thekramers.net DK KD DKK D All my life, I always wanted

Re: Webmin

2002-11-07 Thread David Kramer
, AFAIK. Just tries links and got an error about cookies not being supported in my browser. You can do it from another computer on your network, as someone else said. -- --- David Kramer http

Re: Webmin

2002-11-07 Thread David Kramer
tools, they have to be run as root. 2. Does it provide a comprehensive level of functionality to configure most services? That's been my experience. Especially the MySQL one and the user admin one. --- David Kramer

Re: Shell Script Question || Check for set variable

2002-11-05 Thread David Kramer
David Kramer http://thekramers.net DK KD DKK D You're just jealous because your company is not powered by DK KD an Infinite Improbability Drive. -- redhat-list mailing list unsubscribe mailto:redhat-list-request;redhat.com?subject=unsubscribe https://listman.redhat.com

Re: Killing an X window app

2002-11-03 Thread David Kramer
DK can't find it. Try hitting Ctrl-Alt-Esc. You should get a little skull and crossbones cursor. Click it on the bad window and away it goes. Have fun, Sweet! Thanks. David Kramer [EMAIL PROTECTED

Killing an X window app

2002-11-02 Thread David Kramer
kdebase-3.0.3-0.7 kdebase-3.0.4-0.73.1 I always do either rpm -Uvh or rpm -Fvh. How could I have the older ones installed? Can I safely remove them? --- David Kramer http://thekramers.net DK KD DKK

Re: How to delete bash history of root

2002-10-30 Thread David Kramer
in again, you wouldn't be waiting hours to get an answer from a mailing list. Sorry, but I would not answer your question myself, and think it's unfortunate that others have. --- David Kramer http://thekramers.net

RE: GUI for Firewall admin

2002-10-30 Thread David Kramer
Although its not a RedHat version, Astaro Security has a great Firewall Product thats very simple to install and maintain. You can register for a free home version(i.e. Office Version) Its based on a hardened 2.4 Kernel using IPTABLES, its has all the main components you'll need and its a breeze

Re: RH 8.0.... What do you think...

2002-10-09 Thread David Kramer
archive? I think dirty great is Brittish for really big --- David Kramer http://thekramers.net DK KD DKK D You see? Not only is there a divine, DK KD it has a twisted sense of humor.

Re: SAMBA printing problem

2002-10-04 Thread David Kramer
. Yes, I'm, that desperate. --- David Kramer http://thekramers.net DK KD DKK D I went on a diet, swore off drinking and heavy eating, and DK KD in fourteen days I had lost exactly two weeks.

Re: docFlavor for COLD

2002-10-02 Thread David Kramer
only supports 256 colors, and then only a few at a time. David Kramer [EMAIL PROTECTED] http://thekramers.net DK KD DKK D Music expresses that which cannot be said DK KD and on which

PCI IDE cards adn RH 7.3

2002-09-28 Thread David Kramer
? As a sidebar, will the superio cards (IDE/Parallel/Serial) cards work to add extra IDE ports and serial ports, or will they conflict with the existing ports? Thanks. David Kramer [EMAIL PROTECTED] http

Re: PCI IDE cards adn RH 7.3

2002-09-28 Thread David Kramer
. ##### # # ## ### # # ## ## ### # # ## ## ### # # ## ## # # ## ## ### ## ## ### David Kramer

Re: RH 7.2 Compatable external drives? - PLZ HLP!

2002-09-21 Thread David Kramer
On Thursday 19 September 2002 12:16 pm, David Kramer wrote: Can anyone recommend a RH 7.2 compatable external drive, either Zip/Jaz or exteranl HD. I need to propose a Back-up Recovery solution to a client and was wondering if anyone had a particular hardware drive they recommended. My back

RH 7.2 Compatable external drives? - PLZ HLP!

2002-09-19 Thread David Kramer
be overwritten every other back-up. Any insight would be greatly appreciated. Thanks, DK David Kramer Software Developer Reflect.com Direct: 415.369.4856 Cell: 650.302.7889 -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman

Re: regular expressions

2002-09-17 Thread David Kramer
David Kramer [EMAIL PROTECTED] http://thekramers.net DK KD DKK D Questions are a burden to others, DK KD Answers a prison for oneself. -The Prisoner -- redhat-list mailing list

Odd Q: How to check CPU count on *Nix server? - PLZ HELP!!!

2002-09-11 Thread David Kramer
Odd question, Is it possible to check how many CPU's a *Nix Server contains from command line?? Need to know in order set the Parallelism Degree within Oracle. Im using KSH shell if that matters. Thanks, DK David Kramer Software Developer Reflect.com Direct: 415.369.4856 Cell: 650.302.7889

RE: Odd Q: How to check CPU count on *Nix server?

2002-09-11 Thread David Kramer
Yeah Im seeing the same thing Kent Borg had, Top only returns info on 1 CPU, but that could b/c the verion of *Nix Im running. Thanks Everyone!!! DK -Original Message- From: Ashley M. Kirchner [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 2:09 PM To: [EMAIL PROTECTED]

RE: Odd Q: How to check CPU count on *Nix server?

2002-09-11 Thread David Kramer
Yes I am... -Original Message- From: Ashley M. Kirchner [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 2:26 PM To: [EMAIL PROTECTED] Subject: Re: Odd Q: How to check CPU count on *Nix server? David Kramer wrote: Yeah Im seeing the same thing Kent Borg had, Top only

A word of caution on setting up mailing list software

2002-09-10 Thread David Kramer
. --- David Kramer [EMAIL PROTECTED] http://thekramers.net DK KD Some people have told me they don't think a fat penguin really DKK D embodies the grace of Linux, which just tells me they have never seen DK KD an angry penguin charging at them

Re: Factoid needed; actual number of virus specific to Linux

2002-09-10 Thread David Kramer
programs and the like, but the single most important security measure to take is to subscript to a security exploit mailing list and a redhat update mailign list, and be fascist about updating your packages. David

Re: HowTo : make a serial port communication

2002-09-10 Thread David Kramer
looking at this and trying some things out, let me know. David Kramer [EMAIL PROTECTED] http://thekramers.net DK KD DKK DThere are 10 types of people in the world: DK KDthose

Re: Apache and PHP

2002-08-31 Thread David Kramer
private information in them about the system they run on. But if you are determined to do this, you need an AddHandler line too. David Kramer [EMAIL PROTECTED] http://thekramers.net DK KD Always listen

RE: Apple connectivity?

2002-08-21 Thread David Kramer
Im not much of an Apple person but couldnt you setup Samba to allow File Sharing within that Network? Just a thought... DK -Original Message- From: Blake C. Thornton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 4:37 PM To: Redhat List Subject: Apple connectivity? I just

Re: the way to manage burn cd to cd ?????

2002-08-20 Thread David Kramer
you have to load is called. There's another step too though. David Kramer [EMAIL PROTECTED] http://thekramers.net DK KD It is practically impossible to teach good programming concepts to DKK D

Tulip network card not connecting in 7.3?

2002-08-20 Thread David Kramer
am building this box to replace. This box will be my new firewall when it's working (I'll re-tweak the network settings). Any thoughts? Anything I can try? David Kramer [EMAIL PROTECTED] http

Re: [REDHAT] Re: BSD vs Linux ?

2002-08-17 Thread David Kramer
distro. AFAIK, everything on disk 1 has to be open source. Forgot why though. David Kramer [EMAIL PROTECTED] http://thekramers.net DK KD DKK D Love to stay. Can't. Have to go. Kiss kiss, love love

Re: BSD vs Linux ?

2002-08-16 Thread David Kramer
). David Kramer [EMAIL PROTECTED] http://thekramers.net DK KD Pitr: Serve me and my dark legions well, and I will grant you your DKK Ddeepest wish. DK KD Greg: Fine. Promise me you'll make

Re: [REDHAT] Re: BSD vs Linux ?

2002-08-16 Thread David Kramer
binary drivers under a BSD license to protect their proprietary API and not the source code under Linux. Some would rather have a binary driver than none at all. David Kramer [EMAIL PROTECTED] http

RE: Bastille Linux?

2002-08-13 Thread David Kramer
Although I have never used it, Linux Journal did a full spread on it about a year ago, and it received excellent reviews. Said it was definitely a good place to start for all around security. I was under the impression it did more than just firewalling, I think it had something about an

RE: unsuscribe

2002-08-12 Thread David Kramer
Read the bottom of your emails! -Original Message- From: Jennifer Gudgeon [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 11:50 AM To: [EMAIL PROTECTED] Subject: unsuscribe How do I unsuscribe from this list? -- redhat-list mailing list unsubscribe mailto:[EMAIL

RE: How To: use sed to substitute charaters in string

2002-08-09 Thread David Kramer
I second that one!!! It will help you in the long run with learning Regular Expressions! but sed 's/hostname=Venus/hostname=Mar/' Foo that should do it! DK -Original Message- From: Paul Branston [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 9:12 AM To: [EMAIL

RE: /etc/rc.d/init.d

2002-08-09 Thread David Kramer
I had a similar issue with this, try using the setup command. At prompt type setup then choose Run Service I believe???, scroll through the services and check the ones you want, then reboot and see if that works. I could never get the symlinks method to work, but setup did the trick... DK

netfilters' - rc.firewall.txt any good?

2002-08-08 Thread David Kramer
Im new to Iptables and I was wondering if the example netfilters provides for setting up Iptables (rc.firewall.txt) was any good? Are there any exploits that I should fix within this example? Any insight would be great. Thanks, DK David Kramer Software Developer Reflect.com Direct

RE: MySQL problem : Access denied

2002-08-02 Thread David Kramer
Have you been able to login before? Is this just after an install? What is the Access Denied Error that you are receiving, Password NO or Password Yes??? If you provide more info I might be able to help... DK -Original Message- From: cana rich [mailto:[EMAIL PROTECTED]] Sent: Friday,

RE: scripts

2002-08-01 Thread David Kramer
Try altering your modules.conf file, I just had this same issue and that seemed to do the trick. Also becareful if you are using Linuxconf as it may overwrite these settings even though you changed them in the config file, (I had this issue as well).. I think the file is in /etc... If it isnt

RE: How to get Tulip.o to load automatically at Startup -PLZ HELP!

2002-07-31 Thread David Kramer
Ed -thanks for the tip, one of my other linux buddies told me the same thing this morning. I guess now I understand why linuxconf is so bad... I will definitely look into removing linuxconf and just figuring out the commands the old fashion way... I was also recommened to try www.webmin.com,

How to get Tulip.o to load automatically at Startup -PLZ HELP!

2002-07-30 Thread David Kramer
reboot. I tried using modprobe to load the module and was expecting the module to take at boot time, but this wasnt the case either. How do I get a module to load automatically upon boot? Please Help! Thanks, dK David Kramer Software Developer Reflect.com Direct: 415.369.4856 Cell: 650.302.7889

RE: How to get Tulip.o to load automatically at Startup -PLZ HELP!

2002-07-30 Thread David Kramer
Ed - Thanks for the reply that was it Linuxconf had the IRQ values set to one value, even though I was changing the values within modules.conf. Im guessing linuxconf was overridding my changes. Once I changed both and rebooted, everything corrected itself. Thanks, ~dK -Original

Howto Reassign IRQ's on RH7.2

2002-07-23 Thread David Kramer
a second NIC, which was assigned to IRQ 11, this worked fine, and I was able to hit the net. How can I re-assign the built in NIC to another IRQ # ? Thanks, DK David Kramer Software Developer Reflect.com ___ Redhat-list mailing list [EMAIL

Where to find god firewall setup doc for RH7.3

2002-07-22 Thread David Kramer
Im looking for a good source on how to setup a Firewall? Looking to run SSH, Apache, FTP, and Mysql if that makes a difference. Thanks, ~dK David Kramer Software Developer Reflect.com Direct: 415.369.4856 Cell: 650.302.7889 ___ Redhat-list

RE: Where to find god firewall setup doc for RH7.3

2002-07-22 Thread David Kramer
To: [EMAIL PROTECTED] Subject: Re: Where to find god firewall setup doc for RH7.3 On Mon, 2002-07-22 at 18:57, David Kramer wrote: Im looking for a good source on how to setup a Firewall? Looking to run SSH, Apache, FTP, and Mysql if that makes a difference. Where to find god firewall setup

Weird Login Error - Segmentaion Fault - PLZ HELP!

2002-07-18 Thread David Kramer
I am getting a really weird error when I try to login. When I login as any user (including root) I cant even get to the password prompt without receiving a Segmentation Fault error. I can however login via SSH. Someone please help, as I am completely lost Thanks, ~dK David Kramer

Re: sort command question

2002-07-18 Thread David Kramer
in that order. --- David Kramer http://thekramers.net DK KD DKK D The plural of anecdote is not data. DK KD ___ Redhat-list mailing list [EMAIL

NEWBIE - Unknown Syslog Message printing to screen PLEASE HELP!

2002-07-16 Thread David Kramer
16 14:05:00 2002 ... hostname last message repeated 3 times Thanks, DK David Kramer ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

NEWBIE - Unknown Syslog Message printing to screen PLEASE HELP!

2002-07-16 Thread David Kramer
@hostname at Tue Jul 16 14:05:00 2002 ... hostname last message repeated 3 times Thanks, DK David Kramer ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

RE: remote acces server

2002-07-16 Thread David Kramer
... ~dK David Kramer -Original Message- From: Tyler Durdin [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 8:51 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: remote acces server Does anyne know anything about setting up a remote access server in linux, if so could you

Re: [REDHAT] Re: mySQL directory

2002-06-27 Thread David Kramer
different than normal. Thanks. Why? How is it different? How did you build it? From what source? Do you have that port open (I think 3306) to internal traffic in ipchains/iptables? David Kramer [EMAIL PROTECTED

Re: [REDHAT] Re: Shell Script

2002-06-22 Thread David Kramer
questions. What wasn't working? What did you see? --- David Kramer http://thekramers.net DK KD DKK D If Bill Gates had a dime for every time a Windows box DK KD crashed...

Re: Shell Script

2002-06-21 Thread David Kramer
of it.. Please help me out... Can I first ask what was wrong with the two answers I gave you a week and a half ago? David Kramer [EMAIL PROTECTED] http://thekramers.net DK KD DKK D Martial arts, politics

Re: [REDHAT] Re: [REDHAT] Shell Scripting

2002-06-13 Thread David Kramer
On Tue, 11 Jun 2002, Paul Branston wrote: On Mon, Jun 10, 2002 at 09:42:56PM -0400, David Kramer wrote: sed -e '/VirtualHost \*/,/\/VirtualHost/d' /www/conf/httpd.conf /www/conf/httpd.conf Hi David, Did you test this ?? I can tell you from bitter experience that you need

Re: [REDHAT] Re: [REDHAT] Re: [REDHAT] Shell Scripting

2002-06-13 Thread David Kramer
On Tue, 11 Jun 2002, Jesse Angell wrote: where do you put the filename in that script It's a pipe, like my last solution. cat httpd.conf | perl -e ' (code below) ' httpd.conf.new - Original Message - From: David Kramer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June

Re: [REDHAT] Shell Scripting

2002-06-10 Thread David Kramer
combined /VirtualHost and then delete all of that. How do I do this?? sed -e '/VirtualHost \*/,/\/VirtualHost/d' /www/conf/httpd.conf /www/conf/httpd.conf David Kramer [EMAIL PROTECTED] http

Re: [REDHAT] Re: [REDHAT] Shell Scripting

2002-06-10 Thread David Kramer
; ' --- David Kramer http://thekramers.net DK KD DKK D The great tragedy of science -- the slaying of a beautiful DK KD hypothesis by an ugly fact. - Thomas Huxley

Re: [REDHAT] [OT] telnet client for NT to a UNix with csh

2002-06-10 Thread David Kramer
commands, etc . He has tried to set the telnet client as vt100, vt220, etc without any success ... Thanks for suggestions. Dominic. SecureCRT is the best. http://www.vandyke.com --- David Kramer http://thekramers.net DK KD DKK D The great tragedy

Re: [REDHAT] RE: listing directories only

2002-06-06 Thread David Kramer
, on par with the one above. Just making sure the cat is thoroughly skinned. David Kramer [EMAIL PROTECTED] http://thekramers.net DK KD DKK D Python is executable pseudocode DK KD Perl is executable

Re: [REDHAT] Linux-friendly MP3 player?

2002-06-03 Thread David Kramer
the next one up with the radio, but that was about $90 more. Good luck. David Kramer [EMAIL PROTECTED] http://thekramers.net DK KD One last warning: don't believe anything that you read in this DKK

Re: [REDHAT] continual segfaults with make on 7.3

2002-05-21 Thread David Kramer
appreciated This may not be your problem, but intermittent compile problems are often a sign of bad memory. --- David Kramer http://thekramers.net DK KD DKK D No poor bastard ever won a war by dying

7.3, PHP, GD

2002-05-13 Thread David Kramer
I have Red Hat 7.1 now, and was frustrated when I got it after discovering that PHP did not come compiled against the GD library for graphics manipulation. What about Red Hat 7.3? --- David Kramer http

Re: What is the difference of a password and passphrase

2002-05-11 Thread David Kramer
. --- David Kramer http://thekramers.net DK KD DKK D The only problem with doing it right the first time is DK KD that nobody appreciates how difficult it was

Re: [REDHAT] Mail Scanner

2002-04-23 Thread David Kramer
but sophos is some expensive, any body else have this software with F-prot? how good is F-prot ? or maybe exist something better than MailScanner, Yes. Procmail. David Kramer [EMAIL PROTECTED

Can't update Python

2002-04-08 Thread David Kramer
Should I just force the update, or is there a way to tell it where to find the dependencies? David Kramer [EMAIL PROTECTED] http://thekramers.net DK KD DKK D It's noble to be good. It's nobler

Re: [REDHAT] Re: Can't update Python

2002-04-08 Thread David Kramer
On Tue, 9 Apr 2002, Bill Crawford wrote: On Mon, 8 Apr 2002, David Kramer wrote: I have a Red Hat 7.0 that I want to upgrade Python on. [root@kramer rpm]# rpm -Uvh python2-* error: failed dependencies: libcrypto.so.0.9.6 is needed by python2-2.1-5 libssl.so

DMA for a Plextor CDRW?

2002-04-05 Thread David Kramer
it with a 2MB buffer but it really only has 1MB. SCSI I centronics interface. David Kramer [EMAIL PROTECTED] http://thekramers.net DK KD Some people have told me they don't think a fat penguin really DKK D

Re: [REDHAT] Re: Help with scripts...URGENT

2002-03-29 Thread David Kramer
/to/file Many options. Very powerful. --- David Kramer http://thekramers.net DK KD DKK D Before you criticize someone, you should walk a mile in DK KD their shoes. That way, when you criticize them

Re: [REDHAT] Network question

2002-03-29 Thread David Kramer
serving internally? If so, where are the client computers they serve? --- David Kramer http://thekramers.net DK KD If I asked you where we were, said Arthur weakly, would I DKK D regret it? Ford stood up

Re: [REDHAT] go to posicion on screen using C

2002-03-25 Thread David Kramer
it. David Kramer [EMAIL PROTECTED] http://thekramers.net DK KD DKK D I tried so hard and got so far But in the end it doesn't even matter DK KD I had to fall to lose it all But in the end it doesn't even matter

Re: [REDHAT] sed regexp help

2002-03-21 Thread David Kramer
? David Kramer [EMAIL PROTECTED] http://thekramers.net DK KD DKK D I tried so hard and got so far But in the end it doesn't even matter DK KD I had to fall to lose it all But in the end it doesn't even matter

  1   2   >