bin/163515: b64encode/uuencode create files with no permissions

2011-12-21 Thread Walter C. Pelissero
>Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 21 20:30:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Walter C. Pelissero >Release:FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: F

Re: kern/149762: volume labels with rogue characters

2010-08-23 Thread Walter C. Pelissero
jhell writes: > I believe I meant patch devfs/devd here rather than adjust. Since were > dealing with what shows up in the device file-system why not patch that > instead of horrifying pieces of the system, one at a time. > > vfs.devfs.``normalization'' - Would probably suit this. I don't exp

Re: kern/82064: [drm] DRM not working with SMP

2010-08-22 Thread Walter C. Pelissero
<<< No Message Collected >>> ___ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Re: kern/149762: volume labels with rogue characters

2010-08-20 Thread Walter C. Pelissero
jhell writes: > Putting aside whats written below, please don't feel that this is an > attack on your work to make this happen. Attack on my work? Amusing. > I feel your work is very viable for what it is supposed to do but > to the same effect does not address the issue that this might > h

Re: kern/149762: volume labels with rogue characters

2010-08-19 Thread Walter C. Pelissero
jhell writes: > This is a hack, something that you would commonly find in Linux > code and is neither a proper or viable workaround for the naming of > labels. That's exactly what I keep repeating my friends who run Linux and brag about features they had first or better implemented. Just a bun

Re: kern/149762: volume labels with rogue characters

2010-08-18 Thread Walter C. Pelissero
re...@freebsd.org writes: > Synopsis: volume labels with rogue characters > > State-Changed-From-To: open->closed > State-Changed-By: remko > State-Changed-When: Wed Aug 18 13:26:56 UTC 2010 > State-Changed-Why: > Unless you properly fit yourself in the community I am not even willing > t

Re: bin/149424: fstab and labels with whitespace

2010-08-18 Thread Walter C. Pelissero
Oliver Fromme writes: > Walter C. Pelissero wrote: > > Is the Oktoberfest already on? > > > > The only wrong assumption is that you might be sober one day. > > So, when you're running out of sound arguments, you get personal? Your drink-and-writing is a

Re: kern/149762: volume labels with rogue characters

2010-08-18 Thread Walter C. Pelissero
The following reply was made to PR kern/149762; it has been noted by GNATS. From: wal...@pelissero.de (Walter C. Pelissero) To: freebsd-gnats-sub...@freebsd.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/149762: volume labels with rogue characters Date: Wed, 18 Aug 2010 13:00:54 +0200

Re: kern/149762: volume labels with rogue characters

2010-08-18 Thread Walter C. Pelissero
The patch submitted just before contained a bug. Please disregard and consider the following instead: *** g_label.c 22 Jun 2010 08:17:20 - 1.24.2.4 --- g_label.c 18 Aug 2010 10:56:09 - *** *** 136,141 --- 136,161 return (1); } + static int sanit

kern/149762: volume labels with rogue characters

2010-08-18 Thread Walter C. Pelissero
Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 18 10:20:08 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Walter C. Pelissero >Release:FreeBSD 8.1-STABLE i386 >Organization: >Environment: System: FreeBSD

Re: bin/149424: fstab and labels with whitespace

2010-08-18 Thread Walter C. Pelissero
The following reply was made to PR conf/149424; it has been noted by GNATS. From: wal...@pelissero.de (Walter C. Pelissero) To: Oliver Fromme Cc: freebsd-bugs@FreeBSD.ORG, bug-follo...@freebsd.org Subject: Re: bin/149424: fstab and labels with whitespace Date: Wed, 18 Aug 2010 10:35:27 +0200

Re: bin/149424: fstab and labels with whitespace

2010-08-18 Thread Walter C. Pelissero
Oliver Fromme writes: > Walter C. Pelissero wrote: > > Oliver Fromme writes: > > > What prevents you from labelling a disk 'backup\500GB'? > > > > Besides some remorse about the uninspired name, nothing keeps you from > > that. Are you

Re: bin/149424: fstab and labels with whitespace

2010-08-17 Thread Walter C. Pelissero
The following reply was made to PR conf/149424; it has been noted by GNATS. From: wal...@pelissero.de (Walter C. Pelissero) To: Oliver Fromme Cc: freebsd-bugs@FreeBSD.ORG, bug-follo...@freebsd.org Subject: Re: bin/149424: fstab and labels with whitespace Date: Tue, 17 Aug 2010 20:49:31 +0200

Re: bin/149424: fstab and labels with whitespace

2010-08-17 Thread Walter C. Pelissero
Oliver Fromme writes: > Walter C. Pelissero wrote: > > Oliver Fromme writes: > > > Sure, but still everyone who uses backslashes will have to > > > change his /etc/fstab *in advance*, or otherwise his box > > > will not boot after the update. > >

Re: bin/149424: fstab and labels with whitespace

2010-08-17 Thread Walter C. Pelissero
The following reply was made to PR conf/149424; it has been noted by GNATS. From: wal...@pelissero.de (Walter C. Pelissero) To: Oliver Fromme Cc: freebsd-bugs@FreeBSD.ORG, bug-follo...@freebsd.org Subject: Re: bin/149424: fstab and labels with whitespace Date: Tue, 17 Aug 2010 16:21:58 +0200

Re: bin/149424: fstab and labels with whitespace

2010-08-17 Thread Walter C. Pelissero
Oliver Fromme writes: > Walter C. Pelissero wrote: > > Oliver Fromme writes: > > > The problem with this patch is that it breaks backwards- > > > compatibility. Some people might already use backslashes > > > > As far as I remember, the patc

Re: bin/149424: fstab and labels with whitespace

2010-08-17 Thread Walter C. Pelissero
Oliver Fromme writes: > The problem with this patch is that it breaks backwards- > compatibility. Some people might already use backslashes As far as I remember, the patch I proposed allowed a double backslash ('\\') to mean a single backslash ('\'). > in /etc/fstab, for whatever reason. Thi

Re: bin/149424: fstab and labels with whitespace

2010-08-17 Thread Walter C. Pelissero
The following reply was made to PR conf/149424; it has been noted by GNATS. From: wal...@pelissero.de (Walter C. Pelissero) To: Oliver Fromme Cc: freebsd-bugs@FreeBSD.ORG, bug-follo...@freebsd.org Subject: Re: bin/149424: fstab and labels with whitespace Date: Tue, 17 Aug 2010 15:09:23 +0200

Re: bin/149424: fstab and labels with whitespace

2010-08-16 Thread Walter C. Pelissero
The following reply was made to PR conf/149424; it has been noted by GNATS. From: wal...@pelissero.de (Walter C. Pelissero) To: Jaakko Heinonen Cc: bug-follo...@freebsd.org, wal...@pelissero.de Subject: Re: bin/149424: fstab and labels with whitespace Date: Mon, 16 Aug 2010 19:40:46 +0200

bin/149424: fstab and labels with whitespace

2010-08-08 Thread Walter C. Pelissero
Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 08 12:50:00 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Walter C. Pelissero >Release:FreeBSD 8.1-PRERELEASE i386 >Organization: >Environment: System: FreeBSD z

kern/146590: MCA panics 7.3

2010-05-14 Thread Walter C. Pelissero
Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 14 16:50:05 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Walter C. Pelissero >Release:FreeBSD 7.3-STABLE i386 >Organization: >Environment: System: FreeBSD zaphod.home.lan 7.3-ST