Re: RFC vgrind in base (and buildworld)

2011-01-22 Thread Alexander Kabaev
On Thu, 20 Jan 2011 23:11:43 +0100 Ulrich Spörlein wrote: > On Thu, 20.01.2011 at 15:31:03 -0500, Alexander Kabaev wrote: > > On Thu, 20 Jan 2011 21:17:40 +0100 > > Ulrich Spörlein wrote: > > > > > Hello, > > > > > > Currently our b

Re: cpufreq not working as module on i386/amd64

2011-01-29 Thread Alexander Best
On Sat Jan 29 11, Jia-Shiun Li wrote: > Hi all, > > I found that cpufreq driver failed to attach when compiled as module > and loaded, but it works fine when compiled into kernel. I am > wondering if this is due to some kind of limitation, or can be fixed? that's rather odd. for me neither the mo

Re: [WORKAROUND] www/seamonkey2 on CURRENT

2011-01-29 Thread Alexander Kabaev
On Sat, 29 Jan 2011 13:21:44 -0500 Alexander Kabaev wrote: > On Sat, 29 Jan 2011 13:02:24 -0500 (EST) > Daniel Eischen wrote: > > > On Sat, 29 Jan 2011, Alexey Shuvaev wrote: > > > > > Hello! > > > > > > It seems www/seamonkey2 is bro

Re: [WORKAROUND] www/seamonkey2 on CURRENT

2011-01-29 Thread Alexander Kabaev
the shared > library (libxpcom_core.so), but they are not. > My wild guess: seamonkey tries to hide symbols that are coming from different .o file (this time one from libiconv.a) and that fails with our toolchain. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20218 -- Alexander Kabaev signature.asc Description: PGP signature

Re: [WORKAROUND] www/seamonkey2 on CURRENT

2011-01-29 Thread Alexander Kabaev
4 /usr/local/lib/libiconv.so -> libiconv.so.3 -r--r--r-- 1 root > wheel 1078567 Jan 27 13:14 /usr/local/lib/libiconv.so.3 > > I'm not so lame :) > > On Sat, Jan 29, 2011 at 01:39:15PM -0500, Alexander Kabaev wrote: > > On Sat, 29 Jan 2011 13:21:44 -0

looking for a fast way to dump a dvd to a file on my hdd

2011-02-02 Thread Alexander Best
hi there, i'd like to copy several dvds to my hdd. however my attempts so far haven't really been that successfull. basically using dd(1) is just way too slow. this is my dvd drive: cd0 at ata2 bus 0 scbus2 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 33.300MB/s transfers (UDMA2, AT

Re: looking for a fast way to dump a dvd to a file on my hdd

2011-02-02 Thread Alexander Best
On Wed Feb 2 11, Ulrich Spörlein wrote: > On Wed, 02.02.2011 at 12:04:58 -0800, Xin LI wrote: > > On 02/02/11 11:54, Alexander Best wrote: > > > so far dd(1) with a bs=2048 finished after: > > > > > > 4676648960 bytes transferred in 1639.108763 secs (2853

[RFC] removing broken includes

2011-02-03 Thread Alexander Best
hi everybody, i've started to check the source for broken includes, such as the one fixed in r218189. so far i've run through arch=amd64 and found only two broken includes, which should be fixed by the attached patch. the commands i'm using are: for target=buildkernel: make SRCCONF=/dev/null __MA

Re: [RFC] removing broken includes

2011-02-04 Thread Alexander Best
On Thu Feb 3 11, Alexander Best wrote: > hi everybody, > > i've started to check the source for broken includes, such as the one fixed in > r218189. so far i've run through arch=amd64 and found only two broken > includes, > which should be fixed by the attached patch

Re: [RFC] removing broken includes

2011-02-04 Thread Alexander Best
On Fri Feb 4 11, John Baldwin wrote: > On Thursday, February 03, 2011 5:12:57 pm Alexander Best wrote: > > hi everybody, > > > > i've started to check the source for broken includes, such as the one fixed > > in > > r218189. so far i've run t

Re: [RFC] removing broken includes

2011-02-04 Thread Alexander Best
On Fri Feb 4 11, John Baldwin wrote: > On Thursday, February 03, 2011 5:12:57 pm Alexander Best wrote: > > hi everybody, > > > > i've started to check the source for broken includes, such as the one fixed > > in > > r218189. so far i've run t

Re: [RFC] removing broken includes

2011-02-05 Thread Alexander Best
t; On Thu, Feb 03, 2011 at 10:12:57PM +, Alexander Best wrote: > > hi everybody, > > > > i've started to check the source for broken includes, such as the one fixed > > in > > r218189. so far i've run through arch=amd64 and found only two broken > &g

Re: [RFC] removing broken includes

2011-02-05 Thread Alexander Best
On Fri Feb 4 11, John Baldwin wrote: > On Thursday, February 03, 2011 5:12:57 pm Alexander Best wrote: > > hi everybody, > > > > i've started to check the source for broken includes, such as the one fixed > > in > > r218189. so far i've run t

Re: [RFC] removing broken includes

2011-02-06 Thread Alexander Best
On Sat Feb 5 11, Giorgos Keramidas wrote: > On Fri, 4 Feb 2011 20:19:48 +0000, Alexander Best wrote: > >On Fri Feb 4 11, John Baldwin wrote: > >>On Thursday, February 03, 2011 5:12:57 pm Alexander Best wrote: > >>> hi everybody, > >>> i've starte

Re: [RFC] removing broken includes

2011-02-08 Thread Alexander Best
On Fri Feb 4 11, Garrett Cooper wrote: > On Fri, Feb 4, 2011 at 10:53 PM, Roman Divacky wrote: > > alex, > > > > I think you are the kind of person to try out > > > > http://code.google.com/p/include-what-you-use/ > > > > with fbsd :) > > Please be careful with this tool though. There's head

$PATH and buildworld not getting along

2011-02-15 Thread Alexander Best
hi there, i've run into an issue where $PATH doesn't get discarded during buildworld. is this behavior to be expected? to reproduce do: 1) be sure /usr/local/bin comes *before* /usr/bin in your $PATH 2) ln -s /bin/cat /usr/local/bin/cc (some sh script would be better) 3) cd /usr/src ; make SRCCON

Re: $PATH and buildworld not getting along

2011-02-18 Thread Alexander Best
On Fri Feb 18 11, Ulrich Spörlein wrote: > On Tue, 15.02.2011 at 21:10:29 +0000, Alexander Best wrote: > > hi there, > > > > i've run into an issue where $PATH doesn't get discarded during buildworld. > > is > > this behavior to be expected? to repro

Re: DTrace Broken?

2011-02-18 Thread Alexander Kabaev
. % sudo dtrace -l -f acl ID PROVIDERMODULE FUNCTION NAME 1840 dtmalloc acl malloc 1841 dtmalloc act free -- Alexander Kabaev signature.asc Description: PGP signature

Re: Wow... (<-- blown away at performance)

2011-02-22 Thread Alexander Best
On Tue Feb 22 11, Garrett Cooper wrote: > On Tue, Feb 22, 2011 at 2:10 AM, Eir Nym wrote: > > On 22 February 2011 11:15, Garrett Cooper wrote: > >>    I don't know what to say, but r218938 screams with flash videos > >> (native Linux speed). Not sure if it's the new binutils or if it's the > >> n

Re: Wow... (<-- blown away at performance)

2011-02-22 Thread Alexander Best
On Tue Feb 22 11, Brandon Gooch wrote: > On Tue, Feb 22, 2011 at 2:31 PM, Alexander Best wrote: > > On Tue Feb 22 11, Garrett Cooper wrote: > >> On Tue, Feb 22, 2011 at 2:10 AM, Eir Nym wrote: > >> > On 22 February 2011 11:15, Garrett Cooper wrote: > >&

Re: Wow... (<-- blown away at performance)

2011-02-22 Thread Alexander Best
On Tue Feb 22 11, Alexander Best wrote: > On Tue Feb 22 11, Brandon Gooch wrote: > > On Tue, Feb 22, 2011 at 2:31 PM, Alexander Best wrote: > > > On Tue Feb 22 11, Garrett Cooper wrote: > > >> On Tue, Feb 22, 2011 at 2:10 AM, Eir Nym wrote: > > >> &

Re: Wow... (<-- blown away at performance)

2011-02-22 Thread Alexander Best
On Tue Feb 22 11, Alexander Best wrote: > On Tue Feb 22 11, Alexander Best wrote: > > On Tue Feb 22 11, Brandon Gooch wrote: > > > On Tue, Feb 22, 2011 at 2:31 PM, Alexander Best > > > wrote: > > > > On Tue Feb 22 11, Garrett Cooper wrote: > > > &g

Re: Wow... (<-- blown away at performance)

2011-02-22 Thread Alexander Best
On Tue Feb 22 11, Alexander Best wrote: > On Tue Feb 22 11, Alexander Best wrote: > > On Tue Feb 22 11, Brandon Gooch wrote: > > > On Tue, Feb 22, 2011 at 2:31 PM, Alexander Best > > > wrote: > > > > On Tue Feb 22 11, Garrett Cooper wrote: > > > &g

Re: Wow... (<-- blown away at performance)

2011-02-23 Thread Alexander Best
On Tue Feb 22 11, Garrett Cooper wrote: > On Tue, Feb 22, 2011 at 6:00 PM, Alexander Best wrote: > > On Tue Feb 22 11, Alexander Best wrote: > >> On Tue Feb 22 11, Alexander Best wrote: > >> > On Tue Feb 22 11, Brandon Gooch wrote: > >> > > On

Re: Wow... (<-- blown away at performance)

2011-02-23 Thread Alexander Best
On Tue Feb 22 11, Garrett Cooper wrote: > On Tue, Feb 22, 2011 at 6:00 PM, Alexander Best wrote: > > On Tue Feb 22 11, Alexander Best wrote: > >> On Tue Feb 22 11, Alexander Best wrote: > >> > On Tue Feb 22 11, Brandon Gooch wrote: > >> > > On

Re: Wow... (<-- blown away at performance)

2011-02-23 Thread Alexander Best
On Wed Feb 23 11, John Baldwin wrote: > On Tuesday, February 22, 2011 4:50:36 pm Alexander Best wrote: > > On Tue Feb 22 11, Brandon Gooch wrote: > > > On Tue, Feb 22, 2011 at 2:31 PM, Alexander Best > wrote: > > > > On Tue Feb 22 11, Garrett Cooper wrote: >

Re: Wow... (<-- blown away at performance)

2011-02-23 Thread Alexander Best
On Wed Feb 23 11, John Baldwin wrote: > On Tuesday, February 22, 2011 4:50:36 pm Alexander Best wrote: > > On Tue Feb 22 11, Brandon Gooch wrote: > > > On Tue, Feb 22, 2011 at 2:31 PM, Alexander Best > wrote: > > > > On Tue Feb 22 11, Garrett Cooper wrote: >

Re: Can't update CLang-based system

2011-02-28 Thread Alexander Best
On Mon Feb 28 11, Dimitry Andric wrote: > On 2011-02-28 04:30, Tim Kientzle wrote: > >I have a FreeBSD-CURRENT AMD64 system here that was last updated at > >r215029. > > > >I'm trying to update it to r219079, but the build fails in lib/libz when > >it tries to compile gvmat64.S. It looks like th

Re: HEADS UP: ZFSv28 is in!

2011-02-28 Thread Alexander Leidinger
tes again to boot? If not, I assume it was cleaning up some leftovers the old version was not able to cleanup. Bye, Alexander. ___ 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: gcc-3.3 issues

2003-07-18 Thread Alexander Kabaev
that decision. -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: gcc-3.3 issues

2003-07-18 Thread Alexander Kabaev
On Fri, Jul 18, 2003 at 07:07:55PM +0200, Michael Nottebrock wrote: Content-Description: signed data > On Friday 18 July 2003 18:14, Alexander Kabaev wrote: > > > Configure ailing due to warnings is a real bug. > > What do you mean now? Configure is not failing because of warning

Re: gcc-3.3 issues

2003-07-18 Thread Alexander Kabaev
hough merge conflicts in texi files after each import is hardly my idea of fun, but I will not stop you for trying :) -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, se

Re: rpcinfo

2003-07-21 Thread Alexander Leidinger
This really belongs in questions@, make sure you have rpcbind_enable="YES" in > rc.conf I think he is amused about the use of "failure" and "Success" in the same error message. Bye, Alexander. -- "One world, one web, one program" -- Microsoft promo

msdosfs causes system panic under CURRENT and on 4.8-RELEASE

2003-07-21 Thread Alexander Portnoy
I have an image of floppy disk formatted under win2k that causes system panic under CURRENT and on 4.8-RELEASE. This hapens after I mount the image (via vnode or directly from floppy) and do 'ls' of one of directories on the image. If somebody wants to fix the bug - send me an e-mail and I will s

vchans related page fault

2003-07-25 Thread Alexander Langer
Hi! Looks like the vchans code still is broken. I get panics approx. twice a day on, all related to sound usage. FreeBSD fump.kawo2.rwth-aachen.de 5.1-CURRENT FreeBSD 5.1-CURRENT #9: Wed Jul 9 19:26:12 CEST 2003 [EMAIL PROTECTED]:/data/obj/usr/src/sys/ZEROGRAVITY i386 It begins with xmms _som

gcc ABI compliance (was: Re: Memory Mangement Problem in5.1-RELEASE)

2003-07-26 Thread Alexander Leidinger
mpilers (if I see a benefit to do so). As we have icc in the ports collection and the base system is compiled with gcc and I want to be able to link to gcc compiled libs with icc, I appreciate the effort of the involved parties to try to comply to a common ABI standard. Bye, Alexander

world broken with a gcc 3.2 world?

2003-07-31 Thread Alexander Leidinger
e) Sticky Date: (none) Sticky Options: (none) ---snip--- Any hints? Bye, Alexander. -- Where do you think you're going today? http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C6

Re: world broken with a gcc 3.2 world? (resolution)

2003-08-02 Thread Alexander Leidinger
On Thu, 31 Jul 2003 11:27:56 +0200 Alexander Leidinger <[EMAIL PROTECTED]> wrote: > with a Jul 10 world, a clean /usr/obj and the sources as of yesterday I > get > ---snip--- > /big/usr/src/contrib/gcc/dwarf2out.c:11739:75: missing terminating ' character > /big/usr/s

Re: gcc ABI compliance (was: Re: Memory Mangement Problem in5.1-RELEASE)

2003-08-14 Thread Alexander Leidinger
ility Those problems are orthogonal. Bye, Alexander. -- The three Rs of Microsoft support: Retry, Reboot, Reinstall. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 ___

Re: ACPI on Tyan Motherboard

2003-08-19 Thread Alexander Leidinger
es it for ~4secs (but I haven't a Tyan board). Bye, Alexander. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: ACPI on Tyan Motherboard

2003-08-19 Thread Alexander Leidinger
ress for ~4secs to turn the system off" in software on those systems. Feel free to point out, that Tyan boards don't turn the system off, even when you hold the power-button longer than 10 seconds. I'm not reluctant to learn something new. Bye, Alexander. -- Loos

GCC 3.3.1-RELEASE is coming

2003-08-21 Thread Alexander Kabaev
I am about to import an official GCC 3.3.1-release into our source tree. Please hold your updates until 'all clear' message is posted. -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-

Re: GCC 3.3.1-RELEASE is coming

2003-08-21 Thread Alexander Kabaev
On Thu, Aug 21, 2003 at 07:55:00PM -0700, Alexander Kabaev wrote: > I am about to import an official GCC 3.3.1-release into our > source tree. Please hold your updates until 'all clear' message > is posted. Done. ___ [EMAIL PROTECTED

patch against src from 20030802 to compile GENERIC with icc

2003-08-23 Thread Alexander Leidinger
ot; does: don't ask me, you aren't ready for this). It would be nice if someone with more *.mk-fu would look at the patch and improve it (in the next days I have other things to do). Bye, Alexander. -- The three Rs of Microsoft support: Retry, Reboot, Reinstall. http://www.Le

Re: nfs tranfers hang in state getblck or nfsread

2003-08-25 Thread Alexander Leidinger
CD image). All of them happen in the same second. I haven't looked at the state or priority of the cp process when this happens. Bye, Alexander. -- The dark ages were caused by the Y1K problem. http://www.Leidinger.net

Re: nfs tranfers hang in state getblck or nfsread

2003-08-28 Thread Alexander Leidinger
1 2 Andro-Beta:/big/mp3 /big/mp3 nfs rw,soft,intr,tcp -b,-w=32768,-r=32768 0 0 Andro-Beta:/big/pics/big/picsnfs rw,soft,intr,tcp -b,-w=32768,-r=32768 0 0 Andro-Beta:/big/Windows /big/Windows nfs rw,soft,intr,tcp -b,-w=32768,-r=32768 0 0 Andro-Beta is a 4.8 system. Bye, Alexander.

Re: IDE DVD playback on 5.1-CURRENT

2003-08-28 Thread Alexander Leidinger
again before I continue fighting with it. According to the commit log they do now (at least there's no panic)... Bye, Alexander. -- Press every key to continue. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 14

Re: nfs tranfers hang in state getblck or nfsread

2003-08-28 Thread Alexander Leidinger
but it's worth disabling them to be > sure. There's no lockd running, only the statd on the server, so we already can rule out the lockd. BTW.: Robert, mwlucas CCed you in a mail regarding the use of the FreeBSD Foundation address for the commercial icc license, can you plea

Re: __fpclassifyd

2003-08-29 Thread Alexander Leidinger
pclass" in /lib/libm.so.2 and it finds "__fpclassifyf" here... Does this ring a bell somewhere? Bye, Alexander. -- The three Rs of Microsoft support: Retry, Reboot, Reinstall. http://www.Leidinger.net Alexander @ L

/lib symlinks problem? (was: Re: __fpclassifyd)

2003-08-30 Thread Alexander Leidinger
n). David O'Brien wrote: > Yes, your libs + binaries are out of sync with each other. > You may also have stale ".so" symlinks in /usr/lib. One gets this if one > runs a certain 4.x binary on 5.1. This was an update of an -current since ever system from Aug 2 src to Aug

Re: /lib symlinks problem?

2003-08-31 Thread Alexander Leidinger
libalias.so.4 /foo/lib/libalias.so > ln -fs /foo/lib/libalias.so.4 /foo/usr/lib/libalias.so Don't you have to remove the first ${DESTDIR} to make this work in the "put a harddisk into a running system and install a system via installworld & distribute" case? Bye, Alexander. -

strange behavior of loader

2003-08-31 Thread Alexander Leidinger
pentiumpro yes -O2 -pipe pentiumpro yes -O -pipepentiumpro yes -Os -pipe athlon no Does someone sees similar behavior (this is with src from yesterday)? Bye, Alexander. -- It is easier to fix Unix than to live

Re: /lib symlinks problem?

2003-08-31 Thread Alexander Leidinger
On Sun, 31 Aug 2003 17:52:24 +0300 Ruslan Ermilov <[EMAIL PROTECTED]> wrote: > Doh, you're of course right! An updated patch is attached. I successfully tested an installworld, nm doesn't fail anymore in my environment and cdrdao compiles just fine. Bye, Alexander. --

automated clean up of /usr/lib because of /lib

2003-08-31 Thread Alexander Leidinger
Hi, shouldn't we add something like ---snip--- for i in /lib/lib*.so.*; do lib=$(basename $i) [ -f /usr/lib/$lib ] && chflags noschg /usr/lib/$lib && rm /usr/lib/$lib done ---snip--- into UPDATING or append it to the end of installworld? Bye, Alexander.

Re: automated clean up of /usr/lib because of /lib

2003-09-01 Thread Alexander Leidinger
ich tells the user to clean up his /usr/lib after we added /lib (and my snipped automates this). Bye, Alexander. -- Secret hacker rule #11: hackers read manuals. http://www.Leidinger.net Alexander @ Leidinger.net GPG f

Re: 5.1-RELEASE-p2 buildworld crash - help!! (ODHIAMBO Washington)

2003-09-02 Thread Alexander Portnoy
According to the first stages of your buildworld output, You are trying to upgrade from FreeBSD-4.x. This problem is known and described in the "Problem Report bin/53201" See http://www.freebsd.org/cgi/query-pr.cgi?pr=bin%2F53201 P.S. There are no problems to upgrade from FreeBSD-4.x to 5.1-CURREN

Re: 5.1-RELEASE-p2 buildworld crash - help!!

2003-09-02 Thread Alexander Portnoy
t text file in there. > > ODHIAMBO Washington wrote: > > * Alexander Portnoy <[EMAIL PROTECTED]> [20030902 10:18]: wrote: > > According to the first stages of your buildworld output, > > You are trying to upgrade from FreeBSD-4.x. > > This problem is known and d

Question about genassym, locore.s and 0-sized arrays (showstopper for an icc compiled kernel)

2003-09-04 Thread Alexander Leidinger
be done, so I can try do do it myself after refreshing my awk knowledge? Bye, Alexander. -- Failure is not an option. It comes bundled with your Microsoft product. http://www.Leidinger.net Alexander @ Leidinger.net GPG fing

Re: Question about genassym, locore.s and 0-sized arrays (showstopper for an icc compiled kernel)

2003-09-04 Thread Alexander Leidinger
to the list. Please read my mail again, icc already supports my_array[0], but the resulting array in the binary has size '1'. The actual showstopper is the output of genassym.sh. To me it seems it's just a genassym.sh issue, but I don't really know what's going on in t

Re: 5.1-RELEASE-p2 buildworld crash - help!!

2003-09-04 Thread Alexander Portnoy
On Thu, 4 Sep 2003 18:58:42 +0300 ODHIAMBO Washington <[EMAIL PROTECTED]> wrote: > This is what Ruslan said of the problem. However, I must admit that > I haven't done anything about it since I did not quite understand > what it is he meant I should do ;) > > Quoting him verbatim: > > > > I've

Re: Question about genassym, locore.s and 0-sized arrays (showstopper for an icc compiled kernel)

2003-09-05 Thread Alexander Leidinger
into some standard, a description, ...)? As long as we can provide strong evidence that gcc doesn't do the wrong thing Intel will change icc to be compatible with gcc. Bye, Alexander. -- Give a man a fish and you feed him for a day; teach him to use the N

Re: Question about genassym, locore.s and 0-sized arrays(showstopper for an icc compiled kernel)

2003-09-05 Thread Alexander Leidinger
an issue with > dead code removal or element aliasing. The way to find out would be > to see what they emit for "[]"... 0 lenth, or 1? % http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 _

Re: Question about genassym, locore.s and 0-sizedarrays(showstopper for an icc compiled kernel)

2003-09-05 Thread Alexander Leidinger
^ icc: 0008 C fee 0018 C fie 0008 C foe 0008 C foo 0008 C fum gcc: 0008 C fee 0018 C fie C foe 0008 C foo 0008 C fum Bye, Alexander. -- Where do you think you're going today? http://www.Leidinger.net

Re: Question about genassym, locore.s and 0-sized arrays(showstopper for an icc compiled kernel)

2003-09-06 Thread Alexander Leidinger
;, sizeof(struct foo)); return 0; } % icc marcel.c marcel.c(9): warning #70: incomplete type is not allowed printf("%d\n", sizeof(struct foo)); ^ % ./a.out 0 ---snip--- Bye, Alexander. -- Loose bits sink chips.

Re: Question about genassym, locore.s and 0-sized arrays(showstopper for an icc compiled kernel)

2003-09-06 Thread Alexander Leidinger
On Sat, 6 Sep 2003 01:42:59 -0700 John-Mark Gurney <[EMAIL PROTECTED]> wrote: > Alexander Leidinger wrote this message on Sat, Sep 06, 2003 at 10:33 +0200: > > struct { > ^ try moving foo to here. > > int tag; > > char obj[]; > > } foo;

Re: Quo vadis, -CURRENT? (recent changes to cc & compatibility)

2003-09-10 Thread Alexander Leidinger
already do this (e.g. the GNOME ones), but not all. It may be inconvenient in the short term, but beneficial in the long term. Bye, Alexander. -- If Bill Gates had a dime for every time a Windows box crashed... ...Oh, wait a minute, he already does. http://www.Leidinger.ne

Re: Quo vadis, -CURRENT? (recent changes to cc & compatibility)

2003-09-11 Thread Alexander Leidinger
27;t fall into my definition of a GNOME port. Bye, Alexander. -- If Bill Gates had a dime for every time a Windows box crashed... ...Oh, wait a minute, he already does. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 B

Re: Bad performance

2003-09-13 Thread Alexander Leidinger
at the output of "dmesg" and try to find you network card. If you have it modify /etc/rc.conf ("ifconfig_" line). This sounds to me like a DNS problem, please check your default gateway (rc.conf: "gateway" line) too. Bye, Alexander. -- Weird eno

Re: Base packaging

2003-09-18 Thread Alexander Leidinger
e it outside of the FreeBSD > tree. We have programs in the ports tree which use our bsd.*.mk infrastructure. Will there be a problem if such a program gets installed from ports (will it try to register itself 2 times)? Bye, Alexander. -- The computer revolution is over. The computers won.

Re: Base packaging

2003-09-18 Thread Alexander Leidinger
> > I don't know, have you got an example port I can look at? sysutils/portupgrade for sure, probably games/freebsd-games and net/freebsd-uucp too. Bye, Alexander. -- The best things in life are free, but the expensive ones are still wort

Re: Gcc 3.2.2 vs gcc 3.2.3

2003-09-22 Thread Alexander Kabaev
urces in /usrc/contrib/{gcc|libstdc++|libf2c|libobjc} is all you need. -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Status of SCHED_ULE?

2003-09-28 Thread Alexander Langer
> I have not had this experience. Can you give me details of your machine > and the kind of load that causes slugishness? I'll correct it as soon as > I can identify it. Using Linux-Firebird with some Java applets shows this effect, i.e. completelly bogging down X to a unusable state. Also, it'

Re: Improvements to fsck performance in -current ...?

2003-10-01 Thread Alexander Leidinger
t it's not only about the FS structure, it's about the code in -current (which is much different from the 4.x code). Bye, Alexander. -- "One world, one web, one program" -- Microsoft promotional ad "Ein Volk, ein Reich, ein Fuehrer&quo

Re: Improvements to fsck performance in -current ...?

2003-10-01 Thread Alexander Leidinger
w ... any speedup would be great ... The second enhancement isn't that much magic... just newfs with a large value for "-c" (a recent 4.x-newfs may do it by default, as it does in -current). Together with a larger block size ("-b 16384" if it isn

Re: Improvements to fsck performance in -current ...?

2003-10-01 Thread Alexander Leidinger
On Wed, 1 Oct 2003 07:22:58 -0700 Steve Kargl <[EMAIL PROTECTED]> wrote: > On Wed, Oct 01, 2003 at 01:19:26PM +0200, Alexander Leidinger wrote: > > On Tue, 30 Sep 2003 16:25:06 -0700 > > Steve Kargl <[EMAIL PROTECTED]> wrote: > > > > > As soon as Kirk c

Re: Problem upgrading 4.8 to 5.1

2003-10-03 Thread Alexander Portnoy
On Thu, 02 Oct 2003 23:08:53 +0200 John Angelmo <[EMAIL PROTECTED]> wrote: > OK I'm trying to upgrade from 4.8 (pre 4.9) to 5.1 (using the 5_1 tag > with cvsup) > > The problem I get is this: > > cc -fpic -DPIC -O -pipe -DPTHREAD_KERNEL > -I/usr/src/lib/libpthread/../libc/include > -I/usr/src

Re: ld not sucking in /usr/lib/crt1.o - or is it me?

2003-10-06 Thread Alexander Kabaev
ere's a better way of > resolving this. Thanks. > ld is not supposed to pull in anything except what was given to it on the command line. Why your build tries to use LD where it should be using CC is a separate question though... -- Alexander Kabaev __

KSE & MySQL & rc.d

2003-10-07 Thread Alexander Motin
message when mysql trying to start. If I trying to start mysql by hands after system completely boot then everything works just fine. If I add delay into mysql start script and run it in backgroud from rc.d - everything is fine If I build mysql without KSE it works fine. -- Alexander Motin

Re: Atmel AT76C503 USB 802.11b device driver

2003-10-08 Thread Alexander Leidinger
ere I'm not familiar with. > EUSERERROR would seem to apply.. "mailq" or "mailq -Ac"? Bye, Alexander. -- Secret hacker rule #11: hackers read manuals. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint

Re: KSE & MySQL & rc.d

2003-10-15 Thread Alexander Motin
7;t dup2"); } /* Initialize pthread private data. */ -- Alexander Motin [EMAIL PROTECTED] ISP "Alkar-Teleport" ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: KSE & MySQL & rc.d

2003-10-15 Thread Alexander Motin
David Xu wrote: Alexander Motin wrote: This patch did not fix the problem. On the 4th boot system hang with same symptoms. Daniel Eischen wrote: I have P4 system with SMP kernel and HyperThreading enabled. I have one strange problem with mysql 4.1.0 when using KSE on 5.1-CURRENT. I have been

Re: panic: vm_map_wire: lookup failed

2003-10-17 Thread Alexander Leidinger
; > Ok, I found an easier way to provoke the panic. Just compile the following > program like this: > if (mlockall(MCL_CURRENT|MCL_FUTURE) < 0) > perror("mlockall()"); Did you tested it on a recent -current? It is supposed to be fixed (since a day or t

Re: sata + vinum + Asus p4p800 = :(

2003-10-20 Thread Alexander Leidinger
root login to this machine if needed (just tell me and I grab the ssh key from freefall). Bye, Alexander. ngnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x2571, revid=0x02 bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, sta

Re: exclusive sleep mutex mntvnode r = 0 (0xffffffff80758220) /a/asami/portbuild/amd64/src-client/sys/ufs/ffs/ffs_vfsops.c:1172

2003-10-30 Thread Alexander Kabaev
sync() at ffs_sync+0x24f > sync() at sync+0xdb > syscall() at syscall+0x320 > Xfast_syscall() at Xfast_syscall+0xa7 > --- syscall (36, FreeBSD ELF64, sync), rip = 0x402084, rsp = > 0x7648, rbp = 0x3 --- db> Known and being looked at. -- Alexander Kabaev ___

Re: g++ problem

2003-11-06 Thread Alexander Kabaev
cal/include comes from. If I remove that it > compiles smoothly. Uhm, from you command line? What _this_ has to do with a compiler? -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: g++ problem

2003-11-06 Thread Alexander Kabaev
On Thu, 6 Nov 2003 17:44:59 +0100 Marius Strobl <[EMAIL PROTECTED]> wrote: > This happens with g++ 3.x ... This will happen with g++ 3.x, 2.x, 1.x and future 4.x too. I.e. the GCC is not at fault and the subject of the original message is misleading. -- Alexand

HEADSUP: GCC 3.3.3 snapshot is coming.

2003-11-06 Thread Alexander Kabaev
. Unortunately, some of these fixes did not make into GCC 3.3.3-release, hence the snapshot. This will take about two hours, please hold your updates until an 'all clear' message is posted here. -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing

Re: HEADSUP: GCC 3.3.3 snapshot is coming.

2003-11-06 Thread Alexander Kabaev
On Thu, Nov 06, 2003 at 06:19:40PM -0800, Alexander Kabaev wrote: > > This will take about two hours, please hold your updates > until an 'all clear' message is posted here. Done. ___ [EMAIL PROTECTED] mailing list http://lists.

Re: [Fwd: [Bug optimization/11741] internal compiler error at gcse.c:5318]

2003-11-08 Thread Alexander Kabaev
ld cause invalid code which will be removed > with the patch for this bug. > Sure, I'll let the system to settle after last snapshot as it is still not clear whether or not it has broken anything. -- Alexander Kabaev ___ [EM

New EHCI device ID

2003-11-09 Thread Alexander Leidinger
= 'Intel Corporation' device = '82801EB/ER (ICH4/ICH5R) USB EHCI Controller' class= serial bus subclass = USB ---snip--- It's an Intel 865PE chipset. Bye, Alexander. ___ [EMAIL PROTECTED] mailing list http://

Re: New EHCI device ID

2003-11-10 Thread Alexander Leidinger
0" or too much interrupts or something like this (the mouse works on my desktop system and it works on the machine in question in Windows). When I test the new apic code on this system, I will attache a mouse again and report back. Bye, Alexander. -- "One world, one web, one program&

Re: ALTQ support

2003-11-10 Thread Alexander Leidinger
s there any plan to make it into the kernel ? AFAIK the author of ALTQ said we shouldn't import it. Search the mailing lists @FreeBSD.org for the reason. Bye, Alexander. -- The dark ages were caused by the Y1K problem. http://www.Leidinger.net Alexander @

Re: New EHCI device ID

2003-11-10 Thread Alexander Leidinger
On Mon, 10 Nov 2003 13:19:12 +0100 Bernd Walter <[EMAIL PROTECTED]> wrote: > I really doubt that you have a high speed mouse. > EHCI only supports high speed devices itself. But it shouldn't stop the entire system if I attach an USB 1.1 mouse to an ehci controlled port

Re: New EHCI device ID

2003-11-10 Thread Alexander Leidinger
rev 2.00/1.00, addr 1 uhub4: 8 ports with 8 removable, self powered ---snip--- Bye, Alexander. -- To boldly go where I surely don't belong. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F

Re: ALTQ support

2003-11-10 Thread Alexander Leidinger
On Mon, 10 Nov 2003 13:12:42 +0100 Tobias Roth <[EMAIL PROTECTED]> wrote: > the author of altq itself or the author of the freebsd port? I don't know the who's who, but I think it was the author of altq itself. Bye, Alexander. -- Where do you think you&#x

Re: New EHCI device ID

2003-11-10 Thread Alexander Leidinger
speed uplinks with high speed devices. > For low and full speed downlink we additionaly need speed conversion > support in uhub code. Is there an easy way of printing something like this instead of halting the system? Bye, Alexander. -- To boldly go where I surely don't

Re: erroneous message from locked-up machine

2003-11-10 Thread Alexander Leidinger
n.maxpipekva' > bewilderbeast~; sysctl kern.maxpipe and "kva exceeded, please see tuning(7)." Bye, Alexander. -- Failure is not an option. It comes bundled with your Microsoft product. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerp

Re: ALTQ support

2003-11-11 Thread Alexander Leidinger
preading > that kind of evil half-knowledge, please! I wasn't my intend to spread evil half-knowledge. I just had the impression I've read something like I wrote a while ago and every interested person should search the archives. Bye, Alexander. -- http://www.Leidinger.net

Re: boot0 and fdisk / disklabel misbehaviour

2003-11-11 Thread Alexander Leidinger
the second disk with boot0? I have a current system where I'm not able to switch to the second disk (master on secondary ata channel). Bye, Alexander. -- If Bill Gates had a dime for every time a Windows box crashed... ...Oh, wait a minute, he already does. http://www.Lei

Re: Using Geom to mirror root partitions?

2003-11-15 Thread Alexander Leidinger
ng that geom could > help with, but I've no idea as to whether it's a reality yet. vinum is able to do it on 4.9 (and maybe 4.8) and on 5.x. Joerg did it. I think there's also a chapter in the handbook. If not either ask me (I will look up where the in

<    3   4   5   6   7   8   9   10   11   12   >