tar has deficient error handling. send-pr fix sent 31 Jan 2011

2011-06-23 Thread Julian H. Stacey
FreeBSD tar has deficient error handling. I sent a fix 31 Jan 2011 http://www.freebsd.org/cgi/query-pr.cgi?pr=154407 Please commit the fix or write & commit a better fix. As error codes ignored, I wonder if other poor coding may lurk in tar. Might be nice if someone else would read thro

Re: misc/157903: automated kldload for USB class devices

2011-06-23 Thread Warner Losh
How'd you go about generating all these .conf files? I don't see where you defined USB_* as variables in them either. Maybe you could point me at it? Warner On Jun 23, 2011, at 10:00 AM, Robert Millan wrote: > ___ freebsd-hackers@freebsd.org maili

Re: misc/157903: automated kldload for USB class devices

2011-06-23 Thread Hans Petter Selasky
On Thursday 23 June 2011 20:37:33 Warner Losh wrote: > How'd you go about generating all these .conf files? > > I don't see where you defined USB_* as variables in them either. Maybe you > could point me at it? > > Warner > > On Jun 23, 2011, at 10:00 AM, Robert Millan wrote: > > Hi Warner,

Re: misc/157903: automated kldload for USB class devices

2011-06-23 Thread Hans Petter Selasky
Hi, I need some people testing the following patch: http://svn.freebsd.org/changeset/base/223486 svn up and build a new kernel. Try to remove all USB devices from kernel config except the host controllers and USB keyboard. Then put the following file into /etc/devd/ http://hselasky.homeunix.o

Re: misc/157903: automated kldload for USB class devices

2011-06-23 Thread Hans Petter Selasky
On Friday 24 June 2011 04:37:25 Hans Petter Selasky wrote: > Hi, > > I need some people testing the following patch: > > http://svn.freebsd.org/changeset/base/223486 > > svn up and build a new kernel. > > Try to remove all USB devices from kernel config except the host > controllers and USB key