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

2010-04-21 Thread Alexander Best
Roman Divacky schrieb am 2010-04-21: > On Wed, Apr 21, 2010 at 05:20:57PM +0200, Alexander Best wrote: > > i might have stumbled upon a problem with clang. i've compiled a > > kernel from > > the clang branch using `make kernel INSTKERNNAME=clang` and booted > > f

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

2010-04-21 Thread Alexander Best
Roman Divacky schrieb am 2010-04-21: > On Wed, Apr 21, 2010 at 07:22:00PM +0200, Alexander Best wrote: > > Roman Divacky schrieb am 2010-04-21: > > > On Wed, Apr 21, 2010 at 05:20:57PM +0200, Alexander Best wrote: > > > > i might have stumbled upon a problem with

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

2010-04-21 Thread Alexander Best
all and after this step: -rw-r--r-- 1 root wheel 187480 Apr 21 21:37 sound.ko -rw-r--r-- 1 root wheel 872983 Apr 21 21:37 sound.ko.debug -rw-r--r-- 1 root wheel 792856 Apr 21 21:37 sound.ko.symbols so quite some code is missing it seems. [snip] -- Alexander Best

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

2010-04-21 Thread Alexander Best
Roman Divacky schrieb am 2010-04-21: > On Wed, Apr 21, 2010 at 09:44:45PM +0200, Alexander Best wrote: > > Roman Divacky schrieb am 2010-04-21: > > [snip] > > > 1) cd modules/sound/sound && make CC=gcc > > after this step these are the sizes of sound.ko*

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

2010-04-21 Thread Alexander Best
Roman Divacky schrieb am 2010-04-21: > On Wed, Apr 21, 2010 at 09:44:45PM +0200, Alexander Best wrote: > > Roman Divacky schrieb am 2010-04-21: > > [snip] > > > 1) cd modules/sound/sound && make CC=gcc > > after this step these are the sizes of sound.ko*

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

2010-04-21 Thread Alexander Best
Roman Divacky schrieb am 2010-04-21: > On Wed, Apr 21, 2010 at 09:44:45PM +0200, Alexander Best wrote: > > Roman Divacky schrieb am 2010-04-21: > > [snip] > > > 1) cd modules/sound/sound && make CC=gcc > > after this step these are the sizes of sound.ko*

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

2010-04-22 Thread Alexander Leidinger
today. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 "I have to get back to New York tomorrow, so think about your price." -- Michael Corleone, "C

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

2010-04-22 Thread Alexander Leidinger
Quoting Navdeep Parhar (from Thu, 22 Apr 2010 01:33:22 -0700): On Thu, Apr 22, 2010 at 09:44:47AM +0200, Alexander Leidinger wrote: Quoting Navdeep Parhar (from Wed, 21 Apr 2010 18:23:33 -0700): >Your patch works for me, thanks. There is just one more problem with the CTF I foun

Switchover to CAM ATA?

2010-04-22 Thread Alexander Motin
in a base system). -- 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: [CFT]: ClangBSD is selfhosting, we need testers now

2010-04-22 Thread Alexander Best
Andrew Reilly schrieb am 2010-04-22: > On Wed, Apr 21, 2010 at 05:23:38PM +0200, Roman Divacky wrote: > > On Wed, Apr 21, 2010 at 05:20:57PM +0200, Alexander Best wrote: > > > i might have stumbled upon a problem with clang. i've compiled a > > > kernel from &g

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

2010-04-22 Thread Alexander Best
Ulrich Spörlein schrieb am 2010-04-22: > On Wed, 21.04.2010 at 23:30:15 +0200, Alexander Best wrote: > > Roman Divacky schrieb am 2010-04-21: > > > On Wed, Apr 21, 2010 at 09:44:45PM +0200, Alexander Best wrote: > > > > Roman Divacky schrieb am 2010-04-21: > >

Re: Switchover to CAM ATA?

2010-04-23 Thread Alexander Best
cam(4) i guess the fate of ata(4) dependant binaries in the base should also be discussed. maybe somebody could put together a list of ata(4) dependant binaries currently in base in addition to burncd(8) and atacontrol(8)? -- Alexander Best ___ fr

Re: Switchover to CAM ATA?

2010-04-23 Thread Alexander Motin
Paul Wootton wrote: > Alexander Motin wrote: >> Can we do switchover now, or some more reasons preventing this? > > The only thing I miss about the old ATA layer was that I knew that a > drive on a particular controller would always be assigned the same adX > number, whet

Re: Switchover to CAM ATA?

2010-04-23 Thread Alexander Motin
John Baldwin wrote: > On Thursday 22 April 2010 11:31:37 am Alexander Motin wrote: >> If ataraid(4) should be reimplemented in GEOM, then how exactly? One >> more separate RAID infrastructure in GEOM (third?) looks excessive. >> Reuse gmirror, gstripe,... code would be nic

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

2010-04-25 Thread Alexander Best
gt; > > buffer.c > > > and > > > compile them accordingly. Redo your tests till we know the single > > > function(s) > > > where clang produces bad code. [snip] -- Alexander Best ___ freebsd-current@freebsd.org

Re: Switchover to CAM ATA?

2010-04-25 Thread Alexander Best
Jaakko Heinonen schrieb am 2010-04-23: > On 2010-04-23, Alexander Best wrote: > > has anybody thought about adding scsi support to burncd(8)? i've > > been using > > ATA CAM for quite a while now and really love it. however i miss > > burncd(8). > I have tho

Re: Switchover to CAM ATA?

2010-04-26 Thread Alexander Motin
one inside XPT_CALC_GEOMETRY handler, as it is done now for PC98 SCSI. But looking that whole this topic is quite crappy and hopefully going to die sometimes, I won't argue much against committing this as-is for now. -- Alexander Motin ___

Re: usb/da vs sata geometry calculations (was Re: Switchover to CAM ATA?)

2010-04-26 Thread Alexander Motin
he partitions, which are not depending on geometry. -- 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: Switchover to CAM ATA?

2010-04-27 Thread Alexander Motin
m not sure I can see a way to do this from within GEOM. CAM allows every SIM driver to report several arbitrary string values, describing driver and hardware. They are almost unused now. I don't see much problems in exporting them to GEOM and making tasting method to analyze them. -- Alexan

Re: Switchover to CAM ATA?

2010-04-27 Thread Alexander Motin
n improve performance considerably. You > can't access those from GEOM. Have you ever seen them documented? Does the need to specifically handle dozens of incompatible implementations with limited resources worth those (probably not major) benefits? -- Alexander Motin __

Re: Switchover to CAM ATA?

2010-04-27 Thread Alexander Motin
Dag-Erling Smørgrav wrote: > Alexander Motin writes: >> Dag-Erling Smørgrav writes: >>> Most pseudo-raid kit has nifty features like checksum offloading, >>> composite writes etc. which can improve performance considerably. You >>> can't access th

Re: FreeBSD kernel doesn't boot on FUJITSU PRIMERGY RX200 S5 server

2010-04-27 Thread Alexander Sack
On Tue, Apr 27, 2010 at 12:04 PM, John Baldwin wrote: > On Thursday 22 April 2010 4:07:37 pm Maxim Sobolev wrote: >> John Baldwin wrote: >> > On Thursday 22 April 2010 2:28:26 pm Maxim Sobolev wrote: >> >> John Baldwin wrote: >> >>> On Thursday 22 April 2010 6:05:04 am Maxim Sobolev wrote: >>

Re: FreeBSD kernel doesn't boot on FUJITSU PRIMERGY RX200 S5 server

2010-04-27 Thread Alexander Sack
On Tue, Apr 27, 2010 at 5:25 PM, John Baldwin wrote: > On Tuesday 27 April 2010 5:06:37 pm Maxim Sobolev wrote: >> John Baldwin wrote: >> > On Tuesday 27 April 2010 4:26:09 pm Maxim Sobolev wrote: >> >> John Baldwin wrote: >> >>> Hmm, I think you should definitely commit the atkbdc_isa.c change fi

New Marvell SATA driver for testing

2010-04-28 Thread Alexander Motin
sd.org/~mav/mvs.20100328.patch (make sure to run patch with -p to create directories). Testing results, comments and feedback welcome. Special thanks to iXsystems, Inc. for supporting this work. -- Alexander Motin ___ freebsd-current@freebsd.org ma

Re: FreeBSD kernel doesn't boot on FUJITSU PRIMERGY RX200 S5 server

2010-04-28 Thread Alexander Sack
On Tue, Apr 27, 2010 at 7:06 PM, Maxim Sobolev wrote: > Alexander Sack wrote: >> >> On Tue, Apr 27, 2010 at 5:25 PM, John Baldwin wrote: >>> >>> On Tuesday 27 April 2010 5:06:37 pm Maxim Sobolev wrote: >>>> >>>> John Baldwin wrote: >

readdir & cd9660 & direntp->d_type == bug?

1999-01-19 Thread Alexander Leidinger
Hi, dirp = opendir("/cdrom"); direntp = readdir(dirp); results in direntp->d_type == DT_UNKNOWN for every kind of directoryentry, even if it is a directory or file. The man page didn't say it didn't work with CDs, so I assume it should work ( ;) ). current from "

Re: PR filed on dying daemons bug

1999-01-21 Thread Alexander Litvin
In article <199812280019.qaa22...@hub.freebsd.org> you wrote: > On 28 Dec, Dmitrij Tejblum wrote: >> I once suggested this patch: >> > [ patch snipped ] >> >> Dima >> > My, I forgot about that patch. It is working so far right now (I've > managed to bring the swap usage to levels which would tri

Splash screen and "boot -s"

1999-01-22 Thread Alexander Leidinger
Hi, booting into single user mode didn`t remove the splash screen at the "enter path to shell..." prompt. FreeBSD 4.0-CURRENT #0: Thu Jan 21 Bye, Alexander. -- http://netchild.home.pages.de A.Leidinger @ wurzelausix.cs.uni-sb.de To Unsubscribe: send mail to majord...@freebs

Re: readdir & cd9660 & direntp->d_type == bug (more)

1999-01-22 Thread Alexander Leidinger
1998 online dr-xr-xr-x 1 root wheel 2048 27 Mai 1998 tools dr-xr-xr-x 1 root wheel 2048 27 Mai 1998 winport Every other CD I tried shows similar results. With ufs or msdos it displays the correct type (dir, reg, ...). FreeBSD 4.0-CURRENT #0: Thu Jan 21 Bye, Alexander. --

Re: readdir & cd9660 & direntp->d_type == bug (more)

1999-01-23 Thread Alexander Leidinger
mally attempts to give > strict POSIX.1 if _POSIX_SOURCE is defined. So it`s a bug, but in a different way I want. :( Without _POSIX_SOURCE it didn`t work either. Is it useless, because we can only say "it works _perhaps_" (and we have to stat the entry), or is it a bug? Bye, Alexan

-current (aka 4.x) breaks libtool

1999-01-23 Thread Alexander Sanda
Hi This isn't exactly topic here, but it might be useful as a little hint or warning... Even most recent versions of libtool (1.2e imho) fail to check for freebsd4* (as expected). As a result, they set can_build_shared to "no" which disables building of shared libraries. This affects most major

PPP (userland) troubles ?

1999-01-25 Thread Alexander Sanda
Hi! I'am not sure where this comes from, but at the moment I have some troubles with the userland ppp. The symptoms: After establishing the connection and setting the defaultroute *nothing* works, that means, the line seems to be completely dead. Not even the peer can

Re: PPP (userland) troubles ?

1999-01-26 Thread Alexander Sanda
On Tue, 26 Jan 1999, Brian Somers wrote: > Are you using a routing daemon ? Also, have you tried just having > ``add default HISADDR'' in ppp.conf and leaving everything out of > ppp.linkup ? What do your routing tables look like before/during/after > the hang ? I usually run routed, yes, an

Re: PPP (userland) troubles ?

1999-01-28 Thread Alexander Sanda
On Wed, 27 Jan 1999, Brian Somers wrote: > To find out if this is the problem, can you try connecting > interactively. You should see the same delay. You can then try > again, but during the delay, pressing return a few times at the > prompt should wake ppp up. Is this happening ? Well, I t

Re: Celeron 333 kernel panic

1999-01-28 Thread Alexander Sanda
On Thu, 28 Jan 1999, Mike Zanker wrote: > Having just upgraded my motherboard/CPU to a BX chip set and Celeron 333 I > attempted to boot into my 3.0-STABLE system. However, as soon as the kernel > starts to boot I get > > panic: cpu class not configured > > and the machine reboots (and so on...)

First year of FreeBSD...

1999-01-29 Thread Alexander Sanda
[NOTE: this article has nothing technical, but since I assume most of the developers are reading here, I'am posting this here.] Tomorrow, I will "celebrate" my 1-year anniversary with FreeBSD. When I started with fbsd, I wasn't exactly an Unix newbie. In fact, I have been using Linux and

Re: buildworld fails on 3.0

1999-02-03 Thread Alexander Leidinger
7; > What do I do? should I zap the /usr/share/doc/* and re-cvsup? > Eddie. Do you compile with "-O3" (make.conf)? -> try again with "-O2" or less. Bye, Alexander. -- http://netchild.home.pages.de A.Leidinger @ wurzelausix.cs.uni-sb.de To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message

Re: How many people use VI? This is unbelievable..

1999-02-04 Thread Alexander Sanda
John Birrell writes: > FWIW, this message is being edited with vi on a 2.2.8-STABLE machine > rlogged in from a dxterm running on an OSF/1 box. The keyboard is one > of DEC's LK401 things with the funny "Do" keys etc from back when VAX > was just a twinkle in PDP's eye. I have TERM=vt100 in my Fr

Re: How to power off an ATX power supply machine on shutdown ?

1999-02-12 Thread Alexander Leidinger
though. It sure doesn't work on _my_ > machine. Do you use the "Power up at " feature of the BIOS? Bye, Alexander. -- "Darth Vader sleeps with a Teddywookie." Fortune cookie http://netchild.hom

Re: Netscape, again

1999-02-15 Thread Alexander Sanda
Chris Tubutis writes: > > whenever I click a mailto: HREF it inadvertly dumps core. > > > Does it truly dump core, or does it merely go away? Can't speak for the original poster, but my Netscrap 4.5 shows the same behaviour: [16]a...@darkstar:/alex #>/usr/local/netscape/netscape [now clicki

Re: Buildworld fails on today 3.1-STABLE!

1999-02-18 Thread Alexander Sanda
Mike Smith writes: > > > I usually keep -O to just '-O' - I had been upping it recently, but then > > > it > > > started breaking even some of my simple programs, so leasson learn't, it's > > > staying at just '-O' from now on in... (safety first? :-) > > > > -O2 works fine too. -O3 does not. W

Re: gcc

1999-03-01 Thread Alexander Sanda
Monday, March 01, 1999, 6:20:06 PM, you wrote: >> Just make libg++ a port. :-) > Yes, or abandon it entirely. We surely don't need it in our base > system. Even for ports, I'd be surprised to find anything useful that > still relied on libg++. Any software that still uses libg++ is almost >

Re: gcc

1999-03-02 Thread Alexander Sanda
t dropping it from the source and making it a port shouldn't disturb anyone. -- Alexander To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message

Bug with afd0 (zip-drive)

1999-03-29 Thread Alexander Leidinger
ev/afd0s4: Invalid argument Am I missing something? Bye, Alexander. P.S.: dmesg/... at request via private mail. To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message

Bug with VESA?

1999-03-29 Thread Alexander Leidinger
v 0x03 int a irq 11 on pci0.12.0 sc0: flags 0x6 on isa sc0: VGA color <16 virtual consoles, flags=0x6> More (dmesg/...) on request via private mail. Bye, Alexander. To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message

Re: Games

1999-04-01 Thread Alexander Leidinger
nothing (3.1-Stable install, cvsup to current and make world with NOGAMES=YES). The only thing I've noticed is: hack istn't there anymore, but thats expected. Bye, Alexander. -- http://netchild.home.pages.de A.Leidinger @ wurzelausix.cs.uni-sb.de To Unsubscribe: send mail to majord...@

HEADS UP: GCC ABI breakage

2002-12-21 Thread Alexander Kabaev
calling convention back have been applied to both CURRENT and RELENG_5_0 branch. Unfortunately, this means that all the software, compiled during the breakage window and which is using functions returning structs by value, will have to be recompiled. -- Alexander Kabaev To Unsubscribe: send mail

pam_ssh broken in recent (as of yesterday) -current?

2002-12-24 Thread Alexander Leidinger
o ssh (lastlog issue) and pam_ssh.c in the logs and I will look at it later. Bye, Alexander. -- Loose bits sink chips. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 To Unsub

Re: pam_ssh broken in recent (as of yesterday) -current?

2002-12-25 Thread Alexander Leidinger
On Tue, 24 Dec 2002 16:48:28 +0100 Alexander Leidinger <[EMAIL PROTECTED]> wrote: > Yesterday I've updated my -current box and now xdm gets a signal 11 when > I use pam_ssh. My previous world was from Dec. 11. > > I don't look more into this issue today, but I'

Re: current/stable remote gdb interoperability

2003-01-03 Thread Alexander Kabaev
I've seen similar erratic behaviour myself when using gdb without -k command switch. Can it be your problem too? Also, you might want to look for sample .gdbinit files for useful gbd macros other people are using. These files are in the tree somewhere. -- Alexander Kabaev To Unsubscribe:

Re: kernel compile bloat

2003-01-05 Thread Alexander Leidinger
r kernel build directory should also be a much larger kernel.debug). Bye, Alexander. -- Loose bits sink chips. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 To Unsubscribe:

Re: pam_ssh broken in recent (as of yesterday) -current?

2003-01-06 Thread Alexander Leidinger
On Fri, 03 Jan 2003 03:19:28 +0100 Dag-Erling Smorgrav <[EMAIL PROTECTED]> wrote: > Alexander Leidinger <[EMAIL PROTECTED]> writes: > > Dag-Erling, any ideas? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/46628 > > Fixed a couple of minutes ago. Just teste

Re: font failure in X

2003-01-07 Thread Alexander Leidinger
x27;t find the options and I can't see any > logs telling me what's wrong. Seems like the fonts use the size 100 > instead of 10 or 12 that they normally do... suggestions ? Sometimes I get this too. I restart X or have to reboot then and everything goes back to normal operation. Bye,

Re: USB problems after resume from suspend in current as of January 9

2003-01-11 Thread Alexander Leidinger
used started from usbd interfere... Bye, Alexander. -- "One world, one web, one program" -- Microsoft promotional ad "Ein Volk, ein Reich, ein Fuehrer" -- Adolf Hitler http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint

Re: 5.0 without swap

2003-01-11 Thread Alexander Leidinger
This way you can use the partition as a dumpdev, but without enabling the use of the swap in the system. Bye, Alexander. -- "One world, one web, one program" -- Microsoft promotional ad "Ein Volk, ein Reich, ein Fuehrer" -- Adolf Hitler http://www.Leidinger.net

ATA seems to lock up the system at boot (KT133A)

2003-01-12 Thread Alexander Leidinger
I can't find a commit after this which seems to be related to ata. Bye, Alexander. -- The computer revolution is over. The computers won. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE

Re: ATA seems to lock up the system at boot (KT133A)

2003-01-12 Thread Alexander Leidinger
On Sun, 12 Jan 2003 06:49:18 -0800 walt <[EMAIL PROTECTED]> wrote: > Could your Zip disk be missing or bad? Usually I don't have a zip disk in the drive at boot time... I give it a try (tomorrow). Bye, Alexander. -- The computer revolution is over. The comput

Re: ATA seems to lock up the system at boot (KT133A)

2003-01-13 Thread Alexander Leidinger
ng to update to todays sources, and start from a clean kernel compile directory... let's see how far I get then. Bye, Alexander. -- The dark ages were caused by the Y1K problem. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 B

Re: ATA seems to lock up the system at boot (KT133A)

2003-01-13 Thread Alexander Leidinger
; > Dunno, but it is the 13'th today :) I don't have a problem with this date: calendar -f /usr/share/calendar/calendar.freebsd -t 13.03 My hope is a stale dependency for sys... I'm going to cvsup now. Bye, Alexander. -- The dark ages we

Re: ATA seems to lock up the system at boot (KT133A)

2003-01-13 Thread Alexander Leidinger
eandir; make cleandir; make depend && make -j 4 && make install) kernel compile directory. No luck. :-( After disabling the second channel - where the zip drive is attached to - in the BIOS, the system doesn't hang at boot. Anything I can do to find the cause? Bye, Alexander. -

Re: Problem with RC3

2003-01-14 Thread Alexander Pohoyda
Francis Barnhart <[EMAIL PROTECTED]> writes: > Have you tried disabling ACPI? > > If not try hitting space at the boot prompt and typing: > > unset acpi_load OK, this works for me, but then PCMCIA does not seem to work. -- Alexander Pohoyda <[EMAIL PROTECTED]>

Re: 5.0 RC3 usb errors

2003-01-14 Thread Alexander Kabaev
the > console: > > uhub0: port error, giving up port 2 > uhub0: port error, restarting port 2 > What USB devices are connected to these ports? -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Problem with RC3

2003-01-14 Thread Alexander Pohoyda
ppening if I insert some card. No beeps at all. So, if ACPI is enabled, I keep having Fatal traps 12... (acpi_thermal). If disabled -- no fun without peripherals :-) I have just installed 5.0-RC3. What else to try? Anyway, thanks to all developers for the great work!! -- Alexander Pohoyda <[

Re: Problem with RC3

2003-01-14 Thread Alexander Pohoyda
I type in whole dmesg here? > My 600E has real issues with ACPI; it works fine without (using APM). Yes, that notebook worked great with 4.7-RC3, APM and there were no problems with PCMCIA. -- Alexander Pohoyda <[EMAIL PROTECTED]> To Unsubscribe: send mail to [EMAIL PROTECTED] with &

Re: Problem with RC3

2003-01-14 Thread Alexander Pohoyda
IRQ to use > for the cardbus bridge. Where do I get this utility? I had a Windows XP preinstalled , and it told me that PCMCIA uses IRQ 9. I'll try to put this into /boot/device.hints: hint.ccb.0.irq="9" I'll write back if this solves the issue. Thanks for your help!

Re: Problem with RC3

2003-01-14 Thread Alexander Pohoyda
PCMCIA uses IRQ 9. I'll try to put this into > > /boot/device.hints: > > hint.ccb.0.irq="9" > > This won't work. Pity. Is there a reason why not!? -- Alexander Pohoyda <[EMAIL PROTECTED]> To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Somebody: port this: http://www.theinquirer.net/?article=7231

2003-01-16 Thread Alexander Leidinger
rcial use" license for it. If Intel also offers vtune with such a license (I doubt it), I will have a look at it. Intel is also responsive to bug reports/feature requests when you specify FreeBSD as the operating system icc runs on, so I'm sure we can push vtune into a state where w

Re: Somebody: port this: http://www.theinquirer.net/?article=7231

2003-01-17 Thread Alexander Leidinger
On Wed, 15 Jan 2003 19:32:39 +0100 Poul-Henning Kamp <[EMAIL PROTECTED]> wrote: > They have a beta test access to vtune: http://www.intel.com/software/products/vtune/vlin/ Bye, Alexander. -- I believe the technical term is "Oops!" http:

Re: Somebody: port this: http://www.theinquirer.net/?article=7231

2003-01-17 Thread Alexander Leidinger
is able to show you the utilisation of the CPU pipelines and you meet the necessary requirements, it may be of use. Bye, Alexander. -- I believe the technical term is "Oops!" http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint

Re: Somebody: port this: http://www.theinquirer.net/?article=7231

2003-01-17 Thread Alexander Leidinger
to freebsd like I did with icc, but I can't because of ...". 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 3FE7

Re: new wi0 slowness

2003-01-21 Thread Alexander Pohoyda
operating in 11Mb/s mode. Filesize is 46MB, FTP, FreeBSD 4.5-RC3 <--> FreeBSD 5.0-RC3: BSS mode: ~1900 Kb/s ad-hoc mode: ~4300 Kb/s -- Alexander Pohoyda <[EMAIL PROTECTED]> To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

/dev/dsp disappears while being used

2003-01-23 Thread Alexander Langer
Folks. I heard on IRC others are seeing this as well: I'm using FreeBSD 5.0-CURRENT #2: Thu Jan 9 22:49:45 CET 2003 on i386, but it used to happen since at least December, maybe even November (I'm always using more or less recent -CURRENT's). I didn't happen before, so I can be rather sure it's

Re: /dev/dsp disappears while being used

2003-01-23 Thread Alexander Langer
Thus spake Kenneth Culver ([EMAIL PROTECTED]): > This may be related to the vchans stuff in in the pcm driver. Good point. I don't know when I activated the vchans stuff, but I think it was approx. the time the error occured for the first time. Let's see if the error occurs again. Alex To Uns

Re: LOR on current as of last Friday

2003-01-27 Thread Alexander Pohoyda
m0 (sound softc) @ /scratch/src/sys/dev/sound/isa/mss.c:177 > 2nd 0xc1f4a680 pcm0:play:0 (pcm channel) @ >/scratch/src/sys/dev/sound/pcm/channel.c:441 I'd wish to have sound working.. On my second notebook (TP600E) I have a PCI sound card -- 0x1013 0x6001. Don't you? --

Re: problem with X

2003-01-27 Thread Alexander Pohoyda
Charlie ROOT <[EMAIL PROTECTED]> writes: > root, nor a regular user. Is this a font path problem? No, it is not. > /usr/libexec/ld-elf.so.1: /usr/lib/libc_r.so.5: Undefined symbol > "__thr_jtable" This is a problem. Version numbers are OK, though. -- Alexander

Re: LOR on current as of last Friday

2003-01-27 Thread Alexander Pohoyda
on TP600 with 5.0-CURRENT. There is CS4236 there. Pure ISA, AFAIK. Worked fine with 4.5-RELEASE. I would spend as much time as it needs to bring it to life. I'd appreciate any ideas how to preceed. -- Alexander Pohoyda <[EMAIL PROTECTED]> To Unsubscribe: send mail to [EMAIL PROTECT

Re: LOR on current as of last Friday

2003-01-27 Thread Alexander Pohoyda
="isa" ... to /boot/device.hints, I will get a line telling that pcm0: failed to probe on ... and later ... pcm1: on isa0 device_probe_and_attach: pcm1 attach returned 6 Talking about 5.0-CURRENT here. -- Alexander Pohoyda <[EMAIL PROTECTED]> To Unsubscribe: send

Re: LOR on current as of last Friday

2003-01-27 Thread Alexander Pohoyda
evice pcm0at isa? port 0x530 irq 9 drq 1 flags 0x10 apog@oak:~$ grep pcm /var/run/dmesg.boot apog@oak:~$ ps2 ? audio Enabled, Address 530, IRQ 9, DMA 0 - 1, SBAddress 220 ps2 ? midi Enabled, Address 580, IRQ 5 No sound. Ideas? -- Alexander Pohoyda <[EMAIL PROTECTED]> To

Re: LOR on current as of last Friday

2003-01-27 Thread Alexander Pohoyda
9 > > No sound. Ideas? Same result. A new line in dmesg: pci0: (vendor=0x1013, dev=0x6001) at 6.0 irq 10 I do use DOS ps2 utility, and it seems to work. Should I disable AUDIOCTRL device? What about PCIIRQ? Anything else I may try? Thanks to all who replied! -- Alexander Pohoyda <[E

Re: problem with X

2003-01-29 Thread Alexander Pohoyda
Don't forget to post a message to the list if you have a solution! -- Alexander Pohoyda <[EMAIL PROTECTED]> To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: pam_ssh broken in recent (as of yesterday) -current?

2003-02-01 Thread Alexander Leidinger
On Mon, 6 Jan 2003 11:17:23 +0100 Alexander Leidinger <[EMAIL PROTECTED]> wrote: > On Fri, 03 Jan 2003 03:19:28 +0100 > Dag-Erling Smorgrav <[EMAIL PROTECTED]> wrote: > > > Alexander Leidinger <[EMAIL PROTECTED]> writes: > > > Dag-Erling, any ideas?

Re: rand() is broken

2003-02-03 Thread Alexander Pohoyda
> > > FWIW - AIX aggrees with Solaris. OSF1 .. V5.1 732 alpha HP-UX . B.11.00 U 9000/800 agree with Solaris -- Alexander Pohoyda <[EMAIL PROTECTED]> To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Missing semicolon in generated insn-recog.c file.

2003-02-03 Thread Alexander Leidinger
generated (it wouldn't life in /usr/obj if it isn't generated, isn't it). There's a missing semicolon after a goto command. I don't use NOCLEAN, so there's something wrong with /usr/src, isn't it? Bye, Alexander. -- 0 and 1

Re: Missing semicolon in generated insn-recog.c file.

2003-02-04 Thread Alexander Leidinger
On Mon, 3 Feb 2003 18:59:46 +0100 Alexander Leidinger <[EMAIL PROTECTED]> wrote: > I tried a buildworld yesterday and today, and I got: > ---snip--- > gcc -I/big/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config -DHAVE_C > ONFIG_H -DTARGET_NAME=\"i386-undermydesk

Re: Status of cross-releases

2003-02-04 Thread Alexander Kabaev
dies with 'short read' error there. > Alexander, please commit your patch for gas(1). It works! > It was very kind of you to develop it, and it was done > incredibly fast. Thanks a lot! Not going to happen until binutils people approve it. I am not sure if the behavior I fixed was no

Do we still have a FIFO / named pipe problem?

2003-02-09 Thread Alexander Leidinger
begin of this year it doesn't anymore. gensig daemonizes itself fills the named pipe and then terminates. The content of the named pipe stays the same for every mail (no wonder, gensig is gone). Bye, Alexander. -- Speak softly and carry a cellular phone. http://www.Leidinge

HEADS UP: GCC 3.2.2 is coming

2003-02-09 Thread Alexander Kabaev
I plan to upgrade GCC to the version 3.2.2. Please hold your updates for a while. -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: HEADS UP: GCC 3.2.2 is coming

2003-02-09 Thread Alexander Kabaev
The import should be complete now. Please let us know if you see any problems introduced with this GCC version. On Sun, Feb 09, 2003 at 11:39:25PM -0500, Alexander Kabaev wrote: > I plan to upgrade GCC to the version 3.2.2. Please hold your updates for > a while. -- Alexander Kaba

Re: Do we still have a FIFO / named pipe problem?

2003-02-10 Thread Alexander Leidinger
On Mon, 10 Feb 2003 04:40:34 +1100 (EST) Bruce Evans <[EMAIL PROTECTED]> wrote: > Untested fix for this and rev.1.79, and for a similar race in blocking > opens of named pipes for reading: Solves my problem. Bye, Alexander. -- Actually, Microsoft is sort of a mixture between the

Re: HEADS UP: GCC 3.2.2 is coming

2003-02-10 Thread Alexander Kabaev
Apparently, you caught the src tree at the bad moment. See if another cvsup/buildworld changes anything. On Mon, 10 Feb 2003 02:33:48 -0500 Rahul Siddharthan <[EMAIL PROTECTED]> wrote: > Alexander Kabaev wrote: > > The import should be complete now. Please let us know if you >

Re: GCC 3.2.2 import -- questions

2003-02-11 Thread Alexander Leidinger
7;s unlikely to help), > otherwise don't bother. If you really have a CPU intensive application you want to run on a P4 I suggest to use icc instead of gcc, as gcc does some things on a P4 which Intel has on the "don't do that on a P4" list. Bye, Alexander. --

named & chroot & rcNG & devfs

2003-02-11 Thread Alexander Leidinger
Hi, /etc/rc.d/named copies /dev with pax to the named chroot directory. This is obviously wrong with devfs, isn't it? Bye, Alexander. -- Where do you think you're going today? http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerpr

Re: usbd patch (MAXUSBDEV no more)

2003-02-13 Thread Alexander Kabaev
d as a list > :but it's very easy to change. > > Does this list want a lock to protect it? I am unfamiliar with usb > locking at the moment, so ignore if stupid. There is nothing to be familiar with at the moment. UBS stack relies on spls on -stable and Giant on -current to

Re: gcc3.2.2 import might have trashed ld-elf.so.1

2003-02-15 Thread Alexander Kabaev
#x27;s uic binary does not use libwizards.so. Please take time to dig a little deeper and figure what binary exactly is failing. It is doubtful someone will be able to help you otherwise. -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: named & chroot & rcNG & devfs

2003-02-16 Thread Alexander Leidinger
have the "old" style "Configuring syscons: fontX Y Z foo bar" and also "Starting sshd.", "Starting lpd.", ... and also /usr/local/etc/rc.d with the "old" style start messages. This is inconsistent. Bye, Alexander. -- It&

Re: named & chroot & rcNG & devfs

2003-02-16 Thread Alexander Leidinger
On Fri, 14 Feb 2003 09:31:57 -0800 Gordon Tetlow <[EMAIL PROTECTED]> wrote: > On Tue, Feb 11, 2003 at 06:59:31PM +0100, Alexander Leidinger wrote: > > Hi, > > > > /etc/rc.d/named copies /dev with pax to the named chroot directory. This > > is obviously wrong with

Re: gcc3.2.2 import might have trashed ld-elf.so.1

2003-02-17 Thread Alexander Kabaev
Just committed /usr/src/libexec/rtld-elf/rtld.c v1.76 should fix that. -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Mounting Root fails with error 22 (EINVAL)

2003-02-24 Thread Alexander Leidinger
I hope you find the real problem which affects all of us, now that you are able to see it yourself. Bye, Alexander. -- The best things in life are free, but the expensive ones are still worth a look. http://www.Leidinger.net Alexander @ Leid

Re: [Fwd: mkisofs | burncd not working in 5.0 ?]

2003-02-25 Thread Alexander Leidinger
e in 5.0R: > > $ mkisofs -J -r mydir | burncd -f /dev/acd1c -s 16 data - fixate Please try the patch in from the mail to -current with the Message-ID <[EMAIL PROTECTED]> and report if it works for you. Bye, Alexander. -- Reboot America. http://

Re: [Fwd: mkisofs | burncd not working in 5.0 ?]

2003-02-26 Thread Alexander Leidinger
On Tue, 25 Feb 2003 20:56:25 +0100 David Vidal Rodríguez <[EMAIL PROTECTED]> wrote: > Alexander Leidinger wrote: > > Please try the patch in from the mail to -current with the Message-ID > > <[EMAIL PROTECTED]> and report if it works for > > you. > > I

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