Just ran into this as well. Is there an ETA for a fix for the LTS?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/392532
Title:
apache2.2-common: /etc/init.d/apache2 script is empty
--
ubuntu-bugs
> This should be fixed in maverick and above now.
>
> chuck
Any news on a fix for the LTS?
I suppose that's what most people run on their servers and this is definitely a
server related bug.
So it would be nice to see that on Lucid some time soon.
Killed (Well not literally, apache just didn't
I'd like to reopen this.
2.6.32-25-generic #45-Ubuntu SMP Sat Oct 16 19:48:22 UTC 2010 i686 GNU/Linux
My /etc/init.d/apache2 was emptied in at least three servers, apache2 info
# apache2 -v
Server version: Apache/2.2.14 (Ubuntu)
Server built: Sep 28 2010 12:52:38
Running on /etc/apache2/
I had
This should be fixed in maverick and above now.
chuck
** Changed in: apache2 (Ubuntu)
Status: Confirmed => Fix Released
** Changed in: logrotate (Ubuntu)
Status: New => Fix Released
--
apache2.2-common: /etc/init.d/apache2 script is empty
https://bugs.launchpad.net/bugs/392532
Yo
Ran into this in EC2 instance as well, where symlink for log directories
to an EBS mount point is preferred practice (for post crash analysis). I
can live without rotated logs, but it's added several steps in the apt-
get upgrade process (remove symlink, move directory back to /var/log,
run upgrade
** Changed in: logrotate (Ubuntu)
Assignee: (unassigned) => Dave Walker (davewalker)
--
apache2.2-common: /etc/init.d/apache2 script is empty
https://bugs.launchpad.net/bugs/392532
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
** Branch linked: lp:~davewalker/ubuntu/lucid/logrotate/sync_3.7.8-5
--
apache2.2-common: /etc/init.d/apache2 script is empty
https://bugs.launchpad.net/bugs/392532
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing
** Changed in: logrotate (Debian)
Status: Unknown => Fix Released
--
apache2.2-common: /etc/init.d/apache2 script is empty
https://bugs.launchpad.net/bugs/392532
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mail
** Also affects: logrotate (Ubuntu)
Importance: Undecided
Status: New
--
apache2.2-common: /etc/init.d/apache2 script is empty
https://bugs.launchpad.net/bugs/392532
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bu
** Bug watch added: Debian Bug tracker #571033
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571033
** Also affects: logrotate (Debian) via
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571033
Importance: Unknown
Status: Unknown
--
apache2.2-common: /etc/init.d/apache2 scri
Thanks for your help, Matt.
I think you changed the directory name and that caused the bug to
appear. But it is definitely a grave bug in logrotate that it mis-parses
the config file and clobbers random files if the log directory does not
exist.
Uhh, can somebody with more launchpad foo please r
Stefan, running
logrotate -d /etc/logrotate.conf gives me:
reading config file /etc/logrotate.conf
including /etc/logrotate.d
reading config file apache2
The output of
logrotate -d /etc/logrotate.conf
(run as root) would be interesting, too. Especially if it mentions
errors or the file /etc/init.d/apache2.
BTW, you can restore the file with
cd /tmp
aptitude download apache2.2-common
dpkg --extract apache2.2-common_*.deb apache2.2-common
sudo cp
I suspect that logrotate chokes on the '}' that is in the postrotate
script in /etc/logrotate.d/apache2. Normally it works fine, but maybe if
there is a configuration parse error before the script, something goes
wrong.
Please provide the output from
ls -l /etc/logrotate.d
and the contents of /e
What version are you upgrading from?
Regards
chuck
--
apache2.2-common: /etc/init.d/apache2 script is empty
https://bugs.launchpad.net/bugs/392532
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@
My system is ext3.
--
apache2.2-common: /etc/init.d/apache2 script is empty
https://bugs.launchpad.net/bugs/392532
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ub
What file system do you use for your root partition? ext4?
--
apache2.2-common: /etc/init.d/apache2 script is empty
https://bugs.launchpad.net/bugs/392532
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubunt
Info:
#uname -a
2.6.31-19-server #56-Ubuntu SMP Thu Jan 28 03:40:48 UTC 2010 x86_64
GNU/Linux
pkg -l |grep apache
ii apache2 2.2.12-1ubuntu2.1 Apache
HTTP Server metapackage
ii apache2-mpm-worker2.2.12-1ubuntu2.1 Apach
I just got hit by this!
Took down my production webserver :(
--
apache2.2-common: /etc/init.d/apache2 script is empty
https://bugs.launchpad.net/bugs/392532
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ub
Same as Robert and zeekoe. Found a bunch of apache2 files that looked
like they had been rotated by logrotate. Running Ubuntu Karmic Server
with a fresh install.
# uname -a
Linux host 2.6.31-302-rs #7 SMP Thu Oct 29 22:57:03 UTC 2009 x86_64 GNU/Linux
# dpkg -l | grep apache
ii apache2-doc
Same here; Eeebuntu 3 (customized Jaunty)
$ uname -a
Linux zeekoe-laptop 2.6.29-1-netbook #0array1 SMP Mon Feb 23 15:02:03 MST 2009
i686 GNU/Linux
I deleted /etc/init.d/apache* because all of them were 0 bytes. Tried
removing and then installing again the following packages:
apache2 apache2-mpm-
Hi
I have noticed the same problem. My /etc/init.d/apache2 file is emptied
occasionally.
I also noticed that new files apache2.1 apache2.2 etc was created in the same
directory. It seemed like the handling of logfiles where older files are kept
with a .'integer' extension.
I have several times
i loaded apache-src because even though apache2 was installed, it
wouldn't start (due to the empty /etc/init.d/apache2 script).
-rwxr-xr-x 1 root root 5.7K 2008-02-01 22:57 /etc/init.d/apache2
...i eventually replaced the file with one i had from an earlier backup
(probably of intrepid).
--
apa
Hi Calvin,
My test was done on Karmic too and still can't reproduce this bug. Why
do you have apache2-src installed? did you compile something? can you
also provide me the result of: ls -lh /etc/init.d/apache2
Regards,
--
apache2.2-common: /etc/init.d/apache2 script is empty
https://bugs.launc
Correction: Kubuntu 9.10 AMD64
--
apache2.2-common: /etc/init.d/apache2 script is empty
https://bugs.launchpad.net/bugs/392532
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
http
Hassan: thank you for your attention on this matter!
Dell Inspiron E1505, 2.08GB RAM, 32.9GB Free on Root Part (not counting two
250GB usb drives). No LVM.
uname -a: Linux vistaclm 2.6.30-10-generic #12-Ubuntu SMP Mon Jun 22 16:30:32
UTC 2009 x86_64 GNU/Linux
sudo dpkg -l apache\* | grep ^ii:
ii
r...@ubuntu:/var# ls -lh /etc/init.d/apache2
-rwxr-xr-x 1 root root 6.4K 2009-06-09 14:28 /etc/init.d/apache2
Sorry, I can't reproduce this bug on :
r...@ubuntu:~# uname -a
Linux ubuntu 2.6.30-10-server #12-Ubuntu SMP Mon Jun 22 17:22:00 UTC 2009
x86_64 GNU/Linux
r...@ubuntu:~# dpkg -l apache\
27 matches
Mail list logo