Bug#1017911: [Pkg-zfsonlinux-devel] Bug#1017911: zfsutils-linux: Install zfs-load-key init script, too

2022-10-02 Thread Chris Dos
I must be missing something here. In /etc/default/zfs the option "ZFS_LOAD_KEY='yes'" exists. I have it enabled and during boot ZFS asks me to input the passphrase for my encrypted root pool. The only thing I do different than most is have a ext4 /boot for grub and init and kernel booting, but

Bug#994774: Working SysV Init Script

2021-09-21 Thread Chris Dos
I pulled the SysV init script included in the Ganesha 3.5 source tarball: nfs-ganesha-3.5/src/scripts/init.d/nfs-ganesha.debian8 I had to make a couple of minor changes in order for it to work.  I changed the LOCK file location from /var/lock/subsys to /var/lock.  I changed the status call to use

Bug#994774: Missing SysV Init Script

2021-09-20 Thread Chris Dos
Package: nfs-ganesha Version: 3.4-1~bpo10+2 Please add a SysV Init script to the package so systems without systemd will work correctly.  Thank you.

Bug#991896: [Pkg-zfsonlinux-devel] Bug#991896: New upstream version 2.1.0 available

2021-08-09 Thread Chris Dos
On 8/8/21 10:16 PM, Antonio Russo wrote: > With the release coming up, I don't think anyone has made getting > new versions of software into Debian a major priority. (So that's > the excuse this time!) > > (Post-release) As for 2.1, I'd like to get this into experimental > -- and I'd like to keep

Bug#977299: Fixed in 5.11

2021-04-21 Thread Chris Dos
On Wed, 21 Apr 2021 07:13:49 +0200 Salvatore Bonaccorso wrote: > Hi, > > On Tue, Apr 20, 2021 at 01:12:35PM -0600, Chris Dos wrote: > > Both of these drivers work in 5.11.  Is Debian planning on moving to 5.11 or > > sticking with 5.10?  If sticking with 5.10 can

Bug#977299: Fixed in 5.11

2021-04-20 Thread Chris Dos
Both of these drivers work in 5.11.  Is Debian planning on moving to 5.11 or sticking with 5.10?  If sticking with 5.10 can the bluetooth drivers be patched to include Intel Typhoon Peak?     Chris

Bug#977656: zfs-dkms: Fail to build with 5.10 kernel

2021-01-03 Thread Chris Dos
Just FYI, I'm running stock 5.10.0-rc7 with two patches for the new Intel Wireless 6E card compiled using the Debian Docs to create the kernel package. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977299 and Official OpenZFS 2.0.0 source that I compiled against 5.10.0-rc7 source and created

Bug#977299: Add Support for Intel AX210 Wi-fi and Intel Typhoon Peak Bluetooth

2020-12-13 Thread Chris Dos
Package: linux-image-amd64 Version: 5.10.0 Add support for the new Intel AX210 Wireless Adapter that includes Typhoon Peak Bluetooth. Please see: Support Intel AX210 wifi [8086:2725] Subsystem [8086:4020] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1902848 Add support for Intel

Bug#945585: Too many levels of symbolic links" error

2019-12-07 Thread Chris Dos
Seems I spoke too soon. Looks like I found a different kind of bug related to this. I've applied the patch listed above. My rpool looks like this: rpool 1.27T 2.95T 176K none rpool/ROOT 145G 2.95T 50.1G / rpool/mysql 53.0G 2.95T 23.0G /var/lib/mysql rpool/mysql-log 5.79G 2.95T 1.44G

Bug#945585: Empty Snapshot Directories for Root Pool

2019-11-27 Thread Chris Dos
Package: zfs-linux Version: 0.8.2-3 Snapshot directories are empty for snapshots in a root pool. I.e.: /.zfs/snapshot/zfs-auto-daily-2019_11_27 shows an empty snapshot. Bug is fixed here: https://github.com/zfsonlinux/zfs/issues/9381 Patch listed in link: diff --git

Bug#826994: ZFS Missing init-scripts, Status? #826994

2018-10-26 Thread Chris Dos
this branch with my Debian Unstable (OpenRC) setup. > Is there any patch that should go into -2 as well? > > On Thu, Oct 25, 2018 at 07:06:25AM -0600, Chris Dos wrote: >> On 10/25/18 6:16 AM, Lumin wrote: >>> Hi Chris, >>> >>> I guess aron is busy recently.

Bug#826994: ZFS Missing init-scripts, Status? #826994

2018-10-25 Thread Chris Dos
On 10/25/18 6:16 AM, Lumin wrote: > Hi Chris, > > I guess aron is busy recently. Anyway personally I'm going to look into > non-systemd init system support for ZFS because I planned to get rid of > systemd forever. > > Since I'm new to this package and it's bugs, some time is needed for me > to

Bug#826994: ZFS Missing init-scripts, Status? #826994

2018-10-24 Thread Chris Dos
Hello Aron, I would just like to get a final statement from you regarding if this patch is going to be applied or not? If this sysvinit bug is going to forever remain a wishlist and never have the patch applied, then say so and I'll make other arrangements and no longer maintain the patch.

Bug#826994: Devuan Compatibility

2018-10-19 Thread Chris Dos
Since it actually looks like there is nothing wrong with the sysvinit patch and it should be applied, can we apply the Devuan patch as well: https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=900089;filename=add_devuan_compatibility_900089.patch;msg=37 It changes one line in

Bug#826994: Devuan Compatibility

2018-10-17 Thread Chris Dos
If this patch gets applied, would it also be possible to patch the Devuan compatibility bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900089 It's only a one line change and it would make it so the Devuan devs won't need to make their own package. Bugs 826994 and 900089 are the only two

Bug#826994: Fixed Patch

2018-10-09 Thread Chris Dos
-0.7.11/debian/changelog 2018-10-09 11:25:27.0 -0600 @@ -1,3 +1,10 @@ +zfs-linux (0.7.11-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Add sysvinit scripts. + + -- Chris Dos Tue, 09 Oct 2018 11:25:27 -0600 + zfs-linux (0.7.11-1) unstable; urgency=medium [ Aron Xu

Bug#900089: Updated Patch

2018-09-25 Thread Chris Dos
I've updated the patch for 0.7.11-1. Instead of removing the whole lsb_release, which I think should still be removed and replace with another check, I've just added the Devuan to the lsb_release check. Chris Description: Add Devuan compatiblity. Author: Chris Dos Bug-Debian: https

Bug#826994: Patch updated for 0.7.11-1

2018-09-25 Thread Chris Dos
:18.0 -0600 +++ zfs-linux-0.7.11/debian/changelog 2018-09-25 12:40:25.0 -0600 @@ -1,3 +1,10 @@ +zfs-linux (0.7.11-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Add sysvinit scripts. + + -- Chris Dos Tue, 25 Sep 2018 12:40:25 -0600 + zfs-linux (0.7.11-1) unstable

Bug#826994: [zfsutils-linux]

2018-06-26 Thread Chris Dos
On 06/25/2018 03:23 PM, Antonio Russo wrote: > [snip] > If you just install the regular Debian zfs packaging, and then make sure the > init > scripts are installed an enabled, they will stay enabled. (upgrading the zfs > packaging won't disable init scripts it knows nothing about). > > As

Bug#900089: [zfs-dkms]

2018-06-03 Thread Chris Dos
On 05/29/2018 04:14 PM, Antonio Russo wrote: > Control: severity -1 wishlist > > I think everyone can agree this is at most a wishlist bug. > > I also agree that making Debian packaging easier for others in the greater > Debian ecosystem would be nice. > > However, your point of contact for a

Bug#826994: Patch updated for 0.7.9-3

2018-06-03 Thread Chris Dos
:02.0 -0600 +++ zfs-linux-0.7.9/debian/changelog 2018-06-03 07:12:43.0 -0600 @@ -1,3 +1,10 @@ +zfs-linux (0.7.9-3.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Add sysvinit scripts. + + -- Chris Dos Sun, 03 Jun 2018 07:12:43 -0600 + zfs-linux (0.7.9-3) unstable

Bug#900089: [zfs-dkms]

2018-05-28 Thread Chris Dos
Grave to Wishlist, though I hope lsb_release dependency is removed. Chris Description: Remove lsb_release dependency to work on other distributions. Author: Chris Dos Bug-Debian: https://bugs.debian.org/900089 Forwarded: no --- a/scripts/dkms.mkconf +++ b/scripts/dkms.mkconf @@ -25,7

Bug#826994: ZoL Bug Affecting 0.7.9-2 on Jessie and Stretch

2018-05-19 Thread Chris Dos
This ZoL bug is affecting building zfs-dkms_0.7.9-2 on Jessie and Stretch: https://github.com/zfsonlinux/zfs/issues/7540

Bug#826994: Patch updated for 0.7.9-2

2018-05-19 Thread Chris Dos
+++ zfs-linux-0.7.9/debian/changelog 2018-05-19 08:51:32.0 -0600 @@ -1,3 +1,10 @@ +zfs-linux (0.7.9-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Add sysvinit scripts. + + -- Chris Dos <ch...@chrisdos.com> Sat, 19 May 2018 08:51:32 -0600 + zfs-linux (0.7.9-2) un

Bug#783387: Combined Patch

2018-04-22 Thread Chris Dos
I created a patch that applies against isc-dhcp-4.3.5 that contains the two patches mentioned in this bug. Is there anything from preventing this from being included now? diff --git a/debian/dhclient-script.linux b/debian/dhclient-script.linux index 9b0d3f8..0d0979a 100644 ---

Bug#826994: [Pkg-zfsonlinux-devel] Bug#826994: Updated Patch for 0.7.6-1

2018-04-10 Thread Chris Dos
sysvinit scripts. + + -- Chris Dos <ch...@chrisdos.com> Tue, 10 Apr 2018 07:01:21 -0600 + zfs-linux (0.7.6-1) unstable; urgency=medium [ Lev Lamberov ] diff -Nru zfs-linux-0.7.6/debian/patches/1004-zed-service-bindir.patch zfs-linux-0.7.6/debian/patches/1004-zed-service-bindir.patch -

Bug#826994: [Pkg-zfsonlinux-devel] Bug#826994: Updated Patch for 0.7.6-1

2018-04-09 Thread Chris Dos
. + * Add sysvinit scripts + + -- Chris Dos <ch...@chrisdos.com> Mon, 09 Apr 2018 17:58:34 -0600 + zfs-linux (0.7.6-1) unstable; urgency=medium [ Lev Lamberov ] diff -Nru zfs-linux-0.7.6/debian/patches/1004-zed-service-bindir.patch zfs-linux-0.7.6/debian/patches/1004-zed-service-bindir

Bug#826994: [Pkg-zfsonlinux-devel] Bug#826994: Updated Patch for 0.7.6-1

2018-04-08 Thread Chris Dos
On 04/08/2018 12:37 AM, Aron Xu wrote: > Hi, > > This patch modifies upstream source code directly which is undesired. > Would you mind to submit the change upstream? > > > Regards, > Aron Xu > Bug report opened for ZFSonLinux upstream: https://github.com/zfsonlinux/zfs/issues/7412

Bug#826994: [Pkg-zfsonlinux-devel] Bug#826994: Updated Patch for 0.7.6-1

2018-04-08 Thread Chris Dos
On 04/08/2018 12:37 AM, Aron Xu wrote: > Hi, > > This patch modifies upstream source code directly which is undesired. > Would you mind to submit the change upstream? > > > Regards, > Aron Xu > I did not make the first patch which was created by Håkan Johansson, so I'll look into that. I did

Bug#826994: Updated Patch for 0.7.6-1

2018-03-04 Thread Chris Dos
I've attached the updated patch to compile against 0.7.6-1. diff --git a/debian/rules b/debian/rules index f445b58..ecb9448 100755 --- a/debian/rules +++ b/debian/rules @@ -112,6 +112,31 @@ override_dh_auto_install: chmod a-x $(CURDIR)/debian/tmp/etc/zfs/zfs-functions chmod a-x

Bug#848945: Committing the Patch?

2017-12-07 Thread Chris Dos
Can this patch be committed or tell me what is wrong with it so I can come up with a different one? I just got bit by this bug again and I had to apply this patch in order for grub to come up with the correct root device in order to boot.

Bug#826994: Updated Patch

2017-12-07 Thread Chris Dos
On Wed, 6 Dec 2017 14:26:17 -0700 Chris Dos <ch...@chrisdos.com> wrote: > However, the base 0.7.3-3 package won't compile on Jessie so I cannot even > test the patch. > I receive an error about missing files: > > Error: > chmod a-x > /var/temp/sdeb/zfs_0.7.3-3/zfs-lin

Bug#826994: Updated Patch

2017-12-06 Thread Chris Dos
I've modified the diff to patch against 0.7.3-3 and it patches fine.  I also applied a fix for the zed binary location.  The /etc/zfs/zfs-functions was looking for it in /sbin when it was actually in /usr/sbin.  I googled but could not find what the equivalent @sbindir@ for /usr/sbin would be so

Bug#826994: Apply Patch

2017-11-04 Thread Chris Dos
Patch does not apply to 0.7.3: patch -p1 --dry-run < ../zfs-sysvinit_patch_1.diff checking file debian/rules Hunk #1 succeeded at 116 with fuzz 2 (offset 4 lines). checking file debian/zfs-zed.install Hunk #1 succeeded at 1 with fuzz 1. checking file debian/zfsutils-linux.install Hunk #1 FAILED

Bug#826994: Apply Patch

2017-03-17 Thread Chris Dos
This patch has been working for me on several systems. Also works with zfs_0.6.5.9-2~bpo8+1. Since this patch seems to be working fine, can it be officially applied? Chris

Bug#776676: Possible Patch

2017-03-12 Thread Chris Dos
Patch in #848945 might also help with this. Chris

Bug#848945: Updated Patch

2017-02-08 Thread Chris Dos
Thank you for the suggestion. I've updated the patch and attached it. *** /tmp/10_linux.orig 2017-02-02 08:02:36.926542777 -0700 --- /etc/grub.d/10_linux 2017-02-02 15:26:02.138285042 -0700 *** *** 77,85 GRUB_CMDLINE_LINUX="rootflags=subvol=${rootsubvol}

Bug#826994: Patch

2017-02-04 Thread Chris Dos
Håkan Johansson, Patch works wonderfully. Thank you. Chris

Bug#848945: Patch to fix empty pool name

2017-02-02 Thread Chris Dos
I had this same issue: https://github.com/zfsonlinux/pkg-zfs/issues/182 I wrote a patch the requires the setting of the "zpool bootfs" parameter which I think should be a requirement anyway. The other solutions did not seem to work in every situation and I was still having issues with some

Bug#848944: Issues with /dev/disk/by-id as well

2017-02-02 Thread Chris Dos
This problem also exists for grub on Jessie (2.02~beta2-22+deb8) and sid (2.02~beta3-3). I've ended up having to put a line in rc.local to make symlinks for the devices in /dev: for I in /dev/disk/by-id/wwn-*;do ln -s $I /dev/;done

Bug#848157: Unbootable system

2017-02-01 Thread Chris Dos
I just got big by this bug last night. Since it results in a system not being bootable I would think the priority would be raised to critical. I have not tested the patch yet, hopefully in the next couple of days. My init system is sysvinit and the 4.8 kernel.

Bug#712256: xfce4.10 session remembering regression

2013-07-17 Thread Chris Dos
This is actually starting to drive me nuts. I usually have 15 terminals precisely sized in placed in my workspaces. To not have the session remember the window's positions results in me having to replace all the windows in their correct positions in the morning. A bit of a productivity sink

Bug#692129: pptpd: PPTP Connections Drop

2012-11-02 Thread Chris Dos
Package: pptpd Version: 1.3.4-5 Severity: grave Justification: renders package unusable PPTP was running flawlessly before doing an upgrade. Details: Recently converted a x86 32 bit system to 64bit amd64. The installed system was comletely migrated to amd64 inclucing all packages. Installed

Bug#627340: Confirmation

2011-07-21 Thread Chris Dos
I can also confirm that this is not working on amd64. Running a quad core amd 3.2ghz. Please let me know if there is anything else I can provide. Chris -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#628534: Bug Confirmation

2011-06-03 Thread Chris Dos
I can also confirm this bug. I booted to single user mode, remounted / read only, tried to mount my windows partition and it mounted with no problems. Unmounted the windows partition, remounted / read write, and I could no longer mount the windows partition. I've very impressed that Mario

Bug#619833: Gkrellm crashes on startup

2011-04-10 Thread Chris Dos
: SSL_load_error..., 40}, {, 0}, {, 0}, {\n, 1}], 10gkrellm: symbol lookup error: gkrellm: undefined symbol: SSL_load_error_strings ) = 80 -- Chris Dos gkrellm.strace.txt.bz2 Description: application/bzip

Bug#527276: [Pkg-acpi-devel] Bug#527276: acpi-support: Change Cycling of Wireless Devices

2009-12-25 Thread Chris Dos
Michael Meskes wrote: tag 527276 wontfix thanks The current method of cycling through the wireless power settings is very annoying. If I'm actually on the network, and I need to turn on my bluetooth, it will most likely turn off the wireless in order to cycle the power on. This script is

Bug#560307: pidgin: Proxy settings no longer work in 2.6.4

2009-12-10 Thread Chris Dos
Package: pidgin Version: 2.6.4-1 Severity: grave Justification: renders package unusable The proxy settings no longer work in 2.6.4. Downgrading to 2.6.3 allows the proxy to work properly. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (990, 'unstable'),

Bug#533450: Detailed instructions for Unstable

2009-08-13 Thread Chris Dos
If someone has time, can someone make detailed instructions on how to get this working on Unstable? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#538035: tsclient: Applet is broken in 0.150-2

2009-07-22 Thread Chris Dos
Package: tsclient Version: 0.150-2 Severity: important Downgrading back to 0.150-1 allows the applet to work again. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (990, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.30_PAE

Bug#532622: DUN Startup

2009-06-11 Thread Chris Dos
Okay, I installed the compat package and that provided the binaries. There doesn't seem to be a init script for starting DUN from the Bluetooth startup script. I can manually run: dund --listen --persist --msdun call palm_dun and it works and I can sync my palm pilot again. Is there another

Bug#532622: bluez-utils: DUND options missing from /etc/default

2009-06-10 Thread Chris Dos
Package: bluez-utils Version: 4.40-2 Severity: important It seems that DUND options are missing from /etc/default/bluetooth. In /etc/init.d/bluetooth it mentions: # startup control over dund and pand can be changed by editing # /etc/default/bluetooth I added the options back from last version

Bug#523916: Must be doing something wrong

2009-05-18 Thread Chris Dos
I'm trying to get you the backtrace. I've installed the debug packages for audacious and I'm running this: gdb /usr/bin/audacious run Output is as follows when I hit play and have the OSD enabled: This GDB was configured as i486-linux-gnu. (gdb) run Starting program: /usr/bin/audacious (no

Bug#527276: Update to thinkpad-toggle_wireless.sh script

2009-05-11 Thread Chris Dos
I had to make changes because I didn't realize that rfkill could change. Here is the updated script: #!/bin/bash export PATH=/sbin:/usr/sbin:/bin:/usr/bin # Find Wi-Fi device for DEVICE in /sys/class/net/* do if [ -d $DEVICE/wireless -a -d $DEVICE/device/rfkill ] then WIFINIC=$DEVICE

Bug#527276: acpi-support: Change Cycling of Wireless Devices

2009-05-06 Thread Chris Dos
Package: acpi-support Version: 0.121-1 Severity: wishlist Tags: patch The current method of cycling through the wireless power settings is very annoying. If I'm actually on the network, and I need to turn on my bluetooth, it will most likely turn off the wireless in order to cycle the power on.

Bug#523719: Improvement

2009-04-29 Thread Chris Dos
Looks like 2.6.30-rc2 provides some improvement with 3D acceleration. Please see this thread: http://www.phoronix.com/forums/showthread.php?t=16477 I cleanly applied the patch mentioned for 2.6.28 to 2.6.29:

Bug#524549: Solved

2009-04-18 Thread Chris Dos
Found a setting using the Settings Editor, under xwfm4, general, raise_with_any_button. This was set as false. Changed it to true and now the middle paste focuses the window it was pasted into. Please close this bug. Chris -- To UNSUBSCRIBE, email to

Bug#524561: [Pkg-xfce-devel] Bug#524561: xfce4: Running xfdesktop --reload or killall -USR1 xfdesktop does not switch background wallpaper.

2009-04-18 Thread Chris Dos
Yves-Alexis Perez wrote: tag 524561 unreproducible thanks On ven, 2009-04-17 at 22:00 -0600, Chris Dos wrote: It seems that having a list of wallpapers and trying to rotate them by using xfdesktop --reload or killall -USR1 xfdesktop will no longer The correct command is xfdesktop -reload

Bug#524549: xfce4: Pasting into a window using the middle click does not focus the window that was pasted.

2009-04-17 Thread Chris Dos
Package: xfce4 Version: 4.6.0.1 Severity: normal Pasting into a shell (seems to be the most prevalent, but it can occur with other types of windows as well) using the middle mouse button does not focus the window that was pasted into. This is unlike other behavior with other WM's where click to

Bug#524561: xfce4: Running xfdesktop --reload or killall -USR1 xfdesktop does not switch background wallpaper.

2009-04-17 Thread Chris Dos
Package: xfce4 Version: 4.6.0.1 Severity: normal It seems that having a list of wallpapers and trying to rotate them by using xfdesktop --reload or killall -USR1 xfdesktop will no longer rotate the wallpaper as it did in xfce 4.4. Logging into xfce will rotate the wallpaper once. Opening up

Bug#524561: Wrote script to change the wall paper

2009-04-17 Thread Chris Dos
I found a way to change the wallpaper from the command line. So I modified a script that I made to change the wallpaper in e17. I still think this is a bug, but this might be useful to others out there that are having the same problem: - Begin Script - #!/bin/bash export

Bug#523916: audacious-plugins-extra: Enabling OSD crashes Audacious.

2009-04-13 Thread Chris Dos
Package: audacious-plugins-extra Version: 1.5.1-2.1 Severity: normal Enabling OSD crashes Adacious. This has occured under XFCE4, E17, and Gnome. Haven't tried any other WMs. Chris -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (990,

Bug#348033: Spoke to soon

2009-04-13 Thread Chris Dos
Well, it seems I spoke to soon. This is still occurring. Chris -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#523719: xserver-xorg-video-intel: 3D performance is terrible with Intel GMA X4500HD/G45/i965

2009-04-12 Thread Chris Dos
Brice Goglin wrote: 3D performance does need seem hardware accelerated at all. glxgears performs slowly. Running a 3D screensaver such as skyrockets is painful to watch. Trying to run a 3D games such as alien arena results in 1-2 fps. I am currently running 2.6.29 from kernel.org. I have

Bug#348033: Fixed

2009-04-11 Thread Chris Dos
Well, the last xorg refresh in unstable fixed the problem with GDM not being able to restart on VT7. So for me this is fixed. Chris -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#348033: Also happening for me

2009-04-03 Thread Chris Dos
When I first boot up GDM starts on VT7. If I log out, restart GDM, stop and then start GDM, and every subsequent session starts on VT8. lsof does not find anything running on /dev/tty7 so I don't know why GDM insists on running on VT8. Chris -- To UNSUBSCRIBE, email to

Bug#348033: Different Version

2009-04-03 Thread Chris Dos
This is also occurring with version 2.20.9-1. Chris -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#459937: Solved

2009-01-16 Thread Chris Dos
In version 4.7 I had to have these lines added in /etc/ssh/ssh_config in order for the vpn to work. Tunnel yes TunnelDevice any:any In version 5.0 or greater, these lines will actually prevent the tunnel from working. Commenting out these lines permits the tunnel to work again as I wrote the

Bug#510344: grub2: Move to PF2 fonts instead of PFF so different font sizes can be used for those with poor vision.

2008-12-31 Thread Chris Dos
Package: grub2 Version: 1.96+20081201-1 Severity: wishlist Move to PF2 fonts instead of PFF fonts so differnt font sizes can be selected for those with poor vision or those running high resolution splash images. -- System Information: Debian Release: 5.0 APT prefers unstable APT policy:

Bug#459937: Problem is still occuring

2008-10-13 Thread Chris Dos
The problem is still occurring in ssh version 5.1p1-3 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#428831: GDM does not parse /etc/profile for the PATH statement.

2008-04-14 Thread Chris Dos
Sven Arvidsson wrote: On Mon, 2007-06-18 at 06:20 -0600, Chris Dos wrote: It seems the GDM does not get it's PATH statement from /etc/profile, or pull the PATH statement from .bash_profile when a WM is started. AFAIK this is intentional. The PATH is inherited from /etc/login.defs. The /etc

Bug#459937: Example Script

2008-02-11 Thread Chris Dos
Here is an example script that uses the SSH VPN capability that I use pretty much everyday. It's a little basic, but it works for me. Please let me know if there is anything else I can provide. Chris #!/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin

Bug#459937: ssh: SSH VPN feature no longer works with 4.7p1-1. Downgrading to 4.6p1-5 allows it to work again.

2008-01-09 Thread Chris Dos
Package: ssh Version: 1:4.7p1-1 Severity: important After bringing up a vpn tunnel in version 4.7p1-1, the TUN devices on either end are not able to ping each other. Downgrading to 4.6p1-5 allows this feature to work again. -- System Information: Debian Release: lenny/sid APT prefers

Bug#458933: Same issue but with ipw2200 driver

2008-01-05 Thread Chris Dos
I was also having the same problem but with the ipw2200 driver. This is probably due to me running the same sid install for the last 5 years and upgrading every month or so. Purging udev and hal, deleting /etc/udev, and then installing udev and hal solved the problem for me. Chris

Bug#390708: Stefano Costa PPTP package

2007-10-08 Thread Chris Dos
Steko Network Manager PPTP VPN deb package works like a charm with Sid. Thank you very much Steko. Chris -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#428831: GDM does not parse /etc/profile for the PATH statement.

2007-06-18 Thread Chris Dos
Josselin Mouette wrote: Le jeudi 14 juin 2007 à 08:14 -0600, Chris Dos a écrit : Package: gdm Version: 2.18.2-1 Severity: important --- Please enter the report below this line. --- It seems the GDM does not get it's PATH statement from /etc/profile, or pull the PATH statement from

Bug#428831: GDM does not parse /etc/profile for the PATH statement.

2007-06-14 Thread Chris Dos
Package: gdm Version: 2.18.2-1 Severity: important --- Please enter the report below this line. --- It seems the GDM does not get it's PATH statement from /etc/profile, or pull the PATH statement from .bash_profile when a WM is started. Running e17 (and I'm sure all other WM's) prevents the

Bug#421592: bootplash script has error

2007-04-30 Thread Chris Dos
from this: splash -s -f $SPLASH_FILE $DESTDIR/bootsplash to this: $SPLASH_BIN -s -f $SPLASH_FILE $DESTDIR/bootsplash Fixes the problem. Sincerely, Chris Dos -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#361384: Missing Template?

2006-04-26 Thread Chris Dos
As you know, the same problem is occuring in the libdspam7-drv-mysql package. Looking at the libdspam7-drv-mysql.postinst script, at the line: dbc_generate_include=template:/etc/dspam/dspam.d/mysql.conf Looking at /etc/dspam/dspam.d show no files listed there. Could the problem be as simple

Bug#346098: Inclusion of patch

2006-02-22 Thread Chris Dos
Any idea when the patch will be included in the x.org packages for unstable or experimental? Chris -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#346098: xserver-xorg: EmulateWheelTimeout not working

2006-01-12 Thread Chris Dos
This is occuring for me as well on my Thinkpad A31p. I've downgraded back to the experimental package until this can be resolved. Chris -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#346553: Close Bug

2006-01-09 Thread Chris Dos
Please close this bug. It's a duplicate of Bug #346098. Thank you. Chris -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#346553: xserver-xorg: Thinkpad middle button paste no longer working

2006-01-08 Thread Chris Dos
Package: xserver-xorg Version: 6.9.0.dfsg.1-1 Severity: normal Tags: experimental I was running the xorg-server from experimental that was version 6.8.99.900 that had the patch for middle button scroll and paste functionality for the Thinkpad. However, my recent apt-get upgrade for Sid installed

Bug#305619: dpkg: Check MD5SUM of a package's non-config files and query user about replacing changed files.

2005-04-20 Thread Chris Dos
Package: dpkg Version: 1.10.27 Severity: important It would be prudent if dpkg check the md5sum of a system file and questioning the user if they want it replaced, rather than just replacing the file without checking. Examples: Squirrelmail: I've changed the Squirrelmail login graphic and