Re: unknown PNP hardware

2001-08-26 Thread Alexander Langer
Thus spake Warner Losh ([EMAIL PROTECTED]): > I'd guess that's too much work. Maybe someone can prove me wrong with > trivial patches. Maintaining the device-table is probably the most work (since we already have the PNP string and most lists are sortedc by this string as well). Alex To

Re: problems with aureal soundcard: kernel fault when playing mp3s

2000-09-14 Thread Alexander Matey
On Tue, Sep 05, 2000 at 08:30:48AM -0700, Peter S. Housel wrote: > > [Alexander, I'm Cc:ing you on this just in case you have heard of > > anyone else having similar problems with Aureal cards with recent > > -currents] Sorry, I couldn't respond any earlier. I was

SMPng & vidcontrol on UP system

2000-09-16 Thread Alexander Leidinger
is fine. Bye, Alexander. -- Speak softly and carry a cellular phone. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = 7423 F3E6 3A7E B334 A9CC B10A 1F5F 130A A638 6E7E To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubs

updated OpenSSH & pam_ssh, the old bug is back

2000-09-16 Thread Alexander Leidinger
Hi, after the update of OpenSSH xdm crashes if I enable pam_ssh in pam.conf. I fixed this in the old version, but it seems the bug is back. I have a look at it and try to produce a patch again. Bye, Alexander. -- Yes, I've heard of "decaf." What'

100% system time? (SMPng on UP system)

2000-09-16 Thread Alexander Leidinger
obody48 52 772K 416K STOP41:09 38.38% 38.38% dnetc 1209 root 2 0 66576K 29624K select 1:09 1.71% 1.71% XF86_SVGA ---snip--- Bye, Alexander. -- Speak softly and carry a cellular phone. http://www.Leidinger.net Alexander @ Leidinger.net

patch for openssh

2000-09-16 Thread Alexander Leidinger
e have a look at the attached diff. Bye, Alexander. -- The dark ages were caused by the Y1K problem. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = 7423 F3E6 3A7E B334 A9CC B10A 1F5F 130A A638 6E

Re: 100% system time? (SMPng on UP system)

2000-09-17 Thread Alexander Leidinger
rrect. This is on the todo list to fix, > but it is merely cosmetic, so it is farther down on the list than, say, > finishing up threading interrupts on the alpha. :) It wasn't mentioned in the known bugs list, so I thought it wasn't known. BTW: Good work, keep going on. Bye, A

Re: patch for openssh

2000-09-17 Thread Alexander Leidinger
On 16 Sep, To: [EMAIL PROTECTED] wrote: > But I think I found some other bugs, please have a look at the attached > diff. Oops, sorry, wrong diff. Bye, Alexander. -- To boldly go where I surely don't belong. http://www.Leidinger.net

Re: 100% system time? (SMPng on UP system)

2000-09-17 Thread Alexander Leidinger
ystem processes actually hang the entire system until they complete: Are you mixing idprio with rtprio or did I not understand what you explain? Bye, Alexander. -- There's no place like ~ http://www.Leidinger.net Alexander @ Leidinger.net GP

Re: 100% system time? (SMPng on UP system)

2000-09-17 Thread Alexander Leidinger
ys it allows processes only to run if the system is idle. - You say, in my case (dnetc is a cpu hog, isn't it?) idprio prevents other processes from running (the opposide of what I want). - I say, dnetc is running in the background with idprio 31 and I'm able to do usefull work while

Re: 100% system time? (SMPng on UP system)

2000-09-17 Thread Alexander Leidinger
K select 10:48 4.98% 4.98% XF86_SVGA 457 netchild -6 0 2856K 512K pcmwr0:46 2.49% 2.49% esd ---snip--- Bye, Alexander. -- I believe the technical term is "Oops!" http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint =

Re: patch for openssh

2000-09-18 Thread Alexander Leidinger
ut the type of "auth", you normaly have to go through the code and ensure every invariant is still valid (I classify this as a major code change, but this is a bikeshed argument too). Bye, Alexander. -- The three Rs of Microsoft support: Retry, Reboot, Reinstall. http://www.

Re: updated OpenSSH & pam_ssh, the old bug is back

2000-09-18 Thread Alexander Leidinger
hat bug which you reported and produced a patch and which I > subsequently committed? The malloc.conf -> AJ resulted coredump one? Initially yes, but at the moment I'm under the impression it's another bug (I don't know where it is and how to fix it), the old one seems to be fixed

Re: updated OpenSSH & pam_ssh, the old bug is back

2000-09-18 Thread Alexander Leidinger
m not that familiar with the internals of xdm, pam or ssh to know where to look further. A helping hand would be fine. :) Bye, Alexander. -- The three Rs of Microsoft support: Retry, Reboot, Reinstall. http://www.Leidinger.net Alexander @ Leidinger.net GPG finge

Re: SMPng feedback

2000-09-19 Thread Alexander Leidinger
I didn't need to move the mouse. Perhaps something interrupt related. I see alot (more than usual) of interrupts in top (if the displayed information is correct). But perhaps this is just an "I want to see something different" experience, I have no similiar system

setting device permissions for DEVFS

2000-09-29 Thread Alexander Langer
Hello! What is the suggested best way to set permissions on devices in DEVFS? (I want to chmod 664 /dev/acd0c to let users in the group operator burn CD-R's). Do we already have a common way that I missed? Or is the best way to put it into rc.local (or similar)? Thanks Alex -- cat: /home/alex/

Re: setting device permissions for DEVFS

2000-09-30 Thread Alexander Langer
Thus spake Donn Miller ([EMAIL PROTECTED]): > > What is the suggested best way to set permissions on devices in DEVFS? > > (I want to chmod 664 /dev/acd0c to let users in the group operator > > burn CD-R's). > > Do we already have a common way that I missed? > /etc/rc.devfs Ah, thanks :) Can we

Re: setting device permissions for DEVFS

2000-09-30 Thread Alexander Langer
Thus spake Mike Meyer ([EMAIL PROTECTED]): > Does it possibly belong in /etc/defaults/rc.devfs, to slurp in > /etc/rc.devfs (if it exists) at the end? No - instead we should add something like devfs_permission{0,1,2,etc} (and maybe ownership) to rc.conf, which can be modified there and then rc.d

Re: setting device permissions for DEVFS

2000-09-30 Thread Alexander Langer
Thus spake Alexander Langer ([EMAIL PROTECTED]): > Can we add this to UPDATING, please? Discard this statement. The absence of a well-working DEVFS made me forget that it existed before :-) Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to [EMAIL PROTEC

Re: setting device permissions for DEVFS

2000-10-01 Thread Alexander Langer
Thus spake Poul-Henning Kamp ([EMAIL PROTECTED]): > You guys are overlooking something about DEVFS: devices may appear > post-boot. Ah, yes. BTW: Devices don't disappear if you unload devices. This happens for example with bktr.ko. When I then reload bktr.ko, I get the following: WARNING: Driv

Re: setting device permissions for DEVFS

2000-10-01 Thread Alexander Langer
Thus spake Warner Losh ([EMAIL PROTECTED]): > ifconfig and dhclient are likely the most often executed ones now. > I agree we need a generic devd. Does devfs use the kqueue interface? What I also LOVED to use is mounting nfs dirs when a pccard ethernet device is plugged in. Currently, I modifi

Re: setting device permissions for DEVFS

2000-10-01 Thread Alexander Langer
Thus spake Warner Losh ([EMAIL PROTECTED]): > Don't you mean pccard.conf? You can do the mounting now. I think > that umount -f would work for dismounting on eject, but haven't tested > it. No, I meant /etc/pccard_ether :) It works just fine. I don't unmount, though. Alex -- cat: /home/ale

Re: can't get into single user mode - panic: ffs_valloc: dup alloc

2000-10-11 Thread Alexander Leidinger
ernel/kernel -s' instead. > > You're right. It's off to doc-land for this, I suppose. No, it was a bug in /boot/loader.4th(?) and it's fixed since 1-2 days. You are reading your cvs-all mail? Bye, Alexander. -- If Bill Gates had a dime for every time a Windows box

Re: pcmcia and ed

2000-10-14 Thread Alexander Langer
Thus spake Warner Losh ([EMAIL PROTECTED]): > The module name should be if_ed. I'll go fix it. Did you do this already? And if so, where? I'd love to know. Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-cur

Re: non-root users can't debug applications (kern/22711)

2000-11-11 Thread Alexander Leidinger
, but not with the actual one: ---snip--- (53) netchild@ttyp1 % ll -d /boot/kernel* drwxr-xr-x 2 root wheel 3072 6 Nov 19:35 /boot/kernel.old// drwxr-xr-x 2 root wheel 3072 9 Nov 21:57 /boot/kernel// ---snip--- Bye, Alexander. -- Reboot America. http://www

Re: RFC: /dev/console -> /var/log/messages idea/patch

2000-11-23 Thread Alexander Leidinger
he "syslog writes messages back to /dev/console" thing: isn't this just a "I want to be able to shoot in my own foot" bikeshed? Bye, Alexander. -- Give a man a fish and you feed him for a day; teach him to use the Net and he won't bother you for we

Re: RFC: /dev/console -> /var/log/messages idea/patch

2000-11-24 Thread Alexander Leidinger
hes into 132x43 on startup, and I always lose the output. So this >> >> Its in the scrollback buffer. > > and how do you access the scroll-back buffer if you are not front to the > console (read remote) ? You can't. I didn't see the relationship between my answe

Re: growfs(8) for FreeBSD

2000-12-08 Thread Alexander Langer
Thus spake The Hermit Hacker ([EMAIL PROTECTED]): > > Stripe'd file systems (or concat ones) ... what growfs allows is someone > to add an n+1 drive to their RAID/Stripe and increase the size of the file No, vinum can do this alone. But you couldn't grow the _fs_ after that, so there was no us

Re: Current stalls...

2000-12-29 Thread Alexander Langer
Thus spake Poul-Henning Kamp ([EMAIL PROTECTED]): > cd /usr/src > cvs -q update -P -d -A > on any of my two -current systems. > The systems stalls as described in my email yesterday. Maybe this is related: I had two complete hangs today on my FreeBSD cichlids.cichlids.com 5.0-CURRENT

Re: Latest on rewrite of pkg_install tools.

2001-01-07 Thread Alexander Langer
Hi! This is great! However, the patch has some whitespace-fubars: diff -urN -x CVS pkg_install/info/main.c pkg_install.jdl/info/main.c --- pkg_install/info/main.c Tue Dec 12 10:07:19 2000 +++ pkg_install.jdl/info/main.c Sat Jan 6 02:13:47 2001 @@ -7,10 +7,10 @@ * modification, are permit

panic: spin lock (null) held by 0x0 for > 5 seconds on 486 w/ ISA

2001-01-18 Thread Alexander Langer
Hello! This is an old 486 of mine which never ran FreeBSD before. It has only ISA and VL bus. When booting a trimmed down GENEIRC kernel from today, it shows the copyright lines and then this: panic: spin lock (null) held by 0x0 for > 5 seconds. This line repeats approx. every 30 seconds This

Re: Voodoo3 + XFree4 + DRM - simple_lock ? :-)

2001-01-31 Thread Alexander Leidinger
, but the first 10 results link either to linux.3dfx.com or 3dfxgamers.com (I can't get a response from 3dfxgamers too). Do you know of some other location where I can get the rpms from? It's not that important for me, I have to wait until there's a mtx_* version. Bye, Alexander.

Re: Voodoo3 + XFree4 + DRM - simple_lock ? :-)

2001-01-31 Thread Alexander Leidinger
possible to get a response from ftp1.3dfx.com > | from here. > > 3dfx.sourceforge.net is where they live now I believe... No, it's glide.sourceforge.net, but they didn't have downloadable files. Yes, I know how to use CVS (and cvs -z9) and I tried to compile it out o

kernel trap 12 with interrupts disabled

2001-02-08 Thread Alexander Leidinger
..." and the program runs fine. -current as of Feb. 6, ~2pm UTC. Bye, Alexander. -- I believe the technical term is "Oops!" http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3

Re: kernel trap 12 with interrupts disabled

2001-02-09 Thread Alexander Leidinger
t; and the program runs fine. > > It's surprising that it doesn't always deadlock. First I thought I have a hardware problem, I was able to profile the program 4-5 times withhin X11 at a day before. Without changing anything except the options to the program I wasn't able to pro

Re: Lpt driver broken?

2001-02-12 Thread Alexander Leidinger
w kernel because I think this is resolved, but I have to solve some problems with my system at the moment. Sorry, no dmesg at the moment. Bye, Alexander. -- Speak softly and carry a cellular phone. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerpri

Re: ata changes break kernel

2001-02-12 Thread Alexander Leidinger
On 12 Feb, Michael Harnois wrote: > ../../dev/ata/ata-all.c:96: elements of array `ata_ids' have incomplete type [...] Workaround (compile in progress): remove the #if / #endif pair which tests "NISA > 0" Bye, Alexander. -- Where do you think you&

pam_ssh & dsa key

2001-02-14 Thread Alexander Leidinger
Hi, has someone a pam_ssh.c which also adds the dsa key in a session? Bye, Alexander. -- Weird enough for government work. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 To

Re: uk_UA.KOI8-U broken?

2001-02-16 Thread Alexander Matey
On Fri, Feb 16, 2001 at 12:54:09PM -0500, [EMAIL PROTECTED] wrote: > As if the __stderr/__sF troubles weren't enough, my locale settings > don't work any more. ls(1) just shows the English names for the months, > perl complains every time: > > perl: warning: Please check that your locale settings

Re: uk_UA.KOI8-U broken?

2001-02-16 Thread Alexander Matey
On Sat, Feb 17, 2001 at 08:59:48AM +0300, Andrey A. Chernov wrote: > > That's right. Quick (and dirty?) patch based on ru_RU.KOI8-R that adds > > missing files is attached. > > It have not enough quality to be commited. It wasn't intended to be. In case you haven't noticed that one was for /usr/

Re: ports/net/mpd[45] broken with utmpx.h change

2010-02-16 Thread Alexander Motin
Doug Barton wrote: > On 2/15/2010 10:33 PM, Alexander Motin wrote: >> Andrey V. Elsukov wrote: >>> On 16.02.2010 4:51, Bernd Walter wrote: >>>> I don't know how difficult it is to fix, but for many of us mpd is >>>> important to have network connectio

ZFS: statfs and recordsize problem

2010-02-18 Thread Alexander Zagrebin
sizes. It must return 512 as f_bsize and recordsize as f_iosize. One of possible solutions is the attached patch. Could somebody look it? -- Alexander Zagrebin patch-zfs_vfsops.c Description: Binary data ___ freebsd-current@freebsd.org ma

Re: ATA_CAM-ed mvsata(4) on OpenRD-client

2010-02-19 Thread Alexander Motin
0xc0d62e44 > r10=0x r9=0x > r8=0x005fffcc r7=0xc35593c0 r6=0xc0b62170 r5=0xc0be74d0 > r4=0x001c Even more unexpected. I've searched all sources for xpt_sim_opened() call and found only one place - in atapi-cam.c, which shouldn't be used in

ZFS allows deletion of files in a sticky directory

2010-02-19 Thread Alexander Zagrebin
. The attached patch provides the UFS-like behavior of a sticky directories on a ZFS. Is this bug or feature? -- Alexander Zagrebin patch-zfs_dir.c Description: Binary data ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/list

Re: [PATCH] SASL problems with spnego on 8.0-BETA4

2010-02-23 Thread Alexander Nedotsukov
The patch in question was committed a few month ago. I can only add that on my 8-STABLE machine the combination of cyrus/gssapi/openldap works fine. You have to check if output of ldd /usr/lib/libgssapi_krb5.so produce output like this: /usr/lib/libgssapi_krb5.so: libgssapi.so.10 => /us

Re: ATA CDROM no more detected with ATA_CAM under VMWare WS

2010-02-25 Thread Alexander Motin
rts Response Incomplete bit set in IDENTIFY PACKET DEVICE command result, which makes CAM try to power it up. Could you comment ATA_RESP_INCOMPLETE check in ata_xpt.c and show me result of `camcontrol identify cd0 -v` output after it? -- Alexander Motin

Re: ATA CDROM no more detected with ATA_CAM under VMWare WS

2010-02-26 Thread Alexander Motin
Claude Buisson wrote: > Here it is: > > r...@zaza# camcontrol identify cd0 -v > pass1: Raw identify data: >0: 85c4 Attached patch should fix the issue. -- Alexander Motin --- sys/ata.h.prev 2010-02-03 19:41:43.0 +0200 +++ sys/

Re: propose: all arch move into a separate dir

2010-03-05 Thread Alexander Leidinger
(if not more) of those people agreeing to it. So far I count about 2 architectures which are maintained by only one person (at least as far as I noticed), but I can understand if those people do not want to spend their time doing a time consuming move (the build infrastructure needs to be ada

Re: Pack of CAM improvements

2010-03-05 Thread Alexander Motin
Dag-Erling Smørgrav wrote: > Alexander Motin writes: >> I've just added Power Up In Stand-by (PUIS) feature support into CAM >> ATA in HEAD. It is one of the ways to implement staggered spin-up for >> ATA devices. Now CAM will spin-up no more then 4 of such devices a

Re: A tool for remapping bad sectors in CURRENT?

2010-03-08 Thread Alexander Motin
You may try to overwrite these sectors with dd. It should trigger sector reallocation. To be sure, you may read them before and after the write. -- Alexander Motin ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: CALL for TEST [HOSTAP] run(4) ralink usb wireless

2010-03-13 Thread Alexander Egorenkov
> Please fetch 'hostap_rc' branch not 'master' this time. >>>>> >>>>> or freebsd forums >>>>> >>>>> http://forums.freebsd.org/showthread.php?s=1d3b01fbed80c61ff508e12e98051 >>>>

Re: build failures after stdlib update

2010-03-16 Thread Alexander Best
hi there, i'm having similar issues with libc. while doing buildworld i got this segfault: >>> stage 4.2: building libraries -- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=amd64 MACHINE=amd64 CPUTYPE=native GROFF_BIN_PATH=/us

Re: build failures after stdlib update

2010-03-16 Thread Alexander Best
pt in that directory 4. and replaced /etc with the backup version yet gcc still segfaults during buildworld. :( thanks go out to delphij, nox---, jilles, garrcoop, x6b and joerg on #bsddev for helping me with this problem. :) -- Alexander Best ___ freeb

Increasing MAXPHYS

2010-03-20 Thread Alexander Motin
s are: - does somebody know any issues denying increasing MAXPHYS in HEAD? - are there any specific opinions about value? 512K, 1MB, MD? -- Alexander Motin ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-curre

Re: Increasing MAXPHYS

2010-03-20 Thread Alexander Motin
n this in 2008 and 2009. > I even added some hooks into CAM to support this, and I thought that I had > discussed this extensively with Alexander at the time. Guess it was yet > another > wasted conversation with him =-( I'll repeat it here for the record. AFAIR at that time you&#

Re: build failures after stdlib update

2010-03-20 Thread Alexander Best
i still haven't been able to do a buildworld without cc segfaulting. :( if i repeat the cc operation that segfaulted during buildworld with cc under /usr/bin everything works fine. the segfault only occurs during buildworld with the bootstrapped version of cc under /usr/ob/usr/src/tmp/usr/bin/cc.

Re: build failures after stdlib update

2010-03-20 Thread Alexander Best
ok. i think i finally solved this riddle. the cause for the problem seems to have been my CPUTYPE in /etc/make.conf. it is set to 'native'. actually i've been using the 'native' keyword for years now and never had any problems with it, but it seems a recent commit broke 'native' as CPUTYPE. for me

Re: build failures after stdlib update

2010-03-21 Thread Alexander Best
Garrett Cooper schrieb am 2010-03-21: > On Sat, Mar 20, 2010 at 5:55 PM, Alexander Best > wrote: > > ok. i think i finally solved this riddle. the cause for the problem > > seems to > > have been my CPUTYPE in /etc/make.conf. it is set to 'native'. > >

Re: build failures after stdlib update

2010-03-21 Thread Alexander Best
Garrett Cooper schrieb am 2010-03-21: > On Sun, Mar 21, 2010 at 4:00 AM, Alexander Best > wrote: > > Garrett Cooper schrieb am 2010-03-21: > >> On Sat, Mar 20, 2010 at 5:55 PM, Alexander Best > >> > >> wrote: > >> > ok. i think i finally s

Re: build failures after stdlib update

2010-03-21 Thread Alexander Best
ative CFLAGS=-O2 -fno-strict-aliasing -pipe -s btw: what's the -s switch doing? alex > CPUTYPE?=core2 > NO_CPU_CFLAGS= > CFLAGS= -mtune=native -O2 -fno-strict-aliasing -pipe -s > Peg -- Alexander Best ___ freebsd-current@free

Re: build failures after stdlib update

2010-03-21 Thread Alexander Best
Andriy Gapon schrieb am 2010-03-21: > on 21/03/2010 14:35 Alexander Best said the following: > > Andriy Gapon schrieb am 2010-03-21: > >> on 21/03/2010 13:43 Garrett Cooper said the following: > >>> Works for me *shrugs*: > >>> $ gcc -v -x c -E

Re: Increasing MAXPHYS

2010-03-21 Thread Alexander Motin
t least to make it safe. -- Alexander Motin ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Increasing MAXPHYS

2010-03-21 Thread Alexander Motin
behaviour, it has a fair chance of working out of > the box) but the incoming queue will need to also be broken up for > greater effect. According to "notes", looks there is a good chance to obtain races, as some places expect only one up and one down thread. -- Alexander Motin

Re: Increasing MAXPHYS

2010-03-21 Thread Alexander Motin
Scott Long wrote: > On Mar 20, 2010, at 1:26 PM, Alexander Motin wrote: >> As you should remember, we have made it in such way, that all unchecked >> drivers keep using DFLTPHYS, which is not going to be changed ever. So >> there is no problem. I would more worry about non-C

Re: build failures after stdlib update

2010-03-21 Thread Alexander Best
Andriy Gapon schrieb am 2010-03-21: > on 21/03/2010 14:53 Alexander Best said the following: > > *lol* sorry. ;) > No worries. > BTW, when that rash happens, are you able to examine the core with > gdb? > Is it possible to examine values of 's' and 'p'

Re: build failures after stdlib update

2010-03-21 Thread Alexander Best
Andriy Gapon schrieb am 2010-03-21: > on 21/03/2010 20:46 Alexander Best said the following: > > Andriy Gapon schrieb am 2010-03-21: > >> on 21/03/2010 14:53 Alexander Best said the following: > >>> *lol* sorry. ;) > >> No worries. > >> BTW, whe

Re: build failures after stdlib update

2010-03-21 Thread Alexander Best
Andriy Gapon schrieb am 2010-03-21: > on 21/03/2010 23:11 Alexander Best said the following: > > *hehe* that makes more sense. well i already sent you lp. > > unfortunately str is > > not available to gdb: > > (gdb) print str > > Variable "str" is not

Re: Increasing MAXPHYS

2010-03-21 Thread Alexander Motin
t is not intended to be increased. About DMA boundary, I do not very understand the problem. Yes, legacy ATA has DMA boundary of 64K, but there is no problem to submit S/G list of several segments. How long ago have you tried it, on which controller and which diagnostics do you have? -- Alexand

Re: build failures after stdlib update

2010-03-22 Thread Alexander Best
Andriy Gapon schrieb am 2010-03-22: > on 22/03/2010 00:12 Alexander Best said the following: > > Andriy Gapon schrieb am 2010-03-21: > >> on 21/03/2010 23:11 Alexander Best said the following: > >>> *hehe* that makes more sense. well i already sent you lp. > &

Re: Increasing MAXPHYS

2010-03-22 Thread Alexander Leidinger
ouldn't say that only media servers depend upon large sequential I/O's. Bye, Alexander. -- That's life. What's life? A magazine. How much does it cost? Two-fifty. I only have a dollar. That's life. http://www.Leidinger.netAlexander @ Leidinger.

Re: Increasing MAXPHYS

2010-03-22 Thread Alexander Sack
On Mon, Mar 22, 2010 at 8:39 AM, John Baldwin wrote: > On Monday 22 March 2010 7:40:18 am Gary Jennejohn wrote: >> On Sun, 21 Mar 2010 19:03:56 +0200 >> Alexander Motin wrote: >> >> > Scott Long wrote: >> > > Are there non-CAM drivers that look

Re: Increasing MAXPHYS

2010-03-22 Thread Alexander Sack
On Mon, Mar 22, 2010 at 2:45 PM, M. Warner Losh wrote: > In message: >            Scott Long writes: > : I'd like to go in the opposite direction.  The queue-dispatch-queue > : model of GEOM is elegant and easy to extend, but very wasteful for > : the simple case, where the simple case is one or

Re: build failures after stdlib update

2010-03-23 Thread Alexander Best
ative amd64 sse2 sse otaku% make -V MACHINE_CPU -DCPUTYPE=nocona amd64 sse2 sse otaku% make -V MACHINE_CPU -DCPUTYPE=i386 amd64 sse2 sse otaku% make -V MACHINE_CPU -DCPUTYPE=lalalala amd64 sse2 sse ..oh and of course i ran these commands with no C

Re: build failures after stdlib update

2010-03-23 Thread Alexander Best
l -o /dev/null > -mtune=generic hmm...that's odd indeed. i finally was able to do some debugging. i've attached two files: running gcc -v -x c -E -mtune=native /dev/null and gcc -v -x c -E -mtune=nocona /dev/null > Peg -- Alexander Best `gdb -v -x c -E -mtune=native /dev/nul

Re: build failures after stdlib update

2010-03-23 Thread Alexander Best
Scot Hetzel schrieb am 2010-03-23: > On Tue, Mar 23, 2010 at 4:34 AM, Alexander Best > wrote: > > i don't think conf/112997 and the issue where gcc segfaults are > > directly > > related to each other: > > 1. if CPUTYPE is set to 'native' your pa

Re: FYI: v4l-linuxulator support in FreeBSD-current now [panic]

2010-03-26 Thread Alexander Leidinger
Quoting Hans Petter Selasky (from Thu, 18 Feb 2010 09:14:20 +0100): On Tuesday 12 January 2010 18:49:48 Hans Petter Selasky wrote: I tried to fix something, but it was apparently not enough. I committed something similar. Bye, Alexander. -- Corrupt, adj.: In politics, holding

atheros card with lots of Ierrs in `netstat -i`

2010-03-26 Thread Alexander Best
HEAD (r205561) on amd64. this is my card: a...@pci0:5:1:0:class=0x02 card=0x5a001385 chip=0x0013168c rev=0x01 hdr=0x00 vendor = 'Atheros Communications Inc.' device = '802.11a/b/g Wireless Adapter (AR2312)' class = network subclass = eth

Re: atheros card with lots of Ierrs in `netstat -i`

2010-03-28 Thread Alexander Best
Rui Paulo schrieb am 2010-03-26: > On 26 Mar 2010, at 17:24, Alexander Best wrote: > > hi there, > > `netstat -i` reports: > > NameMtu Network Address Ipkts Ierrs Idrop > > Opkts > > Oerrs Coll > > ath0 2290 00:0f:b5:82

fsck unable to read disk sectors

2010-03-29 Thread Alexander Best
tput of `dmesg -a|grep ada0`: ada0 at ahcich2 bus 0 scbus3 target 0 lun 0 ada0: ATA-7 SATA 2.x device ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 238474MB (488395055 512 byte sectors: 16H 63S/T 16383C) -- Alexander Best _

Re: ATA_CAM-ed mvsata(4) on OpenRD-client

2010-03-31 Thread Alexander Motin
pid 0 tid 10 ] > Stopped at 0xc09dcb50 = kdb_enter+0x48:ldrbr15, [r15, r15, ror > r15]! > db> Fixed at SVN r205967. -- Alexander Motin ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinf

HEADS-UP: WITH_CTF now picked up from src.conf/make.conf/kernel-config

2010-04-01 Thread Alexander Leidinger
Hi, from r206082 on: $Subject Make sure to read UPDATING (short: make sure there is no WITH_CTF in src.conf or make.conf). Bye, Alexander. -- You will save yourself a lot of needless worry if you don't burn your bridges until you come to them. http://www.Leidinger.netAlex

Re: [RFC] Rewriting sade(8)

2010-04-08 Thread Alexander Leidinger
o prevent admins from using sysinstall after the installation to prevent some unwanted foot-shooting), I do not think that we need to think about a strong lock between sysinstall and sade. If you can enhance sade beyond what sysinstall is able to do, I would say go ahead (note: I committed s

Re: [RFC] Rewriting sade(8)

2010-04-08 Thread Alexander Leidinger
Quoting Dag-Erling Smørgrav (from Thu, 08 Apr 2010 11:05:34 +0200): Alexander Leidinger writes: Please consider using SVN instead. A lot more users will be able to check out from there. We don't grant non-committers access to the Subversion repo. Ooops... seems I misremembere

Re: [RFC] Rewriting sade(8)

2010-04-08 Thread Alexander Leidinger
Quoting Dag-Erling Smørgrav (from Thu, 08 Apr 2010 14:01:33 +0200): Alexander Leidinger writes: I think this is more complicated than to refactor the interesting part into a backend with an API which both tools can use. This would also allow someone to write a GUI program (e.g. for PC-BSD

Re: [RFC] Rewriting sade(8)

2010-04-08 Thread Alexander Leidinger
Quoting Dag-Erling Smørgrav (from Thu, 08 Apr 2010 16:15:27 +0200): Alexander Leidinger writes: Dag-Erling Smørgrav writes: > There have been at least three or four attempts to do this in the > past. One of them was even fully funded by the FreeBSD Foundation. > They all fail

Re: [RFC] Rewriting sade(8)

2010-04-09 Thread Alexander Leidinger
Quoting Dag-Erling Smørgrav (from Thu, 08 Apr 2010 16:50:16 +0200): Alexander Leidinger writes: I did not suggest to run the same program and get different interfaces. My suggestion was to have a backend-lib and a frontend. The backend containing the "business-logic", and th

Re: gpart and sector size

2010-04-09 Thread Alexander Motin
ools of any OS that the disk reports > 4K > in any way? My testing WDC Green disk with Advanced Format doesn't reports it's physical sector size. I've studied it's IDENTIFY output even manually. `camcontrol devinfo ada0 -v` dumps full identify data. -- Alexander Moti

Re: gpart and sector size

2010-04-09 Thread Alexander Motin
Alexander Motin wrote: > Andriy Gapon wrote: >> on 09/04/2010 14:00 Alexey Tarasov said the following: >>> I've booted from dvd to fixit mode and got the following: >>> /dev/ad4 >>>512 # sectorsize >>>15003019100

Re: Does "makeoptions WITH_CTF=yes" actually work?

2010-04-14 Thread Alexander Leidinger
hing, but the question is if this is worth the effort). You can run objdump -f and have a look if the .SUNW_ctf section is there to determine if CTF stuff was inserted or not. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.o

Re: Does "makeoptions WITH_CTF=yes" actually work?

2010-04-14 Thread Alexander Leidinger
Quoting Navdeep Parhar (from Wed, 14 Apr 2010 02:31:30 -0700): On Wed, Apr 14, 2010 at 1:58 AM, Alexander Leidinger wrote: Quoting Navdeep Parhar (from Wed, 14 Apr 2010 01:33:29 -0700): I read the UPDATING entry that accompanied r206082 and added WITH_CTF=yes to my kernel config, hoping

Re: Does "makeoptions WITH_CTF=yes" actually work?

2010-04-15 Thread Alexander Leidinger
Quoting Navdeep Parhar (from Wed, 14 Apr 2010 11:35:40 -0700): On Wed, Apr 14, 2010 at 01:23:42PM +0200, Alexander Leidinger wrote: Quoting Navdeep Parhar (from Wed, 14 Apr 2010 02:31:30 -0700): >On Wed, Apr 14, 2010 at 1:58 AM, Alexander Leidinger > wrote: >>Quoting Navdeep P

Re: Does "makeoptions WITH_CTF=yes" actually work?

2010-04-16 Thread Alexander Leidinger
orld this should not produce CTF data, but for the kernel I'm not sure what will or should happen for the makeoptions case... Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 See,

Re: SPOOFED: Re: SVN rev 206755 breakage

2010-04-17 Thread Alexander Motin
controllers with AHCI enabled. As I can see, Linux handles ID 0x27c4 as non-AHCI SATA. If for some reason this ID could be used for both modes (I have doubts), we may try to set AHCI_Q_NOFORCE flag to make driver check PCI class/subclass, if it is correct there. -- Alexander Motin _

Re: SPOOFED: Re: SVN rev 206755 breakage

2010-04-18 Thread Alexander Motin
Rui Paulo wrote: > On 18 Apr 2010, at 06:57, Alexander Motin wrote: >> Rui Paulo wrote: >>> On 17 Apr 2010, at 23:12, Michael Butler wrote: >>>> On 04/17/10 18:05, Rui Paulo wrote: >>>>> On 17 Apr 2010, at 22:34, Michael Butler wrote: >>>>

Re: SVN rev 206755 breakage

2010-04-18 Thread Alexander Motin
Rui Paulo wrote: > On 18 Apr 2010, at 14:05, Alexander Motin wrote: >> Most of AHCI controllers could also work as usual PCI ATA, but not every >> PCI ATA could work as AHCI. It would be nice to compare `pciconf -lvbc` >> output in both working (Rui) and not working (Mi

Re: [CFT]: ClangBSD is selfhosting, we need testers now

2010-04-19 Thread Alexander Best
* Error code 1 Stop in /usr/local/src/clangbsd/libexec. *** Error code 1 Stop in /usr/local/src/clangbsd. *** Error code 1 Stop in /usr/local/src/clangbsd. *** Error code 1 Stop in /usr/local/src/clangbsd. running llvm-devel-2.7.r100430 and clangbsd revision 206838. -- Alexander Best ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: [CFT]: ClangBSD is selfhosting, we need testers now

2010-04-19 Thread Alexander Best
Roman Divacky schrieb am 2010-04-19: > you have to use -O2 thanks a lot. using -O2 worked. :) i was also wondering: what's the reason gcc is still being used during step "Building an up-to-date make(1)" and not clang? cheers. > On Mon, Apr 19, 2010 at 02:29:07PM +0200,

Re: Does "makeoptions WITH_CTF=yes" actually work?

2010-04-20 Thread Alexander Leidinger
people which prefer to have the default being on. When the default switches, or the opinion switches to keep the default off, everything needs to be or should be reviewed. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchi

Re: [CFT]: ClangBSD is selfhosting, we need testers now

2010-04-20 Thread Alexander Best
Eitan Adler schrieb am 2010-04-20: > > i was also wondering: what's the reason gcc is still being used > > during step > > "Building an up-to-date make(1)" and not clang? > because make segfaults when using clang ;) ah ok. that's qu

Re: [CFT]: ClangBSD is selfhosting, we need testers now

2010-04-21 Thread Alexander Best
disabled=1) gives me a system freeze. -- Alexander Best ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

<    1   2   3   4   5   6   7   8   9   10   >