Re: what is the process for migrating a pre-built kernel to a new machine?

2006-03-25 Thread Jason C. Wells
config file is more important than the actual kernel binary. Later, Jason C. Wells ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: method for installing ports

2006-03-25 Thread Jason C. Wells
n /usr/ports/Mk/bsd.port.mk to see what many interesting targets will do. A make target starts at the beginning of a line in a makefile and in punctuated by a colon. sometarget: optional-subtarget another-subtarget Later, Jason C. Wells ___ fr

Re: which controllers(devices) to disable in kernel?

2006-03-23 Thread Jason C. Wells
and grep the kernel config files to find the right driver. And oh yeah, you could use these docs: http://www.freebsd.org/releases/6.0R/hardware-i386.html But that's less adventurous. Later, Jason ___ freebsd-questions@freebsd.org mailing list

Re: Is there a "stable" ports tree?

2006-03-15 Thread Jason C. Wells
manually controlled psuedo-stable. It would be more work though. Later, Jason C. Wells ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: setting the root email address

2006-03-05 Thread Jason C. Wells
email address for root? Look in /etc/mail/aliases. This setting isn't BSD per se. It's sendmail that reads the aliases database. Later, Jason C. Wells ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freeb

Re: Terminal Not Providing login: Prompt

2006-03-05 Thread Jason C. Wells
Glenn Dawson wrote: At 06:17 PM 3/4/2006, Jason C. Wells wrote: Glenn Dawson wrote: What sort of cable are you using? Does it have all the control lines connected? or just tx/rx data? (forgive me if this sounds like nitpicking) Not at all. I haven't been able to get it working a

Re: Terminal Not Providing login: Prompt

2006-03-04 Thread Jason C. Wells
7-8 8-7 9-null According to a couple online pinout maps this is a proper null modem cable. If I understand your question correctly, this cable has all the control lines connected. Later, Jason C. Wells ___ freebsd-questions@freebsd.org mailing list

Re: Terminal Not Providing login: Prompt

2006-03-04 Thread Jason C. Wells
Glenn Dawson wrote: At 03:04 PM 3/4/2006, Jason C. Wells wrote: When I use 'tip' I seem to bee connected, but I get no login prompt. $ tip sio0 connected and nothing else. Did you enable ttyd0 in /etc/ttys? Yes. Later, Jaso

Terminal Not Providing login: Prompt

2006-03-04 Thread Jason C. Wells
ications and terminals? Or am I making this harder than it should be? Thanks, Jason C. Wells ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

AES Support in Heimdal

2006-02-27 Thread Jason C. Wells
#x27;strings libcrypto.so'. libkrb5.so has no aes strings though. I would guess that means I don't have aes support builtin in spite of setting ENABLE_AES. Thanks, Jason C. Wells ___ freebsd-questions@freebsd.org mailing list http://lists.f

Re: Heimdal Key Table Entry Not Found

2006-02-27 Thread Jason C. Wells
nting zone transfers. I was reverse resolving the new g3 host as the old g2 host as a result. It was the situation you cited. I checked and double checked DNS resolution forward and backward and everything was perfect... on that one host. Grrr! Thanks, Jason C.

Heimdal Key Table Entry Not Found

2006-02-26 Thread Jason C. Wells
nt for MIT kerberos. A full transcript is provided below if the problem is not obvious. I am successfully running MIT KDCs and have been for years. All my other MIT kerberized hosts function correctly. Any idea what I might be missing? Thanks, Jason C. Wells I get a ticket granting

IPC Queues

2006-02-20 Thread Jason Resch
, particularly in a multi-threaded enviornment. Thank you in advance for any assitance you can provide. Regards, Jason Resch ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

AtapiCam not recognizing philips cd burner

2006-02-09 Thread Jason Cox
:ata1:0:1:0): Unretryable Error I have looked all over the internet and everywhere says it should have been fixed in 4.7. Any advice on what else to try? Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

AtapiCam Failing on CD Burner

2006-02-09 Thread Jason Cox
:ata1:0:1:0): Unretryable Error I have looked all over the internet and everywhere says it should have been fixed in 4.7. Any advice on what else to try? Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: error starting samba

2006-02-07 Thread Jason Williams
I've reinstalled samba and related packages, but I get the same errors. When we move to our production server I plan on installing FreeBSD 6.0 Release instead of Stable so maybe it's not an issue. Or is it a problem on 6.0 Release as well? Thanks, Jason Williams University of Ne

Fata Error with FreeBSD 6 Kismet and CIsco Aironet Card

2006-01-28 Thread Jason Carpenter
I'm having some trouble getting Kismet to work with my Cisco card; I get the following error: "FATAL: Cannot set ifmedia: Operation not permitted." I have the source set to radiotap_bsd_b in kismet.conf, and am able to see 802.11 traffic using Ethereal (which seems to imply that rfmon mode is wo

Re: log file rotation

2006-01-23 Thread Jason King
That was the problem. I fixed the $T00 to @T00 and it works like a charm now. I don't know how that got in there to begin with. It has been working fine. Anyway, thanks and cheers. Jason On Tue, 2006-01-17 at 15:15 -0500, Garance A Drosehn wrote: > At 9:23 AM -0600 1/17/06, Jason Ki

Re: log file rotation

2006-01-17 Thread Jason King
It is already @T00. I don't know why it appears as a $ in the email. Just did a copy paste. Go figure on that one. Any other thoughts? On Tue, 2006-01-17 at 09:16 -0600, David Kelly wrote: > On Tue, Jan 17, 2006 at 07:23:25AM -0600, Jason King wrote: > > Hmm, when I run newsy

Re: log file rotation

2006-01-17 Thread Jason King
Jan 16, 2006 at 02:50:16PM -0600, Jason King wrote: > > My maillog and daillog files have stopped rotating everyday like they > > use to. I have 2 FBSD machines that have stopped these files from > > rotating as of Dec 15th. I have no idea what could have caused two > > diff

Re: New FreeBSD 6.0 system advice sought

2006-01-17 Thread Jason King
5. It doesn't matter what order you install them in. Jason On Mon, 2006-01-16 at 23:39 -0500, JD Arnold wrote: > So, I'm building a replacement 6.0 system from the bare metal, moving > over my 4.11 server data after I'm done. I've started from a minimal > installati

Re: log file rotation

2006-01-17 Thread Jason King
The only thing that was different was on my maillog line the end of the line had only J instead of JC. I'll add that and see if that makes any difference. Thanks, Jason On Mon, 2006-01-16 at 13:27 -0800, Dan O'Connor wrote: > > My maillog and daillog files have stopped rotati

log file rotation

2006-01-16 Thread Jason King
My maillog and daillog files have stopped rotating everyday like they use to. I have 2 FBSD machines that have stopped these files from rotating as of Dec 15th. I have no idea what could have caused two different machines to have the same thing happen to them. The entry in my newsyslog.conf file is

Re: OS use rate

2006-01-16 Thread Jason Stewart
Banana? On 14/01/06 22:33 +0900, n-n wrote: > OS use rate in my project. > 2005/01/10 - 2006/01/10 > RedHat Enterprise Linux ES3.0 - 3947 > RedHat Enterprise Linux AS3.0 - 1287 > Sun Solaris 9 - 583 > *BSD - 0 > > > -- > Yahoo! Mail - supported by 10million p

recoverdisk usage

2006-01-14 Thread jason
What does refreshing a disk with recoverdick? Will it recover deleted files? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

anyone know how to recover deleted files?

2006-01-14 Thread jason
I have tryed rescuemagic but am getting this error: magicrescue -d /mnt -r jpeg-jfif -r jpeg-exif /dev/ad4s1f Read error on /dev/ad4s1f at 102400 bytes: Invalid argument magicrescue -d /mnt -r jpeg-jfif -r jpeg-exif /usr/home/jason Scanning /usr/home/jason finished at 0MB Any suggestions

disabling my mouse nipple

2006-01-01 Thread Jason Dusek
i'm using a dell d600 with 6.0-STABLE and Xorg on it. my mouse nipple is crazy|damaged: sometimes when i type keys next to it - 't', 'y', 'f', 'g', 'h', 'j', 'v', 'b', 'n' - the mouse pointer goes zooming across the screen, usually to the left. i don't know anything about the underlying hardware o

6.0-RELEASE installation to SATA hard drive

2005-12-31 Thread Jason W. Barnes
see my SATA hard drive like the old 5.4-RELEASE CD does? Thanks for any ideas you might have, - Jason Barnes ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

SPF Startup and P5-Mail-SPF-Query

2005-12-18 Thread Jason C. Wells
milter.sock missing How do I run SPF using p5-Mail-SPF-Query? Where is the startup script? Thanks, Jason C. Wells ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

SPF Startup and P5-Mail-SPF-Query

2005-12-18 Thread Jason C. Wells
milter.sock missing How do I run SPF using p5-Mail-SPF-Query? Where is the startup script? Thanks, Jason C. Wells ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Acrobat 7.0

2005-12-03 Thread Jason Taylor
is blank. I do not see any error messages on the console, etc. Would really appreciate some advice. Try renaming /usr/local/bin/acroread7 to /usr/local/bin/acroread. I was seeing the same blank screen in firefox 1.5 and this fixed it for me. YMMV. -- Jason

Re: KDE and PAM

2005-11-29 Thread Jason Williams
st_pass authrequired /usr/local/lib/pam_smb_auth.so The "required" for pam_smb_auth.so will stop login from authenticating without a password. Jason Williams [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mai

Re: CVSup doubts

2005-11-26 Thread Jason C. Wells
#x27;t recommend using them though. Later, Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Fail to install subversion-1.3.0.r2 while compile with WITH_MOD_DAV_SVN=yes

2005-11-13 Thread Jason Taylor
Ma Jie wrote: I'm not sure why. But now, I built it without ports. Just entered the `work' directory and read the INSTALL file. After compile, I found the mod_dav_svn.so and mod_authz_svn.so in the directory and copied them manually into /usr/local/libexec/apache2/. It works now. But I don't know

leak or some other problem in nve0 driver?

2005-11-09 Thread jason henson
Sometimes my nic did become unusable and if I try a ping it says something like ping: sendto: buffer full. I forget to save an exact copy of that. But here is what netstat -m had 82/728/810 mbufs in use (current/cache/total) 79/339/418/17088 mbuf clusters in use (current/cache/total/max) 0/79

Re: ASUS A8N-SLI raid Question

2005-11-05 Thread jason henson
Martin McCann wrote: Hi all, I've recently updated to 64 bit (spending way to much money in the process!) and want to get freebsd 6.0 64 bit installed. I am running windows 64 on it (the main reason for the upgrade was games) so it will be dual boot. I have freebsd on a 32 bit system on a k

Re: GAMING

2005-11-05 Thread jason henson
rick wrote: how is freebsd for gaming needs ive used linux and windows for years.??? thanks rick ___ If you used linux, you should not have a problem. Video card drivers would be your limiting point, I would suggest you use nvidia because of it.

Re: OFF-TOPIC but ... you will laugh !!

2005-11-03 Thread Jason Stewart
ght? Probably. Funny? No, and I knew about this 10 years ago so it's not true that someone just discovered it. Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Quick Routing Question

2005-11-01 Thread Jason Morgan
On Tue, Nov 01, 2005 at 07:49:54PM -0500, Steve Bertrand wrote: > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Jason Morgan > > Sent: Tuesday, November 01, 2005 6:47 PM > > To: freebsd-questions@freebsd.org

Re: Quick Routing Question

2005-11-01 Thread Jason Morgan
On Tue, Nov 01, 2005 at 03:10:44PM -0600, Eric F Crist wrote: > > On Nov 1, 2005, at 11:15 AM, Jason Morgan wrote: > >... > >Ok, it looks like it was an issue with the default settings on the > >Linksys (and is still somewhat of an issue). I can now connect to >

Re: New Logo

2005-11-01 Thread Jason Stewart
having a face is a step in that direction. The horns remain to > appease hardcore people I guess. I think it looks more demonic (not daemonic - heh.) than it used to. The original logo had a cutesy impish feel to it. Jason ___ freebsd-questions@freebs

Re: Quick Routing Question

2005-11-01 Thread Jason Morgan
m able to think :) > > Anyway, it's been a while since I've played with a Linksys, but I am > certain you can add static routes. > > Again, what you want is a route that states: > > - if it needs to go to 10.0.0.0, 255.255.255.0, send it to 192.168.1.2. Got it. I&#

Re: Quick Routing Question

2005-11-01 Thread Jason Morgan
On Tue, Nov 01, 2005 at 06:37:16PM +0100, Fabian Keil wrote: > Jason Morgan <[EMAIL PROTECTED]> wrote: > > > On Tue, Nov 01, 2005 at 11:24:59AM -0500, Steve Bertrand wrote: > > > > And again, tcpdump is a very good tool. The -i switch tells it what > >

Re: Quick Routing Question

2005-11-01 Thread Jason Morgan
On Tue, Nov 01, 2005 at 11:24:59AM -0500, Steve Bertrand wrote: > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Jason Morgan > > Sent: Tuesday, November 01, 2005 11:03 AM > > To: FreeBSD Questions >

Re: Quick Routing Question

2005-11-01 Thread Jason Morgan
s. Never played with tcpdump before. > > If you can ping from wifi to FBSD wifi interface, then push the scope of > the test further, trying to ping the cabled side of the FBSD box. > > let us know what you find, as the more detail we have after certain > tests, will enable

Re: Quick Routing Question

2005-11-01 Thread Jason Morgan
gt; Director of Information Services > Mason General Hospital > http://www.masongeneral.com > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jason Morgan > Sent: Monday, October 31, 2005 9:42 PM > To: FreeBSD Questions >

Re: Quick Routing Question

2005-11-01 Thread Jason Morgan
On Tue, Nov 01, 2005 at 09:03:11AM -0500, Steve Bertrand wrote: > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Fabian Keil > > Sent: Tuesday, November 01, 2005 5:58 AM > > To: Jason Morgan >

Quick Routing Question

2005-10-31 Thread Jason Morgan
e is simply not routing the data from one subnet to the other. I've verified that it's not the firewall blocking packets. How do I get these subnets to communicate? Thanks, Jason ___ freebsd-questions@freebsd.org mailing list http://list

Wireless Adapter (PCI) for FBSD 4.11

2005-10-28 Thread Jason Morgan
Is it even possible to use 802.11g cards with 4.11? I don't have the option of moving the system to 5.x or 6.x. Thanks for your time, Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To u

Re: OpenAFS for FreeBSD...

2005-10-23 Thread Jason C. Wells
ll the AFS functionalities I need. Arla was marked as BROKEN when I last tried to build it under 6X. IIRC, it was marked as broken for 5.4 too. Is there some special secret you could share with us to get an AFS client? I'd love to hear it. Thanks,

Re: OpenAFS for FreeBSD...

2005-10-22 Thread Jason C. Wells
last rumor I heard was that the server works. The client doesn't work out of the box. I did have the client sort of working once upon a time. That is to say that it was working right up until it panicked. OSX is a different kernel. The kernel is where the difficulty lies. Later, Jaso

Re: Voip - solutions!

2005-10-19 Thread Jason Stewart
On 19/10/05 05:02 -0700, Carstea Catalin wrote: > Please give me some free (open source) solutions for VoIP over FreeBSD! www.asterisk.org Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questi

Realtek AC97 Support

2005-10-02 Thread Jason C. Wells
he driver yet. If such a thing has actually been done by someone here, I'll try harder. Thanks, Jason C. Wells ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Which freebsd for newer server?

2005-09-27 Thread Jason Lieurance
r SMP with new new hardware, 4.11 perhaps? -- Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: server reboots every 9 hrs like clock-work

2005-09-27 Thread Jason Lieurance
, forget 9 hrs, it just rebooted 2 with in 10 minutes. -- Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

server reboots every 9 hrs like clock-work

2005-09-27 Thread Jason Lieurance
ys fine errors(its a file server so I figure there'll be some since files were open when it rebooted). I frustrated and don't know what to do. -- Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: AMD Sempron CPUTYPE & Co.

2005-09-22 Thread jason
Andrew P. wrote: On 9/22/05, jason <[EMAIL PROTECTED]> wrote: Andrew P. wrote: Hello! So I have a Sempron 2500+ CPU, one that supports SSE3. What should I place in my /etc/make.conf? I use ssh with X11Forward very often, so OpenSSL should be compiled to be as fast as it can

Re: nForce4-SLI, AHCI and NCQ and FreeBSD 6.0

2005-09-22 Thread jason
O. Hartmann wrote: Hello. I have a little question about the popular nForce4-SLI chipset for the Socket 939 platform. The onboard SATA controller of the nForce4-SLI chipset claims to be NCQ (or SATA II) capable, but nVidia implemented this feature in a not-AHCI-standardised way, but as an own

Re: game server

2005-09-21 Thread jason
Eros wrote: Hi List please, How can I make a game server with FreeBSD ? I want run every game from one ferver with out need to install the games on the clients. Can i make that ? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: Recommended AGP Nvidia card?

2005-09-21 Thread jason
Kirk Strauser wrote: I use an aging MX 400 in my desktop machine (FreeBSD 6.0something) and really, *really* want to upgrade to something that supports the RenderAccel option. This machine has become glacially slow since some as-yet-undetermined upgrade broken that functionality, but I'd idea

Re: Firefox and Flash ...

2005-09-21 Thread jason
Kiffin Gish wrote: I know I am not the first nor more than likely the last, but I cannot for the life of me get Flash to work in Firefox 1.0.6 on FreeBSD 5.4. I've tried everything according to the FreeBSD handbook, mailing lists, etc, but still when there is a page with Flash, poor Firefox

Re: AMD Sempron CPUTYPE & Co.

2005-09-21 Thread jason
of ssh to native amd64 code and got a hugh speed boost. Making sure you get a optimized version os ssh like what I described will make a much bigger difference than just adding amd64 as your cp type to make.conf. Jason ___ freebsd-questions@freebs

Re: rt3 on 5.4

2005-09-17 Thread Jason Taylor
dave wrote: Hello, Is anyone experiencing issues getting rt3.4 installed on 5.4? I'm getting an error via a port dependency that it conflicts with mod_perl. Thanks. Dave. Running via fastCGI is working well here. I had problems with mod_perl too. It was a long time ago and I don't remem

Re: Software RAID1

2005-09-15 Thread Jason King
Man I'm a moron. That sed command was what was screwing me up. I couldn't see the ad0 until you pointed it out. Thanks so much. I think that's got it...the synchronization is going onright now. Jason Gayn Winters wrote: > > >>-Original Message- >>F

Re: Software RAID1

2005-09-15 Thread Jason King
. GEOM_MIRROR: Device gm0: provider da1 activated. GEOM_MIRROR: Device gm0: provider mirror/gm0 launched. Mounting root from ufs:/dev/da0s1a Gayn Winters wrote: >>-Original Message- >>From: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED] On Behalf Of Jason King >>Sent: Thur

Re: Software RAID1

2005-09-15 Thread Jason King
Also, I noticed that this command: sed -e 's/dev\/ad0/dev\/mirror\/gm0/g' /mnt/etc/fstab Doesn't seem to do anything to the fstab file on the second disk. Isn't it suppose to be changing something? Jason Jerry McAllister wrote: >>The instructions say to use ad0

Re: Software RAID1

2005-09-15 Thread Jason King
tarting sshd. Initial i386 initialization: . Additional ABI support: linux . Starting cron. Local package initialization: . Additional TCP options: . Starting background file system checks in 60 seconds. Wed Sep 14 14:02:41 EDT 2005 Sep 14 14:03:03 mail su: jking to root on /dev/ttyp0 Andre

Re: Software RAID1

2005-09-15 Thread Jason King
rking on. It doesn't make sense to me. I'm following the instructions verbatim. I only created one slice and one partition. Any other ideas? Jason Jerry McAllister wrote: >>The instructions say to use ad0 and ad1 as the /dev names but those >>devices don't exist on my

Re: Software RAID1

2005-09-15 Thread Jason King
uot;. And the gmirror add command give "can't access provider". I'll try again and let the list know what happens. Jason Jerry McAllister wrote: >>The instructions say to use ad0 and ad1 as the /dev names but those >>devices don't exist on my server. The device

Re: Software RAID1

2005-09-15 Thread Jason King
The instructions say to use ad0 and ad1 as the /dev names but those devices don't exist on my server. The device names are da0 and da1. I'd be glad to post anything you wish, but I don't know what the dmesg is, or how I get it. Can you tell me where I can get that information?

Software RAID1

2005-09-15 Thread Jason King
the first disk /dev/da0 to the mirror gm0. Has anyone else had success at creating a RAID1 mirror on FreeBSD. If so, please let me know how you did it because these instructions are not working at all. Jason ___ freebsd-questions@freebsd.org mailing

Re: Strange (newbie) Gateway Errors

2005-09-10 Thread Jason Morgan
e tried, it's hard to give you some advice. What's your rc.conf look like? Have you set the appropriate kernel options? Version of FreeSBD? Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebs

Re: Won't go into multi-user mode

2005-09-05 Thread Jason Morgan
> to be reached during boot. > You try 'boot -v' to see if there are any hidden messages? -Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Hard disk woes

2005-09-05 Thread Jason Morgan
no 65278/FEFE > automatic acoustic management yes yes 128/80 128/80 > $ > > That's everything I can think of. > Just a general comment: I had a very similar problem a while back. After replacing the drive in question, then replacing the motherboard, I discovered it was a power issue. The power supply was freaking out at medium to high loads, which was causing the device to continually reset. Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: First time gateway/router

2005-08-26 Thread Jason Morgan
27;t want > to screw it up. > The Handbook is your friend :) Gateway: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-routing.html Firewalls (I use IPFW, but I hear PF rocks): http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook

Re: cannot burn a CD with plextor atapi cdrom drive on 5.4-RELEASE

2005-08-26 Thread Jason Morgan
AILURE - READ_TRACK_INFO ILLEGAL REQUEST asc=0x24 ascq=0x00 > error=4 > > Why is this happening, and how do I change my recipe to make burning a cd > (which should be very simple) work ? > Try cdrecord and its accompanying tools. -Jason ___

Re: cannot burn a CD with plextor atapi cdrom drive on 5.4-RELEASE

2005-08-25 Thread jason
user wrote: I have: #dmesg|grep acd acd0: DVDR at ata0-slave PIO4 which comes up as acd0 in /dev - I can mount cds in this drive just fine with: /dev/acd0 /cdrom cd9660 ro,noauto 0 0 So far so good. I put in a new blank CDR. I run: burncd -f /dev/acd0

Re: FreeBSD on old laptop, installer panic

2005-08-25 Thread Jason Morgan
-- > > Any ideas? Usually my *NIX give me panics /after/ I get through installing > them : p > I've had the same problem on an old laptop. I was told to try older releases (tried 4.11 and 5.4). I haven't gotten around to it, but that's somewhere to start. Cheers

Re: Clipper and Foxbase Application

2005-08-23 Thread Jason Stewart
x. It's in the ports tree. You may want to check it out. Then there's dosemu, which is supposed to be better but I haven't had as much success running database applications in in. Jason ___ freebsd-questions@freebsd.org mailing list htt

Re: Mozilla/Firefox weirdness

2005-08-22 Thread jason
O. Hartmann wrote: Hello. Since I upgrade my box from FreeBSD-5.4 to 6.0 it seems that I run into some really strange Firefox/Mozilla behaviour. The phenomenon is described really quickly: I can not save some configurations, like using which type of SSL/TSL, block popups etc. I can mark the b

Re: NAT server

2005-08-22 Thread Jason Morgan
t ipfw script (if that's what you're using), even if set to 'open', blocks incoming traffic from 192.168.x.x on the outside interface. -Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fr

Re: wireless DHCP + wep

2005-08-18 Thread Jason Morgan
omatically. > > because rigth now i cant do dhcp and need to do a ifconfig blablabla > wepkey xx wepmode 0 any time when i restart my laptop. > > thanks. > Can those configs be placed in rc.conf with dhclient_flags="WHATEVER" ? -Jason _

Re: Aggregated bandwidth

2005-08-17 Thread jason
David wrote: Hello, I have an extra box laying around that I would like to experiment with aggregating cable modem bandwidth. I have 3 nics and 3 cable modems and I would to know if there any way or any app that I can use to combine all 3 modems into one 4.5 meg service. What about upstream also

Re: How to Force UDMA100 Mode on Boot?

2005-08-16 Thread jason
Giga-Byte K8NS Pro motherboard. I would really like to solve the DMA problems, but if not I think the easiest is trying to downgrade it to UDMA100 on boot, which is what this post is about. Thanks -Mark jason wrote: Mark Kane wrote: Hi everyone. I've had a thread going here on the li

Re: error when makebuildworld

2005-08-15 Thread Jason Morgan
aining your source tree). # 2. `make buildworld' # 3. `make buildkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). # 4. `make installkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). # 5. `reboot'(in single user mode: boot -s from the loader prompt).

Re: How to Force UDMA100 Mode on Boot?

2005-08-15 Thread jason
Mark Kane wrote: Hi everyone. I've had a thread going here on the lists about DMA problems in 133 mode. In a nutshell, some drives give DMA_WRITE and DMA_READ errors when in 133 mode with certain configurations, however don't have any problems in 100 or 66 mode. After looking in to many solut

Re: mplayer-plugin firefox

2005-08-14 Thread Jason Morgan
running 5.3 > > this is probably something simple and to do with paths. Any help would > be much appreciated. Try linuxpluginwrapper? That's what I had to do to get the plugin to work, but that could have been me breaking something. -Jason __

Re: CD Burning Error

2005-08-12 Thread Jason Morgan
t; > > > > > gimpy# dmesg | grep acd > > > > > acd0: DVDR at ata1-master PIO4 > > > > > acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x02 ascq=0x00 > > > > > error=4 > > > > > > > > > > I've tried with UDM

Re: Group size

2005-08-11 Thread Jason Morgan
issue? I don't believe there is a limit to the number of users in a group. I know there was in the past, but I believe it was removed. Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Problems with Automount

2005-08-11 Thread Jason Morgan
ve actually set up amd successfully using the same instructions on > > > > another computer on which I installed FreeBSD 5.4. > > > > > > > > What do you think the problem could be? > > > > > > > > > > Are your trying to automount an N

Re: kernel panic on 5.4-RELEASE-p6

2005-08-07 Thread Jason Morgan
t looks similar to the untrained eye) on an old laptop of mine that I was trying to install with 5.4, 5.3, then 4.11. I posted the error to the mailing list, but was never able to solve the problem. Be interested to know if someone has a solution. -Jason Morgan ___

Re: Problems with Automount

2005-08-07 Thread Jason Morgan
> > I have actually set up amd successfully using the same instructions on > another computer on which I installed FreeBSD 5.4. > > What do you think the problem could be? > Are your trying to automount an NFS server? Are you sure you ha

Re: Boot page fault - alternative kernel needed?

2005-08-03 Thread Jason Morgan
On Thu, Jul 28, 2005 at 10:28:18AM -0500, Kevin Kinsey wrote: > Jason Morgan wrote: > > >I have an old laptop that I am finally trying to get FreeBSD installed on. > >It was recently running Linux just fine, but I am having a tough time > >getting FreeBSD installed on

Fetch able to get around firewall?

2005-08-03 Thread Jason Morgan
00999 deny log logamount 10 ip from any to any 65535 deny ip from any to any Any suggestions? Is is the standard solution to allow all outbound connections through? Thanks, Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/m

make buildworld error

2005-07-28 Thread Jason Morgan
end", line 17: Need an operator ".depend", line 18: Need an operator ".depend", line 19: Need an operator ".depend", line 20: Need an operator ".depend", line 21: Need an operator ".depend", line 22: Need a

Boot page fault - alternative kernel needed?

2005-07-28 Thread Jason Morgan
kernel to boot? Any suggestions? Thanks in advance, Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Boot page fault - alternative kernel needed?

2005-07-28 Thread Jason Morgan
kernel to boot? Any suggestions? Thanks in advance, Jason ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: RAID Level 55

2005-07-19 Thread jason henson
Nikolas Britton wrote: On 7/16/05, Chuck Swiger <[EMAIL PROTECTED]> wrote: Nikolas Britton wrote: I was reading on wikipedia about RAIDs trying to pass the time and I was thinking why not have RAID 5+5 or 5+5+5 levels, sure you waste 2/3th's of your space but wouldn't this be a killer setup f

Re: I have found a pc on the side curb

2005-07-18 Thread Jason Stewart
isting and most likely private installation. Jason > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" _

Re: FreeBSD Serial ATA hard drives support

2005-07-10 Thread jason henson
DMVN wrote: I ask this question via e-mail just because I hadn't found such information in the HandBook. Q: Does the FreeBSD 5.4 support SerialATA hard drives? I tried to install previous version (5.3) on the machine with 160GB Seagate Barracuda (8mb cache) drive (ST3160023AS). It said something

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