Re: FreeBSD in Google Code-In 2012? You can help too!

2012-10-23 Thread Wojciech A. Koszek
Dnia 23-10-2012 o 14:05:43 Adrian Chadd napisaƂ(a): Right, lots of PHP coding. Attractive to a student. Nobody prevents students from serving FreeBSD by writing stuff in attractive, well documented (books, translations) technologies. We just need to craft a task list around things which pe

Re: pty/tty or signal strangeness, or grep/bsdgrep bug?

2012-10-23 Thread Jeremy Chadwick
On Tue, Oct 23, 2012 at 08:13:55PM -0700, Jeremy Chadwick wrote: > On Tue, Oct 23, 2012 at 11:07:56PM -0400, Eitan Adler wrote: > > On 23 October 2012 22:40, Jeremy Chadwick wrote: > > > > > No problem folks. Would you like me to file a PR for this so we can > > > track it/for historical purpose

Re: pty/tty or signal strangeness, or grep/bsdgrep bug?

2012-10-23 Thread Jeremy Chadwick
On Tue, Oct 23, 2012 at 11:07:56PM -0400, Eitan Adler wrote: > On 23 October 2012 22:40, Jeremy Chadwick wrote: > > > No problem folks. Would you like me to file a PR for this so we can > > track it/for historical purposes? > > yes please Thanks Eitan -- will do! -- | Jeremy Chadwick

Re: pty/tty or signal strangeness, or grep/bsdgrep bug?

2012-10-23 Thread Eitan Adler
On 23 October 2012 22:40, Jeremy Chadwick wrote: > No problem folks. Would you like me to file a PR for this so we can > track it/for historical purposes? yes please -- Eitan Adler ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.o

Re: pty/tty or signal strangeness, or grep/bsdgrep bug?

2012-10-23 Thread Jeremy Chadwick
On Tue, Oct 23, 2012 at 10:42:47PM +0200, Ed Schouten wrote: > Hi Kostik, > > 2012/10/23 Konstantin Belousov : > > This is reproducable with the cat(1) as well. The telling part is that > > the backgrounded process stays on the "ttyin" cv. The code for e.g. > > tty read currently is structured as

Re: The shutdown bug?

2012-10-23 Thread Travis Mikalson
Andriy Gapon wrote: > on 23/10/2012 21:38 Per olof Ljungmark said the following: >> On 2012-10-23 19:41, jb wrote: >>> Per olof Ljungmark intersonic.se> writes: >>> ... Setting sysctl hw.usb.no_shutdown_wait=1 does NOT fix the problem as described in http://www.freebsd.org/cgi

Re: msi-x enabled igb works only if module loaded twice [Was: Re: kldload if_igb twice needed to bring nic into operation]

2012-10-23 Thread Jack Vogel
LOL, wow this is interesting. When I first was developing the VF support, and using Linux KVM as the host I had exactly this problem, turned out it was because of the way in which MSIX was handled in the Linux side. When my driver would first attempt to get some vectors the Linux code would go look

Re: msi-x enabled igb works only if module loaded twice [Was: Re: kldload if_igb twice needed to bring nic into operation]

2012-10-23 Thread Marius Strobl
On Tue, Oct 23, 2012 at 11:49:45AM +0200, Harald Schmalzbauer wrote: > schrieb Harald Schmalzbauer am 22.10.2012 21:48 (localtime): > > schrieb Harald Schmalzbauer am 22.10.2012 21:33 (localtime): > >> Hello, > >> > >> when using igb as module, no packet is received. > >> If I send out anything,

Re: FreeBSD in Google Code-In 2012? You can help too!

2012-10-23 Thread Adrian Chadd
Right, lots of PHP coding. Attractive to a student. Adrian ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: pty/tty or signal strangeness, or grep/bsdgrep bug?

2012-10-23 Thread Ed Schouten
Hi Kostik, 2012/10/23 Konstantin Belousov : > This is reproducable with the cat(1) as well. The telling part is that > the backgrounded process stays on the "ttyin" cv. The code for e.g. > tty read currently is structured as follows: > check for background process reading from CTTY, send S

Re: pty/tty or signal strangeness, or grep/bsdgrep bug?

2012-10-23 Thread Konstantin Belousov
On Tue, Oct 23, 2012 at 07:27:03AM -0700, Jeremy Chadwick wrote: > Please keep me CC'd as I'm not subscribed to the list. > > Something "fun" today. First off: yes, I should have been using > 'bsdgrep -r -- "-2011" .', and yes that works fine, but that's besides > the point. Here we go: > > % b

Re: The shutdown bug?

2012-10-23 Thread Per olof Ljungmark
On 10/23/12 21:44, Andriy Gapon wrote: > on 23/10/2012 21:38 Per olof Ljungmark said the following: >> On 2012-10-23 19:41, jb wrote: >>> Per olof Ljungmark intersonic.se> writes: >>> ... Setting sysctl hw.usb.no_shutdown_wait=1 does NOT fix the problem as described in http://

Re: FreeBSD in Google Code-In 2012? You can help too!

2012-10-23 Thread Eitan Adler
On 23 October 2012 13:11, Adrian Chadd wrote: > So where are examples of what other successful open source projects have done? There are tasks done by the winner last year: https://www.google-melange.com/gci/student_tasks/google/gci2011/dragooon Here are all the tasks last year: https://www.goo

Re: FreeBSD in Google Code-In 2012? You can help too!

2012-10-23 Thread Eitan Adler
On 23 October 2012 12:54, David Magda wrote: > On Tue, October 23, 2012 10:39, Fbsd8 wrote: >> >> The subject is Google Code-In and all the posted tasks are directed at >> creating documentation. Not one deals with coding any programs. If I was >> 15-17 years old I sure would not be interested in

Re: The shutdown bug?

2012-10-23 Thread Andriy Gapon
on 23/10/2012 21:38 Per olof Ljungmark said the following: > On 2012-10-23 19:41, jb wrote: >> Per olof Ljungmark intersonic.se> writes: >> >>> ... >>> Setting sysctl hw.usb.no_shutdown_wait=1 does NOT fix the problem as >>> described in >>> http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/167685

Re: The shutdown bug?

2012-10-23 Thread Per olof Ljungmark
On 2012-10-23 19:41, jb wrote: > Per olof Ljungmark intersonic.se> writes: > >> ... >> Setting sysctl hw.usb.no_shutdown_wait=1 does NOT fix the problem as >> described in >> http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/167685 >> ... > > There is another one: > http://www.freebsd.org/cgi/que

Re: The shutdown bug?

2012-10-23 Thread jb
Per olof Ljungmark intersonic.se> writes: > ... > Setting sysctl hw.usb.no_shutdown_wait=1 does NOT fix the problem as > described in > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/167685 > ... There is another one: http://www.freebsd.org/cgi/query-pr.cgi?pr=172952&cat= jb ___

Re: FreeBSD in Google Code-In 2012? You can help too!

2012-10-23 Thread David Magda
On Tue, October 23, 2012 10:39, Fbsd8 wrote: > > The subject is Google Code-In and all the posted tasks are directed at > creating documentation. Not one deals with coding any programs. If I was > 15-17 years old I sure would not be interested in writing documentation. > I would want to use and dev

Re: FreeBSD in Google Code-In 2012? You can help too!

2012-10-23 Thread Adrian Chadd
On 23 October 2012 07:39, Fbsd8 wrote: > The subject is Google Code-In and all the posted tasks are directed at > creating documentation. Not one deals with coding any programs. If I was > 15-17 years old I sure would not be interested in writing documentation. I > would want to use and develop m

The shutdown bug?

2012-10-23 Thread Per olof Ljungmark
As described in earlier reports, 9-STABLE sometimes cannot halt or reboot properly. FreeBSD 9.1-PRERELEASE #0 r241866: Mon Oct 22 16:28:47 CEST 2012 All ZFS file system, no NFS mounts. The problem occurs after updating sources and rebuilding world for some reason the I suspect is connected to the

Re: 9.1 and intel graphics

2012-10-23 Thread Luca Pizzamiglio
Hi Neal, I made some test with 9 stable on SandyBridge and IvyBridge CPU. With Sandybridge, I compiled everything without problem, openGL correctly detected, configured and accelerated, KDE with compisition up and running. With Ivybridge, I compiled everything without problem, openGL correctly de

Re: FreeBSD in Google Code-In 2012? You can help too!

2012-10-23 Thread Fbsd8
Wojciech A. Koszek wrote: On Tue, Oct 16, 2012 at 10:19:57AM +, Wojciech A. Koszek wrote: (cross-posted message; please keep discussion on freebsd-hackers@) Hello, Last year FreeBSD qualified for Google Code-In 2011 event--contest for youngest open-source hackers in 13-17yr age range:

pty/tty or signal strangeness, or grep/bsdgrep bug?

2012-10-23 Thread Jeremy Chadwick
Please keep me CC'd as I'm not subscribed to the list. Something "fun" today. First off: yes, I should have been using 'bsdgrep -r -- "-2011" .', and yes that works fine, but that's besides the point. Here we go: % bsdgrep -r "-2011" . ^Z Suspended % bg [1]bsdgrep -r -2011 . & % qqq

Re: Possible to reset PCI device at boot? [Was: Re: msi-x enabled igb works only if module loaded twice]

2012-10-23 Thread John Baldwin
On Tuesday, October 23, 2012 8:40:44 am Harald Schmalzbauer wrote: > schrieb Harald Schmalzbauer am 23.10.2012 11:49 (localtime): > > schrieb Harald Schmalzbauer am 22.10.2012 21:48 (localtime): > >> schrieb Harald Schmalzbauer am 22.10.2012 21:33 (localtime): > >>> Hello, > >>> > >>> when usin

Possible to reset PCI device at boot? [Was: Re: msi-x enabled igb works only if module loaded twice]

2012-10-23 Thread Harald Schmalzbauer
schrieb Harald Schmalzbauer am 23.10.2012 11:49 (localtime): > schrieb Harald Schmalzbauer am 22.10.2012 21:48 (localtime): >> schrieb Harald Schmalzbauer am 22.10.2012 21:33 (localtime): >>> Hello, >>> >>> when using igb as module, no packet is received. >>> If I send out anything, I see the p

Request to add Adaptec 6805 Driver on future source base

2012-10-23 Thread Paul.LKW
Dear all developer of FreeBSD: I have a band new Adaptec RAID 6805, but after the buy I find FreeBSD still not embed the driver into the kernel base (Adaptec had the 8.2 driver included but not the 9.0 and further) that make hard to take great version upgrade, eg. 8.2 to 9.0. so hope you would

msi-x enabled igb works only if module loaded twice [Was: Re: kldload if_igb twice needed to bring nic into operation]

2012-10-23 Thread Harald Schmalzbauer
schrieb Harald Schmalzbauer am 22.10.2012 21:48 (localtime): > schrieb Harald Schmalzbauer am 22.10.2012 21:33 (localtime): >> Hello, >> >> when using igb as module, no packet is received. >> If I send out anything, I see the packet with tcpdump, also the switch >> learns the MAC address, but n