mysql server stopped and i cannot restart

2009-03-21 Thread harland christofferson
I am running 2.6.18-5-amd64 For some reason, the mysql server stopped and I cannot restart it. I have not upgraded and the machine was running nominally otherwise for 120+ days. $cat /var/log/messages | grep mysql Mar 21 12:04:57 localhost mysqld_safe[7775]: started Mar 21 12:04:57 localhost

FIXED Re: MySql will not restart

2007-10-14 Thread harland christofferson
Out of desperation, I apt-get(ted) the latest stable mysql-server. The only thing I can think of is that an upgrade of a package earlier in the week caused problems when logs were rotated this a.m. - Original Message From: harland christofferson <[EMAIL PROTECTED]> To: debia

MySql will not restart

2007-10-14 Thread harland christofferson
running 2.4.27-2-k7 For years, MySql was running fine. This a.m., webpages were not being served. I thought that it was MySql. I tried this: #/etc/init.d/mysql restart I received this: Starting MySQL database server: mysqld...failed. Please take a look at the syslog. /usr/bin/mysqlad

Re: open-ssl certificate authority

2007-10-10 Thread harland christofferson
harland christofferson wrote: > is there any way to have the certificate authority recognized by > browsers ... other than the browser user using the wizard when > connecting to our server. > > the only option we have found is to purchase a certificate ... but we > don'

open-ssl certificate authority

2007-10-10 Thread harland christofferson
is there any way to have the certificate authority recognized by browsers ... other than the browser user using the wizard when connecting to our server. the only option we have found is to purchase a certificate ... but we don't want to do this if we can find a way w/ open-ssl.

Re: resize the partition with /

2007-10-01 Thread harland christofferson
cp -a or rsync > (or even use mc) everything under /usr, then unmount it from /mnt and > mount it as /usr. If it works, unmount it, change /etc/fstab, remove > everything under /usr and reboot. harland christofferson wrote: why would you need to reboot. wouldn't deleting the mount p

Re: is my raid1 array really working??

2007-09-19 Thread harland christofferson
there lest i zigged when i should have zagged. --- "Douglas A. Tutty" <[EMAIL PROTECTED]> wrote: > On Tue, Sep 18, 2007 at 08:05:34PM -0700, harland > christofferson wrote: > > okay, this is what i have done: > > > > # umount /dev/hdc8 > > # m

rescue floppies

2007-09-19 Thread harland christofferson
for woody ... i am running sarge. suggestions? --- martin f krafft <[EMAIL PROTECTED]> wrote: > also sprach harland christofferson > <[EMAIL PROTECTED]> [2007.09.19.0405 > +0100]: > > okay, this is what i have done: > > > > # umount /dev/hdc8 > >

Re: is my raid1 array really working??

2007-09-18 Thread harland christofferson
okay, this is what i have done: # umount /dev/hdc8 # mdadm /dev/md4 --fail /dev/hdc8 # mdadm /dev/md4 --remove /dev/hdc8 # mdadm /dev/md4 --add /dev/hdc8 cat-ed /proc/mdstat and see that it is resynching ... good news. now, part two of your suggestion ... unmounting /dev/hdaX partitions, editing

Re: is my raid1 array really working??

2007-09-18 Thread harland christofferson
ext3defaults 0 2 /dev/hda7 noneswapsw 0 0 /dev/fd0/media/floppy0 autorw,user,noauto 0 0 and don't reference the /dev/mdX ? --- "Douglas A. Tutty" <[EMAIL PROTECTED]> wrote: > On Tue, Sep 18, 2007

Re: is my raid1 array really working??

2007-09-18 Thread harland christofferson
at 09:07:08AM +0100, martin f > krafft wrote: > > also sprach harland christofferson > <[EMAIL PROTECTED]> [2007.09.18.0333 > +0100]: > > > My partition table (so says webmin) is: > > > > I would stop using webmin, which is a nightmare. > > &g

is my raid1 array really working??

2007-09-17 Thread harland christofferson
I've had a system up for a year and a half without failure. So, I am starting to wonder if my raid1 array is really working. I am using kernel 2.4.27-2-k7. My partition table (so says webmin) is: LocationIDE device A Cylinders 4865 Size38 GB Model ST340014A Edit IDE paramete

Re: mondoarchive

2007-09-16 Thread harland christofferson
I'm running kernel 2.4.27-2-k7 I checked my config file (config-2.4.27-2-k7) and: CONFIG_CRAMFS=y I call mondoarchive w/ the following options: mondoarchive -O -i -E /mnt -I /home -d /root/images/mondo/ -T /tmp Then I receive this error: Mindi failed to create your boot+data disks. ---promptp

using webmin to create raid1 mirroring on exsiting system

2007-05-04 Thread harland christofferson
i have a sarge installation. i have two ide drives (hda and hdc) that are partitioned identically. when doing the install a while ago, i tried to configure partitions for raid1 but some how goofed. i cannot risk losing data on hda while getting raid1 up and running. has anyone successfully imp

forgot mysql username and password

2005-09-13 Thread Harland Christofferson
well, i upgraded to sarge a few weeks ago and i have forgotten the username and password i declared for mysql. is there anyway to recover or to force a new password for administrative access? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Con

Re: kernel 2.6.9.2-k7 and ne2k-pci

2005-01-06 Thread Harland Christofferson
*snip* >> > >I don't know how did you ended having three entries of the "natsemi" >modules, maybe you have some program to help managing modules. Anyway, >do you really have two NIC, the "natsemi" and the "ne2k-pci"? I am not sure how I have all of these entries either. I deleted all of the nats

Re: confused. sarge raid5 -should i use mdadm or raidtools2

2005-01-06 Thread Harland Christofferson
At Thursday, 06 January 2005, Greg Folkert <[EMAIL PROTECTED]> wrote: >On Thu, 2005-01-06 at 05:21 -0500, Mitchell Laks wrote: >> Hi, >> I would like to set up a Debian box running Sarge, to include a storage >array >> using raid5 with boot off a separate system disk. >> >[...] > >raidtools2

Re: kernel 2.6.9.2-k7 and ne2k-pci

2005-01-06 Thread Harland Christofferson
At Thursday, 6 January 2005, Andrea Vettorello <[EMAIL PROTECTED] com> wrote: *snip* >> >> >> >> how may i repair this so i don't have to configure the eth0 interface >> >> after every reboot? >> >> >> > >> >Do you have the "hotplug" package installed? If is installed and still >> >your module is

raid1 with kernel 2.6.9-2-k7

2005-01-05 Thread Harland Christofferson
I upgraded to 2.6.9-2-k7 on Debian. My raid array does not seem to be working: # cat /proc/mdstat Personalities : [raid1] md0 : inactive unused devices: my raidtab file is: # cat /etc/raidtab raiddev /dev/md0 raid-level 1 nr-raid-disks 2 nr-spare-disks 0

Re: kernel 2.6.9.2-k7 and ne2k-pci

2005-01-05 Thread Harland Christofferson
At Wednesday, 5 January 2005, Andrea Vettorello <[EMAIL PROTECTED] com> wrote: >On Tue, 04 Jan 2005 23:14:44 -0500, Harland Christofferson ><[EMAIL PROTECTED]> wrote: >> i have upgraded to 2.6.9.2-k7. I find i have to: >> >> $> modprobe ne2k-pci >>

Re: Debian on an old PC

2005-01-05 Thread Harland Christofferson
At Wednesday, 5 January 2005, you wrote: >> On Wed, 2005-01-05 at 14:54 +0100, Vegard Lundby Rekaa wrote: >>> I need some advice. Is debian fit for a Pentium 100MHz PC with 16MB RAM >>> and approx 4Gb harddisk? Are there anyone who has experience with such a >>> slow machine running debian (or a

Re: Debian on an old PC

2005-01-05 Thread Harland Christofferson
At Wednesday, 5 January 2005, "Vegard Lundby Rekaa" <[EMAIL PROTECTED] matnat.uio.no> wrote: >I need some advice. Is debian fit for a Pentium 100MHz PC with 16MB RAM >and approx 4Gb harddisk? Are there anyone who has experience with such a >slow machine running debian (or any other linux dist)? >

kernel 2.6.9.2-k7 and ne2k-pci

2005-01-04 Thread Harland Christofferson
i have upgraded to 2.6.9.2-k7. I find i have to: $> modprobe ne2k-pci then $> ifconfig eth0 192.168.1.194 up to get eth0 to work. i have tried $> depmod -a too and then $> modprobe ne2k-pci and reboot but the module still does not load as seen w/ $> lsmod how may i repair this so i

Re: deleted /boot files

2005-01-04 Thread Harland Christofferson
At Friday, 31 December 2004, you wrote: are there suggestions on how to get the fa311 netgear nic working w/ 2.2.20-compact? >>> >>>sounds like you need to tell it to load the tulip driver for fa311 >>> >>>and than tell i upgrade the kernel and it'd run lilo/grub >>>and you're back in b

Re: deleted /boot files

2004-12-31 Thread Harland Christofferson
>> >>sounds like raid is working ?? .. >> - in the future, do NOT copy files from one disk to another >> ( that is not how raid mirroring works ) > >> >>> are there suggestions on how to get the fa311 netgear nic working >>> w/ 2.2.20-compact? >> >>sounds like you need to tell it to lo

Re: deleted /boot files

2004-12-29 Thread Harland Christofferson
At Monday, 27 December 2004, Alvin Oga <[EMAIL PROTECTED] com> wrote: >On Mon, 27 Dec 2004, Harland Christofferson wrote: > >> what i did try was Alan's suggestion of the Debian rescue disk. I >> have never used it in a capacity such as this. I used the 2.2.20- >

Re: deleted /boot files

2004-12-27 Thread Harland Christofferson
> >I have never done what I am about to suggest, but try this: > >1. copy the whole contents of the directory /lib/modules/xxx/ from the >computer where you got your replacement /boot onto the computer that >you are trying to get going again. Here 'xxx' represents the kernel version >string of th

Re: deleted /boot files

2004-12-27 Thread Harland Christofferson
At Monday, 27 December 2004, you wrote: >On Mon, Dec 27, 2004 at 01:59:53PM -0500, Harland Christofferson wrote: >> At Monday, 27 December 2004, Alexander Schmehl <[EMAIL PROTECTED] >> info> wrote: >> >> >* Harland Christofferson <[EMAIL PROTECTED]>

Re: deleted /boot files

2004-12-27 Thread Harland Christofferson
At Monday, 27 December 2004, Alexander Schmehl <[EMAIL PROTECTED] info> wrote: >* Harland Christofferson <[EMAIL PROTECTED]> [041227 17:47]: > >> >cat /etc/lilo.conf >[..] >> image=/vmlinuz >> label=Linux >> read-only >> #

Re: deleted /boot files

2004-12-27 Thread Harland Christofferson
At Monday, 27 December 2004, Laurent CARON <[EMAIL PROTECTED]> wrote: >Harland Christofferson wrote: > >>an update to my saga is that i was able to run lilo. however, when >>trying to boot, i see: >> >>request_module{block-major-3]: root fs not mounted >&g

Re: deleted /boot files

2004-12-27 Thread Harland Christofferson
s on 03:03 my root= option is set to /dev/hda3 which is the root partition. suggestions? At Monday, 27 December 2004, Harland Christofferson <[EMAIL PROTECTED] com> wrote: >while getting ready to build a raid 1 array, i accidentally deleted >the /boot files. the partition is still ther

deleted /boot files

2004-12-27 Thread Harland Christofferson
while getting ready to build a raid 1 array, i accidentally deleted the /boot files. the partition is still there however and is still flagged as boot partition. although i have a boot floppy for this machine, i could not retrieve a backup of the /boot partition from another hard disk i have.

Re: Majordomo

2004-12-21 Thread Harland Christofferson
At Tuesday, 21 December 2004, Tom Allison <[EMAIL PROTECTED]> wrote: >Uh... >what mailing list software is available from debian? >I was expecting to find majordomo and didn't, which has me kind of dumb >founded. > >-- try http://lists.debian.org/ ---

Re: howto know if raid is really working?

2004-12-15 Thread Harland Christofferson
At Wednesday, 15 December 2004, Alvin Oga <[EMAIL PROTECTED] com> wrote: >hi ya harland > >On Wed, 15 Dec 2004, Harland Christofferson wrote: > >> development:/etc# cat raidtab >> raiddev /dev/md0 >> raid-level 1 >> nr-r

Re: howto know if raid is really working?

2004-12-15 Thread Harland Christofferson
At Wednesday, 15 December 2004, you wrote: >On Thu, 16 Dec 2004, Joao Clemente wrote: > >> Ok, Alvin, as far as I understand when you said at the top "for sanity >> ... i always fdisk the new disk to be the same as the remaining disk" >> you mean limiting it's size, as you say here at last few

Re: howto know if raid is really working?

2004-12-15 Thread Harland Christofferson
At Thursday, 16 December 2004, you wrote: >Thanks for the reply, but I still haven't cleared my doubt. >I'll cut the relevant part of the reply (relevant for what I'm trying to >understand) and comment at the end: > *snip* you mention mirroring partions. i have the entire disk mirrored, not th

RE: howto know if raid is really working?

2004-12-15 Thread Harland Christofferson
At Wednesday, 15 December 2004, Alvin Oga <[EMAIL PROTECTED] com> wrote: >On Wed, 15 Dec 2004, Harland Christofferson wrote: > >> I am curious about how to know if it is working. If cat-ting /proc/mdstat >> is knowing all about the raid array, then so-be-it. >

Re: howto know if raid is really working?

2004-12-15 Thread Harland Christofferson
At Wednesday, 15 December 2004, Alvin Oga <[EMAIL PROTECTED] com> wrote: >hi ya joao > >On Thu, 16 Dec 2004, Joao Clemente wrote: > >> Image you're using software raid and 1 disk fails. You somehow get >> alerted and , AFAIK, you >> 1 - shutdown the machine (ok, this if you don't have a hot-swap

RE: howto know if raid is really working?

2004-12-15 Thread Harland Christofferson
At Thursday, 16 December 2004, "Steven Jones" <[EMAIL PROTECTED] nz> wrote: >mdstat shows quite well that all the disks are on line, or not, it is >simple and effective IMHO. > >When you mount one side of the mirror you may actually be corrupting it. >possibly preventing it being written to

howto know if raid is really working?

2004-12-15 Thread Harland Christofferson
mdadm -D /dev/md0 diplays information dating back to when the raid array was created. cat /proc/mdstat doesn't give much detail in my opinion. how can i find out the current health of the array and whether or not files on the mirror are being correctly updated, i.e., if i mount the mirror pa

Re: Partition Resizing

2004-12-14 Thread Harland Christofferson
At Tuesday, 14 December 2004, David Baron <[EMAIL PROTECTED]> wrote: >On Tuesday 14 December 2004 19:15, [EMAIL PROTECTED] debian.org >wrote: >> After reboot, partitioning /dev/hdd and formating /dev/hdd partitions, >> I fdisk -l /dev/hdc (and all drives for that matter) and I was >> surprised

Re: Partition Resizing

2004-12-13 Thread Harland Christofferson
At Monday, 13 December 2004, Harland Christofferson <[EMAIL PROTECTED] com> wrote: >At Monday, 13 December 2004, Dave Ewart <[EMAIL PROTECTED]> wrote: > >*snip* >> >>To be honest, I'm not sure. If you were planning to re-partition and >>fdisk, the

Re: Partition Resizing

2004-12-13 Thread Harland Christofferson
At Monday, 13 December 2004, Dave Ewart <[EMAIL PROTECTED]> wrote: *snip* > >To be honest, I'm not sure. If you were planning to re-partition and >fdisk, then you'll be backing up anyway ... So, do you backup, then try >qtparted :-) > >Dave. >-- >Dave Ewart - [EMAIL PROTECTED] - jabber: [EMAIL P

Re: Dynamic Web Page creation from Bash??

2004-12-13 Thread Harland Christofferson
At Monday, 13 December 2004, Jeremy Turner <[EMAIL PROTECTED]> wrote: >On Sat, Dec 11, 2004 at 07:30:19PM +, ognjen Bezanov wrote: >> I have a bash script which gives me details about my system (free space, >> RAID status, uptime etc) and while this is all good when im logged >> in via

Re: Partition Resizing

2004-12-13 Thread Harland Christofferson
At Monday, 13 December 2004, Dave Ewart <[EMAIL PROTECTED]> wrote: >On Monday, 13.12.2004 at 08:57 +0200, David Baron wrote: > >> QTparted is a very dangerous program. > >Rubbish, unless you can provide some evidence? > >I have used qtparted for a couple of years to resize partitions, without >any

Re: Nightstand Terminal

2004-12-10 Thread Harland Christofferson
*snip* > >Through LTSP (which works very nicely with Debian) you could configure a >client workstation to run a X-window session from the big, loud, hot >workstation/server you want to monitor. But the hardware could be >configured in the BIOS to run without the hard drive or to spin down the >h

Re: how to tell if raid1 array is REALLY working?

2004-12-10 Thread Harland Christofferson
Hey Alvin, My responses follow yours in the body. At Friday, 10 December 2004, Alvin Oga <[EMAIL PROTECTED] com> wrote: >hi ya harland > >On Fri, 10 Dec 2004, Harland Christofferson wrote: > >> # mount /dev/hdc6 /mnt/hdc6 >> >> the response I receive w

how to tell if raid1 array is REALLY working?

2004-12-10 Thread Harland Christofferson
Hi all, On one machine, I have a raid1 array consisting of /dev/hda and /dev/hdc. A few days ago, just for fun, I tried to mount a partition of /dev/hdc to /mnt # mount /dev/hdc6 /mnt/hdc6 the response I receive was: mount: wrong fs type, bad option, bad superblock on /dev/hdc6, or too

Re: raid1 and filesystem type identifier FD

2004-12-09 Thread Harland Christofferson
At Thursday, 09 December 2004, Harland Christofferson <[EMAIL PROTECTED] com> wrote: >All, > >I have a few machines running raid1. On all but one machine, the >file system types on the mirror (/dev/hdc) are ext2. On the one machine >in question, I set the file system ty

Re: Persistent port forwarding without ssh

2004-12-09 Thread Harland Christofferson
At Thursday, 09 December 2004, Micha Feigin <[EMAIL PROTECTED]> wrote: >At Thu, 9 Dec 2004 21:49:47 +1100, >Robert S wrote: >> >> I am wanting to set up a VPN using ssh between my office and my home Windows >> PCs, using a debian box at the remote end. The setup is as follows: >> >> HOME (wi

raid1 and filesystem type identifier FD

2004-12-09 Thread Harland Christofferson
All, I have a few machines running raid1. On all but one machine, the file system types on the mirror (/dev/hdc) are ext2. On the one machine in question, I set the file system type to FD -- raid file system (I read this somewhere but forget where now). On the machines which I used ext2 prior

Re: schematic capture (orcad)

2004-12-08 Thread Harland Christofferson
At Wednesday, 8 December 2004, Alvin Oga <[EMAIL PROTECTED] com> wrote: >On Wed, 8 Dec 2004, Harland Christofferson wrote: > >> >> does anyone have a recomendation for an orcad-like package? > >lots of um > linux-cae.net/CAE > >use eagle > -

schematic capture (orcad)

2004-12-08 Thread Harland Christofferson
does anyone have a recomendation for an orcad-like package? http://www.zerocrossings.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: ip address and netmask

2004-12-07 Thread Harland Christofferson
Harland Christofferson wrote: I am slowly working toward a vpn between the office and home. I now have to change my lan at work so as not to conflict w/ the lan at home. at work, i reconfigured my eth1 interface: eth1 192.168.2.1 255.255.254.0 eth1:0 192.168.1.1 255.255.255.0 the

ip address and netmask

2004-12-07 Thread Harland Christofferson
I am slowly working toward a vpn between the office and home. I now have to change my lan at work so as not to conflict w/ the lan at home. at work, i reconfigured my eth1 interface: eth1 192.168.2.1 255.255.254.0 eth1:0 192.168.1.1 255.255.255.0 the windblows machine i have co

Re: apache and phpwebsite

2004-12-04 Thread Harland Christofferson
At Friday, 15 October 2004, psychoelmo <[EMAIL PROTECTED]> wrote: >On Thu, 14 Oct 2004 08:35:21 -0400, Harland Christofferson ><[EMAIL PROTECTED]> wrote: >> i am trying to virtual host using apache. i have several hosts already >> but, for some reason, I haven&#x

Re: rescue with rescue floppy - Debian testing

2004-12-03 Thread Harland Christofferson
At Friday, 3 December 2004, "Mr. Jan Hearthstone" <[EMAIL PROTECTED] com> wrote: >Mr. Jan Hearthstone wrote: > >> I was "dist-upgrade"-ing and during the process I >> was adviced that I was re-installing the existing >> kermel-image-2.6.8-1-386, and that I was to reboot >as >> soon as possible,

Re: vpn tunneling

2004-12-03 Thread Harland Christofferson
At Thursday, 02 December 2004, Adam Aube <[EMAIL PROTECTED]> wrote: >Harland Christofferson wrote: > >> I am trying to construct a tunnel but have not been successful and >> have only found the howto at >> www.linux.org/docs/lpd/howto/Firewall-Piercing/x189.html >

Re: ftp question

2004-12-03 Thread Harland Christofferson
At Friday, 3 December 2004, Michael Marsh <[EMAIL PROTECTED] com> wrote: >On Fri, 3 Dec 2004 11:34:34 -0500 (EST), [EMAIL PROTECTED] ><[EMAIL PROTECTED]> wrote: >> How do you transfer an entire directory using ftp? The directory that I'm >> trying to transfer has a lot of "subdirectories" in it.

Re: vpn tunneling

2004-12-03 Thread Harland Christofferson
At Thursday, 02 December 2004, Adam Aube <[EMAIL PROTECTED]> wrote: >Harland Christofferson wrote: > >> I am trying to construct a tunnel but have not been successful and >> have only found the howto at >> www.linux.org/docs/lpd/howto/Firewall-Piercing/x189.html >

vpn tunneling

2004-12-02 Thread Harland Christofferson
I am trying to construct a tunnel but have not been successful and have only found the howto at www.linux.org/docs/lpd/howto/Firewall-Piercing/x189.html Is there a more descriptive howto out there? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble

Re: http Traffic Anayalsis

2004-12-02 Thread Harland Christofferson
At Thursday, 2 December 2004, JB Hewit <[EMAIL PROTECTED]> wrote: >It's a little unrelated to Debian but I'm looking for a package that >will allow me to sniff http traffic and give me some traffic >anayalsis. > >Essentially I've got a Squid proxy server dishing out cache web >traffic and a big di

Re: mdadm raid1

2004-11-30 Thread Harland Christofferson
I am using the whole disk, not just partitions. Thanks for your suggestion! At Tuesday, 30 November 2004, Laurent CARON <[EMAIL PROTECTED]> wrote: >Harland Christofferson wrote: > >>I think I figured it out but am still looking for suggestions: >> >>mdadm --sto

Re: mdadm raid1

2004-11-29 Thread Harland Christofferson
I think I figured it out but am still looking for suggestions: mdadm --stop /dev/md0 mdadm -C /dev/md0 -l1 -n2 /dev/hda /dev/hdc and it looks like the kern.log reflects that the array is being resynchronized. Is this correct? At Monday, 29 November 2004, Harland Christofferson <[EM

mdadm raid1

2004-11-29 Thread Harland Christofferson
I had a problem w/ my system crashing and I noticed there was an I/O error to /dev/hda. In a fit of panic, I swapped the IDE cable of /dev/hda and /dev/hdc and reboot. Come to find out, my CPU fan was dying causing the CPU not to work. Anyway ... Upon putting the drives back where they belong,

apache and phpwebsite

2004-10-14 Thread Harland Christofferson
i am trying to virtual host using apache. i have several hosts already but, for some reason, I haven't been able to get phpwebsite to work out. in /etc/httpd.conf i have: Listen 8080 . . . # # Alias for phpwebsite added 10/12/04 by hhc # Alias /setup/index.html /var/www/phpw

Re: apache-ssl and virtual hosts

2004-10-12 Thread Harland Christofferson
*snip* > >As far as I see, everything is fine. >Be aware that, whatever the port the server listens to, you have to tell >the browser what protocol to talk, and in this case it is https. > >:wq > >-- >Pedro-Ángel González >NAPSIS >http://www.napsis.com >GPG key http://www.napsis.com/pedro-angel.g

apache-ssl and virtual hosts

2004-10-11 Thread Harland Christofferson
i'd like to have apache-ssl listen on a non-standard port 8080 as well as port 443. in the apache-ssl/httpd.conf i've included: Port 8080 Listen 8080 SSLEnable DocumentRoot /var/www/alt_dir the problem I am having is that, if i use url: http://mydomain.com:8080/ the server responds

web-based file backup

2004-08-10 Thread Harland Christofferson
does anyone know of a package or open souce project for web-based file backup? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: apache aliasing

2004-08-09 Thread Harland Christofferson
*snip* >> >>For the directory listing, check your "DirectoryIndex" setting in your >>Apache config file; does it include index.php? > >no, id did not ... added it and restared apache ... still no luck. > >as far as the 500 error: > >Internal Server Error >The server encountered an internal error or

Re: apache aliasing

2004-08-09 Thread Harland Christofferson
At Monday, 9 August 2004, "Jacob S." <[EMAIL PROTECTED]> wrote: >On Mon, 9 Aug 2004 10:23:20 -0400 >Harland Christofferson <[EMAIL PROTECTED]> wrote: > >> i have an apache server w/ serveral aliases. however, i am trying >> to add a new alias that is c

apache aliasing

2004-08-09 Thread Harland Christofferson
i have an apache server w/ serveral aliases. however, i am trying to add a new alias that is confusing me: Alias /oscommerce/ /var/www/oscommerce/ Options ExecCGI Includes FollowSymlinks AddHandler cgi-script .php .cgi .sh .pl DocumentRoot /var/www/oscommerce/catalog when i try to

Re: [Solved] apache and php scripts

2004-08-03 Thread Harland Christofferson
At Tuesday, 3 August 2004, "Monique Y. Mudama" <[EMAIL PROTECTED] org> wrote: *snip* >Interest. Where did you get your httpd.conf from? I have the following >in my httpd.conf: > >Include /etc/apache/modules.conf > >Granted, my apache configuration has been ported from machine to machine >for s

[Solved] apache and php scripts

2004-08-03 Thread Harland Christofferson
At Tuesday, 3 August 2004, "Monique Y. Mudama" <[EMAIL PROTECTED] org> wrote: *snip* > >Do you have the following line in any of the files in /etc/apache ? > >LoadModule php4_module /usr/lib/apache/1.3/libphp4.so > >-- >monique > turns out this was exactly the problem. LoadModule php4_module /u

Re: apache and php scripts

2004-08-02 Thread Harland Christofferson
At Monday, 2 August 2004, "Jacob S." <[EMAIL PROTECTED]> wrote: *snip* > >Which php4 package(s) did you install? You will need php4-cgi, if it is >not currently installed. > >HTH, >Jacob > i installed php4 and installed php4-cgi as per your recommendation. still same symptom. -- To UNS

Re: apache and php scripts

2004-08-02 Thread Harland Christofferson
At Monday, 2 August 2004, you wrote: *snip* > >It should be in /etc/apache/modules.conf. >Mine goes: >LoadModule mime_module /usr/lib/apache/1.3/mod_mime.so > >But I'm pretty sure it's going to be there. >It's more likely that something else is wrong, something simpler probably ;) >but I fail to

Re: apache and php scripts

2004-08-02 Thread Harland Christofferson
At Monday, 2 August 2004, Joost De Cock <[EMAIL PROTECTED]> wrote: *snip* > >Check out your apache config file: >/etc/apache/httpd.conf > >look for these lines: >AddType application/x-httpd-php .php >AddType application/x-httpd-php-source .phps > >Are they commented out? Then uncomment them. (you

apache and php scripts

2004-08-02 Thread Harland Christofferson
i am trying to get a .php script to run via apache. i have other cgi scripts running for other aliased paths but none for .php. i have installed the php4 package via apt-get. my alias in http.conf for this script is: # # Alias for oscommerce added 08/02/04 by hhc # Alias /oscommerce/index.htm

Re: want to add e-commerce to site

2004-07-28 Thread Harland Christofferson
At Wednesday, 28 July 2004, Harland Christofferson <[EMAIL PROTECTED] com> wrote: >At Wednesday, 28 July 2004, John Summerfield <[EMAIL PROTECTED] >com.au> wrote: > >>Harland Christofferson wrote: >> >*snip* >>> >> >>I recall Red Hat sh

Re: want to add e-commerce to site

2004-07-28 Thread Harland Christofferson
At Wednesday, 28 July 2004, John Summerfield <[EMAIL PROTECTED] com.au> wrote: >Harland Christofferson wrote: > *snip* >> > >I recall Red Hat shipping a package called ccvs (credit card >verification system). There was also Interchange (GPL) which someone >els

want to add e-commerce to site

2004-07-28 Thread Harland Christofferson
i am interested in adding e-commerce, i.e., credit card processing and shopping cart, type apps to a website. i googled but have not found a howto or a package. does anyone have suggestions as to where i can find a howto or a package via debian? -- To UNSUBSCRIBE, email to [EMAIL P

Re: raid0 initialization

2004-06-15 Thread Harland Christofferson
* snip * >It sounds simple, but if you get into trouble, you might want to search the >archives for problems other people have had, or you might want to check out >this link: >http://rootraiddoc.alioth.debian.org/ > >It's quite complete, very recent, and a good resource. I recommend reading

Re: raid0 initialization

2004-06-15 Thread Harland Christofferson
At Tuesday, 15 June 2004, you wrote: >On Tuesday 15 June 2004 07:53, Harland Christofferson wrote: >> this is my fist time installing raid0 on a machine that is not a >> new install. /dev/hda has gobs of good data i don't want to lose. >> /dev/hdc is newly partit

raid0 initialization

2004-06-15 Thread Harland Christofferson
this is my fist time installing raid0 on a machine that is not a new install. /dev/hda has gobs of good data i don't want to lose. /dev/hdc is newly partitioned and formatted before installing the raid tools. kernel version is 2.4.18-k7 i installed raidtools2 and mdadm. i created a new file /e

smbclient "RAP code 143"

2004-06-10 Thread Harland Christofferson
i am trying to print to a networked printer through my linux firewall from my windblows machine on a subnet. does anyone have suggestions as to what i am doing incorrectly? $# smbclient -L printserver -U myusername -d 3 Initialising global parameters params.c:pm_process() - Processing configura

Re: mounting windows shares

2004-05-14 Thread Harland Christofferson
At Friday, 14 May 2004, CW Harris <[EMAIL PROTECTED]> wrote: >On Fri, May 14, 2004 at 12:05:36PM -0400, Harland Christofferson wrote: >> At Friday, 14 May 2004, Kent West <[EMAIL PROTECTED]> wrote: >> >> >Harland Christofferson wrote: > >> >> &

Re: mounting windows shares

2004-05-14 Thread Harland Christofferson
At Friday, 14 May 2004, Kent West <[EMAIL PROTECTED]> wrote: >Harland Christofferson wrote: > >>i googled but couldn't find anything appropriate ... >> >>when i try: >> >>mount -t smbfs -o >>//windblowsserver/backup/system\ > >>

Re: mounting windows shares

2004-05-14 Thread Harland Christofferson
At Friday, 14 May 2004, Ronny Aasen <[EMAIL PROTECTED]> wrote: >On Fri, 2004-05-14 at 15:08, Harland Christofferson wrote: >> i googled but couldn't find anything appropriate ... >> >> when i try: >> >> mount -t smbfs -o >> //windblowsserver/b

mounting windows shares

2004-05-14 Thread Harland Christofferson
i googled but couldn't find anything appropriate ... when i try: mount -t smbfs -o //windblowsserver/backup/system\ products/ mount chokes on the windblows directory "system products" . i assume this is b/c of the space in the directory name. what should i do so i can mount this windblows sh

Re: Advice for setting up a file server

2004-03-31 Thread Harland Christofferson
At Wednesday, 31 March 2004, Clive Menzies <[EMAIL PROTECTED] uk> wrote: >On (31/03/04 13:35), Stefan Goessling wrote: >> Hello List! >> >> I would very much appreciate any advice concerning the set-up of a Debian >> based file server. I have some experience in Debian desktops and laptops, >> b

Re: Firewall Recommendations

2004-03-22 Thread Harland Christofferson
i use the firestarted package ... works out pretty well for building iptables. it has a wizard that is easy to use and allows you to port forward and set up dynamic rules too. At Monday, 22 March 2004, you wrote: >Hi, >We are thinking about replacing our current small office firewall >with some

Re: libc confilcts with apt-get install

2004-03-18 Thread Harland Christofferson
At Thursday, 18 March 2004, Paul Johnson <[EMAIL PROTECTED]> wrote: >Harland Christofferson <[EMAIL PROTECTED]> writes: > >> what i ended up doing was: >> >> dpkg -i --force-overwrite /var/cache/apt/archives/libc6_2.2.5-11. >> 5_i386.deb >> >>

Re: libc confilcts with apt-get install

2004-03-18 Thread Harland Christofferson
At Thursday, 18 March 2004, Paul Johnson <[EMAIL PROTECTED]> wrote: >Harland Christofferson <[EMAIL PROTECTED]> writes: > >> Reading Package Lists... >> Building Dependency Tree... >> You might want to run `apt-get -f install' to correct these: >&g

Re: libc confilcts with apt-get install

2004-03-18 Thread Harland Christofferson
At Thursday, 18 March 2004, Harland Christofferson <[EMAIL PROTECTED] com> wrote: >i tried to install package bind9 using apt-get install. the result is: > >Reading Package Lists... >Building Dependency Tree... >You might want to run `apt-get -f install' to corr

libc confilcts with apt-get install

2004-03-18 Thread Harland Christofferson
i tried to install package bind9 using apt-get install. the result is: Reading Package Lists... Building Dependency Tree... You might want to run `apt-get -f install' to correct these: Sorry, but the following packages have unmet dependencies: bind9: Conflicts: bind but 1:8.3.3-2.0woody2 is to b

subnet seen on intranet

2004-03-17 Thread Harland Christofferson
i have a network i use for code development branching off of the corporate intranet. the topology is: +---+ +-+ | 192.168.1.100 |---| 192.168.1.1 | +---+ | 10.20.0.0 | engineering3a | 10.20.1.158 |--- to/from int

Fwd: Re: howto block ports

2004-02-25 Thread Harland Christofferson
At Wednesday, 25 February 2004, David Clymer <[EMAIL PROTECTED]> wrote: >On Wed, 2004-02-25 at 09:50, Harland Christofferson wrote: >> i have had a firewall configured to drop inbound packets on ports >> that i am not using via iptables. i ran a port scanning utility

howto block ports

2004-02-25 Thread Harland Christofferson
i have had a firewall configured to drop inbound packets on ports that i am not using via iptables. i ran a port scanning utility from an external machine. the utility detected that, although the ports were _closed_, the ports still responded to the port scan utility. i suspect that data destine

cron and stty

2004-02-16 Thread Harland Christofferson
I am trying to run a bash script as a cron job but need specific kernel parameters that are not defaults. i have a bash script that pipes date to a text file: #! /bin/sh export COLUMNS=160 LINES=80 stty cols 160 rows 80 /home/me/myscript.sh > outfile.txt this syntax works fine if i run

Re: DHCP hostname

2004-02-13 Thread Harland Christofferson
At Friday, 13 February 2004, Sam Halliday <[EMAIL PROTECTED]> wrote: >Sam Halliday wrote: >[snip] >> i am on a DHCP-served network and the server will always give out a >> hostname, but debian completely ignores that hostname; preferring >> instead to use the hostname "debian" which it set up duri

  1   2   >