Re: gaim error

2004-03-25 Thread Adam Bozanich
On Fri, 26 Mar 2004, Simon Barner wrote: The output of something like pkg_info | grep gaim is usually more helpful, since it also shows the version of the FreeBSD port you are using. Sorry about that [EMAIL PROTECTED] gaim Fatal error 'Spinlock called when not threaded.' at line

Re: gaim error

2004-03-24 Thread Adam Bozanich
On Wed, 24 Mar 2004, Simon Barner wrote: Hi Adam, - FreeBSD version FreeBSD 5.2-CURRENT FreeBSD 5.2-CURRENT i386 - gaim version /usr/ports/net/gaim/distinfo says: gaim-0.75.tar.bz2 - output of ldd -a /usr/X11R6/bin/gaim /usr/X11R6/bin/gaim: libao.so.3 =

gaim error

2004-03-22 Thread Adam Bozanich
Hi all. I am trying to get the gaim port to work. If I build with: make WITHOUT_NSS=1 everything is fine, but I can't connect to msn. If I don't send any arguments to make, when I run gaim, I get: Fatal error 'Spinlock called when not threaded.' at line 83 in file

Re: [OT?] write C program with UTF16LE

2004-03-15 Thread Adam Bozanich
On Mon, 15 Mar 2004, Zhang Weiwu wrote: Hello. Although I write some php/perl script, I don't write C program. Now I have a very large text file in UTF16LE format, the rule is strings are seperated by numbers. Say 0300 6100 6200 6300 0400 6700 5400 9800 7400 0300 Leading 0300 means

Re: [OT?] write C program with UTF16LE

2004-03-15 Thread Adam Bozanich
On Mon, 15 Mar 2004, Adam Bozanich wrote: Sorry, There is an error here. fgets() reads the number you specify minus one chars, then null terminates the string. these lines: char delbuf[CHUNKSIZE]; char chunks[CHUNKSIZE * MAX_CHUNK_COUNT]; Should be: char delbuf

Re: [OT?] write C program with UTF16LE

2004-03-15 Thread Adam Bozanich
On Mon, 15 Mar 2004, Matthew Seaman wrote: On Mon, Mar 15, 2004 at 02:28:17AM -0800, Adam Bozanich wrote: On Mon, 15 Mar 2004, Zhang Weiwu wrote: but I am the kind of newbie don't know if I am using glibc at all. When I just write #include stdio.h Am i using the stdio.h from

thinkpad T40 5.2 kernel panic

2004-02-23 Thread Adam Bozanich
Hi all. I can't boot into the GENERIC kernel on a IBM Thinkpad T40. cd /usr/src/kern/i386/conf/ config GENERIC cd ../comple/GENERIC make depend make make install When I boot I get this: ata1-slave: FAILURE - ATAPI_IDENTIFY no interrupt ata1-slave: FAILURE - ATAPI_IDENTIFY no interrupt

nasm, ld, libc, and **environ

2004-02-12 Thread Adam Bozanich
Hi all. I am trying to learn asm with NASM on a FreeBSD system. I really need to debug my programs while I learn, so I want to use printf. This is what I am using to assemble and link: nasm -f elf use_printf.asm ld -o use_printf use_printf.asm -lc but then when I run the program:

Re: help???????

2004-02-12 Thread Adam Bozanich
On Fri, 13 Feb 2004, Umair Hussain wrote: can ne1 help me out here i need to send messages to my workstations on my windows network ofcourse im using a freebsd server so plz can ne 1 tell me wats the command for that..i need an altnerative for netsend(win2k) in freebsd. man

Re: FreeBSD 5.1 support for Dell Integrated audio?

2004-01-27 Thread Adam Bozanich
On Tue, 27 Jan 2004, Anthony Discolo wrote: I have a new Dell Optiplex GX270 and I can't seem to get integrated audio (Integrated Sound Blaster Compatible AC97) to work. I've tried configuring the pcm and sbc drivers with no luck. Any help would be greatly appreciated. Thanks, Anthony

Re: My USB mouse not working in FreeBSD 5.1

2004-01-25 Thread Adam Bozanich
On Mon, 26 Jan 2004, Shaun Friedle wrote: Hi, I am very new to FreeBSD, but I'm trying to learn how to use it. This is made very difficult by not having a mouse. Have you tried adding usbd_enable=YES to the file /etc/rc.conf? I had the same issue the other day and this fixed it. Good

sendmail help?

2004-01-22 Thread Adam Bozanich
Hi all. I am having a really hard time getting sendmail to work for me. I have a dial up DSL account that gives me an outgoing smtp account that requires smtp authentication. For now, I'd simply like to be able to send mail from this local machine. I think the problem I am having is that the

Re: sendmail help?

2004-01-22 Thread Adam Bozanich
On Thu, 22 Jan 2004, Micheal Patterson wrote: I believe the original poster was asking about using sendmail to retrieve email from his ISP's smtp server. And it's still a lot easier to install fetchmail than to reinstall sendmail. I use fetchmail to retrieve mail

Re: gdm+xfce4

2004-01-09 Thread Adam Bozanich
On Thu, 8 Jan 2004, Monah Baki wrote: Hi all, I'm running freebsd 5.1, and trying to use gdm login manager and xfce4. At the login username, if I login as root or a normal user, I get a SESSION MENU dialog box CHOOSESESSIONLISTWIDGET and I can only choose 2 options DEFAULT/FAIL SAFE and

Re: 5.2 where is /kernel.GENERIC

2003-12-29 Thread Adam Bozanich
/src/sys/arch/conf/GENERIC -Adam Bozanich ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

RE: 5.2 where is /kernel.GENERIC

2003-12-29 Thread Adam Bozanich
On Mon, 29 Dec 2003, fbsd_user wrote: You are talking about the kernel source. I am talking about the /kernel.GENERIC binary execution file. Ooh, sorry. kernel co. are in /boot/kernel. If you want to back it up, use cd /boot ; cp -R kernel kernel.GENERIC and issue 'boot

RE: 5.2 where is /kernel.GENERIC

2003-12-29 Thread Adam Bozanich
On Mon, 29 Dec 2003, fbsd_user wrote: There is no kernel in the boot directory on my 5.2 RC2 system. There is an boot sub-directory named kernel that contains 150 files, one of them being kernel that's around the correct size to be the GENERIC binary kernel. Like I said, KERNEL AND COMPANY