Bug#1050329: sexpp FTBFS with nocheck profile

2023-09-30 Thread Karel van Gruiten
be the solution here as well? Again, sorry for this unasked post, but since 10/24 is approaching, I just wrote it as a simple Thundbird user on Debian. Kind regards Karel

Bug#1034396: file-roller: File-Roller fails to create 7z- and ZIP-archives from folders selected in Nemo

2023-04-14 Thread Karel van Gruiten
Three additional information that might be helpful here: 1) I recently (about a week ago) updated my system from a fully patched Bullseye to Bookworm. 2) About one or two month ago the same scenario (select directories in homedir and create a ZIP via contextmenu) worked without any problems.

Bug#1034396: file-roller: File-Roller fails to create 7z- and ZIP-archives from folders selected in Nemo

2023-04-14 Thread Karel
Package: file-roller Version: 43.0-1 Severity: important X-Debbugs-Cc: karel-...@tutanota.com Dear Maintainer, I tried to create an archive ba selecting various folders in my homedirectory and then selecting "compress" in context menu. In the appearing file-roller-box I selected to c

Bug#807071: util-linux: please allow term-utils/script.c without signalfd (needed for kFreeBSD and Hurd)

2023-02-03 Thread Karel Zak
On Thu, Feb 02, 2023 at 02:08:11AM +, Thorsten Glaser wrote: > Karel Zak dixit: > > >On Thu, Oct 24, 2019 at 12:38:51AM +, Thorsten Glaser wrote: > >> you were involved in changing script(1) to use signalfd, which > >> is apparently Linux-specif

Bug#1030285: Fwd: Bug#1030285: bsdutils: logger: regressed to reusing initial timestamp

2023-02-02 Thread Karel Zak
inux/util-linux/issues/1866 Bugfix: http://github.com/util-linux/util-linux/commit/96ccdc00e1fcf1684f9734a189baf90e00ff0c9a Karel > > Thanks in advance! > > -- Forwarded message -- > Message-ID: <167530436240.9092.12628425440425024484.report...@ara4.mirb

Bug#1003095: /usr/bin/script: hangs when child doesn't read input fast enough

2022-04-19 Thread Karel Zak
t; include/pty-session.h | 7 +++ > lib/pty-session.c | 126 ++ > 2 files changed, 110 insertions(+), 23 deletions(-) Applied, thanks! Please, next time use "Signed-off-by:" line :-) Karel -- Karel Zak http://karelzak.blogspot.com

Bug#1003095: /usr/bin/script: hangs when child doesn't read input fast enough

2022-04-11 Thread Karel Zak
t; /* > @@ -311,16 +329,13 @@ static int write_to_child(struct ul_pty > * maintains master+slave tty stuff within the session. Use pipe to write to > * pty and assume non-interactive (tee-like) behavior is NOT well supported. > */ > -void ul_pty_write_eof_to_child(struct ul_pty *

Bug#1006545: xserver-xorg-video-radeon: xrandr rotating VGA-output monitor to portrait results in X11 crash on Radeon R5 230

2022-02-27 Thread Karel Gardas
Package: xserver-xorg-video-radeon Version: 1:19.1.0-2+b1 Severity: normal X-Debbugs-Cc: karel.gar...@centrum.cz Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? I have two monitors connected to my amd64 box.

Bug#1003095: /usr/bin/script: hangs when child doesn't read input fast enough

2022-02-03 Thread Karel Zak
On Wed, Feb 02, 2022 at 03:49:38PM +0100, наб wrote: > Bumping this patch after 2ish weeks :) Sorry for my delay. Your solution seems elegant, but it seems to late for the next release v2.38 (now rc1). I'll play with it next week and prepare it for v2.39. Karel -- Karel Zak h

Bug#1003095: /usr/bin/script: hangs when child doesn't read input fast enough

2022-01-05 Thread Karel Zak
et(); + sigaddset(, SIGINT); + sigaddset(, SIGTERM); + + sigprocmask(SIG_UNBLOCK, , ); + + rc = write_all(pty->master, buf, bufsz); + + sigprocmask(SIG_SETMASK, , NULL); + return rc; } -- Karel Zak http://karelzak.blogspot.com

Bug#993882: Info received (Bug#993882: Acknowledgement (power64le: virt-manager refuses to start fresh install of FreeBSD 13.0 due to qemu issue on power8 host (safe cache missing)))

2021-09-07 Thread Karel Gardas
Hello, tested the same on Ubuntu 20.04 LTS up-to-date and it shows the same issue although its qemu is probably somewhat older version. Conclusion: not broken by debian, not broken recently. Probably general issue on power8 (or general issue on my machine.) Karel

Bug#993882: Acknowledgement (power64le: virt-manager refuses to start fresh install of FreeBSD 13.0 due to qemu issue on power8 host (safe cache missing))

2021-09-07 Thread Karel Gardas
Hi, one addition. I've noticed that architecture options are probably wrong for the pseries machine. By default it selects ppc64le where I believe ppc64 is the right one. I've tested both options here so the bug is not related to wrong default value of architecture options. Just to let you

Bug#993882: power64le: virt-manager refuses to start fresh install of FreeBSD 13.0 due to qemu issue on power8 host (safe cache missing)

2021-09-07 Thread Karel Gardas
Package: virt-manager Version: 1:3.2.0-3 Severity: grave Justification: renders package unusable Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? An attempt to configure and run newly created FreeBSD 13.0 VM

Bug#992181: software-properties-gtk: Security-Updates-Repository is only recognized when using URL security.debian.org

2021-08-15 Thread Karel
Package: software-properties-gtk Version: 0.96.20.2-2.1 Severity: normal X-Debbugs-Cc: karel-...@tutanota.com Dear Maintainer, with the upgrade from Buster to Bullseye the Security Archive Layout changed as mentioned here in the release notes: https://www.debian.org/releases/bullseye/amd64

Bug#977562: systemd: Incorrect order of agetty arguments in serial-getty@ttyS0.service definition file

2021-01-18 Thread Karel Zak
On Thu, Jan 14, 2021 at 05:26:40PM +0100, Michael Biebl wrote: > Karel, > > sorry for poking you directly: Could you weigh in here? agetty accepts both: agetty --help Usage: agetty [options] [,...] [] agetty [options] ,... [] and code differentiate

Bug#958445: ruby-attr-encrypted fix

2020-07-14 Thread Karel Pičman
In ruby-acts-as-taggable-on 6.5.0-2~bpo10+1 package has already been the problem fixed. In ruby-attr-encrypted has helped me the following workaround directly in the source code (taken from ruby-acts-as-taggable-on's fix): Line 84 in

Bug#807071: util-linux: please allow term-utils/script.c without signalfd (needed for kFreeBSD and Hurd)

2020-01-02 Thread Karel Zak
r the latter). I have added this request to our TODO file. We'll see. The problem is that with signalfd it's more reliable than when classic signals interrupt any syscall, but I have no problem to support any #ifdefs for non-signalfd systems. Karel -- Karel Zak http://karelzak.blogspot.com

Bug#900821: linux-image-4.9.0-6-amd64: apache reads wrong data over cifs filesystems served by samba

2019-01-15 Thread Karel Kozlík
Hi, I am facing this problem with debian stable, but kernel from backports: ii linux-image-4.19.0-0.bpo.1-amd64-unsigned 4.19.12-1~bpo9+1 amd64Linux 4.19 for 64-bit PCs Linux version 4.19.0-0.bpo.1-amd64 (debian-ker...@lists.debian.org) (gcc version 6.3.0 20170516 (Debian

Bug#898426: [PATCH] partx: exit with error code when partition read failed

2018-06-18 Thread Karel Zak
On Sun, Jun 17, 2018 at 02:49:15PM +0200, Andreas Henriksson wrote: > disk-utils/partx.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Applied, thanks. -- Karel Zak http://karelzak.blogspot.com

Bug#628843: login: tty hijacking possible in "su" via TIOCSTI ioctl

2016-10-03 Thread Karel Zak
-linux mailing list), but it's relatively complex. My plan is to try to implement it. We will see. Karel -- Karel Zak <k...@redhat.com> http://karelzak.blogspot.com

Bug#628843: login: tty hijacking possible in "su" via TIOCSTI ioctl

2016-10-03 Thread Karel Zak
On Mon, Oct 03, 2016 at 03:34:49PM +0200, Simon Ruderich wrote: > @Karel: Could you please have a look at the patches in this bug > report which use setsid() to create a new session and adapt your > commit with a patch based on this approach? Sudo's use_pty option > does the same to fi

Bug#628843: login: tty hijacking possible in "su" via TIOCSTI ioctl

2016-10-03 Thread Karel Zak
has well-defined use cases in su(1) and runuser(1) and any changes would introduce regressions. It seems we need a better way -- ideally another ioctl (or whatever is supported by the kernel) to disable TIOCSTI without setsid(). and yes, blacklisting ioctl is hack. Karel -- Karel

Bug#827225: [PATCH] tests: really fix fdisk/bsd for hppa

2016-08-16 Thread Karel Zak
hppa also in ./confugure, so I guess that "hppa" has been also correct for some boxes. It seems more robust to use *alpha* | *ppc* | *ia64* | *hppa* | *parisc* ) for sure. Fixed. Thanks Karel -- Karel Zak <k...@redhat.com> http://karelzak.blogspot.com

Bug#809016: mount.8: missing documentation for overlay

2016-01-05 Thread Karel Zak
On Sat, Dec 26, 2015 at 01:20:31PM +0900, Osamu Aoki wrote: > sys-utils/mount.8 | 31 +++ > 1 file changed, 31 insertions(+) Applied to upstream tree (with some changes), thanks! Karel -- Karel Zak <k...@redhat.com> http://karelzak.blogspot.com

Bug#801527: mount believes correctly-formatted UDF uid=forget option is in error

2015-10-12 Thread Karel Zak
he original mount(8) has worked. Fixed: https://github.com/karelzak/util-linux/commit/440a355a3d3934d99f7ef82adf02342e6f2f7983 will be in v2.27.1. Thanks! Karel -- Karel Zak <k...@redhat.com> http://karelzak.blogspot.com

Bug#794727: mesg n exits with error, even if the command is successful

2015-08-11 Thread Karel Zak
user's input without parsing $SOMETHING_FROM_USER. (The current mesg implementation supporst rpmatch().) Karel -- Karel Zak k...@redhat.com http://karelzak.blogspot.com -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#557902: [Pkg-oss4-maintainers] Bug#557902: oss4-base: disables ALSA without asking

2015-08-06 Thread Karel Hruška
working again. (my case) These files have to be removed manually, then everything works like before. I am not sure if this is a standard behaviour, but I thought it would be good to point it out. Thank you for your great work! Karel Hruska

Bug#786554: [PATCH] man: fix nolazytime typo in mount(8)

2015-06-08 Thread Karel Zak
On Wed, Jun 03, 2015 at 06:32:09PM +0200, Andreas Henriksson wrote: sys-utils/mount.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. -- Karel Zak k...@redhat.com http://karelzak.blogspot.com -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#784709: when would blkid success but not filesystem type?

2015-05-26 Thread Karel Zak
On Tue, May 26, 2015 at 12:21:36PM +0800, Paul Wise wrote: On Thu, 21 May 2015 13:07:35 +0200 Karel Zak wrote: The option '-s' does not affect return code ... we have information about all (including empty) partitions! Ok, I see. Sounds like the proposed patch is appropriate

Bug#784709: when would blkid success but not filesystem type?

2015-05-21 Thread Karel Zak
is to use lsblk, for example: # lsblk --noheading --output FSTYPE /dev/sda1 vfat it reads info from udev db (libblkid is only fallback here), and it provides better way how to control output. Karel -- Karel Zak k...@redhat.com http://karelzak.blogspot.com -- To UNSUBSCRIBE, email

Bug#785116: util-linux: blkid -s returns too much information

2015-05-14 Thread Karel Zak
-2a6c-4c8a-aa1b-33492034f927 FSTYPE=ext4 and it reads information from udev db or from libblkid. Karel -- Karel Zak k...@redhat.com http://karelzak.blogspot.com -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#785116: util-linux: blkid -s returns too much information

2015-05-13 Thread Karel Zak
upstream if DEVNAME is considered a tag which should be included in the tag filtering CCed. I have a patch to fix it, but now when I think about it it's probably better to keep the current behavior than fix one regression by another regression ;-) Karel -- Karel Zak k...@redhat.com

Bug#776034: fsck runs in parallel on same physical disk

2015-01-26 Thread Karel Zak
On Mon, Jan 26, 2015 at 10:36:02AM +0100, Daniel Pocock wrote: On 26/01/15 10:32, Karel Zak wrote: On Mon, Jan 26, 2015 at 02:24:04AM +0100, Michael Biebl wrote: -l Create an exclusive flock(2) lock file (/run/fsck/diskname.lock) for whole-disk device

Bug#776034: fsck runs in parallel on same physical disk

2015-01-26 Thread Karel Zak
to check stacked devices (e.g. MD or DM) - this feature is not implemented yet. Karel, is there an upstream bug report for this issue? What's the state of this feature, is it actively being worked on? No, nobody is workning on -l for stacked devices. Karel -- Karel Zak k

Bug#770211: LUKS partition types, redux

2014-11-24 Thread Karel Zak
, not about on-disk disk label data. Karel -- Karel Zak k...@redhat.com http://karelzak.blogspot.com -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#770211: LUKS partition types, redux

2014-11-24 Thread Karel Zak
On Mon, Nov 24, 2014 at 09:42:50AM -0500, Phillip Susi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/24/2014 6:37 AM, Karel Zak wrote: The current trend is to use partition type to define for what purpose we want to use the partition (for example this is /home

Bug#764387: [PATCH] autogen.sh: check for libtoolize rather than libtool

2014-10-14 Thread Karel Zak
On Tue, Oct 07, 2014 at 11:07:19PM +0200, Helmut Grohne wrote: autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. -- Karel Zak k...@redhat.com http://karelzak.blogspot.com -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#756177: fdisk -l regression between v2.24.2 and v2.25

2014-07-28 Thread Karel Zak
developer mailing list to hopefully have some help on finding the proper fix. Already fixed in upstream tree. The patch will be in 2.25.1 (probably at the end of the next month). Karel -- Karel Zak k...@redhat.com http://karelzak.blogspot.com -- To UNSUBSCRIBE, email to debian-bugs

Bug#747313: [Pkg-shadow-devel] Bug#747313: login: Please move pam_selinux open call higher in the session PAM stack

2014-05-12 Thread Karel Zak
to follow what Fedora is doing). just for curiosity, why do you still use ligin(1) from shadow-utils? Does it have any feature that is missing in util-linux login(1)? Note that we spent a lot time to make util-linux login(1) compatible with Suse, /etc/login.defs and to make it PAM-only etc. Karel

Bug#712209: Try alsactl init

2013-08-08 Thread Karel Krecmer
Hi, I hit the same. Today after I started my computer I had no audio at all. I don't know the root cause, but I run as root alsactl init and it has helped. I hope it help you too as workaround. All the best Karel -- Karel Krecmer For reference: ~# alsactl init Found hardware: HDA-Intel

Bug#675569: Fixed in upstream

2012-07-11 Thread Karel Zak
ioctl for device Good catch, TIOCSCTTY is optional in the current code so tcsetpgrp() should not be required too. Fixed. Thanks. (Unless these errors are all symptoms of another problem, that is.) The question is why your agetty is not able to get controlling tty. Karel -- Karel Zak k

Bug#634871: mount refuses to update mtab if there's any entry with none

2011-07-21 Thread Karel Zak
set, and gotos to leave, leaving mtab not updated. Fixed by upstream commit 696b84b30a31dcb2fb1383d5afe08abcc1597eab (in stable/v2.19 branch). Thanks! You definitely owe me a beer, Karel! :-) When and where? :-) Karel -- Karel Zak k...@redhat.com http://karelzak.blogspot.com

Bug#629613: ghc6: linking fails with undefined reference to symbol sem_post@GLIBC_2.4

2011-06-07 Thread Karel Gardas
Package: ghc6 Version: 6.12.1-13 Severity: important Hello, I'm trying to build new GHC on the debian testing on armel running inside Qemu with installed provided ghc6. The problem is that linking of any GHC application fails with: Linking application ... /usr/bin/ld:

Bug#613589: /sbin/cfdisk: Bad Table error after fresh Squeeze install

2011-04-14 Thread Karel Zak
was just adding extra info to the bug report since I hit the same bug. Let's CC the author of the patch. Hi Karel, We're hitting a check you added to this utility. We think it's a bug. Could you have a look at it? http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613589 Fixed

Bug#613589: /sbin/cfdisk: Bad Table error after fresh Squeeze install

2011-04-14 Thread Karel Zak
On Thu, Apr 14, 2011 at 09:28:05AM +0200, Olaf van der Spek wrote: On Thu, Apr 14, 2011 at 9:19 AM, Karel Zak k...@redhat.com wrote: On Wed, Apr 13, 2011 at 09:36:28AM +0200, Olaf van der Spek wrote: On Wed, Apr 13, 2011 at 9:33 AM, Timo Juhani Lindfors timo.lindf...@iki.fi wrote: Olaf

Bug#494001: Bug: mount: user mounts broken when /etc/mtab is a symlink

2011-02-19 Thread Karel Zak
also mount.type helpers to use libmount library (this is my goal for this year). Then we can say that mtab is really dead. Karel -- Karel Zak k...@redhat.com http://karelzak.blogspot.com -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#510130: Error calculing volhdr partition boundaries on SGI disklabel

2010-11-29 Thread Karel Zak
, Index[i], Karel, what do you think about the patch proposed by Aurelien? Applied, thanks. Karel -- Karel Zak k...@redhat.com http://karelzak.blogspot.com -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#603628: dokuwiki: It is not possible to customize preload.php file

2010-11-15 Thread Karel Kozlik
where to modify variable $config_cascade. So I suggest to include some possibility to include custom php file in provided preload.php. By adding for example something like this to preload.php: if (@file_exists(/etc/dokuwiki/preload.php)) include(/etc/dokuwiki/preload.php); thanks, Karel -e

Bug#566072: [PATCH] fsck: list nonexistent devices that are declared without nofail

2010-11-01 Thread Karel Zak
On Sat, Oct 23, 2010 at 11:53:13AM +0200, Serafeim Zanikolas wrote: Pardon me for being persistent. Have you missed the email below, or do you find the argument unconvincing? Yes, unconvincing. Sorry. Karel On Thu, Oct 07, 2010 at 10:13:34PM +0200, Serafeim Zanikolas wrote: On Thu

Bug#593336: New version breaks encfs in some ways in combination with pam_encfs

2010-10-07 Thread Karel Zak
util-linux with this patch to verify that it fixes the hang? Karel, does this patch look OK? Yes. Applied, thanks! Karel -- Karel Zak k...@redhat.com http://karelzak.blogspot.com -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe

Bug#582932: Bug #582932

2010-06-29 Thread Karel Bemelmans
I'm getting the same error after doing an upgrade from 3.8.7-1 tot 3.8.8-1: A a user who had a few reminders set before the upgrade is now getting the error Can't call method id on an undefined value at /usr/share/request-tracker3.8/html/Elements/MyReminders line 58. on the Startpage. I tried

Bug#582932: [request-tracker-maintainers] Bug#582932: Bug #582932

2010-06-29 Thread Karel Bemelmans
. -Oorspronkelijk bericht- Van: Dominic Hargreaves [mailto:d...@earth.li] Verzonden: dinsdag 29 juni 2010 11:52 Aan: Karel Bemelmans;582...@bugs.debian.org Onderwerp: Re: [request-tracker-maintainers] Bug#582932: Bug #582932 It's very useful to hear feedback on this bug. Can you confirm

Bug#579948: [parted-devel] Some debugging info

2010-06-14 Thread Karel Zak
... */ u_int32_t num_sectors;/* ...and it's length */ }; IMHO it does not make sense to use non-cylinder alignment here. Karel -- Karel Zak k...@redhat.com http://karelzak.blogspot.com -- To UNSUBSCRIBE, email to debian-bugs-dist-requ

Bug#573493: scponlyc does not work properly in up-to-date system

2010-03-11 Thread Karel Benes
.so.2 /usr/lib/libkrb5support.so.0 /lib/libc.so.6 It seems, some security update caused, scponlyc environment created in current system does not work. Regards, Karel -- System Information: Debian Release: 5.0.4 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Kernel

Bug#445711: DNS problem solved with ipcp-max-failure

2010-01-19 Thread Karel Carva
solves the problem. The problem actually appeared either after the upgrade to this ppp version or something was changed at Tele2, it used to work fine before. Best regards, Karel -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble

Bug#505271: [Pkg-shadow-devel] Bug#505271: Bug#505071: login tty mis-determination (see bug#332198)

2008-12-08 Thread Karel Zak
suggests Fedora is also affected. I do not know about RHEL. shadow-utils.spec:rm $RPM_BUILD_ROOT/%{_bindir}/login makes me think Fedora / RHEL should be free of login's bugs. yes, we use the classic login(1) from util-linux(-ng). Karel -- Karel Zak [EMAIL PROTECTED

Bug#362157: Want her to want you?

2008-03-25 Thread Karel malolot
Unbelievable length and thickness can be yours today. http://www.Coolittens.com/ Hot rod, hot love -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#259215: Loving it large

2008-03-24 Thread Karel Kauffman
Want crazy enjoyable lovemaking sessions every day? Simply click here! http://www.Stimalati.com/ Re: Lindsay sucking vids -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#149961: We can give you second se.[EMAIL PROTECTED] life

2007-12-30 Thread karel hakan
Good afternoon! Get ready for Christmas holidays with a new you http://dobongworld.com And the hills of the Chankly Bore!' -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#106073: Fw:

2007-11-02 Thread karel nathaniel
This product has completely re-built my self confidence. I would not believe it unless I had seen it for my self. I am very impressed with ManSter. Richard, USA See: www.guiset.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#314665: her

2007-04-03 Thread Karel Reinikka
Real Player Email Page purchase copy particular http://img444.imageshack.us/my.php?image=0oem1.gif up or been fighting plan Last week -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#363700: kernel panic during installation in specific module constellation (sun4u)

2006-04-20 Thread Karel Panek
will be strongly appreciated. Cheers, Karel Panek EMPYREUM -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#361199: sparc64 tftpboot kernel driver failure during Gigaswift ethernet (aka cassini) detection (#2)

2006-04-07 Thread Karel Panek
://people.debian.org/ ~stappers/d-i/images/daily/sparc64/netboot/2.6/ ) hangs during detection as well. I'm ready to test this problem again upon your request. Karel Panek -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#361206: installer support for LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI

2006-04-07 Thread Karel Panek
ready to test updated installer upon your request. Thank you. Best Regards, Karel Panek -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#361205: installer support for LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI

2006-04-07 Thread Karel Panek
. I'm ready to test updated installer upon your request. Thank you. Best Regards, Karel Panek -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#361205: installer support for LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI

2006-04-07 Thread Karel Panek
Hi.reassign 361205 linux-kernel-di-sparc-2.6thanksNot sure if I understand - I've just posted for the first time so; please excuse me.On Friday 07 April 2006 09:45, Karel Panek wrote: I would like to get support for the following SCSI adapter enabled indebian installers:"LSI Logic / Symbios

Bug#361205: installer support for LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI

2006-04-07 Thread Karel Panek
Thanks a lot! Karel On 7.4.2006, at 16:17, Frans Pop wrote: On Friday 07 April 2006 14:56, Karel Panek wrote: I believe that it is the CONFIG_FUSION_SPI and generic MPT options such as CONFIG_FUSION_CTL plus appropriate dependencies. I am attaching detailed list of help text and supported

Bug#360897: sparc64 tftpboot kernel driver failure during Gigaswift ethernet (aka cassini) detection

2006-04-05 Thread Karel Panek
this problem again upon your request. Karel Panek ( [EMAIL PROTECTED] ) EMPYREUM Information Technologies -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]