Wed, 01 Sep 2010 08:24:42 +0100 Arch Hurd: Recently opened tasks http://bugs.archhurd.org/ FS#20: [tmux] broken Alexander Preisinger Wed, 01 Sep 2010 08:24:42 +0100 http://bugs.archhurd.org/index.php?do=details&task_id=20 http://bugs.archhurd.org/index.php?do=details&task_id=20 FS#19: Typo in /arch/setup installation script prevents installation Mike Burrell Tue, 31 Aug 2010 22:55:17 +0100
ans=0

It should read:

ans1=0]]>
http://bugs.archhurd.org/index.php?do=details&task_id=19 http://bugs.archhurd.org/index.php?do=details&task_id=19
FS#18: [filesystem] /etc/services missing Alexander Preisinger Sat, 28 Aug 2010 10:56:44 +0100 This file is needed by a lot of daemons and even glibc looks it up.

You can also split filesystem to got iana-etc, like in arch linux.]]>
http://bugs.archhurd.org/index.php?do=details&task_id=18 http://bugs.archhurd.org/index.php?do=details&task_id=18
FS#17: [glibc] gtk applications aren't working anymore wtih the new glibc Alexander Preisinger Fri, 20 Aug 2010 20:20:26 +0100
I tried rebuilding gtk2, atk and building new applications, like leafpad, but nothing helps.]]>
http://bugs.archhurd.org/index.php?do=details&task_id=17 http://bugs.archhurd.org/index.php?do=details&task_id=17
FS#16: [gnumach-userleveldrivers] filesystems conflicts with gnumach Alexander Preisinger Sat, 14 Aug 2010 17:47:14 +0100
To solve that problem I added
conflicts=('gnumach')
to the PKGBUILD
A rebuild is needed asap, because that package is already in extra.]]>
http://bugs.archhurd.org/index.php?do=details&task_id=16 http://bugs.archhurd.org/index.php?do=details&task_id=16
FS#15: [tcl] does not build Alexander Preisinger Thu, 05 Aug 2010 19:18:12 +0100
An error occurs in the unix/tclUnixPort.h file at the line 619.

I tested building it in Arch Linux and it works.

EDIT: It is due to some glibc changes.]]>
http://bugs.archhurd.org/index.php?do=details&task_id=15 http://bugs.archhurd.org/index.php?do=details&task_id=15
FS#14: Xorg very very slow sacarde Sun, 18 Jul 2010 08:46:33 +0100 in my archhurd in qemu-kvm...
after some trouble, I start Xorg

- passing to qemu: -vga std
- without xorg.conf

but openbox o twm are very very very slow... keyboard and mouse...
it is unusable

in #hurd suggest to me to apply:
submitted-sysvshm.diff (glibc headers)

thanks]]>
http://bugs.archhurd.org/index.php?do=details&task_id=14 http://bugs.archhurd.org/index.php?do=details&task_id=14
FS#13: [initscripts] rc.shutdown runs as non root user in login prompt Diego Martin Nieto Cid Sun, 18 Jul 2010 06:44:36 +0100
Executing reboot will run rc.shutdown and print the corresponding messages as if root were there current user. But finally when /sbin/internal_reboot is run it fails because of insufficient privileges.

At the login some kind of *unnamed* guest user is active so whoami fails and the script continues. Using id reveals that the uid is 2^32 (or (unsigned int) -1). The following patch drops the usage of whoami.

diff --git a/rc.shutdown b/rc.shutdown
index 0a77615..bac471d 100644
--- a/rc.shutdown
+++ b/rc.shutdown
@@ -6,7 +6,7 @@
. /etc/rc.conf
. /etc/rc.d/functions

-if [ `whoami` != "root" ]; then
+if [ `id -u` -ne 0 ]; then
echo "Only superuser can do this"
exit 1
fi

(the diff avobe has an extra leading space on each line)]]>
http://bugs.archhurd.org/index.php?do=details&task_id=13 http://bugs.archhurd.org/index.php?do=details&task_id=13
FS#12: [gcc] No gcc-ada package Matthias Lanzinger Sun, 04 Jul 2010 13:32:32 +0100 http://bugs.archhurd.org/index.php?do=details&task_id=12 http://bugs.archhurd.org/index.php?do=details&task_id=12 FS#11: glibc is missing ldconfig Matthias Lanzinger Tue, 22 Jun 2010 18:32:07 +0100 Some errors in install scripts that use ldconfig may occur too.]]> http://bugs.archhurd.org/index.php?do=details&task_id=11 http://bugs.archhurd.org/index.php?do=details&task_id=11