RE: RAS

2005-11-15 Thread Steve Bertrand
their RADIUS requests to pre-configured RADIUS servers, in which mine all run FreeBSD, FreeRADIUS and DialupAdmin. Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

question regarding portupgrade for php on 5.3

2005-11-11 Thread Steve
a backup of /var/db/pkg (following the Lehey FreeBSD book) and tried: portupgrade -v php4 Expecting it would just go and upgrade to the current php4.4.1 package, instead I get the message: no need to upgrade php4-4.3.10_2 (= php4-4.3.10_2). specify -f to force. So what should I do? Steve

Understanding a patch file [OT?]

2005-11-11 Thread Steve Bertrand
/bin/perl - +# use warnings; use strict; use Storable; @@ -11,6 +11,8 @@ my $num; my $sum = sum; my $total = 0; + +# Test if (-e randomcount){ $href = retrieve (randomcount); Thank you for any advice! Steve ___ freebsd-questions

RE: Any Default Firewall Installed?

2005-11-09 Thread Steve Bertrand
), and on which IP. An entry as such: *:23 means the service is listening on all IP's on the box. nmap will allow you to see if the ports that correlate with the service is accessable from outside the box. If both those are true, then you may have a rules problem somewhere. HTH, Steve Thanks

viapm module failing during buildkernel

2005-11-09 Thread Steve Bertrand
Hi all, I've got a module that fails to build repeatedly when doing buildkernel. I've tried both a modified config, and finally GENERIC with the same results. Here's what I currently have: 5.4-STABLE FreeBSD 5.4-STABLE #0: Thu Jun 9 11:35:53 EDT 2005 ...and this is what I cvsup'ped to

RE: Kernel build failed in /usr/src/sys/modules/i2c/controllers/viapm

2005-11-09 Thread Steve Bertrand
a workaround yet. My next try will be disabling SMP support. I'll let you know if this works or not. Otherwise, I'm on the hunt for how to disable building of this module. Steve Please note that my custom kernel is nothing more than a re-name of the SMP-kernel at the moment: # pwd /usr/src

RE: Kernel build failed in/usr/src/sys/modules/i2c/controllers/viapm

2005-11-09 Thread Steve Bertrand
/src/sys/modules/i2c/controllers/via pm # cd /usr/src/sys/modules/i2c/controllers # mv viapm /home/steve/usr.src.sys.modules.i2c.controllers.viapm # ee Makefile ...then I deleted the viapm entry under SUBDIR, and saved the file # cd /usr/src # make buildkernel I know that moving the directory

RE: Kernel build failed in/usr/src/sys/modules/i2c/controllers/viapm

2005-11-09 Thread Steve Bertrand
/src/sys/SQL/modules/usr/src/sys/modules/i2c/contr ollers/via pm # cd /usr/src/sys/modules/i2c/controllers # mv viapm /home/steve/usr.src.sys.modules.i2c.controllers.viapm # ee Makefile ...then I deleted the viapm entry under SUBDIR, and saved the file # cd /usr/src # make buildkernel

RE: Kernel build failed in/usr/src/sys/modules/i2c/controllers/viapm

2005-11-09 Thread Steve Bertrand
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Bertrand Sent: Wednesday, November 09, 2005 11:25 AM To: 'Ewald Jenisch' Cc: 'FreeBSD Questions' Subject: RE: Kernel build failed in/usr/src/sys/modules/i2c/controllers/viapm While

RE: Kernel build failed in/usr/src/sys/modules/i2c/controllers/viapm

2005-11-09 Thread Steve Bertrand
I'm going to try to rebuild another kernel after putting back what I had changed, and see if the patched files fix this particular issue. FYI... the updated patches to some isa source files earlier on fixed the issue we were having with viapm module breaking. Steve

RE: getting an old NIC to work

2005-11-06 Thread Steve Bertrand
, if it's not imbedded in the MB, then you can try putting it in another box, just to eliminate the very, very slight possibility this is a computer issue, and not a NIC issue. Just a thought. I wish you lived next door, I've got about 30 NIC's laying around...I work at an ISP ;) Steve

RE: Realtek ethernet problem

2005-11-06 Thread Steve Bertrand
of the following commands: # ifconfig -a # uname -a # netstat -rn ...then, do the same with only one NIC installed at a time. Comparing the differences may be able to give us more clues to the problem here. Regards, Steve TIA -- budsz ___ freebsd-questions

RE: getting an old NIC to work

2005-11-05 Thread Steve Bertrand
. Regards, Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

RE: getting an old NIC to work

2005-11-04 Thread Steve Bertrand
? (ie IPFW)..and are you absolutely sure that the upstream gateway is indeed 192.168.1.1 (ie: can you ping it from a different workstation? Regards, Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

jdk14 without X libraries?

2005-11-04 Thread Steve Brown
I'm building /usr/ports/jdk14 on my 5.4-RELEASE i386, and it's using a lot of X.org stuff to do the build. I'm already using the -DMINIMAL flag, but I'd like a way to turn off all the graphical stuff. Does anyone here know how to do this? Thanks, Steve Brown

RE: Upgrading 4.11-STABLE to 5.4-STABLE

2005-11-03 Thread Steve Bertrand
input. Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

RE: gmirror on 1 or 2 IDE cables

2005-11-03 Thread Steve Bertrand
disk drives as primary, which FBSD would see them as ad0 and ad2 respectively. Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

RE: Upgrading 4.11-STABLE to 5.4-STABLE

2005-11-02 Thread Steve Bertrand
as opposed to rebuild solution would be nice: FreeBSD pearl.ibctech.ca 4.11-STABLE FreeBSD 4.11-STABLE #4: Fri Jun 24 12:14:21 EDT 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/PEARL i386 Steve ___ freebsd-questions@freebsd.org mailing list http

RE: Quick Routing Question

2005-11-01 Thread Steve Bertrand
-routing.html? Also, what does: # netstat -rn ...output? Steve Fabian -- http://www.fabiankeil.de/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

RE: Quick Routing Question

2005-11-01 Thread Steve Bertrand
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 us to provide further recommendations. Also, an ifconfig output could help too, so long everything is all connected. Regards, Steve Internet6

RE: Quick Routing Question

2005-11-01 Thread Steve Bertrand
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Morgan Sent: Tuesday, November 01, 2005 11:03 AM To: FreeBSD Questions Subject: Re: Quick Routing Question On Tue, Nov 01, 2005 at 10:25:25AM -0500, Steve Bertrand wrote: Destination

RE: Quick Routing Question

2005-11-01 Thread Steve Bertrand
is concerned). The only difference is that you are playing with private IP address allocations, as opposed to public addresses. Steve Jason Cheers, and good luck! Steve ___ freebsd-questions@freebsd.org mailing list http

RE: Quick Routing Question

2005-11-01 Thread Steve Bertrand
subnets. There is no need to nat between your two internal subnets. Steve Right now, the NAT related entries in rc.conf on the gateway look like this: natd_enable=YES natd_interface=xl0 #public interface natd_flags=-dynamic -m Thanks again, Jason Fabian -- http

RE: Quick Routing Question

2005-11-01 Thread Steve Bertrand
in this thread). I understand that the default on a Linksys does not allow WAN admin, but again, that was not the case here. Jason...what fixed it? Was it the addition of the new static route? Please enlighten me. Tks, Steve Once again, thanks everyone for the help. - Eric F Crist

RE: New Logo

2005-11-01 Thread Steve Bertrand
the project. # if ($logo eq $clientSatisfaction) { # print Sickening\n; # die(); # } elsif ($logo eq $sellingPoint) { # print Also sickening\n; # die(); # } else { # print I'll keep referring, using, and advocating FBSD\n; # } My humble .02 Steve Greg -- See complete

RE: New Logo

2005-11-01 Thread Steve Bertrand
, remove fbsd-q from the reply-all address when posting like this. It's like a hockey game. Does the whole bench need to be involved, or can it be solved between a few players who are in the kerfluffel? Steve Just curious, -Mike ___ freebsd

RE: Quick Routing Question

2005-11-01 Thread Steve Bertrand
, and you'll have one nice, strong, segmented, subnetted, secure wireless and cabled infrastructure, right in your own home!! After you get IPSec working, we'll get you onto IPFW, and FW tweaking ;) Steve ___ freebsd-questions@freebsd.org mailing list

RE: New Logo

2005-11-01 Thread Steve Bertrand
it is only opinion...which I appreciate. I just always thought (or *misunderstood*) that -questions was for 'technical' questions. I'm tired, it's been a long day. I'm sure everyone has gotten into a thread where they wish the hadn't, and that they wish they could of been in bed all day ;) Steve

Pam auth

2005-10-20 Thread Steve Bertrand
question is, is there any way in single user mode to switch authentication back to the standard master.password file, without having to try to figure out how to change it elsewhere? TIA, Steve ___ freebsd-questions@freebsd.org mailing list http

RE: I am having problem with network

2005-10-12 Thread Steve Bertrand
. Feel free to ask questions. Also, any changes in this regard should be done at the console lest you make a mistake. After making changes to rc.conf, simply issue the command: # /etc/netstart To activate the changes. HTH, Steve inet 206.123.101.20 netmask 0xfc00 broadcast

RE: I am having problem with network

2005-10-12 Thread Steve Bertrand
be good to go. Steve Changed # ifconfig_em0=inet 206.123.101.20 http://206.123.101.20/ netmask 255.255.255.248 http://255.255.255.248/ From: # ifconfig_em0=inet 206.123.101.20 http://206.123.101.20/ netmask 255.255.255.252 http://255.255.255.252/ what can be the issue or what

RE: I am having problem with network

2005-10-12 Thread Steve Bertrand
double quote. I don't know if your email app is displaying the http references, but if they are, that is not part of the command. Steve Changed # ifconfig_em0=inet 206.123.101.20 http://206.123.101.20/ netmask 255.255.255.248 http://255.255.255.248/ From: # ifconfig_em0=inet

FW: Sata drives and FBSD

2005-10-05 Thread Steve Bertrand
this numerous times over the past couple months to no avail. Today, I tried another box using a 200GB Sata drive w/o RAID, and the exact same thing happens. I've tried all manner of things to no avail. If someone can shed some light on this issue, I would most appreciate it. Tks, Steve

Sata drives and FBSD

2005-10-05 Thread Steve Bertrand
times over the past couple months to no avail. Today, I tried another box using a 200GB Sata drive w/o RAID, and the exact same thing happens. I've tried all manner of things to no avail. If someone can shed some light on this issue, I would most appreciate it. Tks, Steve

RE: Sata drives and FBSD

2005-10-05 Thread Steve Bertrand
if this message comes in multiple copies. I was having problems with my server being rejected by FBSD MX's, and there may be a couple queued. Steve Tks, Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

FW: Sata drives and FBSD

2005-10-05 Thread Steve Bertrand
on this issue, I would most appreciate it. Tks, Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

FW: Sata drives and FBSD

2005-10-05 Thread Steve Bertrand
this numerous times over the past couple months to no avail. Today, I tried another box using a 200GB Sata drive w/o RAID, and the exact same thing happens. I've tried all manner of things to no avail. If someone can shed some light on this issue, I would most appreciate it. Tks, Steve

RE: FW: Sata drives and FBSD

2005-10-05 Thread Steve Bertrand
-Original Message- From: albi [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 05, 2005 12:53 PM To: Steve Bertrand Subject: Re: FW: Sata drives and FBSD hi, This message failed to go through twice, so I'll try one more time: i've since it 2x already, stop

Re: sendmail question on gateway install

2005-09-28 Thread steve lasiter
and that I can't get to my public IP from withing my LAN. When I telneted in from another PC outside the LAN I was able to pass through successfully. I appreciate the input. Steve L --- Lowell Gilbert [EMAIL PROTECTED] wrote: steve lasiter [EMAIL PROTECTED] writes: This is a follow up

sendmail question on gateway install

2005-09-26 Thread steve lasiter
configuration files need modifying to open this up? Thanks, Steve L __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com ___ freebsd-questions@freebsd.org mailing list http

gateway and smmsp

2005-09-23 Thread steve lasiter
to send the mail to my mail server. Any ideas? Thanks in advance. Steve L __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com ___ freebsd-questions@freebsd.org mailing list http

apache13+mod_ssl portupgrade problem..

2005-09-22 Thread Steve Monkhouse
been updated for 2 months.. What have I done wrong ? and how do I go about rectifying it ?? Any help would be GREATLY appreciated.. as my web server is still down at the moment.. Thanks in advance Steve ___ freebsd-questions@freebsd.org mailing list

RE: apache13+mod_ssl portupgrade problem..

2005-09-22 Thread Steve Monkhouse
# apachectl configtest Syntax OK Segmentation fault (core dumped) My config hasn't changed, and as I said was working perfectly before the portupgrade.. Next idea ?? Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

two questions in one

2005-09-19 Thread steve lasiter
for the great work, Steve Lasiter __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: Sendmail not using aliases

2005-09-07 Thread Steve Suhre
: ## Redirected to freebsd-questions from freebsd-hackers. On 2005-09-07 06:35, Steve Suhre [EMAIL PROTECTED] wrote: I'm upgrading a server and have sendmail 8.13.1 installed. I've moved the aliases and virtusertable files over and have run makemap and newaliases. Sendmail has been complaining

Re: Interests in *BSD

2005-09-07 Thread Steve Quinn
, feel free to email me back and I'll start burning media and lickin stamps Take care Steve Quinn __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: remote syslogging

2005-08-13 Thread Steve D.
Try: +chsfirewall1 local6.notice /var/log/firewall/chsfirewall1.log +* +chsfirewall2 local6.notice /var/log/firewall/chsfirewall2.log +* If that doesn't work try running syslog in debug: kill -9 `cat /var/run/syslog.pid` syslogd -d -v -a

Stranges with ARP

2005-08-10 Thread Steve Langdon
:fa:28:ec:87:98, NOT to 00:00:f0:87:4b:ca and user's NIC must ignore that packet unless his interface in PROMISC mode. Or I'm wrong? [EMAIL PROTECTED]:~ % ifconfig rl0 | grep flags rl0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500 [EMAIL PROTECTED]:~ % -- Best regards, Steve

Re[2]: Stranges with ARP

2005-08-10 Thread Steve Langdon
Sten, thanks for helping me. Another question: ``route -blackhole' is the same thing like ``arp -S [IP] 00:00:00:00:00'? So packet will ignore on router. Or not? -Original Message- From: Sten Daniel SЬrsdal [EMAIL PROTECTED] To: Steve Langdon [EMAIL PROTECTED] Date: Wed, 10 Aug 2005 15

gateway configuration

2005-08-07 Thread steve lasiter
I am researching and accumulating information on setting up my small office network and using a FreeBSD Gateway/Firewall as my entry point. I am seeking general FreeBSD advise, know problems, and input on this topic. I currently have all the equipment up and configured and now I'm tying it all

Segmentation fault (11)

2005-07-27 Thread steve lasiter
This is a questions to the group since I'm not sure if it's related to my FreeBSD 5.4 OS or something else. I'm on a Dell Pentium 2.55Ghz with 1 GB Ram. Background: In trying to install oscommerce I have uninstalled my php5 and went to php4. Because of error I've reinstalled Apache 1.3 and

Segmentation fault (11)

2005-07-27 Thread steve lasiter
This is a questions to the group since I'm not sure if it's related to my FreeBSD 5.4 OS or something else. I'm on a Dell Pentium 2.55Ghz with 1 GB Ram. Background: In trying to install oscommerce I have uninstalled my php5 and went to php4. Because of error I've reinstalled Apache 1.3 and

oscommerce issue

2005-07-25 Thread steve lasiter
I've fought with this for a couple of day and now it's time to ask. I'm running FreeBSD 5.4 with Apache 1.3, MySQL5.0.2, PHP5.0.3_2 and a fresh install of OScommerce. First Question: During my first attempt to access the /oscommerce/catalog/admin directory I got the register_globals turned off

Re: Cannot use cvsup

2005-07-16 Thread Steve Quinn
I did after trying to figure out CVSup for the first time, you may find my CVSup notes helpfull (shameless plug sorry) http://www.isgsp.net/freebsd/index.html I hope this helps Take care Steve Quinn Start your day

Re: Three questions...

2005-07-15 Thread Steve Quinn
to your production machine I hope this helps Take care Steve Quinn __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___ freebsd-questions

Re: Cloning FreeBSD installations

2005-07-14 Thread Steve Quinn
/html/os/misc/partimage.html#22 I hope this helps Namaste Steve Quinn __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___ freebsd-questions

Still uable to install DarwinStreamingServer

2005-07-11 Thread steve lasiter
I'm still looking for ANY help on getting Darwin Streaming Server installed, either via ports or manually. The port is broke and I've contacted the port maintainer and have got no reply. I'm also aware that he/she may be busy and I understand this so I'm not complaining and never would. My group

Re: DarwinStreamingServer problem

2005-07-08 Thread steve lasiter
] wrote: steve lasiter [EMAIL PROTECTED] writes: Please get DSS-v5_0_3_2.zip from http://developer.apple.com/darwin/project/streaming/ And you must accept the APSL. Then, put in /usr/ports/distfiles/DDS-v5_0_3_2.zip Add an s to project. As in: http://developer.apple.com/darwin/projects

dovecat-0.99.14 SSL option not present?

2005-07-08 Thread Steve Brown
choices and select SSL rather than GNUTLS, support for which is broken in Dovecot itself ATM, thus in the port also. However, when I run the config, I don't have the option to select SSL. My options are: GNUTLS, SASL2, VPOPMAIL, LDAP, PGSQL, and MYSQL. Any suggestions? Thanks, Steve B

DarwinStreamingServer problem

2005-07-07 Thread steve lasiter
This is my second post and I wanted to say the replies to my first post were very very helpful, thank you all for what you are doing. I'm on release 5.4 and I'm attempting to install the DarwinStreaming Server from the ports. I updated my ports first. I then went to the

accidental overwrite

2005-07-04 Thread steve lasiter
First let me say that I've been sucessful in finding all my answer either online, at the BSD website, or in my Absolute BSD book until now. I recently installed FreeBSD version 5.4 along with Apache 1.3, PHP5, and MySQL 5.02. I had everything working together great until today when I tried to copy

Serial console capable BIOSes?

2005-07-03 Thread Steve Brown
. Thanks, Steve B [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Linux move to FreeBSD

2005-07-03 Thread Steve Brown
That is way I here your problem but could not clearly see the problem with any Os's. How about you install BSD and just clear the conf file which shows Beastie at startup. Asking people to do something to easily remedy a situation of their own accord? Are you crazy? Steve B

RE: Explaining FreeBSD features

2005-06-23 Thread Steve Bertrand
stupid questions. Yes, but how does one inform the user of the self-help approach. Obviously putting that education in the handbook would be moot as they likely haven't read the handbook anyway ;) Steve Cali ___ freebsd-questions@freebsd.org

RE: Explaining FreeBSD features

2005-06-22 Thread Steve Bertrand
and realistic read ;) Steve Ted Thanks. -- Fafa Hafiz Krantz Research Designer @ http://www.home.no/barbershop Enlightened @ http://www.home.no/barbershop/smart/sharon.pdf -- ___ Sign-up for Ads Free at Mail.com http

RE: Explaining FreeBSD features

2005-06-22 Thread Steve Bertrand
different peoples experiences into your own. My .02 Steve I feel the handbook could be made clearer in some areas, but I believe it is good in general. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

RE: Explaining FreeBSD features

2005-06-22 Thread Steve Bertrand
even a half-baked search would of kept the archives cleaner, and put use to them. We all love FreeBSD, don't we? With all our hearts :) Hope I haven't taken anything you said out of context, but I really wanted to vent. This has been a very good thread! Steve Lei

RE: support for ICH6R controller and Broadcom ethernet

2005-06-22 Thread Steve Bertrand
the box, I get a flashing cursor in the top left corner of the screen as if it's going to boot, but it stays there. No errors nothing. I'll be trying this out again tomorrow, so I'll let you know if I find anything. Steve Thanks, Jim

RE: Yet another RAID Question (YARQ)

2005-06-22 Thread Steve Bertrand
window pop one of the RAID disks out, throw it in another box and ensure BOTH machines boot up with individual disks. This is a sure test to ensure RAID is working. Mind you, I also back up using rsync for critical stuff to another box, and to tape as well. Steve Uli

RE: Booting with multiple RAID1 configs

2005-06-18 Thread Steve Bertrand
this situation can help someone else who wants to boot off of an arbitrary disk before the motherboard disk in the future! Steve Cheers Titus ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

RE: Booting with multiple RAID1 configs

2005-06-18 Thread Steve Bertrand
100%/proc I must add that atacontrol is such a much simpler RAID manipulation tool than vinum. I haven't done any redundancy checks or anything as of yet, but it almost seems too good to be in the base system :) Steve Cheers Titus

Booting with multiple RAID1 configs

2005-06-17 Thread Steve Bertrand
. In the docs, I found how to boot by telling the os something like this: 1:ad(2,a)kernel, however I don't want to boot from an individual disk. It must be the promise card. I'd appreciate it if someone can help me sort this out! Steve ___ freebsd-questions

RE: Booting with multiple RAID1 configs

2005-06-17 Thread Steve Bertrand
are unplugged. Are there any config files that store this information? Sorry for the long winded post. Hopefully it was a little more clear! STeve If that's the case, just switch IDE cables plugging into the Promise controller. Thanks, Ken Ebling

Re: XFree86 port broke for Matrox G550

2005-06-16 Thread Steve Friedrich
On Thu, 16 Jun 2005 12:35:42 +0200, Dejan Lesjak wrote: Steve Friedrich wrote: I just cvsupped and used portupgrade for XFree86. I portupgraded imake first, then went thru each XFree86 component. I've been using a XFConfig file, but when I got this error, I tried startx -autoconfig

XFree86 port broke for Matrox G550

2005-06-15 Thread Steve Friedrich
I just cvsupped and used portupgrade for XFree86. I portupgraded imake first, then went thru each XFree86 component. I've been using a XFConfig file, but when I got this error, I tried startx -autoconfig When I startx, I get: (EE) Failed to load module fbdev (module does not exist, 0)

ethernet driver underruns

2005-06-15 Thread Steve Friedrich
Sometimes I get: dc0: TX underrun -- increasing TX threshold Can I discover what it set the threshold to and configure it accordingly? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: [dev] Re: XML/EDI questions

2005-06-12 Thread Steve Sapovits
to different file formats, then EDI isn't a whole lot more than another standard format. I've generated and read EDI files with Perl-based tools for example. There is also an emerging Web EDI standard. -- Steve Sapovits [EMAIL PROTECTED] ___ freebsd

RE: Outsourcing a modem pool for dialup? Any advice?

2005-06-10 Thread Steve Bertrand
to their servers/equipment in the US. Steve Thanks! -philip ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED

FBSD 5.4-STABLE/3Ware Escalade 7506-4LP on dual Opteron issue

2005-06-09 Thread Steve Richardson
the problem, as follows: mkdir testdir bonnie++ -d ./dbench -s 2g -n 100:50:1000 -x 100 I've included system information below, including dmesg output. regards, Steve Richardson System Administrator GweepNet Cooperative Network System Description: Gigabyte GA-7A8DW motherboard (2) AMD

MK3 patch

2005-06-02 Thread Steve Bertrand
the drives as a single array when installing from the CD. Any help is GREATLY appreciated. Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

5.4 NFS install broken?

2005-05-28 Thread Steve Rikli
in the Advanced Installation (2.13.6.1) section, and I suspect it might not be quite as simple for 5.4 . Thanks, sr. -- || Steve Rikli ||| My group's mission statement - || || Systems Administrator||| You want *what*? By *WHEN

snapshot mtime updated

2005-05-26 Thread Steve Roome
there are probably many better ways to do this, right now I'm just unsure if this is the correct behavious for snapshots. Thanks in advance if anyone knows what's going on here, Steve Roome P.S. I'm not subscribed to the mailing list, please cc responses to me. dodgy snapshot/remount/tar up script

snapshot mtime updated

2005-05-25 Thread Steve Roome
included the script I'm using to do this. I'm not really interested in ways to fix this script, though there are probably many better ways to do this, right now I'm just unsure if this is the correct behavious for snapshots. Thanks in advance if anyone knows what's going on here, Steve

5.4 NFS install broken?

2005-05-18 Thread Steve Rikli
How does one create the NFS installation directory for FreeBSD-5.4 ? I.e. is it supposed to be as simple as dumping the entire contents of CD#1 CD#2 into a directory on an NFS server, and pointing 'sysinstall' to it? I've been doing 4.x 5.x NFS installs successfully with an NFS server's

A litte more help with creating a freebsd partition on an external usbdrive

2005-05-16 Thread steve
da0s1d and /mnt/usbdrive as it's mount point. However, when I try to: # mount /dev/da0s1d /mnt/usbdrive I get the error: # mount: /dev/da0s1d: no such file or directory In /dev I see an entry for da0s1 and da0s1c but no entry for da0s1d. Any help in determining what I have missed? Steve

(SOLVED)Re: A litte more help with creating a freebsd partition on an external usbdrive

2005-05-16 Thread Steve
I went back and tried the whole partitioning process again following the instructions EXACTLY as laid out in section 16.3.1 of the FreeBSD handbook and it worked this time. Thanks to everyone who offered suggestions. Steve At 07:54 PM 5/16/2005, Lowell Gilbert wrote: steve [EMAIL PROTECTED

how to format an external usb drive with a freebsd partititon under freebsd 5.3

2005-05-15 Thread Steve
based on the instructions in the freebsd handbook but I get an error that freebsd can't write the partition. The usb drive is currently mounted, is that the problem? Steve Bopple www.digitalbluesky.net ___ freebsd-questions@freebsd.org mailing list

Re: setup 5.4 NFS install server?

2005-05-14 Thread Steve Rikli
In article [EMAIL PROTECTED] you write: Steve Rikli [EMAIL PROTECTED] writes: With 5.4, I dumped -disc1 onto the NFS server, but was prompted for the next disc to get perl package(s?). So I dumped -disc2 into the same place on the NFS server, but sysinstall continued to prompt for the next

setup 5.4 NFS install server?

2005-05-13 Thread Steve Rikli
into the right place, and/or need to update a table-of-contents file, or something equally simple. Hints appreciated. Cheers, sr. -- || Steve Rikli ||| While money can't buy happiness, it || || Systems Administrator||| certainly lets you choose your own

proper use of dump to backup a 5.3 box

2005-05-10 Thread Steve
a dump once a month, what would the proper syntax be for doing an incremental dump? Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: pcaudio device

2005-04-30 Thread Steve Friedrich
--Original Message Text--- From: Juha Saarinen Date: Sat, 30 Apr 2005 18:08:33 +1200 On 4/30/05, Steven Friedrich [EMAIL PROTECTED] wrote: Somewhere, I found out about /dev/pcaudio. I can cat a .wav file to it and it comes out of the PC speaker. I thought I learned this from kernel config

Advice on backup scheme for FreeBSD 5.3 box

2005-04-20 Thread steve
admin. I don’t work in the IT industry and I have zero knowledge of things like mirroring boxes or using applications like rsync so I’m looking for a guidance on a “simple” solution. Thank you much in advance. Steve www.digitalbluesky.net ___ freebsd

help diagnosing crash + other oddities

2005-03-15 Thread Steve
? Shows as IWs or IWs+ in ps eg: 58939 root 10 0 648K 0K wait 0:00 0.00% 0.00% sh Thanks for your time, Steve INFO Services: ssh, httpd, ftp(inetd), named, sendmail + spamassassin as spamc/d (resource hog) + my own php script for smpt auth [item 1] Mar 13 16:40:50 la

Re: Setting up a danish locale

2005-03-14 Thread Steve Kargl
aliases that do setenv do_danish xmodmap danish.keys setenv do_english xmodmap english.keys -- Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Setting up a danish locale

2005-03-11 Thread Steve Kargl
the Danish environment would be appreciate. -- Steve - End forwarded message - -- Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Setting up a danish locale

2005-03-11 Thread Steve Kargl
On Fri, Mar 11, 2005 at 11:30:08AM -0600, Paul Schmehl wrote: --On Friday, March 11, 2005 09:21:22 AM -0800 Steve Kargl [EMAIL PROTECTED] wrote: But any attempt to enter a danish character in for examples xemacs fails. From my colleagues comment a Right-Alt / o should yield a lower case o

growfs failure

2005-03-04 Thread Steve Sizemore
I stuck with dump/newfs/restore? Thanks. Steve -- Steve Sizemore steve (at) ls.berkeley.edu, (510) 642-8570 Unix System Manager Dept. of Mathematics and College of Letters and Science University of California, Berkeley pgpHhuvV2nYgh.pgp Description: PGP signature

Re: Window managers

2005-02-24 Thread Steve Tremblett
On Thu, 24 Feb 2005 16:52:35 +0100, Anthony Atkielski [EMAIL PROTECTED] wrote: Chuck Swiger writes: It's not hard. pkg_delete -xf kde or pkg_delete -xf gnome. [ You might want to be a little more selective than using such a wildcard, however, although if you've got the

Re: Instead of freebsd.com, why not...

2005-02-15 Thread Steve Tremblett
On Tue, 2005-02-15 at 17:58 +0100, Anthony Atkielski wrote: [snip] Please copy this down and put it on a sticky note on your monitor: PLEASE SHUT UP ANTHONY. Do you find it strange that you get so much flack in pseudo-technical discussions? Your understanding of the technology and the issues

please, a little sanity about the logo

2005-02-14 Thread Steve Ireland
-the-fact justification to me, especially considering that I not have ever seen any printed FBSD literature other than the few commercially available books. In either case, I doubt a logo change will have a beneficial impact given FBSD's other marketing shortcomings. For better or worse, Steve

<    8   9   10   11   12   13   14   15   16   17   >