[Bug 275790] Re: [intrepid] missing /etc/apache2/conf.d/ampache.conf

2008-09-30 Thread Launchpad Bug Tracker
This bug was fixed in the package ampache - 3.4.3-0ubuntu2 --- ampache (3.4.3-0ubuntu2) intrepid; urgency=low * Fixed debian/ampache.postinst to create symlink. (LP: #275790) -- Charlie Smotherman [EMAIL PROTECTED] Mon, 29 Sep 2008 21:33:27 -0500 ** Changed in: ampache

[Bug 275790] Re: [intrepid] missing /etc/apache2/conf.d/ampache.conf

2008-09-29 Thread TomasCassidy
I just ran apt-get purge ampache apt-get update apt-get install ampache and still haven't got that symlink created. $ apt-cache policy ampache ampache: Installed: 3.4.3-0ubuntu1 Candidate: 3.4.3-0ubuntu1 Version table: *** 3.4.3-0ubuntu1 0 500 http://au.archive.ubuntu.com

[Bug 275790] Re: [intrepid] missing /etc/apache2/conf.d/ampache.conf

2008-09-29 Thread TomasCassidy
How do i locate ampache.postinst in the package that I installed? I noticed that the deb file is cached in /var/cache/apt/archives/ampache_3.4.3-0ubuntu1_all.deb but I have no idea how to open it up to look inside. -- [intrepid] missing /etc/apache2/conf.d/ampache.conf

[Bug 275790] Re: [intrepid] missing /etc/apache2/conf.d/ampache.conf

2008-09-29 Thread Charlie_Smotherman (porthose)
Thank you for your bug report. There is this code in ampache.postinst if [ ! -f /etc/$webserver/conf.d/ampache ] [ ! -h /etc/$webserver/conf.d/ampache ]; then ln -s /etc/ampache/ampache.conf /etc/$webserver/conf.d/ampache fi this should have made the symlink. I am

[Bug 275790] Re: [intrepid] missing /etc/apache2/conf.d/ampache.conf

2008-09-29 Thread TomasCassidy
** Description changed: Binary package hint: ampache The ampache package for intrepid appears to be missing the symlink at - /etc/apache2/conf.d/ampache.conf which points to - /etc/ampache/ampache.conf. This prevents ampache from being browsable - in Firefox. + /etc/apache2/conf.d/ampache

[Bug 275790] Re: [intrepid] missing /etc/apache2/conf.d/ampache.conf

2008-09-29 Thread Charlie_Smotherman (porthose)
Look in /var/lib/dpkg/info/ampache.postinst. You can open it with a text editor. -- [intrepid] missing /etc/apache2/conf.d/ampache.conf https://bugs.launchpad.net/bugs/275790 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 275790] Re: [intrepid] missing /etc/apache2/conf.d/ampache.conf

2008-09-29 Thread TomasCassidy
I havent been able to test this fix as I don't know how to update a .deb file. ** Attachment added: ampache.postinst.patch http://launchpadlibrarian.net/18076508/ampache.postinst.patch -- [intrepid] missing /etc/apache2/conf.d/ampache.conf https://bugs.launchpad.net/bugs/275790 You received

[Bug 275790] Re: [intrepid] missing /etc/apache2/conf.d/ampache.conf

2008-09-29 Thread Charlie_Smotherman (porthose)
I can confirm this bug, thanks Tomas. I am currently testing the fix submitted by Tomas and will generate the needed debdiff. Assigning to me, Setting status to in progress ** Changed in: ampache (Ubuntu) Assignee: (unassigned) = Charlie_Smotherman (porthose) (cjsmo) Status: New =

[Bug 275790] Re: [intrepid] missing /etc/apache2/conf.d/ampache.conf

2008-09-29 Thread Charlie_Smotherman (porthose)
I have tested Tomas fix and it worked perfectly, thanks again Tomas. Attaching ampache-3.4.3.debdiff, subscribing Ubuntu Universe Sponsors, changing status to fix commited, assigning to no one. ** Attachment added: ampache-3.4.3.debdiff