Re: USB system: FreeBSD 9-STABLE and 10-CURRENT do not recognize 64GB USB drive while Linux and Windows do

2012-06-21 Thread Hans Petter Selasky
On Friday 22 June 2012 08:01:38 O. Hartmann wrote: > I have a USB drive/stick, Lexar USB Flash drive as reported by FreeBSD > shown below. > When first used, I was able to put approx. 30 GB of data on it - it was > visible to FreeBSD 9 and 10 as expected. > A Linux system at the lab was also capabl

Re: USB system: FreeBSD 9-STABLE and 10-CURRENT do not recognize 64GB USB drive while Linux and Windows do

2012-06-21 Thread Garrett Cooper
On Thu, Jun 21, 2012 at 11:01 PM, O. Hartmann wrote: > I have a USB drive/stick, Lexar USB Flash drive as reported by FreeBSD > shown below. > When first used, I was able to put approx. 30 GB of data on it - it was > visible to FreeBSD 9 and 10 as expected. > A Linux system at the lab was also cap

USB system: FreeBSD 9-STABLE and 10-CURRENT do not recognize 64GB USB drive while Linux and Windows do

2012-06-21 Thread O. Hartmann
I have a USB drive/stick, Lexar USB Flash drive as reported by FreeBSD shown below. When first used, I was able to put approx. 30 GB of data on it - it was visible to FreeBSD 9 and 10 as expected. A Linux system at the lab was also capable of recognizing it. After that, I tried to operate on the st

Re: minor GEOM disk API change coming

2012-06-21 Thread Kenneth D. Merry
On Thu, Jun 21, 2012 at 23:58:10 +0400, Andrey V. Elsukov wrote: > On 21.06.2012 20:48, Kenneth D. Merry wrote: > >>> In this case, the GEOM disk class instance has been created by > >>> disk_create(), and the taste of the disk is queued in the GEOM > >>> event queue. > >>> > >>> While t

Re: -CURRENT Panic at boot at Revision: 237264 "mutex gif softc not owned at /usr/src/sys/netinet/in_gif.c:105"

2012-06-21 Thread John Baldwin
On Thursday, June 21, 2012 12:41:59 pm Vincent Hoffman wrote: > Hi again, > The 2nd patch (to if.h and if_gif.c) also fixes the > panic on boot. > Thanks for the quick response as ever. Great, thanks for testing! Randall, do you have any thoughts on these patches? > Vince > >

Re: Add new syscons font to FreeBSD current release

2012-06-21 Thread Peter Jeremy
On 2012-Jun-20 17:38:36 +0430, Mohammad Shafiee wrote: >I've made a Persian font for FreeBSD syscons. >You can download the font from here: >http://sourceforge.net/projects/bsdpersiancons/ > >How can I add this font to FreeBSD current release? As a first step, I'd create a port for it. See http

Re: mbstowcs(3) may not return -1

2012-06-21 Thread Garrett Wollman
In article <4fe340ff.80...@gmail.com>, demelier.da...@gmail.com writes: >On 21/06/2012 14:55, Sergey Kandaurov wrote: >> It returns (size_t)(-1). >> I don't know how is it correct, but this conforms to C spec. >Mm, if I understand well, since it is cast to size_t, I think the return >value will b

Re: minor GEOM disk API change coming

2012-06-21 Thread Andrey V. Elsukov
On 21.06.2012 20:48, Kenneth D. Merry wrote: >>> In this case, the GEOM disk class instance has been created by >>> disk_create(), and the taste of the disk is queued in the GEOM >>> event queue. >>> >>> While that event is queued, the da(4) instance goes away. When the >>>

Re: [CFT] sysutils/bsdconfig: Replacement for sysinstall(8) post-install configuration abilities

2012-06-21 Thread Devin Teske
New minor revision 0.7.1 committed to ports. Bugfix: - Certain services in "Toggle Startup Services" (under the "Startup" menu) could not be toggled off. If you have already installed 0.7.0, portupgrade should make short work of updating to the latest version. -- Devin P.S. Sorry for top-post

Re: Wireless: AzureWave 2100 supported?

2012-06-21 Thread sam
Hi That's a shame. But I look forward to test it, if you get the time, to work on it. mfg sam Am 20.06.2012, 23:09 Uhr, schrieb Adrian Chadd : Hi, On 20 June 2012 14:02, sam wrote: or if you prefer pciconf: none12@pci0:8:0:0: class=0x028000 card=0x21001a3b chip=0x0037168c rev=0

Re: mbstowcs(3) may not return -1

2012-06-21 Thread David Demelier
On 21/06/2012 14:55, Sergey Kandaurov wrote: On 21 June 2012 16:38, David Demelier wrote: Hello, While reading the manpage of mbstowcs I noticed an error in the RETURN VALUES : The mbstowcs() function returns the number of wide characters converted, not counting any terminating null

Re: mbstowcs(3) may not return -1

2012-06-21 Thread Sergey Kandaurov
On 21 June 2012 19:42, David Demelier wrote: > On 21/06/2012 14:55, Sergey Kandaurov wrote: >> >> On 21 June 2012 16:38, David Demelier  wrote: >>> >>> Hello, >>> >>> While reading the manpage of mbstowcs I noticed an error in the RETURN >>> VALUES : >>> >>>     The mbstowcs() function returns the

Re: minor GEOM disk API change coming

2012-06-21 Thread Kenneth D. Merry
On Thu, Jun 21, 2012 at 19:53:03 +0400, Andrey V. Elsukov wrote: > On 21.06.2012 08:29, Kenneth D. Merry wrote: > > Fix a bug which causes a panic in daopen(). The panic is caused by > > a da(4) instance going away while GEOM is still probing it. > > > > In this case, the GEOM disk

Re: -CURRENT Panic at boot at Revision: 237264 "mutex gif softc not owned at /usr/src/sys/netinet/in_gif.c:105"

2012-06-21 Thread Vincent Hoffman
Hi again, The 2nd patch (to if.h and if_gif.c) also fixes the panic on boot. Thanks for the quick response as ever. Vince On 20/06/2012 13:12, John Baldwin wrote: > On Tuesday, June 19, 2012 8:05:36 pm Vincent Hoffman wrote: >> Full dump info at http://unsane.co.uk/crash >> It s

Re: minor GEOM disk API change coming

2012-06-21 Thread Andrey V. Elsukov
On 21.06.2012 08:29, Kenneth D. Merry wrote: > Fix a bug which causes a panic in daopen(). The panic is caused by > a da(4) instance going away while GEOM is still probing it. > > In this case, the GEOM disk class instance has been created by > disk_create(), and the

Re: mbstowcs(3) may not return -1

2012-06-21 Thread David Demelier
On 21/06/2012 14:55, Sergey Kandaurov wrote: On 21 June 2012 16:38, David Demelier wrote: Hello, While reading the manpage of mbstowcs I noticed an error in the RETURN VALUES : The mbstowcs() function returns the number of wide characters converted, not counting any terminating null

init: fatal signal: Segmentation fault

2012-06-21 Thread Anton Shterenlikht
I ended up in state where I can't boot even in single user mode. This is on ia64, but I think this is not very relevant: FreeBSD 10.0-CURRENT #17 r232100: Wed Jun 20 11:17:16 BST 2012 *skip* da2 at mpt1 bus 0 scbus1 target 2 lun 0 da2: Fixed Direct Access SCSI-3 device da2: 320.000MB/s transfe

Re: [CFT] sysutils/bsdconfig: Replacement for sysinstall(8) post-install configuration abilities

2012-06-21 Thread Devin Teske
On Jun 21, 2012, at 3:53 AM, Vitaly Magerya wrote: > Devin Teske wrote: >>> "Toggle Startup Services" dialog shows sendmail_enable and >>> sendmail_msp_queue_enable variables, but doesn't seem to show >>> sendmail_submit_enable and sendmail_outbound_enable. Is this >>> by design? >> >> What does

Re: [CFT] SMP/i386 suspend/resume

2012-06-21 Thread Mitsuru IWASAKI
Hi, From: mbsd Subject: Re: [CFT] SMP/i386 suspend/resume Date: Wed, 20 Jun 2012 22:31:44 +0300 Message-ID: <1340220704.2098.8.camel@localhost> > Hi developers. > > I want help you with your acpi work. I have thinkpad t61. > Could you write a small to do. Step by step, how tests your patches? >

Re: mbstowcs(3) may not return -1

2012-06-21 Thread Sergey Kandaurov
On 21 June 2012 16:38, David Demelier wrote: > Hello, > > While reading the manpage of mbstowcs I noticed an error in the RETURN > VALUES : > >     The mbstowcs() function returns the number of wide characters converted, >     not counting any terminating null wide character, or -1 if an invalid >

mbstowcs(3) may not return -1

2012-06-21 Thread David Demelier
Hello, While reading the manpage of mbstowcs I noticed an error in the RETURN VALUES : The mbstowcs() function returns the number of wide characters converted, not counting any terminating null wide character, or -1 if an invalid multibyte character was encountered. Since siz

Re: [CFT] sysutils/bsdconfig: Replacement for sysinstall(8) post-install configuration abilities

2012-06-21 Thread Vitaly Magerya
Devin Teske wrote: >> "Toggle Startup Services" dialog shows sendmail_enable and >> sendmail_msp_queue_enable variables, but doesn't seem to show >> sendmail_submit_enable and sendmail_outbound_enable. Is this >> by design? > > What does the following produce: > > service sendmail rcvar >