Re: Bug#611569: apt-cdrom doesn't work on GNU/kFreeBSD

2011-02-01 Thread Lennart Sorensen
On Tue, Feb 01, 2011 at 06:38:38PM +0100, Michael Vogt wrote: > On Tue, Feb 01, 2011 at 12:26:02PM -0400, Joey Hess wrote: > > Michael Vogt wrote: > > > That is a problem with apt then, I attached a patch that should fix > > > it and will upload that tonight. I guess the libudev support shadowed >

Re: Bug#611569: apt-cdrom doesn't work on GNU/kFreeBSD

2011-02-01 Thread Joey Hess
Michael Vogt wrote: > On Tue, Feb 01, 2011 at 12:26:02PM -0400, Joey Hess wrote: > > Michael Vogt wrote: > > > That is a problem with apt then, I attached a patch that should fix > > > it and will upload that tonight. I guess the libudev support shadowed > > > this problem on the other arches. > >

Re: Bug#611569: apt-cdrom doesn't work on GNU/kFreeBSD

2011-02-01 Thread Joey Hess
I wrote: > Looking at the syslog, apt says it's going to use /media/cdrom as > the moint point but then mount seems to be run with /cdrom. > Screenshot of this weirdness attached. That was a red herring, apt was not using /cdrom. (d-i does) Forgotten screenshot attached anyway. > I see that the g

Re: Bug#611569: apt-cdrom doesn't work on GNU/kFreeBSD

2011-02-01 Thread Michael Vogt
On Tue, Feb 01, 2011 at 12:26:02PM -0400, Joey Hess wrote: > Michael Vogt wrote: > > That is a problem with apt then, I attached a patch that should fix > > it and will upload that tonight. I guess the libudev support shadowed > > this problem on the other arches. > > d-i installs a 00CDMountPoint

Re: Bug#611569: apt-cdrom doesn't work on GNU/kFreeBSD

2011-02-01 Thread Joey Hess
Michael Vogt wrote: > That is a problem with apt then, I attached a patch that should fix > it and will upload that tonight. I guess the libudev support shadowed > this problem on the other arches. d-i installs a 00CDMountPoint apt config file containing: Acquire::cdrom { mount "/media/cdrom";

Re: Bug#611569: apt-cdrom doesn't work on GNU/kFreeBSD

2011-02-01 Thread Michael Vogt
On Tue, Feb 01, 2011 at 02:37:36PM +0100, Robert Millan wrote: > 2011/1/31 Michael Vogt : > > Thanks for your bugreport. On systems where libudev is availalbe we > > dlopen() it nowdays to figure out the right mount point. On systems > > where that is not the case apt will just rely on /etc/fstab t

Re: Bug#611569: apt-cdrom doesn't work on GNU/kFreeBSD

2011-02-01 Thread Robert Millan
2011/1/31 Michael Vogt : > Thanks for your bugreport. On systems where libudev is availalbe we > dlopen() it nowdays to figure out the right mount point. On systems > where that is not the case apt will just rely on /etc/fstab to find > the mountpoint. Could you please check if that has a correct e