sendmail interactively with a ":"

2003-10-23 Thread Shaw, Marco
" character so that sendmail will understand the string properly? Marco -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

RE: Insecurity of a not well configured firewall

2003-08-14 Thread Di Fresco Marco
will be the main PC for daily use I can realize faster if something is going wrong (craked/virus/trojan/etc.). Di Fresco Marco ICQ #51985192 |- |--| | Spock (Court Martial - TOS): If I let go a hammer on

Insecurity of a not well configured firewall

2003-08-14 Thread Di Fresco Marco
firewall and put the PC with Linux beyond the new one (and use it only to exercise with Linux and not for firewall)? Thank in advance. Di Fresco Marco ICQ #51985192 |- |--| | Spock (Court Martial - TOS): If I let go a hammer on

French formatting through SMTP/sendmail?

2003-07-02 Thread Shaw, Marco
BitInput=False # 8-bit data handling O EightBitMode=pass8 Marco -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

RE: RPM and source tarballs

2003-06-24 Thread Shaw, Marco
to send emails to any mailing lists. Yes, RPM package management is incompatible with stand alone source tarballs. There is an an rpm-list mailing list, and also www.rpm.org if you wish to look into creating your own RPM packages. Marco -- redhat-list mailing list unsubscribe mailto:[

RE: RedHat Programming?

2003-06-24 Thread Shaw, Marco
t it appears some titles went one way (apparently to Apress?), and other titles went elsewhere. I'm thinking it could be a few more months before the old Wrox titles make it to market, likely with a publisher name change (along with a different cover?). Marco -- redhat-list mailing list u

RE: Can not stop BIND on RH 9?

2003-06-24 Thread Shaw, Marco
og/messages : > > Jun 24 17:14:50 credo named[29456]: app.c:562: unexpected > error: Jun 24 17:14:50 credo named[29456]: isc_app_shutdown() > pthread_kill: No such process I've found this exact same problem by searching http://bugzilla.redhat.com. See bug #89940 for a resolutio

Daylight savings time problem

2003-06-23 Thread Shaw, Marco
as "UTC=false", I guess because I didn't really know what that was for during the install. Is this my issue, then I might have to double check my H/W clock settings to make sure it is set to UTC also, and change the /etc/sysconfig/clock setting and likely reboot? Marco -- re

NTP trouble--UPDATE

2003-06-20 Thread Shaw, Marco
3 different NTP RPMS, and even v3 (xntpd3), and 3 different kernels with no luck on these systems. I've tried various /etc/ntp.conf configurations, and have worked off and on on this trouble for weeks... Marco -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://w

NTP trouble

2003-06-20 Thread Shaw, Marco
l and every RPM package on another machine, and except for differences with the SCSI hardware RAID setup, the systems are very close to being the same. This non-hardware RAID system is able to run the ntpdate command though... Marco -- redhat-list mailing list unsubscribe mailto:[EMAIL PROT

Linux debugging tools

2003-06-05 Thread Shaw, Marco
I'm having a problem with getting ntp to work, and suspect a compatiblity issue. I'm wondering if there's some new debugging tool other than strace to try to pointpoint the problem? What benefit do the "debug" kernels provide, for example? Marco -- redhat-list

When is swap used?

2003-05-30 Thread Shaw, Marco
I've been seeing quite a bit of page in/page out going on, and have been looking around. With the 2.4 kernel, when would one expect to see swap usage? I'm assuming the 2.4 memory works a bit like Solaris where one should expect to see physical memory usage relatively high, and that's a good/no

Heavy paging on 2.4.18

2003-05-29 Thread Shaw, Marco
RH 7.2 with 2.4.18-18.7.xbigmem Got some 'heavy pages out' on a system. Doing some google searches, and am just going into google groups. Anyone got some quick hits (URLs, tips, etc.) to help me out to figure out what's going on/wrong? Marco -- redhat-list mailing list uns

RE: Where does /boot/kernel.h come from?

2003-03-09 Thread Shaw, Marco
in the kernel.h file. If I have A bit more time, I'll try to figure out what went wrong with the Boot process. (I realize I may lose my manual changes on reboot...) Marco -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Where does /boot/kernel.h come from?

2003-03-09 Thread Shaw, Marco
What process/script/startup thingey might be at fault? This is causing me all kinds of module compile problems form what I can tell. I also see elsewhere that the 'bigmem' kernel should now be represented as something like: #ifndef __BOOT_KERNEL_BIGMEM #define __BOOT_KERNEL_BIGMEM 1 #e

RE: Compiling custom modules

2003-03-09 Thread Shaw, Marco
dit the Makefile in the > top-level kernel source directory. At the top of the file, make > sure EXTRAVERSION is the same than your running kernel: > EXTRAVERSION = -18.7.xbigmem This doesn't seem to have changed anything: I still get the same errors. If I Try to force an insmod, I

Compiling custom modules

2003-03-09 Thread Shaw, Marco
mory is failing me... Re-compiling the kernel (to remove the version checking feature, or whatever it's called) is not an option. Marco -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

kde 3.0 xmms

2003-02-27 Thread Colombi, Marco
on ? or an alternative to listening to .mp3's on my fat32 partition ? Marco Colombi Communication technician SMC technician AT&T Canada Montreal , Qc 514-395-3616 x3325 1-800-346-9162 -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

RE: number of partitions

2003-02-24 Thread Colombi, Marco
12 is the max extended partitions my friend 12 -Original Message- From: Gordon Messmer [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 1:59 PM To: [EMAIL PROTECTED] Subject: Re: number of partitions Andrew Bacchi wrote: >Is there a max limit to the number of partitions I can

RE: Mount vfat partition writeable for all users on startup

2003-02-24 Thread Colombi, Marco
vfat defaults,users 0 0 this works for me everytime -Original Message- From: dbrett [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 12:01 PM To: Michael Schwendt Cc: [EMAIL PROTECTED] Subject: Re: Mount vfat partition writeable for all users on startup This is what

Perl vs Shell: there's gotta be a way to...!

2003-01-04 Thread Marco Shaw
gt; file.txt.tmp 2. mv file.txt.tmp file.txt So perl does what I want to, but I'd prefer to stay with awk, sed, or whatever GNU utils, if possible. Can it be done? Marco -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

OT: best RH401 course location?

2002-12-19 Thread marco
you a bit more about myself so we can see if the city fits my personality... Thanks, Marco -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

compaq prosignia 500

2002-12-16 Thread Marco Hainaut
!! Any ideas, solution ? Regards Marco Hainaut -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Hard-links in default install?

2002-12-08 Thread Shaw, Marco
xample, all, if not most, of the /etc/rc*.d scripts in Solaris are hard-links to their counterparts in /etc/init.d. Marco -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Scripting question

2002-12-03 Thread Shaw, Marco
>From a script: main.sh, I need to: 1. Copy file ./x to /tmp/x 2. Read a variable from stdin, for example: read VALUE 3. Search through file /tmp/x for the keyword REPLACE, and replace it with ${VALUE} I can't seem to figure out what combination of sed, perl, whatever I can use. Marco

RE: xinetd logging - disable logging for specific services

2002-11-28 Thread Shaw, Marco
s I missed part of the discussion, but what about /etc/syslog.conf? Marco -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Recovering from a disaster...

2002-11-28 Thread Shaw, Marco
ntion something about the superblock (yes, I should write all the errors down), so I tried fsck on something like the superblock at 32768, and it started up... And ran... And ran. Result aftewards: all /dev/sda2 contains now after an attempt to mount it is "lost+found"! :( Marco

LILO vs GRUB

2002-11-26 Thread Shaw, Marco
Couldn't seem to find anything on-line... With LILO, you could append a command directly to the boot argument like: boot: linux mem=128m I don't see any references whether this can be done with GRUB. Is it possible? Marco -- redhat-list mailing list unsubscribe mailto:[EMAIL

X disaster for RHCE

2002-11-25 Thread Marco Shaw
't work now will it. You guys have some good examples of X disasters, or even special setups that might be subject of an RHCE exam? At least, I'll be able to impress my co-workers by challenging them to fix a broken workstation. :-) Marco -- redhat-list mailing list unsubscribe mail

Recovering from a /boot disaster... APOLOGIES!

2002-11-24 Thread Marco Shaw
I aplogize for: 1. Not looking at the VMWare BIOS boot order. 2. Posting in HTML The original problem is fixed after I figured out #1, and booting from a CD to fsck /dev/sda1 using an alternate superblock. Marco -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject

Recovering from a /boot disaster...

2002-11-24 Thread Marco Shaw
ngs (in VMware).  It booted from CD fine for the install.   In all this, I'm assuming a 100MB /boot would have a backup superblock...   Marco

Re: Help with pppoe and RH8

2002-11-24 Thread Marco
ok. It works!!! I had to remove the gateway from the network file. thank you. now I will try go ahead and set this box as my 'gateway' and webserver. marco Sorry for the badly formatted quote. It arrived here like that. ;) Last line shows a bad "default route" to the host

Fwd: Re: Help with pppoe and RH8

2002-11-19 Thread Marco
00lo 0.0.0.0 192.168.200.254 0.0.0.0UG 40 0 0 eth0 tx's marco > I use: RedHat 8.0 + rp-pppoe 3.4 (installed by RH 8.0) > eth0 is my local network (static ip 192.168.200.254) > eth1 is the nic connect to be adsl-modem. >

Help with pppoe and RH8

2002-11-19 Thread Marco Somoza
WORK! I need help. thank´s marco -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: accessing a terminal sever through iptables

2002-11-18 Thread Marco Hainaut
EXTIF = eth0 $EXTIP = ip of eth0 192.168.1.nn = ip of the windows 2000 server running terminal server What's wrong ? ? At 02:13 8/11/2002 -0500, you wrote: On Fri, 8 Nov 2002, Marco Hainaut wrote: > I need to make rules with iptables to let access from the outside ( > specific mach

accessing a terminal sever through iptables

2002-11-07 Thread Marco Hainaut
specific application. I don't see exactly what I must do !! I don't know which ports are used .. maybe vpn make the same but I've the same problem with ports and so one . Is there someone to help me ? Thx in advance ! Marco -- redhat-list mailing list unsubscribe mailto:redh

Kickstart config for RH 7.2

2002-11-05 Thread Shaw, Marco
Because of a problem with a Dell PowerEdge 1650 and RedHat 7.2, I must use the Dell support CDs to get the RedHat CDs to boot. Unfortunately, the Dell CDs have their own kickstart file, that installs everything, whereas I really just want: @ X Window System @ GNOME @ Network Support @ Web Serve

Securing RedHat 7.2

2002-11-03 Thread Shaw, Marco
everything from "@Anonymous FTP Server".   Thanks, Marco    

Re: kernel 2.4.9-31?

2002-11-02 Thread Shaw, Marco
an Advanced Server Premium support contract, but still couldn't find anything. A 3rd party vendor we are working with *requires* 2.4.9-31 or they won't support their product. Pretty sad, but true. Marco -- redhat-list mailing list unsubscribe mailto:redhat-list-request@;

kernel 2.4.9-31?

2002-11-01 Thread Shaw, Marco
Title: Message Where might I find 2.4.9-31?  I don't really feel comfortable using packages from rpmfind.net.   Marco

RH8 kernel won't recompile NIC module

2002-10-21 Thread Shaw, Marco
> I installed RH 8, and a number of devices on my laptop were not > detected. > > at the moment the most critical is the sis900 network card, that isn't > being detected, even though it's officially listed on RH website. What model/brand laptop? Marco -- redhat-list

iptables and pcanywhere

2002-10-15 Thread Marco Hainaut
and for my poor english .. can't anybody help me to implement a working 'gateway' to be connected to a workstation in my local network from the outside ?? thx Marco -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.co

Replace a line... with 2 lines

2002-10-06 Thread Shaw, Marco
the same line number all the time either. I could possibly read the entire file in: While read line Do if [ "$line" = "Test" ] then { echo echo "Test1" } fi Done < ${FILE} > ${FILE}.tmp Which I just thought of, but didn't try, since it seems &

RPM command: upgrade (-U) versus freshen (-F)

2002-10-05 Thread Shaw, Marco
better for "blindly" downlaoding *all* the errata, and applying them with one command only if the package already exists on the system... Without going to the source code, I'm assuming up2date/RHN would use -F? Marco -- redhat-list mailing list unsubscribe mailto:[EMAIL PRO

local[0-7] facility in syslog?

2002-10-03 Thread Shaw, Marco
Title: Message Read through sys/syslog.h to try to tweak my syslog.conf.  Most of the facilities and priorities are pretty easy to figure out what they represent, but I'm not sure where to look to figure out what the local facilities represent.   Can anyone help?   Marco

RedHat 8 to Canada

2002-10-01 Thread Shaw, Marco
shipping method. I 2nd that. I was going to buy 8.0 and a nice Fedora, but at close to $50US(!) for shipping, I lost interest. I make it a point to buy an official copy every X.0 release to "help the cause". Marco -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTE

All redhat fedora owners...

2002-09-30 Thread Marco Shaw
Sigh...  Darn it, how big is a S, M, L, or XL RedHat fedora that's available from their store?   What's a comparable size for us Canadians up here?  :)   Marco

modules.conf with 2 devices

2002-09-30 Thread Marco Shaw
What's the proper/easy way to add 'options' to modules.conf for 2 similar devices?  I recently saw someone configure it as: 'options eepro100 Duplex=2,2 Speed=100,100'   But I can't seem to find that such a setup is acceptable/recommended.   Marco

RE: 3 software-raid questions...

2002-09-28 Thread Shaw, Marco
3. Is "persistent-superblock" supported with Linear and > RAID0? I think chunk-size is only supported in RAID0 and I just found this which seems pretty useful: http://www.redhat.com/support/resources/tips/raid/RAID-INDEX.html I'd still appreciate anyone's input. Marco

3 software-raid questions...

2002-09-28 Thread Shaw, Marco
stuck for a second (well more than a second really). 3. Is "persistent-superblock" supported with Linear and RAID0? I think chunk-size is only supported in RAID0 and higher, but Linear will just skip the configuration with an informational warning at boot. Marco PS Basing some of my

RHCE guides?

2002-09-27 Thread Marco Shaw
at.com (of course...) http://www.rhce2b.com I've got the RHCE ExamCram, and Syngress books. Anyone have some other good tools/sites/recommendations? -- Marco -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Dell 1650 server w/Intel e1000 nic

2002-09-25 Thread Shaw, Marco
ships with Red Hat Linux 7.2 does not work correctly with the 2.4.7-10smp or 2.4.7-10enterprise kernel. Download and install the latest e1000 module from support.dell.com to enable the correct function for Intel gigabit NICs. Most 1650s are SMP machines, so perhaps this is your problem. Marco --

Software RAID on RHAS 2.1

2002-09-22 Thread Shaw, Marco
apture the message from /var/log/*. If I understand correctly setting persistent-superblock to 1 should change the fdisk type to "fd" for autodetect purposes. I'll also play around with that some more. Any ideas before I contact RedHat support? Marco -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

RedHat ASCII art?

2002-09-20 Thread Shaw, Marco
I'd like to find a RedHat ASCII logo. Any ideas? I did find one on the NGs, but it's a bit too big for a regular command-line login, and won't fit in the default terminal size (80x24?). Marco -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=un

Simply deleting a line with "zzzz" in it?

2002-09-19 Thread Shaw, Marco
l over or similar, unless that's my only easy option. I just want a plain command to strip out that line out. I'd prefer Borne shell stuff like awk, sed, as opposed to using Perl. Marco -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman

RE: Old module from where?

2002-09-17 Thread Shaw, Marco
My apologies for sending in HTML -Original Message- From: Shaw, Marco Sent: Tuesday, September 17, 2002 5:25 PM To: '[EMAIL PROTECTED]' Subject: Old module from where? RedHat Advanced Server 2.1 Checking if my assumptions are right before I go spend another week bashi

Old module from where?

2002-09-17 Thread Shaw, Marco
itrd image would have that compiled in it?  So maybe once I simply create a new initrd, and add that to GRUB, then the newer module/driver would load on boot?   Thanks, Marco

Tcpdchk for RedHat 7.2?

2002-07-10 Thread Shaw, Marco
Anyone know where I can find tcpdchk for RedHat 7.2 (from tcp_wrappers)? The RedHat RPM files don't seem to contain it. I'll at least ask here before I try to compile one. Marco ___ Redhat-list mailing list [EMAIL PROTEC

Tcpdchk for RedHat 7.2?

2002-07-09 Thread Shaw, Marco
Anyone know where I can find tcpdchk for RedHat 7.2 (from tcp_wrappers)? The RedHat RPM files don't seem to contain it. I'll at least ask here before I try to compile one. Marco ___ Redhat-list mailing list [EMAIL PROTEC

Monitoring ipchains?

2002-07-09 Thread Shaw, Marco
management tool? Just trying to figure out if someone has already done this. I've got ideas like creating a special shell script for Linux/ipchains monitoring... Marco ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/m

sed scripting

2002-06-14 Thread Shaw, Marco
s to the script function.sh, then have these arguments be "applied" to the function and run within sed. It doesn't seem to like the $# strings within SED. Am I missing something or is this not do-able in SED? I tried escaping $ and using quotes without luck. Thanks, Marco __

VMware 2.0 install with 2.4.9-34

2002-06-13 Thread Shaw, Marco
Seems the RedHat kernel headers for 2.4.9-34 are giving me a small problem with installing VMware. VMware is complaining that the kernel-headers package appears to be for a SMP while my system is uni. Any ideas on how I can fix this? Marco # rpm -q kernel-headers kernel-headers-2.4.9-34

KSH configuration?

2002-06-12 Thread Shaw, Marco
logon, and not just the current shell? One would assume the PDKSH RPM file would have skeleton files, but doesn't seem to, and the man page does not address this configuration issue(s). Thanks, Marco ___ Redhat-list mailing list [EMAIL PROTEC

Finding out whether kernel is i386 or i686?

2002-06-03 Thread Marco Shaw
I have a PIII, and am trying to figure out whether the i386-optimized kernel was installed or the i686 was. I'm assuming it's the i686 one, but how can I prove this (uname -a, rpm -q, etc.)? Marco ___ Redhat-list mailing list [EMAIL

user can edit root file, why ?

2002-01-30 Thread Schaerfke, Marco, Dr., Xzillion/DE
his file as user "user" (This is that what I would expect also for linux). Can anybody help me ? Thanks Marco ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

user can edit root file, why ?

2002-01-29 Thread Schaerfke, Marco, Dr., Xzillion/DE
this behavior on other unix machines (Irix and Solaris). On this > plattforms its impossible to modify this file as user "user" (This is that > what I would expect also for linux). > Can anybody help me ? > > Thanks > > Marco > > > ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Ethereal 0.8.18-12 on RedHat 7.2?

2001-12-19 Thread Marco Shaw
Trying to install Ethereal 0.9.18-12 on RH 7.2: [root@redhat72 marco]# rpm -Uvh ethereal* error: failed dependencies: libpcap.so.0 is needed by ethereal-0.8.18-12 [root@redhat72 marco]# find / -name "libpcap.so.0" -print /usr/lib/libpcap.so.0 [root@redhat72 marco]# rpm -q

Re: Another Lilo Problem

2001-04-15 Thread Marco Shaw
MB. This is a cheat to the old 512MB (or something like that) motherboard limit for booting a Linux system. Marco ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Scripts

2001-04-15 Thread Marco Shaw
s run on every boot up, and will likely do what you're looking for. I originally used it to configure my COM ports with the setserial command. > Coldbrook, Nova Scotia Canada Hello from New Brunswick! Marco ___ Redhat-list mailing list [EMAIL

iptables development libraries in RPM?

2001-04-13 Thread Marco Shaw
I'm trying to build iptables from the SRPM to get the development libraries, but am not having much luck. Has anyone already built an RPM using 'make install-devel' in the spec file, and could share the package? Marco ___ Redhat-li

Re: File and Directory Permissions

2001-04-13 Thread Marco Shaw
ation features. Marco ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: 'rpm -b' with 7.0.91?

2001-04-13 Thread Marco Shaw
-q rpm > > rpm-4.0.2-0.38 > > [root@wolverine SPECS]# rpm -b > > -b: unknown option > Use a complete flag, like "-ba" or "-bb". Also, make sure "rpm-build" > is installed. Turns out one of the original 7.0.91 ISOs doesn't have rpm-build o

'rpm -b' with 7.0.91?

2001-04-13 Thread Marco Shaw
-b -b: unknown option Any ideas? Marco ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

OT: Are you a Linux sys admin?

2001-03-03 Thread Marco Shaw
this list that are Linux sys admins. I'm not looking to read your resume, but would love to hear about your work history over the last 2 years or so in about 3-5 lines. Thanks, Marco ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.

Re: eth0 not starting

2001-03-03 Thread Marco Shaw
> all that aside,..how do i add options to my conf.module file for I/O and > irq, I have the settings, I just dont' know what the lines are that I add to > my conf.modules file http://members.home.net/djl56/linux_at_home_with_etherez/linux_at_home.modul es.html ___

Re: Moving hda to hdb

2001-03-03 Thread Marco Shaw
th the root FS from hdb, edit your lilo config accordinly, reboot again, and all should be well. Marco ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Apache modules?

2001-03-02 Thread Marco Shaw
would recommend? I'm also looking for these two things to possibly supported by a vendor as well. Thanks, Marco ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Berkeley DB

2001-01-27 Thread Marco Shaw
esting... Wasn't going to use it with MySQL though. I don't see anything about berkeley db on mysql.com though. Marco ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Berkeley DB

2001-01-27 Thread Marco Shaw
kind as to email me directly the newest version? Marco ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

OpenNMS Install errors (fwd)

2000-12-31 Thread Marco Shaw
Has someone here tried installing OpenNMS 0.4 on RH 6.2? Marco -- Forwarded message -- Date: Sat, 30 Dec 2000 22:22:37 -0400 (AST) From: Marco Shaw <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Install errors (RedHat 6.2 with RPM OpenNMS 0.4.1) I get the followin

DFS client?

2000-12-29 Thread Marco Shaw
(I would imagine this would tie in with the Samba tools...) Does RH 6.x+ have the tools to browse NT4 shares that use DFS? Thanks, Marco ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Delete messages

2000-11-20 Thread Marco Shaw
Not sure if you're refering to the actual user's history. It's usually in the user's home directory in '.sh_history'. Marco - Original Message - From: "Rubén Alonso" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, Novembe

Re: Protocol analyzer

2000-11-20 Thread Marco Shaw
There's 'tcpdump', but it's not very user friendly. Check this article for how to find a better one: http://oreilly.linux.com/pub/a/linux/2000/03/03/enterprise/network.html Marco - Original Message - From: "Alessandro Coppelli" <[EMAIL PROTECTED]>

Re: apache not executing php scripts

2000-11-19 Thread Marco Shaw
Haven't played with PHP for a while so I'm not sure if things have changed... "#!" is not required for Apache to parse PHP. PHP uses "" to indicate executable PHP code: http://www.devshed.com/Server_Side/PHP/Introduction/page2.html Marco - Original Messa

Re: stupid network LPD question

2000-11-16 Thread Marco Shaw
I would imagine that to go from Windows to Linux, you're using Samba? Are smb and nmdb (I think those are the 2 daemons) running? Marco On Thu, 16 Nov 2000, Michael Burger wrote: > Is LPD still running? > > On Thu, 16 Nov 2000 19:30:02 -0500, Edward Schernau wrote: >

Re: Redhat-list digest, Vol 1 #587 - 14 msgs

2000-11-16 Thread Marco Shaw
For the benefit of the list, and those not interested in looking through archives: What's the story behind this? Marco - Original Message - From: "Frank Jacobberger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 16, 2000 1:03 PM Subj

Re: startscripts under RH7

2000-11-16 Thread Marco Shaw
script rc3" >> /root/start.txt' to the beginning of /etc/rc.d/init.d/smb and a similar entry to the end of it, to see if it is being run at all during boot/reboot. Marco - Original Message - From: "Dirk Sachse" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]&

Re: startscripts under RH7

2000-11-16 Thread Marco Shaw
What name did you link them with? They *have* to start with an 'S', i.e., /etc/rc3.d/S99web. Marco - Original Message - From: "Dirk Sachse" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 16, 2000 9:32 AM Subject: startscripts un

Re: Kernel Too Old Error

2000-11-15 Thread Marco Shaw
If the package your building uses some of the kernel source files, then you'd have to install the same kernel on your RH7 box. Marco On Wed, 15 Nov 2000, Hal Burgiss wrote: > I am trying to build a package on one machine for use on another. The > target machine is very minimal i

Re: Stale UDP connections to the primary/secondary DNS servers

2000-11-15 Thread Marco Shaw
What about going down to the packet level on both machines? A good combination of traces and netstats may find the problem. http://oreilly.linux.com/pub/a/linux/2000/03/03/enterprise/network.html Marco - Original Message - From: "Joshua Hirsh" <[EMAIL PROTECTED]> To: &

Re: Mail Reader (was no subject)

2000-11-15 Thread Marco Shaw
I second that... Marco - Original Message - From: "Hal Burgiss" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 15, 2000 1:37 PM Subject: Mail Reader (was no subject) > On Wed, Nov 15, 2000 at 01:31:04PM -0400, Ted Gervais wrote: >

Re: ISP

2000-11-15 Thread Marco Shaw
Not exactly what you're looking for but a good link: http://www.isp-lists.isp-planet.com/isp-linux/archives/ Marco - Original Message - From: "Szemerédy Gábor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 15, 2000 9:37 AM Subject

Re: Redhat install fails

2000-11-14 Thread Marco Shaw
Flop through the alternative virutal consoles: Alt-F1 to Alt-F4 to get more debug information during the install. Marco - Original Message - From: "Mark Basil" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 14, 2000 2:06 PM Subject: Redhat inst

Re: kiosk system

2000-11-14 Thread Marco Shaw
Another good one... http://www.shef.ac.uk/~kiosk/ > Thanks for this link, Stew! It's exceptionally useful! ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: kiosk system

2000-11-13 Thread Marco Shaw
http://www.europe.redhat.com/documentation/HOWTO/Kiosk-HOWTO.php3 > I've checked the howto's (BTW, where is the HOWTO rpm in 6.2?), but I ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: scripting help / question

2000-11-13 Thread Marco Shaw
You might have to be more specific on your goal. find with -exec will be able to do certain things on files, and a for loop will also be able do things to a list. Marco - Original Message - From: "Ed Lazor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monda

Re: log ipchains message to another log file ?

2000-11-13 Thread Marco Shaw
...And then 'kill -HUP syslog_pid' or reboot. Marco - Original Message - From: "Lee Howard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 13, 2000 1:24 PM Subject: Re: log ipchains message to another log file ? > At 12:52 AM

Re: masquerading mail

2000-11-13 Thread Marco Shaw
Only the 'advanced headers' would show otherwise, but you could easily change your 'from' and 'reply to' addresses. Again, depending on your mail program. Marco - Original Message - From: "Michael George" <[EMAIL PROTECTED]> To: <[EMAIL

Re: H O W T O

2000-11-13 Thread Marco Shaw
your lilo config is in your MBR). I would create the disk first, then test the above theory so you know you've done it properly before installing Win2K. man mkbootdisk man lilo Marco - Original Message - From: "Wahid Belhaouane" <[EMAIL PROTECTED]> To: <[EMAIL PRO

Re: Web Based Email

2000-11-12 Thread Marco Shaw
http://www.openmail.com/cyc/om/00/index.html - Original Message - From: "Jeff Grossman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 12, 2000 10:59 PM Subject: RE: Web Based Email > Where would I go about finding this Openmail solution you are talking about? __

  1   2   3   >