Re: Debian-wide firmware prober

2021-02-10 Thread Petter Reinholdtsen
be adjusted... Please keep me on CC for any replies. -- Happy hacking Petter reinholdtsen

Bug#958441: debtags: Please add Cobol language tag (devel::lang:cobol)

2020-04-21 Thread Petter Reinholdtsen
hacking Petter Reinholdtsen

Re: OpenCL / handling of hardware-specific packages

2019-07-02 Thread Petter Reinholdtsen
eractive list of packages with the option to install them, 'isenkram-autoinstall-firmware' to automatically install the firmware relevant for the current machine, and even 'tasksel' after installing the isenkram-cli package to get a tasksel option to install all the packages listed by isenkram-lookup. -- Happy hacking Petter Reinholdtsen

Re: Debian Buster release to partially drop non-systemd support

2018-10-16 Thread Petter Reinholdtsen
nous. No amount of wishful thinking is going to bring is back to a world where static sequencing of boot events is going to handle all the interdependencies. To bad systemd do not work with kFreeBSD and Hurd, then we could use the same mechanism on all architectures. -- Happy hacking Petter Reinholdtsen

Re: Debian Buster release to partially drop non-systemd support

2018-10-16 Thread Petter Reinholdtsen
o maintain them. There are hundreds of open bugs against the sysvinit packages in Debian already. -- Vennlig hilsen Petter Reinholdtsen

Re: Debian Buster release to partially drop non-systemd support

2018-10-15 Thread Petter Reinholdtsen
for higher speed using startpar. -- Happy hacking Petter Reinholdtsen

Re: Debian Buster release to partially drop non-systemd support

2018-10-14 Thread Petter Reinholdtsen
ts off from the sysvinit binary packages, to let them live separate lives. It will be sad, but the proper way for Debian to handle unmaintained packages in a sad state. -- Happy hacking Petter Reinholdtsen

Re: Bug#842796: libc recently more aggressive about pthread locks in stable ?

2016-11-06 Thread Petter Reinholdtsen
bad. :/ On the other hand, it make me glad to have yet another example of the value of the less popular architectures. :) Does this mean that running the autopkgtest scripts on hurd or kfreebsd would expose these problems? Do we have any idea how widespread the problem is? -- Happy hacking Petter Reinholdtsen

Re: Bug#842796: libc recently more aggressive about pthread locks in stable ?

2016-11-06 Thread Petter Reinholdtsen
ave started one myself. I assume other distributions are affected too. What are they doing to handle it? -- Happy hacking Petter Reinholdtsen

Re: Popular packages in Ubuntu that is missing in Debian/main

2016-04-26 Thread Petter Reinholdtsen
nto Debian this time. -- Happy hacking, Petter Reinholdtsen

Re: Popular packages in Ubuntu that is missing in Debian/main

2016-04-26 Thread Petter Reinholdtsen
-all | \ awk '$4 > 5000 {print $2}' | \ sort > ubuntu-popular awk '{print $2}' debian-by_vote-main | sort > debian-main comm -23 ubuntu-popular debian-main I am not currently subscribed to debian-devel@, so please keep me on CC if there is a reply I should see. :) -- Happy hacking, Petter Reinholdtsen

Re: Before I send a bug report to change DebTags please do some sanity check

2016-02-08 Thread Petter Reinholdtsen
atthias Klumpp, and hope we will figure out what is wrong with the import very soon. JFYI. -- Happy hacking Petter Reinholdtsen

Re: Two line init.d scripts? Sure, that will work!

2014-02-17 Thread Petter Reinholdtsen
I expect hand written boot scripts for each individual boot system is needed. -- 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/2flwqgt25ui@login2.uio.no

Re: PoC: cross-init-bridge

2014-02-16 Thread Petter Reinholdtsen
init? It still seem like a good idea, and reusing existing file formats is probably a better idea than making a new format. -- 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/2fla9dq8bii@login1.uio.no

Re: Two line init.d scripts? Sure, that will work!

2014-02-10 Thread Petter Reinholdtsen
art' The new /lib/init/init-d/script is in the sysvinit-utils package in experimental now. Please check it out and see if it will work for your init.d script. :) -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of &qu

Re: Two line init.d scripts? Sure, that will work!

2014-02-09 Thread Petter Reinholdtsen
;s a bad idea to think about. Sure. Just trying to keep this mechanism simple. :) > Sorry for typo :( No problem. :) -- 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/2fleh3cwbvy@ulrik.uio.no

Re: init.d script not using !/bin/sh

2014-02-09 Thread Petter Reinholdtsen
use #!/bin/sh. :) -- 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/2flk3d4wdg4@ulrik.uio.no

The meaning of $all in init.d scripts dependencies (Was: Upstart support for LSB headers (Two line init.d scripts? Sure, that will work!))

2014-02-07 Thread Petter Reinholdtsen
But those that use it, really need to run after most of the scripts in the boot sequence, without being able to list them all. rc.local is one example, which by definition should be among the last scripts to run. -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-re

Re: Two line init.d scripts? Sure, that will work!

2014-02-06 Thread Petter Reinholdtsen
> I think, there is a parser for this LSB-info somewhere in the lsb-* > packages. Why do you believe this is an advantage? PS: Peter Reinholdtsen is my distant cousin. -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a sub

Re: Two line init.d scripts? Sure, that will work!

2014-02-06 Thread Petter Reinholdtsen
(previously called "runscripts")... :) Where can I read more about these problems. One obvious and annoying one is that 'sh -x /etc/init.d/script start' no longer work, making it harder to debug the scripts, but that is the only one I have seen so far. -- Happy hacking Petter

Re: Two line init.d scripts? Sure, that will work!

2014-02-06 Thread Petter Reinholdtsen
tunately, it doesn't, because there will be problems with > dependencies, as much as I understand. Yes, different name spaces will be a challenge. But it can be handled by deciding to keep the name spaces in sync, using the same name for the same service in LSB headers, upstart jobs

Re: Two line init.d scripts? Sure, that will work!

2014-02-06 Thread Petter Reinholdtsen
ntain by reducing the amount of information/code each package maintainer need to provide. > Why not write an upstart job instead? It works with sysvinit today! Because it only work with upstart at the moment. :) -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debia

Re: Two line init.d scripts? Sure, that will work!

2014-02-05 Thread Petter Reinholdtsen
a replacement for the init-d-script script or by extending init-d-script. -- 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/20140205233625.gd1...@ulrik.uio.no

Re: Two line init.d scripts? Sure, that will work!

2014-02-05 Thread Petter Reinholdtsen
r/run/my.pid Everything should be configurable or overridable, so those with more complex needs could be able to use it too. > I've got a few of those... some in Debian, others not in Debian yet. Great. Please try to convert them to this new approach and let me know if you run into pro

Two line init.d scripts? Sure, that will work!

2014-02-05 Thread Petter Reinholdtsen
or the line counting in the subject, I decided to ignore commented lines. Including those, we end up on 11 lines. :) -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lis

Re: File naming of scripts in /etc/init.d

2014-02-05 Thread Petter Reinholdtsen
et the .sh ending, and in time, I guess the current init.d/*.sh scripts will become obsolete and go away. -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.o

Re: File naming of scripts in /etc/init.d

2014-02-04 Thread Petter Reinholdtsen
s would be sourced by /etc/init.d/rc and /etc/init.d/rcS while the non-.sh scripts would be executed. This distinciton were removed when sysv-rc started to run scripts in parallell, as it no longer made sense. > So my question was not too stupid :) Not at all. :) -- Happy hacking Petter Rein

Is updating utmp when logging in a user a requirement in Debian?

2013-06-29 Thread Petter Reinholdtsen
to only update consolekit, or if utmp must be updated too. -- 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/2fl61wxqsgg@diskless.uio.no

Re: [Popcon-developers] Encrypted popcon submissions

2013-06-21 Thread Petter Reinholdtsen
heezy and earlier. I created http://bugs.debian.org/712996 > to track its inclusion yesterday. -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.or

Re: [Popcon-developers] Encrypted popcon submissions

2013-06-21 Thread Petter Reinholdtsen
key to decrypt them. For Jessie, I hope we have time to figure out a solution, but for Wheezy we are not going to rewrite that part of our system. -- Happy hacking Petter Reinholdtsen One of the Debian Edu developers -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org wi

Re: Debian development and release: always releasable (essay)

2013-05-25 Thread Petter Reinholdtsen
kend storage and user/group/etc lookup. -- 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/2flsj1ag54h@login1.uio.no

Re: Interactive package management via aptitude

2013-04-15 Thread Petter Reinholdtsen
g tasksel to install the original task. After all, we want to make sure upgrades and installations end up with almost the same setup. If you want to create such chroot test with jenkins, I am sure Holger welcome a patch. The chroot scripts are simple to extend. :) -- Happy hacking Petter Rei

Bug#699077: ITP: isenkram -- Suggest packages to install when inserting new hardware

2013-01-27 Thread Petter Reinholdtsen
Package: wnpp Owner: Petter Reinholdtsen Severity: wishlist * Package name: isenkram Version : 0.2 Upstream Author : Petter Reinholdtsen * URL : http://anonscm.debian.org/gitweb/?p=collab-maint/isenkram.git * License : GPL Programming Lang: Python, Perl

Re: Ifupdown, loopback interface, /etc/network/interfaces.d

2013-01-06 Thread Petter Reinholdtsen
t me if I'm wrong. You are wrong. Debian Edu also expect /etc/network/interfaces to have the complete network setup. -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact

Re: Stuff from /bin, /sbin, /lib depending on /usr/lib libraries

2012-12-21 Thread Petter Reinholdtsen
affect the boot times? -- 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/2fl4njf5dd6@diskless.uio.no

Re: Stuff from /bin, /sbin, /lib depending on /usr/lib libraries

2012-12-16 Thread Petter Reinholdtsen
[Philipp Kern] > What in LVM should need to be shutdown? No idea. I have just seen messages about the LVM subsystem being busy at shutdown. I have not investigated where they came from. -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.

Re: Stuff from /bin, /sbin, /lib depending on /usr/lib libraries

2012-12-16 Thread Petter Reinholdtsen
poweroff. Thus, having stuff in / depend on libraries in /usr/ can cause real problems during shutdown. See http://bugs.debian.org/120340 > and http://bugs.debian.org/159771 > for the old story about bash and LDAP NSS blocking umount. -- Happy hacking Petter Reinholdtsen -- To UNSUBSC

Re: Status of circular dependencies in Sid

2012-12-15 Thread Petter Reinholdtsen
weeks (as detected by jenkins.debian.net). See http://bugs.debian.org/655382 > and related BTS reports for the details. I really hope we can get rid of the circular package dependencies. :) -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debi

Re: Audit of Debian/Ubuntu for unfixed vulnerabilities because of embedded code copies

2012-09-29 Thread Petter Reinholdtsen
e time to do so myself. :( If you want more direct feedback from me, we could meet on IRC to exchange knowledge. Otherwise, you can ask using email. -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscrib

Re: Audit of Debian/Ubuntu for unfixed vulnerabilities because of embedded code copies

2012-07-02 Thread Petter Reinholdtsen
s. I hope to come up with other and perhaps better ideas to motivate people to provide CPE codes with the packages. -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@li

Re: [Pkg-sysvinit-devel] Future of update-rc.d in wheezy+1

2012-06-27 Thread Petter Reinholdtsen
by Kel. The patch has been available for more than two years. -- 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/2012062

Re: Dependency-based boot ordering and sysvinit in unstable

2012-06-10 Thread Petter Reinholdtsen
% of the population do so already, and there is an upward trend, so it might even lead to success. -- Happy hacking Petter Reinholdtsen One of the people who brought you dependency based boot sequencing -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of &

Re: Idea: mount /tmp to tmpfs depending on free space and RAM

2012-06-08 Thread Petter Reinholdtsen
nless the administrator has explicitly made a more > limited choice. While I agree that tmpfs should be the default, I suspect this argument isn't solid enough to make it worth it. There are luckily other arguments too. :) -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to

Re: Idea: mount /tmp to tmpfs depending on free space and RAM

2012-06-08 Thread Petter Reinholdtsen
o work the same way the default installation in Debian work. They use read-only NFS-mounted file systems and a writable tmpfs mounted on /tmp/. - It reduces the number of disk writes on a laptop, allowing it to spin down the disk a bit longer. -- Happy hacking, Petter Reinholdtsen -- To UNSUBSCR

Re: Maintainer responsible for or only doing maintenance?

2012-06-01 Thread Petter Reinholdtsen
your view on the responsibilities of a package sponsor 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/2fl62bbmloo@login2.uio.no

Re: Moving /tmp to tmpfs is fine

2012-05-28 Thread Petter Reinholdtsen
e to give each user a different /tmp > through mount namespaces. I'm not sure whether that's compatible > with historical use of /tmp by the X window system.) This sound a bit more scary, yes. -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@l

Re: MIA check: Jan Christoph Nordholz

2012-04-28 Thread Petter Reinholdtsen
[Dmitry Smirnov] > Petter, you sponsored last maintainer's upload back in 2009 - do you > happen to hear from Jan lately? Nope. Been busy elsewhere. :) -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of &

Re: RFC: OpenRC as Init System for Debian

2012-04-26 Thread Petter Reinholdtsen
bed. The removal of the big kernel lock made the kernel less predictable, and is the source of these issues. :) -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...

Re: RFC: OpenRC as Init System for Debian

2012-04-26 Thread Petter Reinholdtsen
ased, not sequence based. There are other scenarios where the boot often fail too, but I guess you get the idea. :) -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debia

Re: The future of non-dependency-based boot

2012-04-19 Thread Petter Reinholdtsen
not to do it. 2) Machines switching to/from file-rc. -- 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/2flsjg06w7w@login2.uio.no

Re: The future of non-dependency-based boot

2012-04-15 Thread Petter Reinholdtsen
hemselves to override their dependencies, and risk them going away during upgrades. I created the possibility for the system administrator to insert overrides in /etc/insserv/overrides/ for just this use case. -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-d

Re: The future of non-dependency-based boot

2012-04-11 Thread Petter Reinholdtsen
You can also install file-rc. It only handle the static script ordering, and when switching the static ordering is activated. :) -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listm

Re: The future of non-dependency-based boot

2012-04-10 Thread Petter Reinholdtsen
[Adam Borowski] > Am I supposed to fetch a copy of initscripts and manually compare > scripts it ships with those on 'dpkg -L initscripts'? Or is there > some other obscure way? Try this one instead: dpkg-query -W -f='${Conffiles}\n' initscripts | grep obso

Re: The future of non-dependency-based boot

2012-04-10 Thread Petter Reinholdtsen
operly in Debian. Of the around 1000 packages with init.d scripts in Debian, I suspect at most 100 of them would need to provide upstart/systemd configuration to make the boot robust and correct, and the rest of the packages can keep using their existing init.d scripts. -- Happy hacking Petter Rei

Re: On init in Debian

2012-03-31 Thread Petter Reinholdtsen
kages with init.d scripts at the start of the dependency based boot sequence work. Back then, it was around 1000 binary packages. I used apt-file search /etc/init.d/ to count. :) -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org

Re: Network Security Toolkit

2012-02-29 Thread Petter Reinholdtsen
er free GPL license, and all of them are very useful for > imagination results. xtraceroute is a similar tool which was in Debian/Lenny. Check out http://packages.qa.debian.org/x/xt.html >. I do not know why it was removed, but suspect it was unmaintained and dead upstream. I miss

Re: upstart: please update to latest upstream version

2012-02-24 Thread Petter Reinholdtsen
and gdm scripts have priority. There is a list in the source, but I do not remember the details. -- 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: upstart: please update to latest upstream version

2012-02-24 Thread Petter Reinholdtsen
to sysvinit. :) -- 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/2flvcmwo0pt@login1.uio.no

Re: upstart: please update to latest upstream version

2012-02-22 Thread Petter Reinholdtsen
. See metainit and bug report #651004 for some ideas on how this could be done for init.d scripts. -- 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: directory under /usr/bin -- Ok or not?

2011-11-07 Thread Petter Reinholdtsen
dard to be the way you >always wanted it to be. Same as with science, I guess. :) "A new scientific truth does not triumph by convincing its opponents and making them see the light, but rather because its opponents eventually die, and a new generation grows up that is familiar with it." (M

Re: Possible mass bug filling for package depending on

2011-10-31 Thread Petter Reinholdtsen
ipt could replace each other, and those needing the wrapper could depend on the virtual package. I suspect all that is needed is someone to focus on the problem to figure out and implement a solution. :) -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-d

Re: Status of circulars dependencies in unstable

2011-09-04 Thread Petter Reinholdtsen
ill be > too strict. I definitely believe it is time to require no loops in policy. 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: htt

Re: A few observations about systemd

2011-08-05 Thread Petter Reinholdtsen
uld get this treatment. Perhaps some extra LSB-style header in init.d files to flag this would be useful? Anyway, thank you for the proposal. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe

Re: Are circular dependencies inside a source package OK?

2011-02-27 Thread Petter Reinholdtsen
bad idea. Are there other problems with dependency loops? 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/2flk4glzdm5@login2.uio.no

Re: Upstart and sysvinit in packages - Policy needed

2011-02-14 Thread Petter Reinholdtsen
. I believe we need to come up with a way where most or all package maintainers (perhaps those handling kernel events and early boot stuff should be expected) only need to maintain one boot setup for their package, and this boot setup should be used by all the different boot systems. Happy hacking

Re: CPE lists was Re: Equivalent packages between Linux distributions

2011-02-01 Thread Petter Reinholdtsen
ct track CVEs in a structured way? Note that there are several duplicate CPE entries used by NVD. A list of the ones I have identified so far is in data/CPE/aliases. Note that there is a bug in your list. xen is claimed to be grub-legacy. Perhaps check your code? Happy hacking, -- Petter Rei

Re: Results of the App Installer Meeting

2011-01-27 Thread Petter Reinholdtsen
package, perhaps in debian/control using "Xs-CPE: " or similar, to allow cross-distro mapping of packages and make the security teams work easier. :) I've started on a package map from Debian source package to CPE ID in the testing security team svn, data/CPE/list. I now

Re: squeeze will have googleearth-package

2011-01-26 Thread Petter Reinholdtsen
nds are to be installed by default. > > Shouldn't the non-free firmware deb end up installed just from that? I'm not sure. But I know hw-detect discover what file the kernel module is asking for, and want it to be possible to map from this file to the package providing this file

Re: Equivalent packages between Linux distributions

2011-01-25 Thread Petter Reinholdtsen
elevant CVEs and make it trivial to compare Debian and Ubuntu derivatives for the packages originating from Debian. Perhaps something like: Xs-CPE: cpe:/a:bash:bash in debian/control would do it? To get a versioned CPE, ":$version" could be appended. Happy hacking, -- Petter R

Re: Equivalent packages between Linux distributions

2011-01-25 Thread Petter Reinholdtsen
CPE entries. :) 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/2flaaip46qu@login2.uio.no

Re: runit package changes /etc/inittab ?

2011-01-08 Thread Petter Reinholdtsen
[Nikita V. Youshchenko] > Is modifying /etc/inittab from postinst ok for random debian package > these days? It is unlikely to cause upgrade problems, at least. :) The file is copied in place by the sysvinit postinst only if it is missing. Vennlig hilsen, -- Petter Reinholdtsen

Re: squeeze will have googleearth-package

2011-01-07 Thread Petter Reinholdtsen
rces, as there is currently no way to figure out which packages contain firmware and it is out of the question to unpack all packages to look for firmware packages. We should find a better way to identify firmware packages, allowing hw-detect to find the correct ones without unpacking. Happy ha

Re: Bitcoin donation

2010-12-30 Thread Petter Reinholdtsen
coin more to spend their bitcoins on. :) 1 Extracted using "lynx -dump http://blockexplorer.com/address/1MCwBbhNGp5hRm5rC1Aims2YFRe2SXPYKt|grep Received:|grep Block|awk '{sum = sum + $6} END { print sum}'". Happy hacking, -- Petter Reinholdtsen -- To UNSUBSC

Re: Testing debconf scripts

2010-12-19 Thread Petter Reinholdtsen
Try setting DEBCONF_DEBUG=developer to see the communication between the debconf frontend and the client. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.

Re: New user and group name for inadyn package

2010-12-12 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/2fl1v5n2ku7@login2.uio.no

Re: New user and group name for inadyn package

2010-12-08 Thread Petter Reinholdtsen
ers, and tried to kill them. Workaround is implemented there, but other packages might have similar problems. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lis

Re: Bug#604944: Please move libgcrypt to /lib

2010-11-27 Thread Petter Reinholdtsen
ystemd can use the libcryptsetup1 library. I believe this is up to the package maintainer, and to me the arguments for moving the libraries to /lib/ would be enough to move them. The libraries are needed during early boot, when only / might be available, and thus should be in /lib/. :) Happy hacking, -- P

Bug#604728: general: Cannot play anything in totem or gnome-mplayer while a flash movie is running in iceweasel

2010-11-26 Thread Petter Reinholdtsen
now, we will change the default in Debian Edu to use pulseaudio by default by editing our /etc/asound.conf file to do this. We earlier only enabled this for thin clients, but if it make sure Adobe Flash audio do not block other programs, it seem a good default to have for non-thin clients too. Happ

How many are using oldstable, stable, testing and unstable?

2010-11-19 Thread Petter Reinholdtsen
to 100%, because some machines are not using the current versions from these repositories. 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: Squeeze Artwork: selection of default theme

2010-11-13 Thread Petter Reinholdtsen
ision, and am happy there are people working on the visual profile 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.debi

Re: Debian Installer 6.0 Beta1 release

2010-11-01 Thread Petter Reinholdtsen
-one does, they stay very slim. :) 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/2floca9f0ju@login1.uio.no

Re: Init dependency between nfs-kernel-server and name server

2010-10-24 Thread Petter Reinholdtsen
[Tollef Fog Heen] > Sounds like a bug in insserv, then. As far as I can tell it is a design decision. > Did they provide any reasoning for this? See http://thread.gmane.org/gmane.comp.init.sysv.devel/66 > for the thread. :) Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE,

Re: Init dependency between nfs-kernel-server and name server

2010-10-24 Thread Petter Reinholdtsen
erv and a discussion within the LSB standardization framework would be a good way to bring this topic forward. :) Feel free to look into it if you got the spare time to spend on it. :) Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.o

Re: Init dependency between nfs-kernel-server and name server

2010-10-20 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/2fleibkkbo9@login1.uio.no

Re: status of /etc/environment?

2010-08-14 Thread Petter Reinholdtsen
eated during installation and for Squeeze will be updated when DHCP replies arrives. Is there an alternative for setting environment variables for all processes? Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsu

Re: More advanced home directory creation in Debian?

2010-08-10 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/20100810203658.gd18...@login1.uio.no

Re: Update Lenny to Squeeze

2010-08-09 Thread Petter Reinholdtsen
we will have to live with this upgrade pain for Lenny->Squeeze. 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/2fly6cfam4r@login2.uio.no

Re: Stepping the clock during boot

2010-08-03 Thread Petter Reinholdtsen
[John Hasler] > No, wait. Chrony depends on things that depend indirectly on $time > (so does ntp, IIRC). Yes, such change need to be done very carefully and in stages, to avoid dependency loops. See #542602 for a discussion on the ntp order relative to $syslog. :) Happy hacking, --

Re: Stepping the clock during boot

2010-08-03 Thread Petter Reinholdtsen
d before those depending on $time will start. PS: Peter Reinholdtsen is my cousin. :) 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://list

Re: Stepping the clock during boot

2010-08-03 Thread Petter Reinholdtsen
ntation on exactly how the /etc/insserv.conf.d > files work. It will add it to the existing line. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.o

More advanced home directory creation in Debian?

2010-08-03 Thread Petter Reinholdtsen
en move on to change other packages to use this location too. I suspect it is best to create a new tool for creating the home directory, to make sure all user creation tools call these .d scripts the same way. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-

When the init.d script exist, the service should be operational

2010-08-03 Thread Petter Reinholdtsen
faster than before. If you maintain a package with a service started during boot using a init.d script, please make sure your service is operational when the init.d script exits. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a

Re: Stepping the clock during boot

2010-08-03 Thread Petter Reinholdtsen
orrect. 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/2flaap45dpx@login2.uio.no

Re: aptitude (priority important) depends on libboost-iostreams (priority optional)

2010-07-30 Thread Petter Reinholdtsen
itude behaviour is worse than that of apt-get. :) Happy hacking, -- Petter Reinholdtsen Pretending d-i developer -- 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/2fl4ofg250d@login2.uio.no

Re: When and how can we migrate out of CVS and WML ?

2010-07-30 Thread Petter Reinholdtsen
an-edu-doc, where the master document is fetched as docbook from wiki.debian.org, passed to translators as .po files and in the end both HTML and PDF versions of the documentation is generated. :) Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debi

Re: aptitude (priority important) depends on libboost-iostreams (priority optional)

2010-07-30 Thread Petter Reinholdtsen
pt would have to change, as well as tasksel. I suspect those two are the only ones using apt-get or aptitude directly in debian-installer. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Troubl

Re: When and how can we migrate out of CVS and WML ?

2010-07-30 Thread Petter Reinholdtsen
sed to generate the translated XHTML version: po4a-translate -f xhtml -M UTF-8 -m index.html.en -p nb.po -l index.HTML.nb Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@

Re: The number of popcon.debian.org-submissions is falling

2010-07-25 Thread Petter Reinholdtsen
rtant to get as many submitters are possible, to make sure the popcon data is representative of our installation base. Happy hacking -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@list

Re: How to make Debian more attractive for users

2010-07-22 Thread Petter Reinholdtsen
es you know about. :) 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/2fl63075ff5.fsf...@login2.uio.no

Re: The number of popcon.debian.org-submissions is falling

2010-07-21 Thread Petter Reinholdtsen
n safely enable popcon. :) 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/2floce156an@login2.uio.no

  1   2   3   4   5   6   7   8   >