Content-Type: text/plain
debian-user-digest Digest Volume 2007 : Issue 2765
Today's Topics:
Re: Deletion of files from usb-key [ Raj Kiran Grandhi ]
Re: what's your favourite FLOSS? [ "Douglas A. Tutty" ]
Re: Telnet/SSH Terminal Help [ "Douglas A. Tutty" ]
Re: Telnet/SSH Terminal Help [ Jeff Grossman ]
Re: what's your favourite FLOSS? [ Charlie ]
Re: Apache2 Still Dying [ Andrew Sackville-West ]
Re: Apache2 Still Dying [ Raquel ]
Re: Apache2 Still Dying [ Jeff D ]
Re: Why kernel 2.6.23 does not appea [ Andrei Popescu <andreimpopescu@gmai ]
Can expect deal with dialog generate [ "hhding.gnu" <hhding.gnu@gmail.com> ]
Date: Thu, 08 Nov 2007 08:50:10 +0530
From: Raj Kiran Grandhi <grajkiran@gmail.com>
To: Haines Brown <brownh@hartford-hwp.com>
Cc: debian-user@lists.debian.org
Subject: Re: Deletion of files from usb-key
Message-ID: <4732806A.7020806@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Haines Brown wrote:
> Kiran,
>
> Thanks for the help. I should emphazie that my promblem is not
> mounting the usb-key drive, but only deleting the files on it. I can
> copy those files, but not delete or modify them. However, if I add a
> test file, I can readily delete it.
>
> I suspect I damanged the file system by removing the usb-key from a
> laptop running Windows without first "stopping" it (I know nothing of
> Windows).
>
> You suggested first:
>
> # dd if=/dev/zero of=/sdd bs=512 count=1
> 1+0 records in
> 1+0 records out
> 512 bytes (512 B) copied, 0.00394563 seconds, 130 kB/s
>
> This didn't get rid of the files.
- Did you unmount the flash drive before you did dd?
- Verify that your flash drive is indeed /dev/sdd.
>
> You suggested second:
>
> # mkdosfs -I -v /dev/sdd
> mkdosfs 2.11 (12 Mar 2005)
> /dev/sdd has 16 heads and 62 sectors per track,
> logical sector size is 512,
> using 0xf8 media descriptor, with 1000944 sectors;
> file system has 2 16-bit FATs and 16 sectors per cluster.
> FAT size is 245 sectors, and provides 62526 clusters.
> Root directory contains 512 slots.
> Volume ID is 47326c96, no volume label.
>
> Files still there.
As I said, the drive was probably still mounted when you ran the
commands. Unmount the flash drive, run dd, unplug it from the system,
plug it back in, run mkdosfs, unplug, plug and then mount.
--
Raj Kiran Grandhi
Date: Wed, 07 Nov 2007 19:24:27 -0800
From: Jeff Grossman <jeff@stikman.com>
To: Debian Users <debian-user@lists.debian.org>
Subject: Re: Telnet/SSH Terminal Help
Message-ID: <4732816B.3090102@stikman.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
s. keeling wrote:
> Jeff Grossman <jeff@stikman.com>:
>
>> s. keeling wrote:
>>
>>> Jeff Grossman <jeff@stikman.com>:
>>>
>>>
>>>>> Douglas A. Tutty wrote:
>>>>>
>>>>>
>>>>>> On Mon, Oct 29, 2007 at 06:03:01AM -0700, Jeff Grossman wrote:
>>>>>>
>>>>>>
>>>>>>> If I do an 'export LC_ALL=C' then term=linux and term=screen appear to
>>>>>>> act the same. The display is much better but still not perfect. I
>>>>>>> have
>>>>>>> updated a new picture at http://www.stikman.com/mcdisplay1.jpg.
>>>>>>>
>>>>>>>
>>>>>> What about TERM=screen ?
>>>>>>
>>>>>>
>>>> Where should I put the 'export LC_ALL=C' command so it is always done for
>>>> each login and for each user? The /etc/bash.bashrc file?
>>>>
>>> btw, defining LC_ALL=C is heavy-handed overkill. Better would be
>>> LANG. I also set LC_COLLATE=C. Here's what I end up with:
>>>
>>> (0) heretic /home/keeling_ locale
>>> LANG=en_US.iso885915
>>> LC_CTYPE="en_US.iso885915"
>>>
>> Well, honestly, I have no idea what any of those settings do. I just
>> want mc and aptitude to properly draw lines. Without the LC_ALL line
>> the lines are not drawn correctly. What setting should I use to fix the
>>
>
> Your problem isn't related to locale. I suspect it's your terminal
> emulation that's buggered. Are you using xterm, rxvt, or one of the
> clueless children (kterm/gnome-terminal)?
>
>
>
I am using TERM=linux. Before I did LC_ALL=C none of the lines
displayed correctly when using mc. Since I have done LC_ALL=C all of
the lines are displaying correctly except for the scroll lines on the
right hand side of the screen.
Jeff
Date: Wed, 7 Nov 2007 22:19:31 -0500
From: "Douglas A. Tutty" <dtutty@porchlight.ca>
To: debian-user@lists.debian.org
Subject: Re: what's your favourite FLOSS?
Message-ID: <20071108031931.GC8477@titan.hooton>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
On Wed, Nov 07, 2007 at 01:09:38PM -0700, Robert Jerrard wrote:
> On Wed, 2007-07-11 at 21:38 +0200, Tshepang Lekhonkhobe wrote:
> > On Nov 7, 2007 8:34 PM, Robert Jerrard <rjerrard@math.concordia.ab.ca> wrote:
> > > evince, xpdf
> >
> > How come this is? What's the limitations of each?
>
> Evince is nice in that it remembers what slide you stopped at last time
> but it was a bit buggy in earlier versions, seems to work nicely now.
>
> Xpdf was the one I used when evince was buggy.
>
> I haven't seen any real limitations for either in my limited use of
> them.
I didn't notice that gnome apps had stopped being buggy. Every time I
figure I'll try one (such as Evince) I always hit some bug.
I use Kpdf most of the time but xpdf has a smaller footprint (both
memory and disk space requirements). I have Kpdf on my main Athlon box
and xpdf on my PII. I can view a pdf directly on the PII with xpdf or I
can ssh -X into my athlon box and view it with Kpdf if I set Kpdf for
poor performance. Its stores rendered pages in the Xorg memory
footprint on the PII. If I'm really tight for memory, I'll run xpdf on
the Athlon and it will keep rendered pages on the Athlon.
Doug.
Date: Wed, 7 Nov 2007 22:16:01 -0500
From: "Douglas A. Tutty" <dtutty@porchlight.ca>
To: debian-user@lists.debian.org
Subject: Re: what's your favourite FLOSS?
Message-ID: <20071108031601.GB8477@titan.hooton>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
On Thu, Nov 08, 2007 at 09:00:27AM +1100, Charlie wrote:
> On Thu, 8 Nov 2007, Tshepang Lekhonkhobe shared this with us all:
> >--} On Nov 6, 2007 11:18 PM, Charlie <ariestao@clearmail.com.au> wrote:
> >--} > >--} mathematics:
> >--}
> >--} How does this work? Is it a mistake?
> >--}
> >--} > * Lyx
> >--} > >--}
> >--} > >--} misc utilities:
> >--} > * Dia, VYM, K9copy, CDcat, Gkrellm, Kerry Beagle, Quanta, Unclutter,
> > probably --}
> >--} probably? Where does one get that?
> >--}
> >--}
>
> Sorry...... misinterpretation on my part...... thought it meant mathematical
> formulas
>
> [hangs head in shame] :-(
Oh, I thought you got Probably from the Hiezenburg (spelling??)
Uncertanty Repository. :)
Doug.
Date: Wed, 7 Nov 2007 22:28:14 -0500
From: "Douglas A. Tutty" <dtutty@porchlight.ca>
To: debian-user@lists.debian.org
Subject: Re: Deletion of files from usb-key
Message-ID: <20071108032814.GD8477@titan.hooton>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
On Wed, Nov 07, 2007 at 09:22:54PM -0500, Haines Brown wrote:
What device are we talking about: What device and what partition on the
device?
> # dd if=/dev/zero of=/sdd bs=512 count=1
> 1+0 records in
> 1+0 records out
> 512 bytes (512 B) copied, 0.00394563 seconds, 130 kB/s
>
Note that this is /sdd (this is a file called sdd in /)
> This didn't get rid of the files.
>
> You suggested second:
>
> # mkdosfs -I -v /dev/sdd
> mkdosfs 2.11 (12 Mar 2005)
> /dev/sdd has 16 heads and 62 sectors per track,
Note that this is /dev/sdd
> Files still there.
>
> Important relevant information:
>
> $ df /media/mirror
> Filesystem 1K-blocks Used Available Use% Mounted on
> /dev/sda1 964500 124352 791152 14% /
Note: this is sda1
>
> I next tried to repair the file system;
>
> # dosfsck -av /dev/sdd
> dosfsck 2.11 (12 Mar 2005)
> dosfsck 2.11, 12 Mar 2005, FAT32, LFN
> Logical sector size is zero.
>
> Zero?
>
Note that this is /dev/sdd
> I said that running mformat failed. What I meant is that I only get
> the usage help, but nothing happens:
>
> # mformat -v /dev/sdd
> Mtools version 3.9.10, dated March 2nd, 2005
> Usage: ...
>
> I tried:
>
> # fdisk /dev/sdd
>
> and print partition table:
>
> Disk /dev/sdd: 512 MB, 512483328 bytes
> 16 heads, 62 sectors/track, 1009 cylinders
> Units = cylinders of 992 * 512 = 507904 bytes
>
> Device Boot Start End Blocks Id System
> /dev/sdd1 1 1009 500433 b W95 FAT32
>
> This looks OK.
Date: Wed, 7 Nov 2007 22:06:27 -0500
From: "Douglas A. Tutty" <dtutty@porchlight.ca>
To: debian-user@lists.debian.org
Subject: Re: what's your favourite FLOSS?
Message-ID: <20071108030627.GA8477@titan.hooton>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
On Wed, Nov 07, 2007 at 05:44:59PM +0200, Tshepang Lekhonkhobe wrote:
> On Nov 7, 2007 4:32 AM, Douglas A. Tutty <dtutty@porchlight.ca> wrote:
> > > web browser:
> > lynx, konqueror, + iceweasel (in i386 chroot for flash, javascript, plus
> > a couple of sites that won't work on konq).
>
> This makes me curious why i386 chroot?
Because I'm running Etch amd64. There is no flashplayer for amd64 and
no wrapper (as there is in Lenny). So a browser plus flash needs to be
in a chroot. I'm on dialup and iceweasel has frequent enough security
replacment (and its a big download when that happens) that I only want
one copy to have to maintain; in the i386 chroot. My normal day-to-day
browsing is with Konqueror amd64 and requires neither flash nor
javascript.
Doug.
Date: Wed, 7 Nov 2007 22:38:13 -0500
From: "Patrick Wiseman" <pwiseman@gmail.com>
To: "Debian User Lists" <debian-user@lists.debian.org>
Subject: Re: Debian Lenny freezes in X
Message-ID: <a94352370711071938v346ae950t6718f12b33e510b4@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
I have had no X freeze on my Debian testing system since installing
the xfwm4 from unstable.
Patrick
On Nov 7, 2007 3:39 PM, Patrick Wiseman <pwiseman@gmail.com> wrote:
> On Nov 6, 2007 12:59 PM, I wrote:
>
> > On a recently updated testing system, but using kernel 2.6.21 (because
> > I can't get the Cisco VPN client to compile with 2.6.22), I've had
> > intermittent freezes of X too. In fact, had one moment ago! I was
> > able to Ctl-Alt-F2 to a console, where I logged in and ran top, which
> > reported 1 zombie process, which, it turned out, was ld-linux.so.2. I
> > returned to the X console and used Ctrl-Backspace to end the session.
> > After restarting, I have no zombie processes.
> >
> > So, is it a problem with ld-linux.so.2, and, if so, what's the fix?
>
> I just read on the xfce users list that the problem is with xfwm4 and
> the gtk version in testing; it's fixed, I'm told, in the xfwm4 in
> unstable, which I have now installed and hope for the best!
>
> Patrick
>
Date: Wed, 7 Nov 2007 22:38:54 -0500
From: "Manu Hack" <manuhack@gmail.com>
To: debian-user@lists.debian.org
Subject: Re: what's your favourite FLOSS?
Message-ID: <50af02ed0711071938vbb1bb22if4494954ae9966bb@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
> I use Kpdf most of the time but xpdf has a smaller footprint (both
> memory and disk space requirements). I have Kpdf on my main Athlon box
> and xpdf on my PII. I can view a pdf directly on the PII with xpdf or I
> can ssh -X into my athlon box and view it with Kpdf if I set Kpdf for
> poor performance. Its stores rendered pages in the Xorg memory
> footprint on the PII. If I'm really tight for memory, I'll run xpdf on
> the Athlon and it will keep rendered pages on the Athlon.
I also found kpdf outperform xpdf for big files. But the only reason
I still keep using xpdf is that I can't set the vi key-binding (hjkl
is enough) in kpdf.
Manu
Date: Wed, 7 Nov 2007 22:46:02 -0500
From: "Douglas A. Tutty" <dtutty@porchlight.ca>
To: debian-user@lists.debian.org
Subject: Re: Telnet/SSH Terminal Help
Message-ID: <20071108034602.GC8875@titan.hooton>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
On Wed, Nov 07, 2007 at 07:24:27PM -0800, Jeff Grossman wrote:
> s. keeling wrote:
> >Your problem isn't related to locale. I suspect it's your terminal
> >emulation that's buggered. Are you using xterm, rxvt, or one of the
> >clueless children (kterm/gnome-terminal)?
> >
> I am using TERM=linux. Before I did LC_ALL=C none of the lines
> displayed correctly when using mc. Since I have done LC_ALL=C all of
> the lines are displaying correctly except for the scroll lines on the
> right hand side of the screen.
>
Try using TERM=screen on both ends. I've found that it seems to work
since GNU-screen is GNU-screen everywhere whereas different OSs (and
distros) seem to tinker with vt100 et al and linux.
Doug.
Date: Wed, 7 Nov 2007 19:56:45 -0800
From: Raquel <raquel@thericehouse.net>
To: debian-user@lists.debian.org
Subject: Apache2 Still Dying
Message-Id: <20071107195645.4287c967.raquel@thericehouse.net>
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
I ran mtest86+ and the memory checked out ... no errors.
I ran strace /usr/sbin/apache2 and can see no errors.
I have googled until my eyes are red and sore.
Apache2 is still dying (stops delivering pages) after anywhere from
15 minutes to 5 hours. I cannot find a reason in any of the server
logs, messages or syslog.
Any ideas?
--
Raquel
============================================================
It is very nearly impossible ... to become an educated person in a
country so distrustful of the independent mind.
--James Baldwin
Date: Wed, 07 Nov 2007 20:01:58 -0800
From: Jeff Grossman <jeff@stikman.com>
To: Debian Users <debian-user@lists.debian.org>
Subject: Re: Telnet/SSH Terminal Help
Message-ID: <47328A36.5030002@stikman.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Douglas A. Tutty wrote:
> On Wed, Nov 07, 2007 at 07:24:27PM -0800, Jeff Grossman wrote:
>
>> s. keeling wrote:
>>
>
>
>>> Your problem isn't related to locale. I suspect it's your terminal
>>> emulation that's buggered. Are you using xterm, rxvt, or one of the
>>> clueless children (kterm/gnome-terminal)?
>>>
>>>
>> I am using TERM=linux. Before I did LC_ALL=C none of the lines
>> displayed correctly when using mc. Since I have done LC_ALL=C all of
>> the lines are displaying correctly except for the scroll lines on the
>> right hand side of the screen.
>>
>>
>
> Try using TERM=screen on both ends. I've found that it seems to work
> since GNU-screen is GNU-screen everywhere whereas different OSs (and
> distros) seem to tinker with vt100 et al and linux.
>
> Doug.
>
>
>
I don't have screen as an option in my telnet program. I am using ZOC
on Windows and it only has the following options:
Ansi BBS
Ansi SCO
Avatar/0+
Linux
QNX 4
SNI97801
Sun CDE
TN3270
TN5250
TTY
TVI 9xx
VT100
VT102
VT220
VT52
Wyse
If I just use TERM=screen on the Debian box but leave Linux in ZOC, the
lines look the same. But, only after doing LC_ALL=C. If I don't do
that the lines do not draw correctly no matter what I have tried in
regards to terminal emulation.
Also, I had no problems with this setup when I was using Gentoo Linux.
The line drawing problem started with Debian.
Thanks,
Jeff
Date: Thu, 8 Nov 2007 16:20:40 +1100
From: Charlie <ariestao@clearmail.com.au>
To: debian-user@lists.debian.org
Subject: Re: what's your favourite FLOSS?
Message-Id: <200711081620.40134.ariestao@clearmail.com.au>
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
On Thu, 8 Nov 2007, Douglas A. Tutty shared this with us all:
>--} On Thu, Nov 08, 2007 at 09:00:27AM +1100, Charlie wrote:
>--} > On Thu, 8 Nov 2007, Tshepang Lekhonkhobe shared this with us all:
>--} > >--} On Nov 6, 2007 11:18 PM, Charlie <ariestao@clearmail.com.au>
> wrote: --} > >--} > >--} mathematics:
>--} > >--}
>--} > >--} How does this work? Is it a mistake?
>--} > >--}
>--} > >--} > * Lyx
>--} > >--} > >--}
>--} > >--} > >--} misc utilities:
>--} > >--} > * Dia, VYM, K9copy, CDcat, Gkrellm, Kerry Beagle, Quanta,
> Unclutter, --} > > probably --}
>--} > >--} probably? Where does one get that?
>--} > >--}
>--} > >--}
>--} >
>--} > Sorry...... misinterpretation on my part...... thought it meant
> mathematical --} > formulas
>--} >
>--} > [hangs head in shame] :-(
>--}
>--} Oh, I thought you got Probably from the Hiezenburg (spelling??)
>--} Uncertanty Repository. :)
>--}
>--} Doug.
I got it even more wrong................?????????? Probably-others, not
probably as a package.........
Others like: Kommander, Scribus, Kalarm, Knotes and-others.
:-(
--
Registered Linux User:- 329524
+++++++++++++++++++++++++++++++++++
I have always known that at last I would take this road But yesterday I did
not know it would be today. ----------------- NARIHARA
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Debian - Just the best way to do magic.
Date: Wed, 7 Nov 2007 21:35:22 -0800
From: Andrew Sackville-West <andrew@farwestbilliards.com>
To: debian-user@lists.debian.org
Subject: Re: Apache2 Still Dying
Message-ID: <20071108053522.GH21858@localhost.localdomain>
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="k+G3HLlWI7eRTl+h"
Content-Disposition: inline
--k+G3HLlWI7eRTl+h
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Wed, Nov 07, 2007 at 07:56:45PM -0800, Raquel wrote:
> I ran mtest86+ and the memory checked out ... no errors.
>=20
> I ran strace /usr/sbin/apache2 and can see no errors.
>=20
> I have googled until my eyes are red and sore.
>=20
> Apache2 is still dying (stops delivering pages) after anywhere from
> 15 minutes to 5 hours. I cannot find a reason in any of the server
> logs, messages or syslog.
>=20
> Any ideas?
maybe turn off all the modules, and just serve up a single, simple
static page and see what happens. If it goes down, then its apache, if
not then its one of the modules or code being run by one of those
modules.
A
--k+G3HLlWI7eRTl+h
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHMqAaaIeIEqwil4YRAo0QAJ0VvLt6gMW/05bpqayvNWgRt7deOgCeJtWE
pYorT5vebhSkUfSb8FhXzMs=
=z4km
-----END PGP SIGNATURE-----
--k+G3HLlWI7eRTl+h--
Date: Wed, 07 Nov 2007 21:31:28 -0800
From: Jeff D <fixedored@gmail.com>
To: debian-user@lists.debian.org
Subject: Re: Apache2 Still Dying
Message-ID: <47329F30.6050103@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Raquel wrote:
> I ran mtest86+ and the memory checked out ... no errors.
>
> I ran strace /usr/sbin/apache2 and can see no errors.
>
> I have googled until my eyes are red and sore.
>
> Apache2 is still dying (stops delivering pages) after anywhere from
> 15 minutes to 5 hours. I cannot find a reason in any of the server
> logs, messages or syslog.
>
> Any ideas?
>
So, does apache keep listening and not serving pages, or does it
completely die?
Also, are all the modules you have loaded completely nesesarry? If so,
I'd go ahead and disable those. Have you done any configuration
tweaking to anything that might be causing this?
Are you logging php?
Jeff
Date: Wed, 7 Nov 2007 22:13:14 -0800
From: Raquel <raquel@thericehouse.net>
To: debian-user@lists.debian.org
Subject: Re: Apache2 Still Dying
Message-Id: <20071107221314.58c646f3.raquel@thericehouse.net>
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
On Wed, 07 Nov 2007 21:31:28 -0800
Jeff D <fixedored@gmail.com> wrote:
> Raquel wrote:
> > I ran mtest86+ and the memory checked out ... no errors.
> >
> > I ran strace /usr/sbin/apache2 and can see no errors.
> >
> > I have googled until my eyes are red and sore.
> >
> > Apache2 is still dying (stops delivering pages) after anywhere
> > from 15 minutes to 5 hours. I cannot find a reason in any of
> > the server logs, messages or syslog.
> >
> > Any ideas?
> >
>
> So, does apache keep listening and not serving pages, or does it
> completely die?
As far as I can tell, Apache keeps listening but stops serving
pages.
>
> Also, are all the modules you have loaded completely nesesarry? If
> so, I'd go ahead and disable those. Have you done any
> configuration tweaking to anything that might be causing this?
>
> Are you logging php?
>
alias.load
authz_groupfile
cgi
include
php5.conf
auth_basic
authz_host
dir
info
php5
authn_file
authz_user
dir
mime
rewrite
auth_pam
autoindex
env
negotiation
setenvif
authz_default
cache
expires
perl
status
php errors are being logged.
--
Raquel
============================================================
If men are to be precluded from offering their sentiments on a
matter which may involve the most serious and alarming consequences
that can invite the consideration of mankind, reason is of no use to
us; the freedom of speech may be taken away, and dumb and silent we
may be led, like sheep to the slaughter.
--George Washington
Date: Wed, 07 Nov 2007 23:03:59 -0800
From: Jeff D <fixedored@gmail.com>
To: debian-user@lists.debian.org
Subject: Re: Apache2 Still Dying
Message-ID: <4732B4DF.8010806@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Raquel wrote:
> On Wed, 07 Nov 2007 21:31:28 -0800
> Jeff D <fixedored@gmail.com> wrote:
>
>> Raquel wrote:
>>> I ran mtest86+ and the memory checked out ... no errors.
>>>
>>> I ran strace /usr/sbin/apache2 and can see no errors.
>>>
>>> I have googled until my eyes are red and sore.
>>>
>>> Apache2 is still dying (stops delivering pages) after anywhere
>>> from 15 minutes to 5 hours. I cannot find a reason in any of
>>> the server logs, messages or syslog.
>>>
>>> Any ideas?
>>>
>> So, does apache keep listening and not serving pages, or does it
>> completely die?
>
> As far as I can tell, Apache keeps listening but stops serving
> pages.
>
>> Also, are all the modules you have loaded completely nesesarry? If
>> so, I'd go ahead and disable those. Have you done any
>> configuration tweaking to anything that might be causing this?
>>
>> Are you logging php?
>>
>
> alias.load
> authz_groupfile
> cgi
> include
> php5.conf
> auth_basic
> authz_host
> dir
> info
> php5
> authn_file
> authz_user
> dir
> mime
> rewrite
> auth_pam
> autoindex
> env
> negotiation
> setenvif
> authz_default
> cache
> expires
> perl
> status
>
> php errors are being logged.
>
anything telling in the php log? When it stops, whats the output of
lsof -i:80 ? Any firewalls that might be causing interference?
Jeff
Date: Thu, 8 Nov 2007 09:29:57 +0200
From: Andrei Popescu <andreimpopescu@gmail.com>
To: debian-user@lists.debian.org
Subject: Re: Why kernel 2.6.23 does not appear in sid packages?
Message-ID: <20071108072957.GB14504@think.homenet>
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="KFztAG8eRSV9hGtP"
Content-Disposition: inline
--KFztAG8eRSV9hGtP
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Thu, Nov 08, 2007 at 06:41:12AM +0530, Kumar Appaiah wrote:
> On 07/11/2007, Andrei Popescu wrote:
> > > Being a Sid user you should be subscribed to debian-devel-announce:
> > >
> > > http://lists.debian.org/debian-devel-announce/2007/11/msg00001.html
> >
> > The problem seems to be solved (at least I got upgrades).
>=20
> I don't think so. I don't thnik you'll get upgrades the next day, for
> example, since ries.debian.org =3D=3D ftp-master.debian.org is still down.
> So, no new uploads are possible.
--------------------------
Aptitude 0.4.7: log report
Wed, Nov 7 2007 19:11:26 +0200
[...]
Will install 50 packages, and remove 1 packages.
192MB of disk space will be freed
-------------------------
So I did get upgrades, but opening a few changelogs I see the last entry=20
was 31.Oct ... I might be that I got those upgrades later due to some=20
work done on my main mirror (was mentioned on the lug mailing list).
Regards,
Andrei
--=20
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)
--KFztAG8eRSV9hGtP
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHMrr0qJyztHCFm9kRAg7SAKCVR1dktJMXTSwUUdEbOnK/AVm+aACaAzKk
XD03p3L03qFIbN874DHGm/Y=
=rTot
-----END PGP SIGNATURE-----
--KFztAG8eRSV9hGtP--
Date: Thu, 08 Nov 2007 15:36:05 +0800
From: "hhding.gnu" <hhding.gnu@gmail.com>
To: debian-user@lists.debian.org
Subject: Can expect deal with dialog generated by whiptail?
Message-ID: <4732BC65.6070908@gmail.com>
Content-Type: text/plain; charset=GB2312
Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have some program which show some dialog by whiptail as UI to users,
can I use expect to run the program without any interaction?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
iD8DBQFHMrxlJo9Njjkvy34RAo0gAJ9WsaqnJcUk1+NQSn9w5sX7+8D+LgCeJnY6
3TCZEBaHi2lhRI0pHABxqqE=
=d/N4
-----END PGP SIGNATURE-----
End of debian-user-digest Digest V2007 Issue #2765
**************************************************
Received on Thu Nov 8 02:58:08 2007