identical 3Com NICs causing problems

2002-10-04 Thread jr
i have two 3c589d-tp 3com NICs. i have edited /etc/pccard.conf a number of times to look like this at each successive try: card 3Com Corporation /3c589/ config 0x1 ep0 ? config 0x1 ep1 ? card 3Com Corporation /3c589/ config auto ep0 ? config auto ep0 ? card 3Com Corporation /3c589/ config 0x1

freebsd vs. pc-bsd

2009-04-24 Thread Michael Jr.
Hi, I was just wondering what are the major differences between freebsd and pc-bsd and is it harder or just as easy to setup freebsd as a desktop compared to pc-bsd? Will freebsd work with sager laptops, and will freebsd recognize 4 gigs of ddr3 memory and if it does not regularly, how

Problems with portaudit after update to 0.6.0

2012-03-19 Thread Fábio Jr.
Hi folks, I'm facing problems after updating the portaudit to 0.6.0. This is happening on 2 server I own, both with FreeBSD 6.2. Check this out: /# portaudit -Fda/ /auditfile.tbz 100% of 75 kB 381 kBps/ /unknown option '-sha256'/ /options are/

Need help to compile netlogin client

2008-07-19 Thread Kevin JR
It must login first with a client before surf into Internet for me. The client can be compiled well under linux, however, it failed under freebsd due to the following code dealing with acquire ip/mac information: [CODE] static void getAddr(int sockfd, struct usrinfoSet *pui) {     struct ifreq

handbook - kernel build question

2004-04-23 Thread Terry L. Tyson Jr.
In section 9.3 of the handbook just before the two procedures it lists If you are building a new kernel without updating the source code (perhaps just to add a new option, such as IPFIREWALL) you can use either procedure. However, after the two procedures it says If you have not upgraded your

Re: Open Office - installation problem

2004-04-24 Thread Terry L. Tyson Jr.
On Sat, Apr 24, 2004 at 08:27:28PM +0800, Stephen Liu wrote: Hi folks, FreeBSD 5.2 I encountered following problem on installing OOo OOo_1.1.1.RC3_FreeBSD52Intel_install.tbz was download to /usr/home/user/Download $ cd /usr/home/user/Download/ checked md5 OK $ ls -al ...

Re: Open Office - installation problem

2004-04-24 Thread Terry L. Tyson Jr.
On Sat, Apr 24, 2004 at 10:49:50AM -0700, Joshua Lokken wrote: No. It's a package, and it's *not* a tgz file. But yes, you do need to go do some reading, and there very likely are other things you will need to do. As a previous responder noted, when you 'su -' it simulates a full root login,

Something I should know about 'make buildkernel ...', but I don't.

2003-09-23 Thread D J Hawkey Jr
that 'clean' doesn't? Remove directory trees? Anyway, is it as simple as: make buildkernel -DNOCLEAN KERNCONF=... Like I said, I should already know this. Dave -- __ __ \__ \D. J. HAWKEY JR

Re: Something I should know about 'make buildkernel ...', but I don't.

2003-09-23 Thread D J Hawkey Jr
On Sep 23, at 03:45 PM, Matthew Seaman wrote: On Tue, Sep 23, 2003 at 09:32:26AM -0500, D J Hawkey Jr wrote: After applying patches, I bump $BRANCH in /sys/conf/newvers.sh, and would like the running kernel to reflect the current patchlevel, but not at the expense of a complete rebuild

[hawkeyd@visi.com: Re: Something I should know about 'make buildkernel ...', but I don't.]

2003-09-23 Thread D J Hawkey Jr
Just a little bit ago, I wrote: - Forwarded message from D J Hawkey Jr [EMAIL PROTECTED] - But you seem to agree that something this trivial shouldn't yield a broken kernel if /usr/obj/usr/src/sys/... is unchanged from the previous build, right? - End forwarded message

Getting cups web interface to work

2003-10-01 Thread Gary K Stinnett Jr
I have cups and samba installed on my FreeBSD 4.8 box. Samba is working fine. I have access to my box from my windows machines for my users home dir and a public dir. I have not been able to set up my printer on cups using the web interface www.mydomain.com:631/admin/ I have configured

How to Select Compiler Version when Installing Port

2004-01-14 Thread Daniel J Cain Jr.
I am trying to get vmailmgr-0.96.9 to build from the ports collection of FreeBSD 5.1-RELEASE. I 'think' it will work if I can have the port use a different compiler version during the build. I have been unable to figure/find out how (if?) this is possible. By default it seems to use gcc 3.2.2,

Re: How to Select Compiler Version when Installing Port

2004-01-14 Thread Daniel J Cain Jr.
On Wed, 2004-01-14 at 20:43, Simon Barner wrote: Daniel J Cain Jr. wrote: I am trying to get vmailmgr-0.96.9 to build from the ports collection of FreeBSD 5.1-RELEASE. I 'think' it will work if I can have the port use a different compiler version during the build. I have been unable

Panic: free address 0xd760d000 (0xd760d000) has not been allocated

2004-01-22 Thread Ted Goodridge, Jr.
I'm offlist, so please CC me directly. I am using FreeBSD current. This always happens as I'm installing the ports collection, at about math, and it dies on me. This happens either during install, or after install using both a tarball and the install set from CD. If I could get a way to ftp

Clarification needed on Handbook: Tracking for Multiple Machines

2004-02-21 Thread D J Hawkey Jr
KERNCONF; /usr/src/Makefile.inc1 does. Since /usr/share/mk/sys.mk sucks in /etc/make.conf, that should propogate KERNCONF to /usr/src/Makefile, right? Thanks, Dave -- __ __ \__ \D. J. HAWKEY JR

Re: Clarification needed on Handbook: Tracking for Multiple Machines

2004-02-21 Thread D J Hawkey Jr
and go to bed, or even an `at` command). Are you stating definitively that what I saw in the makefile chain isn't what is really there? Dave -- __ __ \__ \D. J. HAWKEY JR

Re: Clarification needed on Handbook: Tracking for Multiple Machines

2004-02-22 Thread D J Hawkey Jr
.). If True, for optimized code across all machines, the code should just be built on each machine, right? Thanks, Dave -- __ __ \__ \D. J. HAWKEY JR

Re: Clarification needed on Handbook: Tracking for Multiple Machines

2004-02-23 Thread D J Hawkey Jr
On Feb 23, at 09:12 AM, M. Warner Losh wrote: In message: [EMAIL PROTECTED] D J Hawkey Jr [EMAIL PROTECTED] writes: : True or False: Setting CPUTYPE to the lowest target CPU (p2) in : a build machine's make.conf will cripple the performance of target : machines with higher CPUs

Re: Format floppy problem

2004-03-16 Thread Terry L. Tyson Jr.
for FreeBSD. TIA Stephen Liu Try your mount command again without the -t msdos since it isn't a dos formatted disk. -- Terry L. Tyson Jr. Baytown, Texas USA [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo

Re: Format floppy problem

2004-03-16 Thread Terry L. Tyson Jr.
On Wed, Mar 17, 2004 at 10:22:29AM +0800, Stephen Liu wrote: On Wednesday 17 March 2004 00:40, Terry L. Tyson Jr. wrote: On Wed, Mar 17, 2004 at 09:21:34AM +0800, Stephen Liu wrote: FreeBSD 5.2 == Floppies formatted on M$Win can be mounted, copied files to and read

Re: Question

2004-03-18 Thread Terry L. Tyson Jr.
On Thu, Mar 18, 2004 at 04:17:14PM +, carlos.rocha wrote: Hi, Does FreeBSD 4.9 support the Adaptec SCSI Controller 29320R and A2120S? Thank you for your attention, Bye Look in: http://www.FreeBSD.org/releases/4.9R/hardware.html -- Terry L. Tyson Jr. Baytown, Texas USA [EMAIL PROTECTED

Re: Demande de conseille

2004-03-18 Thread Terry L. Tyson Jr.
I think I recognized the word version in there. I would recommend sticking with 4.9 for now unless there is a driver or some other feature you need that is only in 5.x. On Thu, Mar 18, 2004 at 08:37:28PM +0100, Remko Lodder wrote: Can you translate that to English please If you were asking :

Re: Mail readers (was: Re: Portupgrade troubles, interactive ports)

2004-03-18 Thread Terry L. Tyson Jr.
On Thu, Mar 18, 2004 at 03:52:30PM -0500, Bart Silverstrim wrote: Incidentally, can others on the list verify where my mail is wrapping? I was working with someone offlist to see if, in Mail.app, my wrapping is affected by the size of the composition window when I send the message. I

Attn: sed(1) regular expression gurus

2003-07-14 Thread D J Hawkey Jr
(1)? Can anyone dream up a different solution - please, no Perl, but awk(1) is fine. Thanks, Dave -- __ __ \__ \D. J. HAWKEY JR. / __/ \/\ [EMAIL PROTECTED

Re: sed(1) regular expression gurus

2003-07-14 Thread D J Hawkey Jr
. HAWKEY JR. / __/ \/\ [EMAIL PROTECTED]/\/ http://www.visi.com/~hawkeyd/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: sed(1) regular expression gurus

2003-07-14 Thread D J Hawkey Jr
On Jul 14, at 11:04 AM, D J Hawkey Jr wrote: On Jul 15, at 12:49 AM, Rob wrote: awk --posix -F'[^0-9A-Za-z.]+' ' $1 ~ /by/ { result = $2 for (i=3; i=NF; i++) { if ($i ~ /^([0-9]+\.){3}[0-9]+$/) { result = result $i } } print result

Re: sed(1) regular expression gurus - SOLUTION

2003-07-15 Thread D J Hawkey Jr
not telling what it's for. ;-, Dave -- __ __ \__ \D. J. HAWKEY JR. / __/ \/\ [EMAIL PROTECTED]/\/ http://www.visi.com

Stupid shell tricks

2003-07-21 Thread D J Hawkey Jr
-- __ __ \__ \D. J. HAWKEY JR. / __/ \/\ [EMAIL PROTECTED]/\/ http://www.visi.com/~hawkeyd/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Stupid shell tricks

2003-07-21 Thread D J Hawkey Jr
-c trap \\ HUP PIPE INT QUIT SEGV; binary_that_writes $LINE The explanation of -T in the man page gave me the clue. Movin' right along, Dave -- __ __ \__ \D. J. HAWKEY JR

Re: Think outside of the box (Gawd, I hate that term)

2003-08-09 Thread Ted Goodridge, Jr
Borrowing ideas is essential to progress in the computer industry. Technically; you measure progress not by market results, but by the spread of ideas. The value of ideas lies not in how much money the one company that owns those ideas makes, but by how readily those ideas are given away and used

New sendmail-8.11.7 and RELENG_4_5

2003-03-31 Thread D J Hawkey Jr
-- __ __ \__ \D. J. HAWKEY JR. / __/ \/\ [EMAIL PROTECTED]/\/ http://www.visi.com/~hawkeyd/ ___ [EMAIL PROTECTED] mailing list http

Made a big oops and formatted the wrong partition.

2003-06-06 Thread Robert J. Lynn Jr.
Oops. I had an NTFS drive containing about 10GB in MP3s. And my backups of those MP3s, waiting to be burned. Until today, anyhow, when I deleted the partition, made a FreeBSD partition in its place, and proceeded to install over it all. I'm using a hex tool to try and find it on the drive, but

Re: File manager with thumbnail preview

2003-06-07 Thread D J Hawkey Jr
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes: Hi All, Can anyone recommend a file manager than can thumbnail preview JPG images? xv. It's not a file manager per se, but it has nice graphical browser that thumbnails all kinds of images. Cheers Rus Dave -- A: Because it

Sendmail Authentication Problem

2003-06-15 Thread Gary K Stinnett Jr
I have been trying to get smtp authentication to work with Sendmail I have looked over and tried many times to install sasl and go through the directions on the following freebsd web page http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html When I get to the point of make

Updating FBSD on one slice from another slice

2003-06-23 Thread D J Hawkey Jr
-- __ __ \__ \D. J. HAWKEY JR. / __/ \/\ [EMAIL PROTECTED]/\/ http://www.visi.com/~hawkeyd

Re: Updating FBSD on one slice from another slice

2003-06-23 Thread D J Hawkey Jr
On Jun 23, at 04:29 PM, Matthew Seaman wrote: On Mon, Jun 23, 2003 at 08:43:07AM -0500, D J Hawkey Jr wrote: What I'm stumped with is how to tell 'make [build|install][world|kernel]' to do their thing from the OS in the slice I'm running (the newer), but do the reads and writes

Re: About Patches

2003-06-23 Thread D J Hawkey Jr
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes: Hi List, I need to apply some security patches to my FreeBSD(i386) 4.7-RELEASE box and I am concerned about the possibility that I could actually harm my system while trying to apply this patches. (I am not a Unix guru

Re: Thinkpad overheating when talking to a D-Link wireless AP

2002-07-15 Thread David W. Chapman Jr.
but not to other access points. It will get uncomfortably hot, and the fan would go to high (loud) mode. -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED

Re: xv not working right?

2002-07-22 Thread D J Hawkey Jr
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes: Hey all, I'm trying to use xv to get a background pic on my laptop and it's not quite working as expected. I'm running 4.6 release (everything else works great) with xv-3.10a_2. My desktop is windowmaker. The command I put

[no subject]

2002-10-02 Thread Buddy Alexander Jr
subscribe freebsd-questions END -- Buddy Alexander Jr To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

OT: regex(3) and POSIX collating sequences

2002-10-22 Thread D J Hawkey Jr
-- __ __ \__ \D. J. HAWKEY JR. / __/ \/\ [EMAIL PROTECTED]/\/ http://www.visi.com/~hawkeyd/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Window/File Manager

2002-11-04 Thread D J Hawkey Jr
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes: What are your favorite ultra-light WM's and/or FMs? I'm just looking for something that does the job, looking nice would be an added benefit but I doubt I'll have a high color depth to play with anyway. You can't go wrong

Looking for opinions: popd vs. popper vs. et.al.

2002-11-11 Thread D J Hawkey Jr
-- __ __ \__ \D. J. HAWKEY JR. / __/ \/\ [EMAIL PROTECTED]/\/ http://www.visi.com/~hawkeyd/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

XF86-4.2.0, libfreetype.so.8, and TrueType fonts

2002-12-01 Thread D J Hawkey Jr
of the webpage author's absence? Thanks, Dave -- __ __ \__ \D. J. HAWKEY JR. / __/ \/\ [EMAIL PROTECTED]/\/ http

Re: tool/method to convert DOS line endings to UNIX line endings

2002-12-03 Thread D J Hawkey Jr
[Posted and mailed] In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes: On Tue, 3 Dec 2002, Lee J Carmichael wrote: If you are going from DOS to Unix you could use the following perl script: [script snipped] It's a bit easier if you let Perl do the heavy lifting: perl

Re: tool/method to convert DOS line endings to UNIX line endings

2002-12-04 Thread D J Hawkey Jr
-- __ __ \__ \D. J. HAWKEY JR. / __/ \/\ [EMAIL PROTECTED]/\/ http://www.visi.com/~hawkeyd/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

jailed ftpd behind NAT'ing firewall: ftphosts?

2002-12-09 Thread D J Hawkey Jr
-- __ __ \__ \D. J. HAWKEY JR. / __/ \/\ [EMAIL PROTECTED]/\/ http://www.visi.com/~hawkeyd/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body

Re: Ethernet card problem

2002-12-09 Thread D J Hawkey Jr
. Kevin Kinsey DaleCo, S.P. Dave -- __ __ \__ \D. J. HAWKEY JR. / __/ \/\ [EMAIL PROTECTED]/\/ http://www.visi.com

Re: Ethernet card problem

2002-12-09 Thread D J Hawkey Jr
-- __ __ \__ \D. J. HAWKEY JR. / __/ \/\ [EMAIL PROTECTED]/\/ http://www.visi.com/~hawkeyd/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Ethernet card problem

2002-12-09 Thread D J Hawkey Jr
the same things. A shot in the dark: Disable Plug-n-Play. Best I can offer. G'Luck, and don't give up yet. Dave -- __ __ \__ \D. J. HAWKEY JR. / __/ \/\ [EMAIL

Compiling Question

2003-02-22 Thread Terry J Dunlap Jr
Hi all! Tonight I synced my source with Release 4.7 and recompiled. Prior to recompiling, I modified the make.conf file to NOT compile a number of items, like games, sendmail, etc. I'd like to try to build a lean system from source. After the entire source compilation process, I still found

SA-03:02 (OpenSSL) patches for RELENG_4_6_2: OK for RELENG_4_5?

2003-03-12 Thread D J Hawkey Jr
are appropriate for RELENG_4_5? After applying said patches, does that make my RELENG_4_5 OpenSSL the same as RELENG_4_6_2? Thanks, Dave -- __ __ \__ \D. J. HAWKEY JR

Re: FreeBSD for Mom

2003-03-12 Thread D J Hawkey Jr
On Mar 12, at 12:57 PM, Dan Langille wrote: My mom uses FreeBSD. More precisely, she uses Pine to send/receive email. At present, she has a DSL connection. She's soon to change to a dial up account. What I'm planning to do is provide her with a shell script which will send/receive

Flashplasyer plug-in for Opera

2004-07-09 Thread Paulo Fonseca Jr.
I'm trying to enable flash plug-in on freebsd 5.1 like this: 1) cd /usr/ports/www/linux-flashplayer make install clean it's ok 2) Tools - Preferences - Plug-ins - Change path the working path is: opera; /usr/X11R6/share/opera/plugins:/usr/local/lib/flash/ it's fine 3) when opera

Re: Flashplasyer plug-in for Opera

2004-07-10 Thread Paulo Fonseca Jr.
:17 -0400, epilogue [EMAIL PROTECTED] wrote: On Fri, 09 Jul 2004 21:49:14 -0300 Paulo Fonseca Jr. [EMAIL PROTECTED] wrote: I'm trying to enable flash plug-in on freebsd 5.1 like this: 1) cd /usr/ports/www/linux-flashplayer make install clean it's ok 2) Tools - Preferences - Plug-ins

Re: Flashplasyer plug-in for Opera

2004-07-10 Thread Paulo Fonseca Jr.
, Paulo Fonseca Jr. [EMAIL PROTECTED] wrote: Arjan, I running now: /usr/ports/www/linux-opera /usr/ports/www/linux-flashplugin /usr/ports/www/linuxpluginwrapper I received the message Flash6 with Opera is not avilable. on make of linuxpluginwrapper, but in browser, the shockwave flash plugin

Sounds on Opera

2004-07-11 Thread Paulo Fonseca Jr.
should work with linux-flashplugin{6,7} out of the box. Arjan On Sat, 10 Jul 2004 22:23:38 -0300, Paulo Fonseca Jr. [EMAIL PROTECTED] wrote: Ok! Linux-Opera is just fine with flashplayer now on freebsd 5.1. make install on /usr/ports/www/linux-opera make install on /usr/ports/www/linux-flashplugin

HP DeskJet

2004-07-21 Thread Paulo Fonseca Jr.
how to print easly with HP deskjet on freebsd5.1+kde3.1.2 ? Can anybody help me? Zumba. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

FlashPlugin+Konqueror (nspluginscan)

2004-07-21 Thread Paulo Fonseca Jr.
How to enable plugins on konqueror ? I tried to: (on freebsd 5.1 and KDE 3.1.2) 1) update libmap.conf # Flash6 with Konqueror (temporary setting) [/usr/local/lib/linux-flashplugin6/libflashplayer.so] libpthread.so.0 pluginwrapper/flash6.so libdl.so.2

VOIP

2004-07-23 Thread Stanford .T. Mings Jr.
Is anyone doing any work in VOIP in FreeBSD ? stm ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

FreeBSD on HP's ProLiant ML110

2004-07-27 Thread Stanford .T. Mings Jr.
Has anyone gotten FreeBSD on this machine(HP ProLiant ML110 tower server) and if so, was there any issues ? I am considering getting one of these as my main File/Mail Server and so far it seems to be a good deal for a single user LAN Server. stm ___

lpd and apsfilter

2004-08-01 Thread Paulo Fonseca Jr.
I was installed apsfilter with lpd here with printcap setting as: lp|deskjet;r=300x300;q=draft;c=full;p=letter;m=auto:\ :lp=/dev/ulpt0:\ :if=/usr/local/etc/apsfilter/basedir/bin/apsfilter:\ :sd=/var/spool/lpd/lp:\ :lf=/var/spool/lpd/lp/log:\ :af=/var/spool/lpd/lp/acct:\

firefox + tiff images

2004-08-11 Thread Paulo Fonseca Jr.
I have been visiting some sites that try to shows TIFF images with firefox but it ask me with what application I want to view the images. Somebody knows the best way to plugin in browser a TIFF viewer ? Thank's Zumba. ___ [EMAIL PROTECTED] mailing list

error in new mail server

2004-09-09 Thread Julio Steffen Jr
Hi, I trying to make a mail server with Sendmail, and after I call inetd, on my screen appears this message: inetd[100]: cannot execute /usr/local/libexec/popper: No such file or directory Then, I create it into /usr/local/libexec and after that the message change to: inetd[717]: cannot

Re: sk0: watchdog timeout

2005-11-30 Thread Ferdinand Haselbacher (jr.)
On Tue, Nov 29, 2005 at 07:22:17PM -0500, Nicolas Blais wrote: That's great. But as I said, there's nothing I can configure on my switch's side. Anyway, you and I aren't the only ones with the same problem, under the same circonstances. My forcing of the TX/RX mode does speed up

Help mounting my CD rewritable drive and floppy drive in KDE desktop

2005-12-08 Thread Enrique Nieves Jr.
I tried mounting my CD rewritable disk from the KDE desktop by right-clicking and following the path - create new - link to device - CD writer device. When I successfully place the CD Writer icon on the desktop and tried to mount, I got the following error message: Could not mount device The

Re: Help mounting my CD rewritable drive and floppy drive in KDE desktop

2005-12-10 Thread Enrique Nieves Jr.
Lowell Gilbert wrote: Enrique Nieves Jr. [EMAIL PROTECTED] writes: I tried mounting my CD rewritable disk from the KDE desktop by right-clicking and following the path - create new - link to device - CD writer device. When I successfully place the CD Writer icon on the desktop and tried

Still need help getting PCBSD to read my SD card and Jumpdrive

2005-12-10 Thread Enrique Nieves Jr.
Thanks for all your suggestions. I'm trying to get PCBSD to work properly with external media on a KDE environment. If anyone can explain why PCBSD KDE only configured my cd rom and hard drives, but left out a multi card reader (SD, CF, SM, MS) that's connected to the motherboard, although

Upgrade 5.4 - 6.0 errors.

2006-05-09 Thread Ben Hacker Jr
not subscribed to the list. Thanks! -- Ben Hacker, Jr. Network Security Analyst strbenjr {at} yahoo.com -- -- -- ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: Upgrade 5.4 - 6.0 errors.

2006-05-10 Thread Ben Hacker Jr
[4] reboot I am still getting the same error/failure when building the Kernel. (I also tried make buildkernel...) Subhro wrote: On 5/9/06, Ben Hacker Jr [EMAIL PROTECTED] wrote: Is there a way to clean out my /usr/src directory and start from scratch (cvsup) in case

cdbakeoven 2.0 beta 2 build fails on freebsd 5-current

2003-11-11 Thread Neal Hamilton Jr.
directory `/usr/sandbox/cdbakeoven-2.0beta2' gmake: *** [all] Error 2 thanks in advance. ps. is there any other good cd burning s/f comparable to cdbakeoven ease and features? -- Neal Hamilton Jr. [EMAIL PROTECTED] -- http://www.fastmail.fm - The way an email service should

FreeBSD and MSI K8MNEO-V mainboard problem

2005-07-08 Thread Ceasar V. Navato, Jr.
no problem when I use the i386 version. Thank you very much in advance, -- Ceasar V. Navato, Jr. Infodyne, Inc. - PhilOnline.com Unit 3603 Antel Global Corporate Center Doña Julia Vargas Ave. Ortigas Center, Pasig City Tel. No. - (0632) 687-0715 loc. 106 Web Site: www.philonline.com

(no subject)

2005-07-17 Thread Emmett Lawson Jr
does it support wireless 802.11g ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

configuring sound card on P4SP-MX SE

2004-12-07 Thread Paulo Fonseca Jr.
Hi, I tried to configure my kernel including device pcm to set soundmax card on P4SP-MX SE motherboard but config not runs ok: device pcm is unknown. Somebody who already installed this device on ASUS motherboard can help me ? Paulo Fonseca Jr

Re: configuring sound card on P4SP-MX SE

2004-12-08 Thread Paulo Fonseca Jr.
On Tuesday 07 December 2004 20:20, Lowell Gilbert wrote: Paulo Fonseca Jr. [EMAIL PROTECTED] writes: I tried to configure my kernel including device pcm to set soundmax card on P4SP-MX SE motherboard but config not runs ok: device pcm is unknown. Somebody who already installed

dhcpd error - rrset doesn't exist add...timed out.

2004-12-08 Thread Paulo Fonseca Jr.
Hi, I'm receiving the folowing error when a windows machine to try a connection with internet through freebsd adsl (ppp) gateway: IF windows.myisp.com.br IN A rrset doesn't exist add windows.myisp.com.br 300 IN A 192.168.0.3: timed out. I'm not running a dns on My dhcpd.conf: option

Re: dhcpd error - rrset doesn't exist add...timed out.

2004-12-09 Thread Paulo Fonseca Jr.
On Thursday 09 December 2004 12:58, Lowell Gilbert wrote: Paulo Fonseca Jr. [EMAIL PROTECTED] writes: Hi, I'm receiving the folowing error when a windows machine to try a connection with internet through freebsd adsl (ppp) gateway: IF windows.myisp.com.br IN A rrset doesn't exist add

Re: Images-only webserver, lighttpd vs NginX

2008-11-03 Thread Sam Fourman Jr.
slightly OT is there a recent toutorial that anyone knows of for lighthttpd on FreeBSD 7, I have used Google and I can't turn up anything recent Sam Fourman Jr. Fourman Networks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: Invalid address running apps using wine-1.1.8,1

2008-11-11 Thread Sam Fourman Jr.
supplied with WINE, eg. World of Warcraft does not work either, I used portupgrade -ar this is happening on a FreeBSD RELENG_7 install as well as 8 -current Sam Fourman Jr. Fourman Networks ___ freebsd-questions@freebsd.org mailing list http

Multiple sound cards snd_hda

2008-11-14 Thread Sam Fourman Jr.
hello, can anyone verify that the new snd_hda driver in -current supports multiple sound cards? I am looking to put 3 of Encore ENM232-8VIA into a FreeBSD 8 PC any help would be appreciated Sam Fourman Jr. ___ freebsd-questions@freebsd.org mailing

Re: Multiple sound cards snd_hda

2008-11-15 Thread Sam Fourman Jr.
separate copies of amarok running at once to feed the separate output channels. any input from anyone would be appreciated. Sam Fourman Jr. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: shrink ntfs

2008-11-17 Thread Sam Fourman Jr.
with a windows xp tablet and it worked. Sam Fourman Jr. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Running X without a videocard

2008-11-19 Thread Sam Fourman Jr.
X windows has client/server built into the protocol: you can run an X application on a machine that has no video card and display the result on another machine that has video facility and an X display (called an X server). Does anyone know of a tutorial or a how-to, I would like to try this

Re: Why FreeBSD not popular on hardware vendors

2008-12-07 Thread Sam Fourman Jr.
of progress on this page http://www.nvnews.net/vbulletin/showthread.php?t=41545page=24 Sam Fourman Jr. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Status of hyperthreading in FreeBSD

2008-12-21 Thread Sam Fourman Jr.
that hyper-threading be enabled under that operating system. */ I found this in wikipedia at the following link http://en.wikipedia.org/wiki/Hyper-threading Sam Fourman Jr. Fourman Networks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

FreeBSD ral(4)

2009-01-09 Thread Sam Fourman Jr.
Hello list, I found this recent post (added to the bottom of the Email) in a OpenBSD mailing list, and I am experiencing the same problems connecting our Iphone 3G phones to our FreeBSD based AP Sam Fourman Jr. Fourman Networks fromTodd T. Fries t...@fries.net reply-tot...@fries.net

Re: Launching Vim

2009-01-14 Thread Sam Fourman Jr.
libperl.so not found, required by vim this is probably not the correct way of dealing with this... but whenever I have trouble like this , I just do somthing like cd /usr/ports/editors/vim make deinstall clean make install clean most of the time the problem goes away Sam Fourman Jr

Re: [Fwd: iwn driver on 7.1]

2009-01-15 Thread Sam Fourman Jr.
working for freebsd! for what it is worth I too would very much like iwn working on freebsd 7.1, it works ok on 8-current but I did run in a issue where all I had available to me were wep based AP's (linksys wrt54G) and I could not connect. Sam Fourman Jr. Fourman Networks

Re: intel 64-bit version?

2009-02-02 Thread Sam Fourman Jr.
. Sam Fourman Jr. Fourman Networks ___ 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: Server set up

2010-01-15 Thread Sam Fourman Jr.
important data prior to installing FreeBSD. Sam Fourman Jr. Fourman Networks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr

Re: Server set up

2010-01-15 Thread Sam Fourman Jr.
On Fri, Jan 15, 2010 at 4:37 PM, davidowe...@yahoo.co.uk wrote: I will be deleting the Window's stuff on the machine How would i SSH to the Linux pc and what software should i install one of the first things you should understand is FreeBSD is Not Linux

Re: dovecot/jail question

2010-01-19 Thread Sam Fourman Jr.
assumed postfix in a Jail would work. if possible could someone confirm this? Sam Fourman Jr. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions

Re: Opteron 1212 w/ 4 GB RAM

2010-01-27 Thread Sam Fourman Jr.
. and amd64 even if you stay at 4GB Sam Fourman Jr. ___ 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: NetBSD 5.0 looks cool

2010-02-19 Thread Sam Fourman Jr.
Fourman Jr. Fourman Networks ___ 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: 802.11QinQ support

2010-03-03 Thread Sam Fourman Jr.
with netgraph. My trouble with netgraph has always been that there was never a sufficient amount of examples on the web to be able to do anything useful with it. Sam Fourman Jr. Fourman Networks ___ freebsd-questions@freebsd.org mailing list http

Re: Twitter On FreeBSD

2010-03-08 Thread Sam Fourman Jr.
On Mon, Mar 8, 2010 at 10:21 PM, Programmer In Training p...@joseph-a-nagy-jr.us wrote: Now it's not detecting gnome-keyring (it's a requirement, and it is installed). Seriously, does anyone have a good Twitter client they use? I have very simple requirements (GUI, must be able to pull my

Re: can't ping localhost

2010-03-10 Thread Sam Fourman Jr.
of uname -a ? I believe -current has a issue where you can not ping localhost atm Sam Fourman Jr. Fourman Networks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: Silicon Image SiI 3124 and 3132 RAID controllers

2010-03-11 Thread Sam Fourman Jr.
On Thu, Mar 11, 2010 at 1:50 AM, Leslie Jensen les...@eskk.nu wrote: On 2010-03-10 23:12, Steve Polyack wrote: On 03/10/10 15:56, Leslie Jensen wrote: I'm trying to install FreeBSD 8-RELEASE on a machine with an Abit aw8-max MB. This MB has a built in SiI 3132 RAID controller. I also have

snd_hda 7.1 surround sound

2011-02-21 Thread Sam Fourman Jr.
=0 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=0 HTPC# -- Sam Fourman Jr. Fourman Networks http://www.fourmannetworks.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

csup source tree as of a certian date

2009-05-14 Thread Sam Fourman Jr.
as of today, as well as 5-1-2009 (A source tree I had on a alternate machine) What would I have to modify to move my source tree back to say the april 29th or so? I have a kernel from 4-13-2009 that works fine. so I have a window to track down the trouble. Sam Fourman Jr

  1   2   3   >