Bug#282147: this bug breaks the debian installer

2006-10-17 Thread Ronny Aasen
]: WARNING **: Configuring 'pkgsel' failed with error code 1 Oct 17 13:30:03 main-menu[1989]: WARNING **: Menu item 'pkgsel' failed. with regards Ronny Aasen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#393748: ldm dont scale the backdrop images

2006-10-17 Thread Ronny Aasen
backdrop_1024x768.png before trying backdrop.png ? sepski then one could prescale them ogra sure, but not before ubuntu release :) Ronny Aasen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#282147: confirm bug

2006-10-30 Thread Ronny Aasen
or address at /usr/sbin/update-inetd line 29. hope this helps i also tested debian-edu etch-test in gui mode and the error is identical there. regards Ronny Aasen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#391805: wish for comma support in components argument of ltsp-client-builder

2006-10-08 Thread Ronny Aasen
+COMPONENTS=$(echo $option_components_value|tr ',' ' ') fi ;; esac Ronny Aasen | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#393002: wish for comma support in --late-packages

2006-10-14 Thread Ronny Aasen
. i wish for support of comma separated values in the --late-packages argument. the patch included should fix the issue. Ronny Aasen === modified file 'server/plugins/ltsp-build-client/Debian/030-late-packages' --- server/plugins/ltsp-build-client/Debian/030-late-packages 2006-09-06 19:51:10 +

Bug#390647: debootstrap failes without error, on the first run, if resolv.conf is a broken symlink

2006-10-02 Thread Ronny Aasen
/i386 file:///cdrom You can workaround the problem by either run debootstrap twice in succession. Or by touch /etc/resolvconf/run/resolv.conf before running debootstrap. -- mvh Ronny Aasen -- 41616155 -- [EMAIL PROTECTED] -- Datapart AS -- 57682100 -- www.datapart-as.no -- signature.asc

Bug#390722: ltsp-client-builder have the wrong priorit, wont be run from debian installer

2006-10-02 Thread Ronny Aasen
a local build ltsp with priority 73, and that was selected as expected. Would debian-boot please assign a priority to ltsp-client-builder ? somewhere between pkgsel and finish-install Ronny Aasen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#390647: debootstrap breaks on broken symlink /etc/resolv.conf

2006-10-07 Thread Ronny Aasen
abnormally. a modification to forinstance conditional_cp () { if [ ! -e $2/$1 ]; then if [ -L $1 -a -e $1]; then cat $1 $2/$1 elif [ -e $1 ]; then cp -a $1 $2/$1 fi fi } Would check that the source also exsisted before trying to cat it. Ronny Aasen -- To UNSUBSCRIBE, email

Bug#390647: new way

2006-10-07 Thread Ronny Aasen
More knowledgeable people in debian-devel suggested conditional_cp () { if [ ! -e $2/$1 ]; then if [ -L $1 ] [ -e $1 ]; then cat $1 $2/$1 elif [ -e $1 ]; then cp -a $1 $2/$1 fi fi } as a more portable and less syntactically ambiguous method Ronny -- To UNSUBSCRIBE,

Bug#382315: partman-auto-lvm wont overwrite a lvm volume group on disk. breaking preseeded installations

2006-08-10 Thread Ronny Aasen
, and no need for additional preseed options. -- mvh Ronny Aasen -- 41616155 -- [EMAIL PROTECTED] -- Datapart AS -- 57682100 -- www.datapart-as.no -- signature.asc Description: This is a digitally signed message part

Bug#438189: seconded

2007-08-16 Thread Ronny Aasen
i have heard users wish for such a low volume list and second this request. Ronny Aasen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#391641: hwinfo version 13.35-2

2007-08-16 Thread Ronny Aasen
version: 13.35-2 also tried on hwinfo from sid ltsp:~# dpkg -la | grep hwinfo ii hwinfo 13.35-2 Hardware identification system altho i am confused by the version string ltsp:~# hwinfo --version 13.11 it gives the same output ltsp:~# hwinfo

Bug#445312: patch for the cdebconf workaround

2007-10-20 Thread Ronny Aasen
a patch for the workaround. Ronny --- ltsp-client-builder.postinst.before 2007-10-21 00:40:49.0 +0200 +++ ltsp-client-builder.postinst.after 2007-10-21 00:42:00.0 +0200 @@ -55,7 +55,7 @@ in-target /usr/sbin/ltsp-build-client $BUILD_CLIENT_OPTS db_progress STEP 1 - +log

Bug#445312: ltsp-client-builder udeb confuses debconf during installation

2007-10-04 Thread Ronny Aasen
the db_progress lines fixes the problem. --example db_progress STEP 1 log finished db_progress STOP kind regards Ronny Aasen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#414818: setting $LOCAL breaks the installer. missing main in base_components

2007-03-13 Thread Ronny Aasen
. Ronny Aasen Index: tools/start_new_disc === --- tools/start_new_disc (revision 1372) +++ tools/start_new_disc (working copy) @@ -124,7 +124,7 @@ echo Adding .disk/base_components echo main $CDDIR/.disk/base_components if [ -n

Bug#400097: missing /dev/fb0 makes usplash fail

2006-11-23 Thread Ronny Aasen
/dev/fb0 c 29 0 just above the line saying /sbin/usplash -c in the file /usr/share/initramfs-tools/scripts/init-top/usplash and deleting and recreating the initrd file with eg: dpkg-reconfigure linux-image-$(uname -r) makes usplash work as expected. Ronny Aasen -- To UNSUBSCRIBE, email

Bug#400097: missing /dev/fb0 makes usplash fail

2006-11-23 Thread Ronny Aasen
Otavio Salvador wrote: reassign 400097 initramfs-tools Ronny Aasen [EMAIL PROTECTED] writes: Package:usplash Version: 0.3e Usertags: debian-edu@lists.debian.org usplash fail at boot with the error bogl_init failed: /dev/fb0 no such file or directory I am not sure what should

Bug#409531: nbd-server: timeout option not very useful

2007-05-27 Thread Ronny Aasen
, sitting idle. then i had a script running on the client that did a dd if=/dev/nbd0 of=/dev/null every 30 second. so it read the whole device once every 30 secs. it still did timeout after 600 sec. must the device be written to for the timeout to reset ? Regards Ronny Aasen

Bug#426630: lwat on debian-edu

2007-05-30 Thread Ronny Aasen
I had lwat 0.14-3 on my debian-edu etch system. /etc/lwat/admin.ini present purged lwat and reinstalled with lwat from sid version 0.14-3 I have /etc/lwat/admin.ini both in my etch installed from dvd and after the apt-get from sid. Ronny Aasen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Bug#358584: ltsp-server: ifup lo fails becouse of missing /dev/shm/network

2006-03-23 Thread Ronny Aasen
: workaround mv CHROOT/etc/rcS.d/S39ifupdown CHROOT/etc/rcS.d/S39ifupdown after the next boot of the client you can now ifup lo -- mvh Ronny Aasen -- 41616155 -- [EMAIL PROTECTED] -- Datapart AS -- 57682100 -- www.datapart-as.no -- signature.asc Description: This is a digitally signed message part

Bug#375265: preseeding partman-auto/disk don't work if you want lvm partitions

2006-06-24 Thread Ronny Aasen
disk detected, but not use lvm on it. i wish for a preseed template for instance ||partman-auto-lvm/disk /dev/discs/disc0/disc It would do in essence the same, but with lvm. Ronny Aasen| -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#375265: set severity

2006-06-25 Thread Ronny Aasen
severity: wishlist -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#385220: partman-auto-lvm should support multiple volume groups from recipes

2006-08-29 Thread Ronny Aasen
, and makes expanding easier. But most importantly, becouse autopartkit supports it. Regards Ronny Aasen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#385219: partman-auto-lvm recipes should support a free space partition type.

2006-08-29 Thread Ronny Aasen
autopartkit supports it. One Could argue that the time would be better spent on making online partition reduction work. but that's a different package. Regards Ronny Aasen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#375491: yet another lvm_removal_on_demand patch suggestion

2006-08-29 Thread Ronny Aasen
David Härdeman wrote: On Thu, Aug 24, 2006 at 09:27:49PM +0200, Ronny Aasen wrote: Index: debian/partman-auto-lvm.templates === --- debian/partman-auto-lvm.templates(revision 40192) +++ debian/partman-auto-lvm.templates

Bug#375491: patch suggestion

2006-08-21 Thread Ronny Aasen
on the disk, it will check that these volume groups are not spanning multiple disks, if they do it will fail with the same error as before. if it finds that the vg is isolated to the disk, preseeded to be erased, it removes all Logicalvolumes, and VolumeGroups on that disk. Ronny Aasen

Bug#375491: patch suggestion

2006-08-21 Thread Ronny Aasen
patch attached instead Ronny Aasen Index: autopartition-lvm === --- autopartition-lvm (revision 40105) +++ autopartition-lvm (working copy) @@ -26,10 +26,42 @@ log-output -t update-dev update-dev fi + # Check

Bug#375491: patch suggestion

2006-08-23 Thread Ronny Aasen
patch Index: autopartition-lvm === --- autopartition-lvm (revision 40105) +++ autopartition-lvm (working copy) @@ -26,10 +26,50 @@ log-output -t update-dev update-dev fi + # Check if the device already contains any

Bug#375491: patch suggestion

2006-08-23 Thread Ronny Aasen
, but using the functions from lvm_tools.sh I might give a shot at the other issues too, but since i am mostly fumbeling around it may take quite some time. Ronny Aasen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#375491: yet another lvm_removal_on_demand patch suggestion

2006-08-24 Thread Ronny Aasen
here is attached my 3rd attempth for lvm removal on installations. It's basicaly Frans Pops suggestions. with a new template if lvm is detected on the disk, ask user if it's ok to delete them. if yes ; delete if no ; same error as before. If this is acceptable ill see about adding something to

Bug#384481: pkgsel.postinst dont carry tasksel/first into the target_configdb database

2006-08-24 Thread Ronny Aasen
/keymap|passwd/username)$ \ configdb target_configdb replacing with ^(tasksel/first|debian-installer/language|debian-installer/country|debian-installer/keymap|passwd/username)$ \ ran tasksel as expected. Ronny Aasen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#319859: xserver-xorg fail to detect keyboard layout

2006-10-26 Thread Ronny Aasen
might be better no) XMAP=no;; no-latin1) XMAP=no;; This probably affect several other layouts in addition to the Norwegian Ronny Aasen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#319859: better suggestion

2006-10-26 Thread Ronny Aasen
after lunch one thinks better the line DI_KEYMAP=${DI_KEYMAP##-latin1} is ment to remove the -latin1 parts but ## deletes from the left. if one replaces with DI_KEYMAP=${DI_KEYMAP%%-latin1} it works as expected. Ronny Aasen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#606016: indexing takes a minute using all CPU and creates 100mb data

2010-12-06 Thread Ronny Aasen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 holger: I did mention that i had not tested the issue myself. only observed talk on #ltsp regarding the issue. Klausade did note the cpu usage and disk consumtion, when logging in the first time. Is there something special in our debian-edu setup

Bug#514039: please make debian-...@l.d.o moderated

2009-02-05 Thread Ronny Aasen
Don Armstrong wrote: On Wed, 04 Feb 2009, Holger Levsen wrote: Threads with complaints about too much backscatter: http://lists.debian.org/debian-edu/2009/01/msg00122.html http://lists.debian.org/debian-edu/2009/02/msg5.html http://lists.debian.org/debian-edu/2009/01/msg00152.html

Bug#406766: status

2010-02-22 Thread Ronny Aasen
. kind regards Ronny Aasen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#604247: unblock: sitesummary/0.0.67

2010-11-22 Thread Ronny Aasen
, one of them set to serious severity. sitesummary (0.0.67) unstable; urgency=low [ Ronny Aasen ] * Only run lsscsi from collect.d/system, if /proc/bus/scsi exsists to avoid errors on machines without /sys mouted, like chroots and vservers (Closes: #602286). s/exsists/exists

Bug#593465: confirmed bug 593465 also on dovecot imap

2010-08-26 Thread Ronny Aasen
accounts continue to work okay. I can observe this exact behaviour, using the above package http://loeki.tv/~thijs/squirrelmail/squirrelmail_1.4.15-4+lenny4_all.deb reverting to squirrelmail 2:1.4.15-4+lenny2 fixes the problem. i use dovecot 1:1.0.15-2.3+lenny1 for imap server. Kind regards Ronny

Bug#406766: cacti-plugin on 0.8.7g

2010-08-28 Thread Ronny Aasen
on packaging cacti. Ronny Aasen __ Information from ESET NOD32 Antivirus, version of virus signature database 5405 (20100828) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#602286: sitesummary-client: daily error, on vserver guests

2010-11-03 Thread Ronny Aasen
Package: sitesummary-client Version: 0.0.66 Severity: normal sitesummary-client mail's a daily error to root on machines that does not have /sys. Examples are vserver guests and chroot's the mail looks like: /etc/cron.daily/sitesummary-client: Unable to locate sysfsroot. If kernel = 2.6.0

Bug#516082: supermicro blade server B7DC3, failed to detect raidset on LSI 1068E SAS/SATA

2009-02-19 Thread Ronny Aasen
. this works ok. But is a lot of extra work. googeling shows that there are many with a problem with this controller the LSI 1068E SAS/SATA kind regards Ronny Aasen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#527080: same issue with etch + 2.6.26-bpo.1-686 #1 SMP Mon Jan 12 20:06:26 UTC 2009 i686 GNU/Linu

2009-06-26 Thread Ronny Aasen
See something similar with etch and 2.6.26-bpo.1-686 usualy related to doing any file operation on a cifs mount. ls rsync cp or something. Ronny -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#663340: stable version tested and working

2012-03-13 Thread Ronny Aasen
afterwards shows things are working as expected. Thank you for your good work packaging moin :) kind regards Ronny Aasen -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

Bug#744761: keystone: postinst does not update the connection string in keystone.conf when installing or reconfiguring

2014-04-14 Thread Ronny Aasen
1.17.6 ii lsb-base 4.1+Debian12 ii python-configobj 4.7.2+ds-5 ii python-keystone2014.1~rc2-1 pn python:any none ii sqlite33.8.4.3-1 ii ssl-cert 1.0.33 Kind regards Ronny Aasen -- To UNSUBSCRIBE

Bug#744892: glance-common configures a latin1 collation mysql database, glance-manage db-sync failes during installation.

2014-04-15 Thread Ronny Aasen
. Adding the line dbc_mysql_createdb_encoding=utf8 to the file /etc/dbconfig-common/glance-common.conf solved the problem. kind regards Ronny Aasen -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64

Bug#744892: Acknowledgement (glance-common configures a latin1 collation mysql database, glance-manage db-sync failes during installation.)

2014-04-15 Thread Ronny Aasen
Other openstack databases like keystonedb and novadb is also created as latin1. but nova and keystone does not seem to complain about that. kind regards Ronny Aasen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#744761: also valid for nova-common

2014-04-15 Thread Ronny Aasen
greetings this seems to also be the case for nova-common. the section have changed from DEFAULT to database. kind regards Ronny Aasen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#744892: latin1 database on glance-common 2014.1-1

2014-04-22 Thread Ronny Aasen
[-] ValueError: Tables migrate_version have non utf8 collation, please make sure all tables are CHARSET=utf8 Setting up glance-api (2014.1-1) ... kind regards Ronny Aasen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#744892: latin1 database on glance-common 2014.1-1

2014-04-22 Thread Ronny Aasen
fyi i notice the string dbc_mysql_createdb_encoding=UTF8 in the /var/lib/dpkg/info/[glance|nova]-common.postinst files but there is no such entry in /etc/dbconfig-common/[glance|nova]-common.conf so the database is still generated with latin1 collation. kind regards Ronny Aasen

Bug#745551: postinst does not update the connection string in nova.conf when installing or reconfiguring

2014-04-22 Thread Ronny Aasen
sql_connection nova $@ and you can run dpkg-reconfigure nova-common to generate the correct connection string. this bug is similar to the closed bug #744761 ( https://bugs.debian.org/744761 ) kind regards Ronny Aasen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#871496: cacti graph search box reloads, and clears searchbox on any keypress.

2017-08-08 Thread Ronny Aasen
Package: cacti Version: 1.1.16+ds1-1 Severity: normal Dear Maintainer, On the graphs page when trying to use the right hand side search box. the search box clears and reloads when I enter the first letter. This happens in all browsers I have tried. I tracked it down to line 1216 in

Bug#922309: timezone settings in conf.d directory

2019-08-16 Thread Ronny Aasen
-cacti-set-timezone.ini from cacti if that is allowed in policy? But that could quickly devolve into a wild chaos of different packages trying to set different settings for the same value that are more "system" wide? kind regards Ronny Aasen

Bug#934898: cacti: php configuration via apache config file is not enabled with php7.3 in buster and newer.

2019-08-16 Thread Ronny Aasen
that the module name for php7.3 have changed since php5. so the snippet inside in /etc/apache2/conf-available/cacti.conf is never considered. the fix was simple, replace with Kind regards Ronny Aasen -- System Information: Debian Release: 10.0 APT prefers stable-updates APT policy: (500

Bug#949622: proftpd on buster

2020-03-19 Thread Ronny Aasen
I have the same problem on all buster / debian 10 installs. 80-90% of users are unable to connect. Ronny Aasen

Bug#949622: proftpd on buster

2020-03-23 Thread Ronny Aasen
Hi Hilmar Am 19.03.2020 um 09:30 teilte Ronny Aasen mit: Hi Ronny, I have the same problem on all buster / debian 10 installs. 80-90% of users are unable to connect. I'm aware of this. I've built new packages for stretch and buster, there are on: https://freeshell.de/~hille42/proftpd

Bug#1009906: HTTPS proxyfied requests randomly delayed

2022-06-10 Thread Ronny Aasen
I found the same problem and the same fix. i suspect the delay is due to the browser retrying. one thing i noticed is that the log does not show the missing request before it is retried. fourty-two! Ronny Aasen