Re: Bug#547079: login: Should set the iutf8 tty c_iflag if the locale is utf8

2010-03-23 Thread Petter Reinholdtsen
://bugs.debian.org/547073 , fixed in sysvinit. in version 2.87dsf-7. Init now leave it to the kernel to set the utf-8 flag. Perhaps login should do the same? I do not know much about TTY setup myself, so I do not have much to say on the topic. :) Happy hacking, -- Petter Reinholdtsen

Re: Proposal: Automatic selection of hardware specific packages

2010-04-03 Thread Petter Reinholdtsen
to packages up to date is a hard problem without cooperation from the various package maintainers, and some hardware is hard to detect, but for the easy stuff (PCI and USB), the implementation is trivial. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ

Re: Best practices for development workstations

2010-04-04 Thread Petter Reinholdtsen
, PXE installation is set up out of the box, and to use it for several machines it is vital to proxy also the big packages. :) Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Re: Proposal: Automatic selection of hardware specific packages

2010-04-04 Thread Petter Reinholdtsen
specific packages are automatically installed when it make sense. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2flhbnrxxkm

Re: Status of inetd for etch

2006-08-12 Thread Petter Reinholdtsen
to install a minimal installation like the diskless LTSP clients without such package. We want these clients booting on 32 MiB of ram, including the ramdisk, so every KiB of memory saved counts. :) Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Install packages automatically based on the detected hardware

2006-09-01 Thread Petter Reinholdtsen
hardware related packages can be installed automatically on request. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Install packages automatically based on the detected hardware

2006-09-03 Thread Petter Reinholdtsen
look forward to that! Volunteers welcome. :) Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

The debian boot dependency graph image

2006-09-07 Thread Petter Reinholdtsen
the -o flag. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: The debian boot dependency graph image

2006-09-08 Thread Petter Reinholdtsen
the same error even without -o option... i've tested it on PPC, the insserv version is 1.08.0-1 Thanks for testing. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: The debian boot dependency graph image

2006-09-08 Thread Petter Reinholdtsen
possible to express that with LSB-style initscripts, unfortunately. Actually, I've implemented the concept of override files in inssert, a program reading these headers, and the local admin can add a file in /etc/ to modify the configuration. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE

Re: Upgrade problems for sysvinit 2.86.ds1-16 - 2.86.ds1-18

2006-09-08 Thread Petter Reinholdtsen
[Petter Reinholdtsen] A quick way out is to reinstall all the packages with scripts in /etc/init.d/. This way proved to be too quick, trying to reinstall removed but not purged packages with init.d scripts left behind in /etc/init.d/. I recommend using something like this instead, to only

Re: Upgrade problems for sysvinit 2.86.ds1-16 - 2.86.ds1-18

2006-09-09 Thread Petter Reinholdtsen
/var/log/dpkg.log | awk '/ upgrade / { print $4 } / installed / { print $5 }' | sort -u These packages, if they contain an init.d script, are the ones needing a reinstall. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe

Re: Upgrade problems for sysvinit 2.86.ds1-16 - 2.86.ds1-18

2006-09-10 Thread Petter Reinholdtsen
involved packages at once? You can look in /var/log/dpkg.log for the packages that was removed, and reinstall them. Again, sorry for the mess. :( Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Upgrade problems for sysvinit 2.86.ds1-16 - 2.86.ds1-18

2006-09-10 Thread Petter Reinholdtsen
.ds1-19. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: The debian boot dependency graph image

2006-09-10 Thread Petter Reinholdtsen
K20makedevK30urandom K36ifupdownK90reboot K07sysklogd K20sendsigs K31umountnfs.sh K40umountfsREADME Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Upgrade problems for sysvinit 2.86.ds1-16 - 2.86.ds1-18

2006-09-08 Thread Petter Reinholdtsen
--reinstall install package' on the affected packages. A quick way out is to reinstall all the packages with scripts in /etc/init.d/. for p in `dpkg -S /etc/init.d/*|cut -d: -f1|sort -u`; do apt-get --reinstall install -y $p done I'm sorry for the problems I have caused. Friendly, -- Petter

Re: [Pkg-sysvinit-devel] Re: Moving /var/run to a tmpfs?

2006-09-16 Thread Petter Reinholdtsen
, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: [Pkg-sysvinit-devel] Re: Moving /var/run to a tmpfs?

2006-09-16 Thread Petter Reinholdtsen
not work properly. If I create a directory in /var/run, I expect it to stay there. And if I can't expect that, I'd like to see that documented somewhere. I agree that this need to be documented. We work on some notes for the sysvinit package, and will include it there. Friendly, -- Petter

Re: Moving /var/run to a tmpfs?

2006-09-16 Thread Petter Reinholdtsen
it instead of when the package is installed. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: [Pkg-sysvinit-devel] Re: Moving /var/run to a tmpfs?

2006-09-17 Thread Petter Reinholdtsen
/ and /var/lock/. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Moving /var/run to a tmpfs?

2006-09-17 Thread Petter Reinholdtsen
[Petter Reinholdtsen] Here is the list of packages in sarge with directories in /var/run/, according to the file on merkel: I got the commands used by Andreas Metzler to extract packages in sarge with files or directories in /var/run/, and ran the it on etch. These are the 159 packages

Why are all packages getting so much bigger?

2006-09-21 Thread Petter Reinholdtsen
on. :/ Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Media players in Debian (was: new mplayer)

2006-09-22 Thread Petter Reinholdtsen
, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Media players in Debian

2006-09-22 Thread Petter Reinholdtsen
packages with mplayer in the name reported, and some of the are alternative pcakages (like mplayer-586), so the installation base for mplayer might be higher than 22%. I used the numbers in URL:http://popcon.debian.org/by_inst.gz. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email

Re: Media players in Debian (was: new mplayer)

2006-09-23 Thread Petter Reinholdtsen
in Debian, but even mplayer would be great addition. I agree, but understand and accept that the license issues need to be checked before it is accepted into debian. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

New essential package sysvinit-utils split out from sysvinit

2006-09-25 Thread Petter Reinholdtsen
. JFYI. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: New essential package sysvinit-utils split out from sysvinit

2006-09-25 Thread Petter Reinholdtsen
, pidof and sulogin are moved. they are used independently from init, and I believe it make sense to make them available in a separate package. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Desktop task(sel) in Etch? (Bug #389092)

2006-09-26 Thread Petter Reinholdtsen
, to avoid confusing new users unnecessarily. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Free flash player for your browser (Was: Running x86-64 debian inside i386 pbuilder on AMD64)

2006-09-26 Thread Petter Reinholdtsen
pages, and upstream is improving it every day. :) And it even work with amd64 CPUs. :) Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Free flash player for your browser

2006-09-26 Thread Petter Reinholdtsen
://wiki.debian.org/DebianEdu/FlashInDebianEdu, and would welcome more test pages. :) I have not seen this problem myself, but I guess that might be because I have powerful machines. :) Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe

Re: Free flash player for your browser

2006-09-26 Thread Petter Reinholdtsen
me off to some upgrade your flash page. :( Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Free flash player for your browser

2006-09-28 Thread Petter Reinholdtsen
, there is definitely a bug in the X server too. Because of this I do not understand why the bug is filed against gnash. :) Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Desktop task(sel) in Etch? (Bug #389092)

2006-09-30 Thread Petter Reinholdtsen
are not doing so already. I suspect there are some packages that can be dropped from the first CD, like obsolete libraries etc, to make room for more useful packages. At least that is my experience with Debian Edu. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Re: Developper's reference as a wiki

2006-09-30 Thread Petter Reinholdtsen
, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Compiz in Debian (Was: Bits from the DPL: Looking forward)

2006-10-03 Thread Petter Reinholdtsen
worked on to get it ready for release. :) Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Debian arch and package survey update

2006-10-09 Thread Petter Reinholdtsen
package. The Etch release scheduled for early December will be the first release with popularity-contest participation being requested by the default installer. I look forward to see how that will affect the number of submitters when Etch become stable. :) Friendly, -- Petter Reinholdtsen

Re: Stuff the installer does which isn't done on upgrade....

2006-10-09 Thread Petter Reinholdtsen
. debian-installer beta3 use libparted + tune2fs -j, and this fail to enable both these features. I really happy to know that d-i in sid now creates online re-sizable file systems. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe

Re: gids assigned non-deterministically

2006-10-10 Thread Petter Reinholdtsen
, but still, I find this a bit scary. You are right. The groups in use on an NFS mounted directory should be the same across all machines. So you should avoid making any files with those gids on NFS-exported file system. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL

Re: delay of the full etch freeze

2006-10-12 Thread Petter Reinholdtsen
packages in NEW to enter. Besides, there is like 18000 binary packages in Etch already. It is not like we are short on packages in the next release. :) Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#392643: 'IFUP cannot open the file /etc/network/interfaces'

2006-10-12 Thread Petter Reinholdtsen
and attach the output: ls -ld /etc/network ls -l /etc/network/interfaces I have no idea what can be the problem, but having more information might provide some clue. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Re: Starting services in runlevels 0 and 6

2006-10-13 Thread Petter Reinholdtsen
is that we can automatically detect bugs in the current boot sequence. We already found and fixed a few of those with the info currently in the packages. :) Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Re: Starting services in runlevels 0 and 6

2006-10-14 Thread Petter Reinholdtsen
to the script, so the change is very low-risk. Lintian already give a warning for init.d scripts without these headers, and this help a lot of maintainers to notice the problem. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe

Re: Starting services in runlevels 0 and 6

2006-10-14 Thread Petter Reinholdtsen
Solaris did it when the Debian boot system was written, and it was used as the example. I guess that is as good explanation as any on the historical reasons for the strange setup in the Debian boot system. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Mass-filing RC bugs about IETF RFC license based on file name (Was: Bug#393411: Source package contains non-free IETF RFC/I-D's)

2006-10-16 Thread Petter Reinholdtsen
? A quick look in URL:http://bugs.debian.org/cgi-bin/[EMAIL PROTECTED] indicate 67 bugs. The false positives so far So far. How many of these cases did you manually inspect? Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble

Re: safe halt/reboot/shutdown

2006-10-16 Thread Petter Reinholdtsen
[martin f kraft] This script, along with symlinks from halt and reboot, lives in /usr/local/sbin on all my systems Replacing halt might be a bit risky, as the story in URL:http://bugs.debian.org/354163 document. :) Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL

Re: gdm/Gnome/KDE and device permissions

2006-10-17 Thread Petter Reinholdtsen
[Gernot Salzer] what is the standard/canonical way of handling device permissions in Debian (etch in my case) on desktop PCs running a GUI? As you probably found out from the replies so far, there is no standard way. :( Here are some notes I wrote for Debian Edu. You might find it useful.

Re: gdm/Gnome/KDE and device permissions

2006-10-17 Thread Petter Reinholdtsen
in the KDE version we use. Unless d-bus started to support this during the last month, setting plugdev via PAM will not always work (only when using pmount). Same probably goes for network-manager and its netdev group. :( Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL

Re: [Help] Please compile clustalw on architectures ia64, mips, mipsel, s390 and m68k

2006-10-17 Thread Petter Reinholdtsen
for these archs, but that normally take longer time. I only have i386 machines myself, so I can not help you. What about convincing the upstream developers to change the license to one of the free software licenses? It would solve the problem for good. Friendly, -- Petter Reinholdtsen

Re: Bug mass filling

2006-10-19 Thread Petter Reinholdtsen
by the packages with this lintian message? Is the autobuilders able to build these packages? If the autobuilders fail, I recommend you report that as a important or serious problem, and it it isn't, I recommend you report it as a normal bug. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email

Re: Bug mass filling

2006-10-19 Thread Petter Reinholdtsen
[Tshepang Lekhonkhobe] Doesn't policy violation warrant Critical severity? Well, policy isn't a stick to beat other maintainers with, it is a tool to make sure our packages are well integrated and work properly. Thus, policy issues are not problems by themselves, they are policy issues because

Re: Question regarding maintainer email

2006-10-20 Thread Petter Reinholdtsen
have been able to moderate it if it wasn't for the listadmin package. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Bug mass filling

2006-10-21 Thread Petter Reinholdtsen
? I would like to point the debian-edu developers to it. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

NEW processing slowdown (Was: FAQ, Re: new mplayer)

2006-10-21 Thread Petter Reinholdtsen
redesign to avoid the current bottleneck. I'm not sure, as I only see it from the outside through URL:http://ftp-master.debian.org/new.html. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: arches and etch

2006-10-22 Thread Petter Reinholdtsen
distribution. :) Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Getting rid of circular dependencies, stage 6

2006-10-24 Thread Petter Reinholdtsen
other to be configured before they are configured. I'm not sure if missed this argument, choose to ignore it, or do not consider it an argument, so I thought it best to repeat it in case you missed it. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: arches and etch

2006-10-24 Thread Petter Reinholdtsen
of submitters have increased from 4000 to 18000. I take this as an indication that the amount of people not using popcon is almost the same across all archs. :) Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Re: Question: mount /var/run as tmpfs

2006-10-30 Thread Petter Reinholdtsen
. Friendly, -- Petter Reinholdtsen One of the initscripts maintainers -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: ca-certificates symlinks out of /etc

2006-11-01 Thread Petter Reinholdtsen
say the bug is in the user expectations, not in the use of symlinks. Blindly overwriting a file without checking if it is a symlink seem like the bug to me. :) Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Re: mount _netdev

2006-11-13 Thread Petter Reinholdtsen
[Patrick Donker] Is this a bug or is there a Grand Plan^© behind the way Deb did it? Will it ever work? It is ment to be fixed in initscripts version 2.86.ds1-16. Is it not working for you, or are you using an older version? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: default ext3 options

2006-11-14 Thread Petter Reinholdtsen
? Frans already answered this one, look in /etc/mke2fs.conf. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Automatically collect hardware information from users?

2006-11-24 Thread Petter Reinholdtsen
to the popularity-contest HTTP collector. The interesting parts of the server on the other hand would be the parts making reports based on the reported hardware information. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Re: Proposed new POSIX sh policy, version two

2006-11-25 Thread Petter Reinholdtsen
loads the shared ldap library from /usr/ on invocation. This make it unusable in a system with LDAP users. Switching to dash as /bin/sh gave us a nice surprise with reduced memory consumption and faster boots as well, but that was not the reason why we switched. Friendly, -- Petter Reinholdtsen

Re: Proposed new POSIX sh policy, version two

2006-11-25 Thread Petter Reinholdtsen
if bash didn't use nss functions when it starts, and instead waited until one of the variables containing user information was requested, so you could try to submit such patch to upstream and see if they accept it. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Re: Bug#400070: RFP: gaia -- Google Earth client

2006-11-25 Thread Petter Reinholdtsen
isn't GPL, and can not be claimed to be GPL. And a google earth clone is rather useless without permission to fetch data from google. I recommend earth3d and the NASA worldwind spinoffs if you want free map data. :) Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL

Re: Bug#400070: RFP: gaia -- Google Earth client

2006-11-26 Thread Petter Reinholdtsen
to it by asking the developers at Google, and not this list. :) I have not seen any arguments from Google myself, but I have not looked for it either. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Automatically collect hardware information from users?

2006-11-27 Thread Petter Reinholdtsen
reporting system be a standalone package reporting when the machine is installed or something like that, instead of weekly. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Popularity-contest passes 20000 submitters

2006-11-28 Thread Petter Reinholdtsen
want your machine to participate as well, all you need to do is 'aptitude install popularity-contest', and accept when asked if you want to participate. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Preseeding and debconf

2007-01-06 Thread Petter Reinholdtsen
settings, but you need to be careful to get it right. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Debian in Sanger (Re: update on binary upload restrictions)

2007-02-02 Thread Petter Reinholdtsen
. And the rate of increase have not slowed down yet. I guess people are installing a lot of etch machines. :) Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: unwanted loading of libnss_nis.so in etch

2007-02-15 Thread Petter Reinholdtsen
ldap if you want. :) Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: unwanted loading of libnss_nis.so in etch

2007-02-16 Thread Petter Reinholdtsen
. :) If only LDAP had client side server failover like NIS. It would make it easier to switch to LDAP for us. We would still need the compat mechanism to control machine access. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble

Re: unwanted loading of libnss_nis.so in etch

2007-02-16 Thread Petter Reinholdtsen
simple notation. compat is here to stay. :) Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: unwanted loading of libnss_nis.so in etch

2007-02-18 Thread Petter Reinholdtsen
connection problems, and thus making sure a client survive network splits as long as at least one NIS server is available. Friendly, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Parallellizing the boot in Debian Squeeze - ready for wider testing

2010-05-06 Thread Petter Reinholdtsen
=initscripts-ng-de...@lists.alioth.debian.org . Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2fl7hng6e0z@login1.uio.no

Re: Parallellizing the boot in Debian Squeeze - ready for wider testing

2010-05-07 Thread Petter Reinholdtsen
sure machines boot no matter the type of hardware connected. :) Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2fl6330b0f7

Re: Parallellizing the boot in Debian Squeeze - ready for wider testing

2010-05-07 Thread Petter Reinholdtsen
. At the moment, I believe it will happen shortly after Squeeze is released, if the needed pieces are ready by then. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: Parallellizing the boot in Debian Squeeze - ready for wider testing

2010-05-07 Thread Petter Reinholdtsen
[Julien Cristau] What are the needed pieces? I am sorry, do not have time to write a full update, so I give a quick pointer instead. The list we use to discuss the boot system work is initscripts-ng-de...@. See for example URL:

Re: Parallellizing the boot in Debian Squeeze - ready for wider testing

2010-05-08 Thread Petter Reinholdtsen
hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2flhbmicof3@login2.uio.no

Re: Parallellizing the boot in Debian Squeeze - ready for wider testing

2010-05-08 Thread Petter Reinholdtsen
around, by editing the dependency information in the files in /etc/init.d/. Any sysadmin finding a problem could fix it locally while waiting for the fix to show up. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe

Re: bindv6only again

2010-05-08 Thread Petter Reinholdtsen
/bindv6only.conf setting, and disable net.ipv6.bindv6only = 1 when sun-java6 is installed. :) Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http

Re: Parallellizing the boot in Debian Squeeze - ready for wider testing

2010-05-09 Thread Petter Reinholdtsen
if it proves to be a bad idea at the moment. If the release team are OK with the switch, I assume the consensus in this matter is that we should try to switch and see how it goes. I am currently busy elsewhere, so it will at the earliest happen next weekend. Happy hacking, -- Petter Reinholdtsen

Re: Parallellizing the boot in Debian Squeeze - ready for wider testing

2010-05-12 Thread Petter Reinholdtsen
be in rcS.d/, and all others should be in rc[1-5].d/. When we get that in place, Debian would finally have a single user mode that work properly. :) Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble

Re: UPG and the default umask

2010-05-14 Thread Petter Reinholdtsen
be better to use PAM to set it. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2flsk5vauqy@login2.uio.no

Re: Parallellizing the boot in Debian Squeeze - ready for wider testing

2010-05-15 Thread Petter Reinholdtsen
://lists.debian.org/debian-bsd/2009/07/msg00117.html . Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2fl7hn4g9wr@login2.uio.no

Re: Parallellizing the boot in Debian Squeeze - ready for wider testing

2010-05-16 Thread Petter Reinholdtsen
and parallel boot. Do your machine get IP address via DHCP? Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2fliq6n189q@login2

APT do not work with Squid as a proxy because of pipelining default

2010-05-16 Thread Petter Reinholdtsen
to all of you is simple. Should the APT default be changed or Squid be changed? Should the bug report be reassigned to apt or stay as a bug with Squid? Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe

Re: UPG and the default umask

2010-05-18 Thread Petter Reinholdtsen
with the fact that UPG finally will work out of the box in Debian. :) Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2flmxvxcxqm

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-18 Thread Petter Reinholdtsen
[Roger Lynn] But apt has been using pipelining for years. Why has this only just become a problem? It has been a problem in Debian Edu for years. Just recently I figured out the cause and a workaround. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ

Re: UPG and the default umask

2010-05-21 Thread Petter Reinholdtsen
/Deployment_Guide-en-US/s1-users-groups-private-groups.html . Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2flocg923od@login1.uio.no

Re: Parallel booting enabled by default

2010-05-21 Thread Petter Reinholdtsen
for runlevels 0 and 6, as it is not possible to switch away from those and back to runlevels 1-5. It is important to make sure services are restarted We want to make sure services stopped when switching to runlevel 1 are started when switching back to runlevel 2. Happy hacking, -- Petter Reinholdtsen

Do we want heirloom-mailx as the default mailx package?

2010-05-21 Thread Petter Reinholdtsen
the heirloom-package print an error message during installation (#579287). When installing Debian Edu in test mode, the installer grep for error: in the installation log and report any errors found, causing a false positive to be reported after installation. Happy hacking, -- Petter Reinholdtsen

Possible boot ordering issues with the packages in Sid

2010-05-23 Thread Petter Reinholdtsen
Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2flljbazd9d@login1.uio.no

Re: Possible boot ordering issues with the packages in Sid

2010-05-23 Thread Petter Reinholdtsen
from the list, more people are needed to do this in a reasonable amount of time. :) Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org

Re: Possible boot ordering issues with the packages in Sid

2010-05-24 Thread Petter Reinholdtsen
collector, to make sure any kernel messages generated are collected at the correct time. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org

Re: Parallel booting enabled by default

2010-05-24 Thread Petter Reinholdtsen
that rcS.d/ is not the single user runlevel (it is not used when switching to single user after boot), and is more accurately called rc.boot in other distributions. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject

Re: Parallel booting enabled by default

2010-05-24 Thread Petter Reinholdtsen
hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2flaarpxi63@login1.uio.no

Re: RFH: bashisms in configure script

2010-05-25 Thread Petter Reinholdtsen
file or command line argument to dash, to allow us to keep the old behaviour for Squeeze while allowing users to convert dash to be POSIX compliant locally? Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe

Re: test if primary group, with only implicit membership of the user?

2010-05-29 Thread Petter Reinholdtsen
like this for 25 more years, and the computer systems introduced into the university will just have to cope with it. :) Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Automatically installing hardware specific packages

2010-05-31 Thread Petter Reinholdtsen
packages also after installation? Or port PackageKit to Debian and use it instead? Anyway, a draft system is in d-i at the moment, and I welcome help with updating the hardware mappings to get more packages installed automatically by d-i. :) Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE

Bug#583954: fstab doesn't mount external USB-drive, but mount -a does

2010-05-31 Thread Petter Reinholdtsen
, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100531222618.gi25...@login2.uio.no

<    1   2   3   4   5   6   7   8   9   10   >