[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 (Ubuntu)
   Status: Confirmed = Fix Released

-- 
[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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 intrepid/universe Packages
100 /var/lib/dpkg/status

-- 
[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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
https://bugs.launchpad.net/bugs/275790
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 downloading Intrepid-Alpha6 image and will be doing a test install
to see if I can reproduce this behavior.

Downloaded current version of ampache from the archives with dget -x

pbuilder +B91dpkg-i hooks completed with no errors noted.

Charlie

-- 
[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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 which points to /etc/ampache/ampache.conf.
+ This prevents ampache from being browsable in Firefox.
+ 
+ $ ls /etc/apache2/conf.d/ampache
+ ls: cannot access /etc/apache2/conf.d/ampache: No such file or directory

-- 
[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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 = In Progress

-- 
[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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
   http://launchpadlibrarian.net/18080023/ampache-3.4.3.debdiff

** Changed in: ampache (Ubuntu)
 Assignee: Charlie_Smotherman (porthose) (cjsmo) = (unassigned)
   Status: In Progress = Confirmed

-- 
[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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs