|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
Anyone running under QEMU?Hi all,
I am running a MIPS image under QEMU. The image was obtained here: http://people.debian.org/~aurel32/qemu/mips/ and I upgraded it to sid. The problem I'm having is that postfix, slogin and sshd are all segfaulting. Does anyone have real hardware, running sid where these programs are working? Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/ -- To UNSUBSCRIBE, email to debian-mips-REQUEST@... with a subject of "unsubscribe". Trouble? Contact listmaster@... |
|
|
Re: Anyone running under QEMU?Hi Eric,
On Mon, Oct 05, 2009 at 09:11 +1100, you wrote: > Hi all, > > I am running a MIPS image under QEMU. The image was obtained here: > > http://people.debian.org/~aurel32/qemu/mips/ > > and I upgraded it to sid. > > The problem I'm having is that postfix, slogin and sshd are all > segfaulting. > > Does anyone have real hardware, running sid where these programs > are working? slogin though. Downgrading postfix and openssh* to pre-squeeze helps. Regards Siggy -- O< ascii ribbon campaign - stop html mail - www.asciiribbon.org+ |11 days until|bsb-at-psycho-dot-informationsanarchistik-dot-de| |www.Ubucon.de|or: bsb-at-psycho-dot-i21k-dot-de| +-------> ceterum censeo javascriptum esse restrictam <--------+ |
|
|
Re: Anyone running under QEMU?Siggy Brentrup wrote:
> Nope, same effect here on my SGI Indy R5000 IP22, I didn't check > slogin though. I've logged a bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549620 > Downgrading postfix and openssh* to pre-squeeze helps. Thanks for the tip. I'll try that. I just need a working MIPS system so I can debug a libsndfile but that is only on MIPS. Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/ -- To UNSUBSCRIBE, email to debian-mips-REQUEST@... with a subject of "unsubscribe". Trouble? Contact listmaster@... |
|
|
Re: Anyone running under QEMU?On 2009-10-04, Siggy Brentrup <ex-dd@...> wrote:
> Nope, same effect here on my SGI Indy R5000 IP22, I didn't check > slogin though. Downgrading postfix and openssh* to pre-squeeze helps. I'm wondering if this is related to the cups build issue that Andreas Barth has been writing about here and on his blog I think it would be nice if it could be tracked down /Sune -- To UNSUBSCRIBE, email to debian-mips-REQUEST@... with a subject of "unsubscribe". Trouble? Contact listmaster@... |
|
|
Re: Anyone running under QEMU?On Sun, Oct 04, 2009 at 23:31 +0000, Sune Vuorela wrote:
> On 2009-10-04, Siggy Brentrup <ex-dd@...> wrote: > > Nope, same effect here on my SGI Indy R5000 IP22, I didn't check > > slogin though. Downgrading postfix and openssh* to pre-squeeze helps. > > I'm wondering if this is related to the cups build issue that Andreas > Barth has been writing about here and on his blog > > I think it would be nice if it could be tracked down Fine, go ahead. I spent days tracking down the openssh issue with weird process hangs etc (cf this list's archives) before giving up. With the overwhelming support for 'outdated architectures' from other DDs (not on this list) in mind, I decided to go with {open,net}BSD instead for my collection of ancient machines. Regs Siggy -- O< ascii ribbon campaign - stop html mail - www.asciiribbon.org+ |11 days until|bsb-at-psycho-dot-informationsanarchistik-dot-de| |www.Ubucon.de|or: bsb-at-psycho-dot-i21k-dot-de| +-------> ceterum censeo javascriptum esse restrictam <--------+ |
|
|
Re: Anyone running under QEMU?Siggy Brentrup wrote:
> With the overwhelming support for 'outdated architectures' from other > DDs (not on this list) in mind, I decided to go with {open,net}BSD > instead for my collection of ancient machines. One of things that makes support MIPS in debian difficult is the lack of MIPS machines for DDs to test on. Futhermore, bugs that aren't reported don't get fixed. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/ -- To UNSUBSCRIBE, email to debian-mips-REQUEST@... with a subject of "unsubscribe". Trouble? Contact listmaster@... |
|
|
Re: Anyone running under QEMU?On Mon, Oct 05, 2009 at 11:42 +1100, Erik de Castro Lopo wrote:
> Siggy Brentrup wrote: > > > With the overwhelming support for 'outdated architectures' from other > > DDs (not on this list) in mind, I decided to go with {open,net}BSD > > instead for my collection of ancient machines. > > One of things that makes support MIPS in debian difficult is the > lack of MIPS machines for DDs to test on. So you have been accepted as a DD in the meantime? congrats. > Futhermore, bugs that aren't reported don't get fixed. What exactly makes you think I didn't report this as a bug against openssh? Browse this list's archives to see what I invested to track the problem down. 74 days after reporting I'm still waiting for the slightest reaction from "Debian openssh maintainers" on Bug#537972. A working sshd is crucial for any machine accessed remotely. This is no longer the Debian community I was proud to be part of. Regs Siggy -- O< ascii ribbon campaign - stop html mail - www.asciiribbon.org+ |11 days until|bsb-at-psycho-dot-informationsanarchistik-dot-de| |www.Ubucon.de|or: bsb-at-psycho-dot-i21k-dot-de| +-------> ceterum censeo javascriptum esse restrictam <--------+ |
|
|
Re: Anyone running under QEMU?Erik de Castro Lopo <mle+debian@...> writes:
Hi, [ foreword: please note that I'm not a DD and only using debian mipsel from time to time in a chroot ] > Siggy Brentrup wrote: > >> With the overwhelming support for 'outdated architectures' from other >> DDs (not on this list) in mind, I decided to go with {open,net}BSD >> instead for my collection of ancient machines. > > One of things that makes support MIPS in debian difficult is the > lack of MIPS machines for DDs to test on. Sure but in this case, this is a "generic" mips issue. As it already happened in the past, PIE support in mips is only able to produce broken binaries (bug #526961). While nobody can't be blamed for not having fixed the binutils bugs, imho mips porters should have taken time to look for debs built with PIE and report bugs against them. No need to do a runtime test, it's "only" a matter of a 'grep' on build logs. I would say (and I hope) that this was not only due to lack of time or something like. Arnaud -- To UNSUBSCRIBE, email to debian-mips-REQUEST@... with a subject of "unsubscribe". Trouble? Contact listmaster@... |
|
|
Re: Anyone running under QEMU?Obviously I was looking n the wrong direction when trying
to track down ssh-keygen segfaults. Please merge with Bug#537972. On Mon, Oct 05, 2009 at 10:27 +0200, Arnaud Patard wrote: > Erik de Castro Lopo <mle+debian@...> writes: > > Hi, > > [ foreword: please note that I'm not a DD and only using debian mipsel > from time to time in a chroot ] > > > Siggy Brentrup wrote: > > > >> With the overwhelming support for 'outdated architectures' from other > >> DDs (not on this list) in mind, I decided to go with {open,net}BSD > >> instead for my collection of ancient machines. > > > > One of things that makes support MIPS in debian difficult is the > > lack of MIPS machines for DDs to test on. > > Sure but in this case, this is a "generic" mips issue. As it already > happened in the past, PIE support in mips is only able to produce broken > binaries (bug #526961). While nobody can't be blamed for not having > fixed the binutils bugs, imho mips porters should have taken time to > look for debs built with PIE and report bugs against them. No need to > do a runtime test, it's "only" a matter of a 'grep' on build logs. I > would say (and I hope) that this was not only due to lack of time or > something like. Siggy -- O< ascii ribbon campaign - stop html mail - www.asciiribbon.org+ |11 days until|bsb-at-psycho-dot-informationsanarchistik-dot-de| |www.Ubucon.de|or: bsb-at-psycho-dot-i21k-dot-de| +-------> ceterum censeo javascriptum esse restrictam <--------+ |
| Free embeddable forum powered by Nabble | Forum Help |