Re: this 48-core box...

2013-09-26 Thread Adrian Chadd
The cache alignment happens because it hits a specific size threshold, and jemalloc/phkmalloc(I think!) just round everything up to be page size aligned. The underlying problem may actually be a code change to how the math is done. It just runs slower on page-aligned alignments.. adrian On 22

Re: this 48-core box...

2013-09-21 Thread Adrian Chadd
post about it. -adrian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: Laptop Fn key causes X (Gnome 2) to sleep immediately

2013-08-16 Thread Adrian Chadd
ssue as I found the > workaround there. > > Kind regards, > Matthias > > > Am 16.08.2013 08:44, schrieb Adrian Chadd: > > Hi! > > I'm glad someone else is seeing this! > > I have the same behaviour with KDE4 on my T60 and T400. If I go to run > amiwm

Re: Laptop Fn key causes X (Gnome 2) to sleep immediately

2013-08-16 Thread Adrian Chadd
... xf86sleep as a keypress id? -adrian On 16 August 2013 04:48, Grzegorz Blach wrote: > Hi, > > I also had problem with Fn key. > I'm using Lenovo T430 and Enlightenment desktop environment. > I resolved this issue by unbinding XF86Sleep in Enlightenment settings. &g

Re: pkgng problem

2013-08-16 Thread Adrian Chadd
Have you done a "pkg update" first, just in case you needed to pull in a pkgng update? -adrian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail t

Re: Laptop Fn key causes X (Gnome 2) to sleep immediately

2013-08-15 Thread Adrian Chadd
Hi! I'm glad someone else is seeing this! I have the same behaviour with KDE4 on my T60 and T400. If I go to run amiwm (because hey, Workbench is awesome!) it doesn't happen. .. and bah, I wish the resume worked for you. It works fine for me on T42i, T60, T400. -adrian On 15 A

Re: FreeBSD on ThinkPad W530

2013-08-13 Thread Adrian Chadd
don't even get video output upon resume. But, it's a starting point. Let's get the PRs filed, the brightness thing pushed into -HEAD, and then start down the path of figuring out where the power consumption is coming from. -adrian On 13 August 2013 15:21, vermaden wrote: > Hi

Re: Delete a directory, crash the system

2013-07-27 Thread Adrian Chadd
Yes. It'd be nice if UFS/FFS would just downgrade things to read-only and not panic. -Adrian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd

Re: RALINK RT3572 supported in 9.1-RELEASE ?

2013-05-25 Thread Adrian Chadd
I vaguely recall it made it into -HEAD. I don't think it was ever backported. adrian On 25 May 2013 03:11, Ronald F. Guilmette wrote: > > I have a Trendnet TEW-684UB wireless dual-band USB adapter. Googling > around for awhile leads me to believe that this probably contai

Re: ath0 + wpa/wpa2 + apple airport extreme = no joy.

2012-12-21 Thread Adrian Chadd
Hi, Please try -9 on your Soekris. :-) Adrian On 19 December 2012 15:32, Christopher Sean Hilton wrote: > I posted on a similar subject last year but in the end it turned out > to be irrelevant. I'm trying to get the combination of: > > a Soekris Net4511, > F

Re: FreeBSD needs Git to ensure repo integrity [was: 2012 incident]

2012-11-17 Thread Adrian Chadd
it in the short term then migrate everyone over to git. Those who want to use git can use it, right now. Honest. Adrian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: Errors cross compilation of architecture MIPS

2012-11-07 Thread Adrian Chadd
That's odd. I don't build like that though, I build with my build scripts at http://code.google.com/p/freebsd-wifi-build/ Maybe see what I do in build_freebsd ? Adrian On 7 November 2012 04:37, Ivan Klymenko wrote: > Hi all. > > I have uname -rms > FreeBSD 10.0-CURR

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

2012-06-23 Thread Adrian Chadd
he case, then why are we even doing that by default? Adrian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: help debug bwn(4) wireless

2012-05-27 Thread Adrian Chadd
Hi, Please email freebsd-wireless@ with wireless related questions. Try "wlandebug -i wlan0 +crypto" and see if you get encryption errors. Unfortunately there's currently no broadcom NIC maintainer, so things are falling behind. adrian

Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-05-24 Thread Adrian Chadd
Hi, You guys now absolutely, positively have enough information for a PR. It's still not clear whether it's a device/interrupt layer issue in FreeBSD, or whether vmware is doing something wrong with how it implements shared interrupts, or a bit of both.. Adrian On 24 May 2012 1

Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-05-23 Thread Adrian Chadd
ery glad you've persisted with this and if I had them, I'd send you a "FreeBSD persistent bug reporter!" t-shirt. Thanks, Adrian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questio

Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-03-29 Thread Adrian Chadd
x27;s in a hung state, register dumps of the PIC/APIC to see what state they're in, etc. Maybe pull in someone like ixsystems and see if they can help debug this kind of stuff? If you're paying vmware for support, you could pull them into things with ixsystems and see if the two of t

Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash

2012-03-28 Thread Adrian Chadd
but there may be some PIC/APIC/ACPI change between 7.x and 8.0 which has caused this to surface. 2c, Adrian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: OpenBGPd stability issue on FreebBSD 9-PRERELEASE

2011-11-27 Thread Adrian Chadd
Hi, Are all RX frames dropped at that point, or just the BGP TCP session related IP frames? Adrian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "fr

Re: bin/160979: 9.0 burncd error caused by change to cd0 from acd0

2011-09-26 Thread Adrian Chadd
.. and if someone would like to contribute patches to burncd to update it, I think there'd be at least one committer here who would be happy to help you get your changes into the tree. :-) Adrian ___ freebsd-questions@freebsd.org mailing list

Re: FreeBSD 9-Beta3 on X300 2 problems

2011-09-26 Thread Adrian Chadd
Hi, Please try to do this without wlan loaded at all (not just down, but build your wifi support as a module.) Then try without X, see whether it's related to that or not. (And you haven't told us what your hardware is.) Adrian ___ freebsd

Re: 9.0 bata2 & keymap

2011-09-24 Thread Adrian Chadd
bourne shell script, right? Would you mind doing up a patch to do that? Adrian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: 9.0 bsdinstall usage

2011-09-22 Thread Adrian Chadd
g to file a few more PRs based on my interaction with the installer. Thanks, Adrian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: 9.0 bata2 & keymap

2011-09-18 Thread Adrian Chadd
Hi all, Just keep in mind that Nathan is currently on holiday. Please don't be disenheartened if he doesn't reply or if bsdinstaller isn't 'fixed' until then. As always, patches == best. Adrian ___ freebsd-questions@free

Re: 9.0 bata2 & keymap

2011-09-17 Thread Adrian Chadd
.. maybe name that button "skip" then? Adrian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: Heavy I/O blocks FreeBSD box for several seconds

2011-07-07 Thread Adrian Chadd
in the day and committers tend to be a busy bunch, with day jobs that may in no way reflect their FreeBSD interests. Finally, if people do enough of the above and begin to take ownership of parts of the tree, you'll find someone will likely sponsor you for a commit bit. HTH, Adrian ___

Re: Heavy I/O blocks FreeBSD box for several seconds

2011-07-06 Thread Adrian Chadd
On 7 July 2011 09:51, Steve Kargl wrote: > On Thu, Jul 07, 2011 at 09:17:51AM +0800, Adrian Chadd wrote: >> Offer a bounty for getting it fixed? >> > > steve == ENOMONEY && jeffr == ENOTIME > > And, 4BSD works. I meant it as a more general observation.

Re: Heavy I/O blocks FreeBSD box for several seconds

2011-07-06 Thread Adrian Chadd
Offer a bounty for getting it fixed? thanks, Adrian On 7 July 2011 05:00, Hartmann, O. wrote: > On 07/06/11 21:36, Steve Kargl wrote: >> >> On Wed, Jul 06, 2011 at 03:18:35PM -0400, Arnaud Lacombe wrote: >>> >>> Hi, >>> >>> On We

Re: Heavy I/O blocks FreeBSD box for several seconds

2011-07-06 Thread Adrian Chadd
Has anyone re-run those IO benchmarks? Something smells fishy there.. (with the benchmarking.) adrian 2011/7/6 O. Hartmann : > On 07/06/11 12:37, arrowdodger wrote: >> >> 2011/7/6 O. Hartmann >> >>> When performing an update on the ports tree via "por

Re: My FreeBSD-current/Xen install notes

2009-05-19 Thread Adrian Chadd
That really hasn't been exploited to its full potential though. Adrian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: My FreeBSD-current/Xen install notes

2009-05-19 Thread Adrian Chadd
) Personally, I'd prefer to see the FreeBSD DomU stuff 100% bulletproof and documented before more stuff is hacked on, but as I said before, I'm just interested in getting the current pieces into some kind of documented shape; I'm not hacking on Xen by any stretch of the imagination!

Re: My FreeBSD-current/Xen install notes

2009-05-18 Thread Adrian Chadd
I don't think there's any support for Dom0 stuff in FreeBSD. http://wiki.freebsd.org/FreeBSD/Xen has further information about what is and isn't supported at this time. Adrian 2009/5/19 Saifi Khan : > On Mon, 18 May 2009, Adrian Chadd wrote: > >> I've starte

Re: FreeBSD 5.4 - filesystem full

2008-11-12 Thread Adrian Penisoara
me of the applications, does the issue disappear ? Regards, Adrian. On Wed, Nov 12, 2008 at 1:05 PM, Varshavchick Alexander <[EMAIL PROTECTED]> wrote: > I have an old enough server with FreeBSD 5.4 which from time to time > complains about filesystem full. But the problem is that

Re: linux emulation

2008-10-09 Thread Adrian Gschwend
e.gmane.org/gmane.comp.emulators.virtualbox.devel/874 cu Adrian -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFI7efcqpMUYrZbQBERAgHEAJ9oGXokbWIy1po0cdbsk2mxTAgFvQCgsHsP BGOlDo4cG2d8PzRXU/8G6RQ= =HJGW -END PG

Re: Locked myself out.

2008-09-01 Thread adrian
On Tue, 2008-09-02 at 03:45 +, adrian wrote: Hi all this is my first question on the list. > > I had been playing with securelevels and was in level 3 then I mistakenly > executed "chflags schg /etc/rc.*" > It wouldn't be such a problem but it as you guessed is

Locked myself out.

2008-09-01 Thread adrian
possible maybe though the /etc/rc file but I have had no luck with that. Please HELP! Adrian Gordinier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Wireless and Broadcast packets problem

2008-08-28 Thread Adrian Thearle
hese broadcast packets go to everyone...? or is there another problem? or is this just all the FreeBSD supports at the moment? or am I just dumb... Your help is appreciated Adrian ___ freebsd-questions@freebsd.org mailing list http://lists.freebs

mount_nfs with Kerberos on FreeBSD7

2008-04-10 Thread Adrian Gschwend
6 or 7 series versions however. Is there any documentation available about that somewhere? Google didn't help me so far. Or could anyone using Kerberos show me how to do it? thanks Adrian -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozi

Re: FreeBSD bind performance in FreeBSD 7

2008-02-29 Thread Adrian Chadd
art from intel pro 1000. I am talking about stability not > performance, I expect a intel pro 1000 to outperform a realtek however > I expect both to be stable in terms of connectivity. I expect a > realtek in freebsd to perform as well as a realtek in windows and > linux. :) Patches

Re: FreeBSD bind performance in FreeBSD 7

2008-02-27 Thread Adrian Chadd
ll footprint; hwpmc/oprofile traces; etc against other proxy-capable applications (varnish, lighttpd, apache) to see exactly what they're doing differently. 2c, adrian On 28/02/2008, Sam Leffler <[EMAIL PROTECTED]> wrote: > Ted Mittelstaedt wrote: > > > >> -O

can you help script about rename directory

2007-11-01 Thread adrian kok
Hi all how can I have script to rename the following directory pattern from from dir-192.168.30.0 dir-192.168.30.144 dir-192.168.30.184 To: dir-10.0.30.0 dir-10.0.30.144 dir-10.0.30.184 thank you Send instant messages to your online friends http://uk.messenger.yahoo.com _

I hope you'll find this helpful

2007-01-31 Thread Adrian
 Musicbox Studios Suite 210, Coborne House, 3 Cobern Road, Docklands, London Fax: +44 (0) 870 711 2211 Email: [EMAIL PROTECTED] My name is Adrian Daw and I am the Managing Director of a London based recording company called, MusicBox Studios. We are contacting you because we think the

Re: Best "Cheap" Wireless card for FreeBSD

2007-01-05 Thread Radu Adrian Zdrinca
Foxconn WLL-3350. So far it's been working very well although I haven't had time to fully test it. It comes with an external antenna, unlike the picture on newegg. hi, can u tell me the brand name of the card is?? thanks!! TFC ___ freebsd-questions@

Re: Best "Cheap" Wireless card for FreeBSD

2007-01-05 Thread Radu Adrian Zdrinca
I bought a PCI card with a ralink chipset for about $20 from newegg. It was recognized automatically during freebsd 6.1 install. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, se

Re: geli load key before rootfs is mounted

2006-12-23 Thread Alin-Adrian Anton
the geli device correctly, however, the kernel fault traps right after that. I'm wondering if this is still a kbdmux issue, perhaps removing it from the kernel is better. -- Alin-Adrian Anton GPG keyID 0x183087BA (B129 E8F4 7B34 15A9 0785 2F7C 5823 ABA0 1830 87BA) gpg --keyserver pgp.mit

Re: Tyan S3950 and amd64 FreeBSD fails on bootup

2006-12-21 Thread Adrian Gschwend
Adrian Gschwend wrote: > I'm a bit lost now, especially because I cannot even disable anything in > the kernel like this. So any hints would be appreciated. Ok got further with FreeBSD 6.2 RC1, it works and the system is up :-) cu Adrian

Tyan S3950 and amd64 FreeBSD fails on bootup

2006-12-20 Thread Adrian Gschwend
disable anything in the kernel like this. So any hints would be appreciated. cu Adrian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

geli load key before rootfs is mounted

2006-12-17 Thread Alin-Adrian Anton
rse, the .key file is on unencrypted media. I appreciate your time and suggestions. Thanks, -- Alin-Adrian Anton GPG keyID 0x183087BA (B129 E8F4 7B34 15A9 0785 2F7C 5823 ABA0 1830 87BA) gpg --keyserver pgp.mit.edu --recv-keys 0x183087BA "It is dan

Re: DVB card suggestion

2006-11-06 Thread Alin-Adrian Anton
#x27;re talking about DVB-S? Yes, sorry, DVB-S indeed. -- Alin-Adrian Anton "It is dangerous to be right when the government is wrong." - Voltaire ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fre

DVB card suggestion

2006-11-05 Thread Alin-Adrian Anton
t needed. If the device offers USB mobility, that's a plus. Thank's in advance for your time. (Maybe some bktr chipsets?) Yours Sincerely, -- Alin-Adrian Anton "It is dangerous to be right when the government is wrong." - Voltaire __

linux_base-fc4_9 install problem

2006-09-18 Thread Adrian Vraciu
t regards. Adrian Vraciu ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

help installing FreeBSD

2006-07-29 Thread adrian esquivel
Sorry for the last message... Thanks everyone that has helped me. Ok, so I checked the ISO image and it was perfectly fine. So I checked the ribbon cable and it actually is a 40-conductor IDE cable. So this means that I need to change it for an UDMA (80 conductor)?? Oh, and when I change it, do I

Re: help installing FreeBSD

2006-07-29 Thread adrian esquivel
Thanks everyone that has helped me. Ok, so I checked the ISO image and it was perfectly fine. So I checked the ribbon cable and it actually is a 40-conductor ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

help installing FreeBSD

2006-07-26 Thread adrian esquivel
I had similar errors reported when I tried to install FreeBSD from a CDRom drive which was connected to the motherboard with a standard udma(33?) ribbon cable (Yes write errors). Make sure your connectors are the better 80 conductor ones. -- John. Thanks John but how do I do that?? ___

Re: help installing FreeBSD

2006-07-26 Thread adrian esquivel
If I'm not mistaken, I believe this is a long-time bug in the installer. I've installed several times seeing this error and never had a problem. However, to be safe you could always manually specify the geometry of your disk in the fdisk utility during install. I'm confused. At what point are y

help installing FreeBSD

2006-07-25 Thread adrian esquivel
Hi! I've been trying to install FBSD on my computer, but I keep getting an error message that I have absolutely no idea what it means. This is what I get when I hit Alt+F2 DEBUG: Scanning disk ad0 for root filesystem DEBUG: Scanning disk ad0 for swap partitions ad0: WARNING - WRITE_DMA UDMA ICRC

Re: Problems booting operating system and with root password

2006-05-26 Thread Adrian Pavone
gt;> > sudo su >> mmiranda is not in the sudoers file. This incident will be reported. >> > passwd root >> passwd: permission denied >> > >> >> I entered my account's password... >> >> Anything more? >> > > Yes. Check y

Re: Problems booting operating system and with root password

2006-05-26 Thread Adrian Pavone
n mistakenly thought that if you were in the wheel group, you were also set up for wheel. Unforunately, root would have had to set up the sudo configuration file so that mmiranda (your login) could use the sudo command to run su. This was not set up, so that is not an option in this case. Regards, Adr

Re: Problems booting operating system and with root password

2006-05-26 Thread Adrian Pavone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adrian Pavone wrote: > Miguel wrote: >>> Andy Greenwood wrote: >>> >>>> I don't know what you mean by kernel errors on boot, but you can >>>> recover your root password by booting into single user mod

Re: Problems booting operating system and with root password

2006-05-26 Thread Adrian Pavone
o your FreeBSD system from another, or so you can directly edit the /etc/passwd or /etc/shadow file. The password hash *MIGHT* also be in one of those two files, depending on your configuration. Regards, Adrian - -- This email address has expired. Please contact me for my new address. Please ob

Re: Problems booting operating system and with root password

2006-05-26 Thread Adrian Pavone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andy Greenwood wrote: > I don't know what you mean by kernel errors on boot, but you can > recover your root password by booting into single user mode and then > running passwd. > > On 5/26/06, Polina Mnouskina <[EMAIL PROTECTED]> wrote: >> Hello. >>

Re: textproc: Typesetting holy content

2006-05-26 Thread Adrian Pavone
he doesn't need, but would just convert the complete files. As such, it would not accomplish his request. Then again, I may well be wrong about html2latex's ability ... Regards, Adrian - -- This email address has expired. Please contact me for my new address. Please obtain my pgp p

Re: textproc: Typesetting holy content

2006-05-26 Thread Adrian Pavone
them a great kingdom. > > -- > > 7 > When the next NNN.NNN appears, treat it like the rest. > > Thank you! Really! For bearing with me so far! > > Indeed, this is what I wish to achieve. > > I realize now though, after writing all this down, that it might be

Re: Intel Mac experiences

2006-05-25 Thread Adrian Pavone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ahh, There we go, a happy ending. James Earl wrote: > Thanks for your suggestions. I found some more intel mac posts in > freebsd-current. > > On 5/25/06, Adrian Pavone <[EMAIL PROTECTED]> wrote: > James, > > By an Int

Re: Intel Mac experiences

2006-05-25 Thread Adrian Pavone
mething to work with. At first glance, sounds like a hardware driver issue, but by knowing nothing about you or your computer then that you have an intel mac that is hanging after boot, then no real help can be offered. James Earl wrote: > Do you have an Intel Mac? > > On 5/25/06, Ad

Re: Flashing BIOS/Making bootable DOS filsystem on USB stick

2006-05-25 Thread Adrian Pavone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 What about using 2 floppies? The first, your FreeDOS disk, to boot from, then, once booted, change to the disk you have put the BIOS executable on? Svein Halvor Halvorsen wrote: > I have a problem with my laptop, and before Dell will consider taking i

Re: Intel Mac experiences

2006-05-25 Thread Adrian Pavone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James, By an Intel Mac, do you mean an i386? Or still a PPC? If you are referring to an i386, then the i386 install CD should work, and any problems you are having should involve more detail so that we can have a rough idea what is going on (somethin

Re: Auto Replay

2006-05-25 Thread Adrian Pavone
mamaj m wrote: Dear all, I have freebsd 5.3 how to counfigare an email to auto replay _ FREE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/ ___

Re: Spam problem!

2006-05-25 Thread Adrian Pavone
Derek Ragona wrote: There are many ways to combat spam. One of the easiest is to use mailscanner in the ports. You can configure mailscanner to compare senders against known lists of SPAMers, in addition to it's own rules. -Derek At 09:53 AM 5/25/2006, Olga Zenkova wrote: I use s

Re: The logo discussion

2006-05-17 Thread Adrian Pavone
Ted Mittelstaedt wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Greg 'groggy' Lehey Sent: Wednesday, May 17, 2006 12:56 AM To: FreeBSD Questions Subject: The logo discussion - I used to answer many questions on this mailing list.

Re: FreeBSD logo

2006-05-15 Thread Adrian Pavone
Albert Shih wrote: Hi all No no it's not a new troll for the new/old freebsd's logo ;-) No my question : Where can I find the FreeBSD logo (new or old) to put on my xdm screen. Regards. -- Albert SHIH Universite de Paris 7 (Denis DIDEROT) U.F.R. de Mathematiques. 7 ième étage, plateau D, bu

Re: mpd4 does not want to work at all

2006-05-15 Thread Adrian Pavone
[EMAIL PROTECTED] wrote: On Mon, May 15, 2006 at 08:49:57AM +0400, Andrew Pantyukhin wrote: On 5/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I have istalled mpd4 Version 4.0b4 on FreeBSD 6.1-RELEASE. I have mpd.conf, mpd.link, mpd.secret. When I run a mpd4, the next is printed:

Re: New FreeBSD logo

2006-05-15 Thread Adrian Pavone
Henry Lenzi wrote: It was, I am sorry to say. The core developer that pushed for all this said he was tired of when presenting FreeBSD to have to field a bunch of questions by people hung up over the devil image, it distracted from the presentation of the operating system's features. Ted Yo

Re: Has the port collection become to large to handle.

2006-05-15 Thread Adrian Pavone
And what about the case of a port that would be built many times over its lifetime, mainly due to program version changes? The first one that springs to mind would be Firefox. Firefox has had a number of version changes in the same space of time that Exim, a very commonly used mail server applic

Re: strange on 'man' command...

2006-05-15 Thread Adrian Pavone
at you have the "See also" and similar right before a new manual page at the bottom? Or something else that I have not described? Regards, Adrian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-qu

Re: asda

2006-05-15 Thread Adrian Pavone
Ben Haysom wrote: read the attached ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "

Re: Has the port collection become to large to handle.

2006-05-15 Thread Adrian Pavone
efox, KDE/XFCE/GNOME, OpenOffice.org, etc.) would get a rebuild/redownload, again throwing the stastics out of whack. Just my $0.02. Regards, Adrian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Has the port collection become to large to handle.

2006-05-15 Thread Adrian Pavone
ely had something with his description of how the port system should work, when I read his post I was thinking that is exactly how I would have designed it as well (admittedly, when it was designed, it wasn't the size it is now). Regards, Adrian ___

Re: New FreeBSD logo

2006-05-13 Thread Adrian Pavone
The community doesen't want the new logo and the majority of the community prefers Beastie over the sex-toy. Not that I want to upset anything, but I thought Beastie was the logo. Where might a see a copy of the "sex-toy"? Is it that ugly sphere with the 2 cones for ears? __

Re: Help: Unable to change to SU through SSH

2006-05-13 Thread Adrian Pavone
Maan Jee wrote: Hi I have created a user "admin" and using that to login through SSH from a remote machine. But I CANNOT "su", change to the root login? How can I do that? To Install a Web Server, which distribution I should install, User or other? thanks vj ___

Re: Putting FreeBSD to sleep?

2006-05-13 Thread Adrian Pavone
Adrian Pavone wrote: Graham Bentley wrote: >Can anyone post some good pointers for setting >up ACPI or APM so that I get automatic susepend >afer x mins of inactivity and woken up on LAN >request ? > >(in particular shut down disc / slow or shut >down psu fan - its the

Re: Console image viewer

2006-05-13 Thread Adrian Pavone
the two, from the description, zgv sounds like a better one (aview is ascii). I'm sure there are more on the list at http://www.linuxlinks.com/Software/Graphics/Viewers/ but those are the two that caught my attention. Regards, Adrian ___ freebsd

Re: Putting FreeBSD to sleep?

2006-05-13 Thread Adrian Pavone
a feature that you will have to enable in your BIOS, if it is available. It could not be affected by ACPI/APM (or any other Operating System feature) once the computer is no longer powered up. In regards to what you need to suspend after x mins, I am unsure. Regards, Adrian ___

Re: I keep having wrong checksum in 6.1 iso download (what should I do??)

2006-05-13 Thread Adrian Pavone
required is astronomically complex). It is possible I am thinking of a different FreeBSD ISO, but I am sure it was one of the 6's, and there are only 2 of those. Regards, Adrian ___ freebsd-questions@freebsd.org mailing list http://lists.freeb

Issue setting SSID

2006-05-12 Thread Adrian Pavone
any stage indicating any issues, and I have looked in /var/log and cannot find any problems logged. Any help would be greatly appreciated, Adrian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To u

Issue setting SSID

2006-05-11 Thread Adrian Pavone
tage indicating any issues, and I have looked in /var/log and cannot find any problems logged. Any help would be greatly appreciated, Adrian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To un

Issue setting SSID

2006-05-11 Thread Adrian Pavone
any issues, and I have looked in /var/log and cannot find any problems logged. Any help would be greatly appreciated, Adrian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, s

Re: ports net-snmp to support 64-bit snmp counter

2006-05-03 Thread adrian kok
Dear Nelson Thank you for your mail Do you know and have experience how to solve this Gigabit speed, net-snmp, and overflows issue? http://lists.ee.ethz.ch/mrtg/msg30587.html Thank you again --- Dan Nelson <[EMAIL PROTECTED]> wrote: > In the last episode (May 03), adrian kok said:

ports net-snmp to support 64-bit snmp counter

2006-05-03 Thread adrian kok
Hi All I am running freebsd 4.11 release and want to have net-snmp to support 64 bit counter I deinstall the net-snmp but don't know how to re-complie the port to support --enable-mfd-rewrites I changed the Makefile and recomplied it and it doesn't work snmpwalk -v 2c -c x localhost ifHig

apache20 with mod_ssl segfaults

2006-01-13 Thread Adrian Schlegel
rtssl output in /var/log/messages: pid 50069 (httpd), uid 0: exited on signal 11 (core dumped) output from gdb: #0 0x281a4e57 in X509_NAME_set () from /lib/libcrypto.so.3 System: FreeBSD 5.3-RELEASE-p2 i386 Starting it without SSL works fine. Any help appreciated.

Re: X forward does not work with ssh, xauth missing

2005-08-09 Thread Adrian Gschwend
On Mon, 08 Aug 2005 19:13:01 +0200, Adrian Gschwend wrote: [...] > I tried to check where I find xauth but I can't find the correct port so > far, what I compiled so far is XFree86-libraries. Which port do I miss > here? Found it, I installed XFree86-4-clients and all is fine now.

X forward does not work with ssh, xauth missing

2005-08-08 Thread Adrian Gschwend
xauth but I can't find the correct port so far, what I compiled so far is XFree86-libraries. Which port do I miss here? thanks Adrian -- Adrian Gschwend System Administrator Berne University of Applied Sciences Biel, Switzerland ___ fr

Re: ipfw2 filtering on bridge

2005-06-23 Thread Alin-Adrian Anton
=1 ttl=233 time=106.194 ms Seems not to be working :( Yours, -- Alin-Adrian Anton GPG keyID 0x183087BA (B129 E8F4 7B34 15A9 0785 2F7C 5823 ABA0 1830 87BA) gpg --keyserver pgp.mit.edu --recv-keys 0x183087BA "It is dangerous to be right when the gove

ipfw2 filtering on bridge

2005-06-22 Thread Alin-Adrian Anton
time=96.220 ms If anyone could help me a bit, I'd be really thankfull. Thanks for the time. Yours Sincerely, -- Alin-Adrian Anton GPG keyID 0x183087BA (B129 E8F4 7B34 15A9 0785 2F7C 5823 ABA0 1830 87BA) gpg --keyserver pgp.mit.edu --recv-keys 0x183087BA "It is dangerous to be right when

Re: How do I set the source address on a multi-homed host?

2005-02-13 Thread Alin-Adrian Anton
e changes first, and see if things get normal. PS: there is *no way* for the behaviour you explained to happen under normal circumstances, unless you *explicitly*, intentionally or by mistake have configured the gateway to do so. Regards, -- Alin-Adrian Anton GPG keyID 0x183087BA (B129 E8F4 7B34

Re: How do I set the source address on a multi-homed host?

2005-02-11 Thread Alin-Adrian Anton
if you are connecting from outside to inside, through the gateway which does nat, this sounds like bad firewall/nat rules. Yours, -- Alin-Adrian Anton GPG keyID 0x183087BA (B129 E8F4 7B34 15A9 0785 2F7C 5823 ABA0 1830 87BA) gpg --keyserver pgp.mit.edu --recv-keys 0x183087BA "It is dangerous t

control udp, icmp packets

2005-02-07 Thread adrian kok
Hi all I am running zebra in freebsd. but can I have feature like cisco iso? I got the document from cymru about icmp and udp as follows: I tried the dummynet but it is not working properly! If you have this experience about dummynet working fine in router, please share to me. Thank you ! Allo

control udp, icmp packets

2005-02-07 Thread adrian kok
Hi all I am running zebra in freebsd. but can I have feature like cisco iso? I got the document from cymru about icmp and udp as follows: I tried the dummynet but it is not working properly! If you have this experience about dummynet working fine in router, please share to me. Thank you ! Allo

Mixer does not work

2005-01-21 Thread Adrian Patino II
i have both onboard sound and soundcard ### [EMAIL PROTECTED]:11:0: class=0x040100 card=0x80651102 chip=0x00021102 rev=0x0a hdr=0x00 vendor = 'Creative Labs' device = 'EMU1 Sound Blaster Live! (Also Live! 5.1) - OEM from DELL - CT4780' c

Re: 5.3 Xorg jerky

2004-12-24 Thread Adrian Patino II
Thanks for the reply On Fri, 24 Dec 2004 21:03:24 -0500, Joe Altman <[EMAIL PROTECTED]> wrote: > On Thu, Dec 23, 2004 at 08:20:30PM -0600, Adrian Patino II wrote: > > Hello, > > > > Fairly new to FreeBSD. Recently did a fresh install from 4.10 to 5.3, > > and n

  1   2   3   >