Re: Trying to run a Mumble Server

2013-09-19 Thread Svante Signell
On Thu, 2013-09-19 at 23:12 +0200, Jens Mühlenhoff wrote: > Am 19.09.2013 05:52, schrieb Svante Signell: > > In the Qt case you can make it a one-liner: > > Change > > if (fd != -1 || errno != EINVAL) > > to > > if (fd != -1 || !(errno == ENOSYS || errno == EINVAL)) > > as already used fo

Re: Trying to run a Mumble Server

2013-09-19 Thread Jens Mühlenhoff
Am 19.09.2013 23:12, schrieb Jens Mühlenhoff: I'll report this upstream. https://bugreports.qt-project.org/browse/QTBUG-33572 -- Mit freundlichen Grüßen Jens Mühlenhoff -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listma

Re: Trying to run a Mumble Server

2013-09-19 Thread Jens Mühlenhoff
Am 19.09.2013 05:52, schrieb Svante Signell: In the Qt case you can make it a one-liner: Change if (fd != -1 || errno != EINVAL) to if (fd != -1 || !(errno == ENOSYS || errno == EINVAL)) as already used for accept4 on line 122 You meant EPROTOTYPE instead of ENOSYS? I just tried tha

Re: Roll call for porters of architectures in sid and testing

2013-09-19 Thread Daniel Pocock
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I'm particularly keen to see communication packages working on as many architectures as possible because otherwise two-way communications opportunities are missed if some users are excluded. In short, I'm not formally volunteering, but if people

Re: Roll call for porters of architectures in sid and testing (Status update)

2013-09-19 Thread Lennart Sorensen
On Thu, Sep 19, 2013 at 10:38:29AM +0200, Niels Thykier wrote: > Here is a little status update on the mails we have received so far. > First off, thanks to all the porters who have already replied! > > So far, the *no one* has stepped up to back the following architectures: > >hurd-i386 >

Re: Trying to run a Mumble Server

2013-09-19 Thread Samuel Thibault
Thomas Schwinge, le Thu 19 Sep 2013 15:16:30 +0200, a écrit : > On Thu, 19 Sep 2013 02:06:27 +0200, Samuel Thibault > wrote: > > Jens Mühlenhoff, le Thu 19 Sep 2013 01:55:24 +0200, a écrit : > > > I think that translates to socket(AF_INET, SOCK_STREAM | SOCK_CLOEXEC, 0) > > > > Yes. SOCK_CLOEXEC

Re: Trying to run a Mumble Server

2013-09-19 Thread Svante Signell
On Thu, 2013-09-19 at 15:16 +0200, Thomas Schwinge wrote: > Hi! > > On Thu, 19 Sep 2013 02:06:27 +0200, Samuel Thibault > wrote: > > Jens Mühlenhoff, le Thu 19 Sep 2013 01:55:24 +0200, a écrit : > > > I think that translates to socket(AF_INET, SOCK_STREAM | SOCK_CLOEXEC, 0) > > > > Yes. SOCK_CL

Re: Roll call for porters of architectures in sid and testing

2013-09-19 Thread Svante Signell
On Sun, 2013-09-01 at 09:33 +0200, Niels Thykier wrote: Hi, I am an active porter for the following architectures and I intend to continue this for the lifetime of the jessie release: For hurd-i386, I - test most packages on this architecture - fix toolchain issues - triage arch-specific bugs - f

Re: [Pkg-owncloud-maintainers] FTBS ocsync & qtkeychain

2013-09-19 Thread Svante Signell
On Thu, 2013-09-19 at 15:10 +0200, Pino Toscano wrote: > In data giovedì 19 settembre 2013 14:57:07, Svante Signell ha scritto: > > > Furthermore, your changes are losing the check for an empty HOME. > > > > I don't think so, in that case getenv returns NULL > > No. Things like > $ export FOO= >

Re: Trying to run a Mumble Server

2013-09-19 Thread Thomas Schwinge
Hi! On Thu, 19 Sep 2013 02:06:27 +0200, Samuel Thibault wrote: > Jens Mühlenhoff, le Thu 19 Sep 2013 01:55:24 +0200, a écrit : > > I think that translates to socket(AF_INET, SOCK_STREAM | SOCK_CLOEXEC, 0) > > Yes. SOCK_CLOEXEC is not currently supported Well, it is supposed to; see what I wrot

Re: [Pkg-owncloud-maintainers] FTBS ocsync & qtkeychain

2013-09-19 Thread Pino Toscano
In data giovedì 19 settembre 2013 14:57:07, Svante Signell ha scritto: > > Furthermore, your changes are losing the check for an empty HOME. > > I don't think so, in that case getenv returns NULL No. Things like $ export FOO= give an empty string as result, which is what the check was about. > >

Re: [Pkg-owncloud-maintainers] FTBS ocsync & qtkeychain

2013-09-19 Thread Svante Signell
On Thu, 2013-09-19 at 12:42 +0200, Pino Toscano wrote: > Hi, > > In data giovedì 19 settembre 2013 12:16:49, Svante Signell ha scritto: > > The patch is attached. Additionally, the freebsd patch is modified to > > include errno.h for definition of ENODATA and EPIPE. The compiler > > complains that

Re: Roll call for porters of architectures in sid and testing (Status update)

2013-09-19 Thread Samuel Thibault
Samuel Thibault, le Thu 19 Sep 2013 12:55:20 +0200, a écrit : > > On 2013-09-01 09:33, Niels Thykier wrote: > > > If you are (or intend to become) an active porter for the lifetime of > > > jessie, then please send a signed email explaining your involvement in > > > the port to the Release Team be

Re: Roll call for porters of architectures in sid and testing (Status update)

2013-09-19 Thread Justus Winter
Hi :), I am an active developer for the following architectures and I intend to continue this for the lifetime of the jessie release: For hurd-i386, I - test those packages on this architecture relevant to my development work - fix arch-related bugs - improve the Hurd in general, with focus on th

Re: Roll call for porters of architectures in sid and testing

2013-09-19 Thread Pino Toscano
Hi, I am an active porter for the following architectures and I intend to continue this for the lifetime of the jessie release: For hurd-i386, I - test parts of the base system, the packages I use/deal with, and occasionally the ones for which other people asked for Hurd fixes - help maintainin

Re: Roll call for porters of architectures in sid and testing (Status update)

2013-09-19 Thread Samuel Thibault
Samuel Thibault, le Thu 19 Sep 2013 12:55:20 +0200, a écrit : > Niels Thykier, le Thu 19 Sep 2013 10:38:29 +0200, a écrit : > > So far, the *no one* has stepped up to back the following architectures: > >hurd-i386 > > It seems that for some unknown reason I never got to read your mail > actual

Re: Roll call for porters of architectures in sid and testing (Status update)

2013-09-19 Thread Samuel Thibault
Niels Thykier, le Thu 19 Sep 2013 10:38:29 +0200, a écrit : > So far, the *no one* has stepped up to back the following architectures: >hurd-i386 It seems that for some unknown reason I never got to read your mail actually. For debian-hurd@ people who would like to answer, here is the mail:

Re: Roll call for porters of architectures in sid and testing

2013-09-19 Thread Thomas Schwinge
Hi! I'm not a DD or DM, but an upstream contributor and maintainer for the toolchain, both for different things at work, and in my free time for the Hurd. I have no plans to stop this, so this will cover the jessie lifetime. As time permits, I also work on the Hurd itself, and advise contributor

Re: [PATCH] Include the nullpriv utility in hurd and hurd-udeb

2013-09-19 Thread Samuel Thibault
Justus Winter, le Thu 19 Sep 2013 10:10:12 +0200, a écrit : > + * Include the nullpriv utility in hurd and hurd-udeb. Ah, right, applied. Samuel -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archi

Re: [Pkg-owncloud-maintainers] FTBS ocsync & qtkeychain

2013-09-19 Thread Pino Toscano
Hi, In data giovedì 19 settembre 2013 12:16:49, Svante Signell ha scritto: > The patch is attached. Additionally, the freebsd patch is modified to > include errno.h for definition of ENODATA and EPIPE. The compiler > complains that EPIPE is not defined otherwise. Maybe this file can be > included

Re: /proc not mounted after installation

2013-09-19 Thread Samuel Thibault
Justus Winter, le Thu 19 Sep 2013 10:14:23 +0200, a écrit : > Quoting Samuel Thibault (2013-09-19 02:11:21) > > /proc is not mounted any more after Debian GNU/Hurd installation. This > > happens because grub-installer does > > > > if ! umount $ROOT/proc; then > > Uh, why would it do that? Doesn'

Re: [Pkg-owncloud-maintainers] FTBS ocsync & qtkeychain

2013-09-19 Thread Svante Signell
On Thu, 2013-09-19 at 10:30 +0200, Sandro Knauß wrote: > Hey, > > Wooh that is fast! Please send the patch to pkg-owncloud- > maintain...@lists.alioth.debian.org. I'm not subscribed at debian-hurd :) > > sandro > > -- > Am Donnerstag, 19. September 2013, 08:13:48 schrieb Svante Signell: > > On

[PATCH 5/5] hurd: add _reply suffix to the routines in fsys_reply.defs

2013-09-19 Thread Justus Winter
* hurd/fsys_reply.defs: Add _reply suffix. --- hurd/fsys_reply.defs |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hurd/fsys_reply.defs b/hurd/fsys_reply.defs index 2f5b035..89fb3a4 100644 --- a/hurd/fsys_reply.defs +++ b/hurd/fsys_reply.defs @@ -77,12 +77,12 @@ simpler

[PATCH 4/5] hurd: add _reply suffix to the routines in process_reply.defs

2013-09-19 Thread Justus Winter
* hurd/process_reply.defs: Add _reply suffix. --- hurd/process_reply.defs | 42 +- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/hurd/process_reply.defs b/hurd/process_reply.defs index 66a7551..ed46d55 100644 --- a/hurd/process_reply.defs

[PATCH 3/5] sutils: set up /dev/null using /bin/nullpriv in MAKEDEV.sh

2013-09-19 Thread Justus Winter
This patch makes MAKEDEV.sh use the /bin/nullpriv wrapper so that the storeio translator serving /dev/null is started without any unix privileges. * sutils/MAKEDEV.sh (mkdev): Use /bin/nullpriv for /dev/null. --- sutils/MAKEDEV.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

[PATCH 1/5] daemons: make sure / is writable before setting up pflocal

2013-09-19 Thread Justus Winter
runsystem.sh checks whether /servers/socket/1 exists and creates it using settrans -c if it does not. But at this point in the boot the root filesystem is normally not writable. This patch fixes this. * daemons/runsystem.sh: Make sure / is writable before attempting to set up pflocal. --- daemo

[PATCH 2/5] daemons: make sure /proc is properly set up

2013-09-19 Thread Justus Winter
This patch makes runsystem.sh check whether /proc is set up and does so using settrans -c if it is not. * daemons/runsystem.sh: Make sure /proc is set up. --- daemons/runsystem.sh |8 1 file changed, 8 insertions(+) diff --git a/daemons/runsystem.sh b/daemons/runsystem.sh index f4f2

Re: Roll call for porters of architectures in sid and testing (Status update)

2013-09-19 Thread Niels Thykier
On 2013-09-01 09:33, Niels Thykier wrote: > Hi, > > As we announced in [LAST-BITS], we would like to get a better idea of > that status of the ports, to make an informed decision about which > port can be released with jessie. One of the steps is to get an > overview of which of the porters are (s

Re: [Pkg-owncloud-maintainers] FTBS ocsync & qtkeychain

2013-09-19 Thread Sandro Knauß
Hey, Wooh that is fast! Please send the patch to pkg-owncloud- maintain...@lists.alioth.debian.org. I'm not subscribed at debian-hurd :) sandro -- Am Donnerstag, 19. September 2013, 08:13:48 schrieb Svante Signell: > On Thu, 2013-09-19 at 00:11 +0200, Sandro Knauß wrote: > > Hey, > > > > I rea

Re: /proc not mounted after installation

2013-09-19 Thread Justus Winter
Hi :) Quoting Samuel Thibault (2013-09-19 02:11:21) > /proc is not mounted any more after Debian GNU/Hurd installation. This > happens because grub-installer does > > if ! umount $ROOT/proc; then Uh, why would it do that? Doesn't that make Linux' userland unhappy too? > right after having set

[PATCH] Include the nullpriv utility in hurd and hurd-udeb

2013-09-19 Thread Justus Winter
--- debian/changelog|3 +++ debian/hurd-udeb.install.in |1 + debian/hurd.install.in |1 + 3 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6592c16..a9b7c54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ hur