Re: Trouble mounting the root filesystem

2002-10-04 Thread Nick Tonkin
On Fri, 4 Oct 2002, Ruben de Groot wrote: > On Thu, Oct 03, 2002 at 11:02:24PM -0700, Nick Tonkin typed: > > > > Just installed FreeBSD 4.6.2 on a shiny new box with a Promise Fasttrack > > 100 onboard ATA RAID controller. [ snip ] > > Oct 3 23:00:17 init: /e

Re: dma

2002-10-05 Thread Nick Tonkin
FreeBSD, using VMware (the linux port thereof, with linux binary compatibility, in the latter case). There's also Wine, which allows you to run Windows programs on FreeBSD. - nick To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

'wrong' version of perl for ports??

2002-10-05 Thread Nick Tonkin
some binaries on the system made with 5.005 or something? - nick ~~~~ Nick Tonkin {|8^)> To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Mouse jumping all over the place in X

2002-10-05 Thread Nick Slager
s: > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "MouseSystems" > Option "Device" "/dev/sysmouse" > EndSection MouseSystems is almos

Re: VMware2 port

2002-10-06 Thread Nick Slager
Thus spake Bob Bomar ([EMAIL PROTECTED]): > I am looking to help with porting VMware 2 to FreeBSD. > I cant take on a project like this alone, but I would > like to help out however I can. vmware2 is already in ports: /usr/ports/emulators/vmware2 It works fine. Nick -- "We

Re: Puzzling Simple NATD and IPFW Problem

2002-10-08 Thread Nick Rogness
have gateway_enable="YES" in /etc/rc.conf? What do the following show when you run them (just paste them in a reply): # ifconfig -a # netstat -rn # ipfw -a l # sysctl net.inet.ip.forwarding # ps -aux |grep nat # cat /etc/rc.conf

RE: ncsd

2002-10-08 Thread Nick Rogness
[EMAIL PROTECTED] > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-questions" in the body of the message > Nick Rogness <[EMAIL PROTECTED]> - WARNING TO ALL PERSONNEL: Firings will continue until morale improves. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

vmware2 license key

2002-10-08 Thread Nick Tonkin
Hi, The vmware2 port needs a license key, but VMWare is only offeringtrial keys (or paid-for keys) for v3.2, which has not been ported afaik. Does anyone have a liense file for 2.0 I could borrow? Thanks, - nick Nick Tonkin {|8^)> To Unsubscribe: send mail

Re: Linux emulation: acd0a is not a cooked ioctl CDROM

2002-10-08 Thread Nick Slager
t a SCSI device That doesn't look quite right; CDROM devices are usually accessed as /dev/acd0c in FreeBSD. Perhaps double check to see where the /dev/cdroma symlink points to. Nick -- "We demand rigidly defined areas of doubt and uncertainty." -- Douglas Adams To Unsubscribe:

Re: Ping to broadcast ok from subnet, not ok otherwise

2002-10-09 Thread Nick Rogness
ide the subnet, neither does DHCP, > which is proving to be a real problem!) Do you have Cisco routers connecting your frame's together? Nick Rogness <[EMAIL PROTECTED]> - WARNING TO ALL PERSONNEL: Firings will continue until morale improves. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Ping to broadcast ok from subnet, not ok otherwise

2002-10-09 Thread Nick Rogness
On Wed, 9 Oct 2002, TheGlenMann wrote: > >From the deft fingers of Nick Rogness... > > On Wed, 9 Oct 2002, TheGlenMann wrote: > > > >> Hi all- > >> > >> (Is this list working right? - I'm getting lots of wierd stuff in the > >> digests..

Re: kernel MAKE failed

2002-10-09 Thread Nick Slager
> *** Error code 1 > > Stop in /usr/src/sys/compile/WEBKERNEL > > any ideas >From GENERIC: device umass # Disks/Mass storage - Requires scbus and da ie, you'll need to have scbus and da in your kernel config file for umass support. Nick -- "We de

Re: vmware

2002-10-09 Thread Nick Tonkin
Excuse me, but did you get networking working with win2k guest on freebsd? - nick Nick Tonkin {|8^)> On Wed, 9 Oct 2002, Nathan Kinkade wrote: > On Wed, Oct 09, 2002 at 07:12:52PM -0400, wolf wrote: > > vmware 2 won't run XP, etc on an athlon >

Re: vmware

2002-10-09 Thread Nick Slager
Thus spake Nick Tonkin ([EMAIL PROTECTED]): > > Excuse me, but did you get networking working with win2k guest on > freebsd? That combination works fine here. Nick -- "We demand rigidly defined areas of doubt and uncertainty." -- Douglas Adams To Unsubscribe:

Re: vmware

2002-10-10 Thread Nick Tonkin
On Wed, 9 Oct 2002, Nathan Kinkade wrote: > On Wed, Oct 09, 2002 at 10:02:25PM -0700, Nick Tonkin wrote: > > On Wed, 9 Oct 2002, Nathan Kinkade wrote: > > > > > On Wed, Oct 09, 2002 at 07:12:52PM -0400, wolf wrote: > > > > vmware 2 won't run XP, etc

Re: Secure FTPd

2002-10-10 Thread Nick Leuta
> > > http://www.ford-hutchinson.com/~fh-1-pfh/ftps-ext.html > The above link mentions to ssl ftp servers, BSDFTP-server and ProFTP-SSL, > but none of them are in the ports? There are a lot of software not in the ports... :-) It's possible to make a port (I speak only about bsdftpd-ssl), if it's

Re: ipfw and natd during internal to internal access ...

2002-10-10 Thread Nick Rogness
of your network to the internal address. Any other workaround is considered shitty by most people, like: ipfw divert natd all from any to any via $outside_int ipfw divert natd all from any to any via $inside_int However, this would probably work [

Re: ipfw and natd during internal to internal access ...

2002-10-10 Thread Nick Rogness
uestion and belongs on this list. This question gets asked probably once a month or so...maybe needs to be added to someone's FAQ I suppose. Besides, they will probably tell you the same thing that was mentioned below. > > Nick Rogness wrote: > >

Re: ipfw and natd during internal to internal access ...

2002-10-10 Thread Nick Rogness
On Thu, 10 Oct 2002, Jack L. Stone wrote: > At 03:35 PM 10.10.2002 -0600, Nick Rogness wrote: > >On Thu, 10 Oct 2002, wolf wrote: > > > >> You might try freebsd-hackers or freebsd-stable mailing lists. They are > >> more technically oriented for things like th

Re: vmware

2002-10-10 Thread Nick Slager
Thus spake Nick Tonkin ([EMAIL PROTECTED]): > Most seem to say that one should specify netgraph bridging while building > VMWare but host-only networking when configuring a virtual machine. > > I've done that (and every other possible combination, I think!) but still > no j

Re: mozilla

2002-10-10 Thread Nick Slager
/java >and/or check your value of ALT_BOOTDIR. > > Exiting because of the above error(s). > gmake: *** [sanity] Error 1 > *** Error code 2 > > Clues ? The native FreeBSD JDK requires an existing installed JDK to bootstrap it. The easiest way to do this is to install

Re: ipfw and natd during internal to internal access ...

2002-10-10 Thread Nick Rogness
ot necessary and it's very ugly. Run an internal nameserver!! It's just that easy ;-P > Would ipf and ipnat have a solution to this problem or are they roughly > the same thing, different syntax (insofar as basic firewall/nat needs > go)? It's possible, I&#

Re: vmware

2002-10-10 Thread Nick Slager
for your floppy drive in My Computer. The software there will enable you to run your microsoft VM in resolutions other than standard vga (640x480x16colors). My microsoft vm currently runs at 1024x768x16bit on a 1400x1050x16bit X display. Regards, Nick -- "We demand rigidly define

ng_l2tp

2002-10-10 Thread Nick Slager
Is anyone aware of docs (however brief) for the new L2TP node for Netgraph? Nick -- "We demand rigidly defined areas of doubt and uncertainty." -- Douglas Adams To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

fxp, xl, rl device timeouts

2002-10-11 Thread Nick Rogness
ng this is related to the device polling but I need to figure out a fix to stop this. I coulnd't find a relevant link from the mail archives. Please advise. Thanks. Nick Rogness <[EMAIL PROTECTED]> - "Wouldn't it be great if we could answer people with a kick to the cr

Re: how do I ftp a large file ?

2002-10-13 Thread Nick Slager
find that it has a lot to do with data type sizes in the language the server was written in. Nick -- "We demand rigidly defined areas of doubt and uncertainty." -- Douglas Adams To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Caching namesever in sandbox not resolving local boxes

2002-10-14 Thread Nick Rogness
of zones." > > So, am I missing something here. I might well be mistaken in my > understanding of exactly *what* a caching nameserver is supposed to do. > Yes, to have your local names resolve via nslookup you need to create a zone and add your local ho

Re: 2 questions for 4.7

2002-10-23 Thread Nick Jennings
lla version (which will allow you to use the linux browser plugins). - Nick Jennings - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Phoenix browser and FreeBSD (Linux binaries) 4.6.2?

2002-10-23 Thread Nick Jennings
linux-phoenix port worked fine for me. However the linux java port (linux-blackdown-jdk-1.3.1) browser plugin does not work at all. When I go to a java enabled site, like www.anfyjava.com the browser completely hangs. :( - Nick Jennings - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PR

Re: Command like chkconfig

2002-10-23 Thread Nick Jennings
g) you'll be fine just ignoring params and starting whatever you need to start. When the system is shutdown down there is generally no harm in having the process not specifically "killed" via. the 'stop' param. - Nick Jennings - [EMAIL PROTECTED] To Unsubscribe: send

Re: Linux vs. FreeBSD

2002-10-23 Thread Nick Jennings
27;s have very good security update proceedurs, (Maybe you should use OpenBSD?), some Linux distro's are *very* good about this as well, especially Debian. Just some things to consider. - Nick Jennings - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: NAT gateway

2002-10-23 Thread Nick Rogness
# ps -aux |grep nat # ipfw -a l # sysctl net.inet.ip.forwarding Nick Rogness <[EMAIL PROTECTED]> - "Wouldn't it be great if we could answer people with a kick to the crotch?" [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Mozilla and Sylpheed

2002-10-18 Thread Nick Jennings
t to using a mozilla-based browser if you don't > need the other components? Galeon is quite nice As is phoenix. (portinstall linux-phoenix) - Nick To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: problems with 'nautilus2' port

2002-10-18 Thread Nick Jennings
On Thu, Oct 17, 2002 at 03:37:50PM -0700, Nick Jennings wrote: > On Thu, Oct 17, 2002 at 05:03:12PM -0400, Joe Marcus Clarke wrote: > > On Thu, 2002-10-17 at 17:05, Nick Jennings wrote: > > > > > > I had GNOME installed, and just recently upgraded to GNOME 2.0 (a

Re: make installworld failing?

2002-10-18 Thread Nick Jennings
orld # make installworld Am I being blissfully ignorant? Is the "WrongWay" to do it? - Nick To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

oaf-slay not working.

2002-10-18 Thread Nick Jennings
: args: keyword not found su-2.05b# Any ideas on what I can do to fix this problem? - Nick To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: oaf-slay not working.

2002-10-18 Thread Nick Jennings
On Fri, Oct 18, 2002 at 03:36:51PM -0400, Joe Marcus Clarke wrote: > On Fri, 2002-10-18 at 14:44, Nick Jennings wrote: > > > > On my various linux machines, oaf-slay works fine, however on my BSD > > box I get the following error: > > > > su-2.05b# oaf-slay

Re: Monitoring program: email and sms warnings

2002-10-21 Thread Nick Jennings
On Mon, Oct 21, 2002 at 07:29:24AM -0700, Jason End wrote: > Any good program or set of scripts that can monitor > whether a site is up, and whether someone has changed > something in a file or directory, which upon detecting > any changes can send out an email and/or sms? www.penemo

Re: Low Balancing

2002-10-22 Thread Nick Rogness
between the two links? > > The only proper way to do this is with a routing daemon like gated or zebra. This requires peering arrangements with your upstream ISPs. There are other alternatives, all of which are rather difficult to implement. Nick

Re: Reconfigured named, but now getting errors

2002-10-22 Thread Nick Jennings
e passed to my ISP's NS's. Ok, now I'm confused. So you mean, you want external requests to go to your ISP's nameserver? and your internal requests to go to your local LAN nameserver? Set your workstations to use your internal nameserver as primary DNS. Maybe one of

Re: help with webcam through natd + ipfw

2002-10-24 Thread Nick Rogness
/etc/natd.conf" > > My firewall does not have much changed from the SIMPLE template. I allow > a few incoming connections including ports 80, 443, 53, 110 and the port > I want to foward back to my webcam : 8080. What does `ipfw -a l` show? Nick Rogness <[EMAIL PROT

Re: help with webcam through natd + ipfw

2002-10-24 Thread Nick Rogness
correct. Also, to help troubleshoot more, I would recommend using ipfw log statements as well as the natd log option. Nick Rogness <[EMAIL PROTECTED]> - "Wouldn't it be great if we could answer people with a kick to the crotch?" [EMAIL PROTECTED]

Re: help with webcam through natd + ipfw

2002-10-24 Thread Nick Rogness
rogram isn't listening on port 8080 tcp on your $PRIVATE_IP (Use netstat -an on that machine to verify) 2) The firewall is blocking the packets. I still haven't seen the output of ipfw -a l yet so I can't be sure. Packets don't always act the way

Re: help with webcam through natd + ipfw

2002-10-24 Thread Nick Rogness
, ipnat.conf doesn't need to exist when using IPFW/NAT. That is for the ipnat/ipfilter system which is a whole different monster. > Charles Pelletier > Tech. Coordinator > St Luke's School > > - Original Message - > From: "Nick Rogness" <[EMAIL PR

wierd errors when building ports

2002-10-17 Thread Nick Jennings
/share/examples/etc/defaults/make.conf) and did *very* little in customization... My CFLAGS looks like this: CFLAGS= -O -pipe -Wall -ansi What could be the problem here? Or is the compiler I'm using just not like '//' used as comments? Any tips greatly appreciated. -- N

problems with 'nautilus2' port

2002-10-17 Thread Nick Jennings
lso, I've tried removing nautilus2 and re-building, but I get the same behavior. Any Ideas? -- Nick Jennings [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: problems with 'nautilus2' port

2002-10-17 Thread Nick Jennings
On Thu, Oct 17, 2002 at 05:03:12PM -0400, Joe Marcus Clarke wrote: > On Thu, 2002-10-17 at 17:05, Nick Jennings wrote: > > > > I had GNOME installed, and just recently upgraded to GNOME 2.0 (after > > cvsuping to the latest ports tree). Nautilus2 built fine, but when I >

problems mounting extended partitions and fdisk.

2002-10-17 Thread Nick Jennings
ion just fine under any of the other Linux installs I have on this machine (3 Linux distro's, 1 FreeBSD, 1 Win98), so I know the partition table is not corrupt. Any Ideas? -- Nick Jennings [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: problems mounting extended partitions and fdisk.

2002-10-17 Thread Nick Jennings
On Fri, Oct 18, 2002 at 01:53:46AM +0300, Giorgos Keramidas wrote: > On 2002-10-17 16:00, Nick Jennings <[EMAIL PROTECTED]> wrote: > > su-2.05b# mount_ext2fs /dev/ad1s8 /mnt/debian/ > > mount_ext2fs: /dev/ad1s8: No such file or directory > > The error message is as clea

Re: problems mounting extended partitions and fdisk.

2002-10-17 Thread Nick Jennings
gt; the slice table. That is the way I read the man page. I read the manpage, and it does mention 'interactive' mode 3 times. However, it seems as if nowhere does it say how to get into interactive, mode. As I read it, it hinted at the fact that running 'fdisk ' whith no

Re: Home network design

2002-10-28 Thread Nick Rogness
nt. Run NAT where needed. This is generally how most firewall appliances (like Cisco PIX, Sonic Wall, etc) work. It's just a matter of preference anyway, it's not like your running some massive network service. Of course, you could just KISS and

re: divxplayer

2002-10-28 Thread Nick Rogness
; Abort trap. > > I've tried running netscape communciator as well with the same msg. > > so it's definitely linux ports.. and i have linux-base-7.1.1 installed. > When you run from the command line: # linux What does it say? Nick Rogness <[EMAIL PROTEC

Re: FreeBSD Router/Firewall Questions

2002-10-31 Thread Nick Rogness
yet... Yes, 2 ethernet cards. One for the outside network and one for the inside network. Basic stuff. Nick Rogness <[EMAIL PROTECTED]> - "Wouldn't it be great if we could answer people with a kick to the crotch?" [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: gateway_enable="YES" without a restart

2002-11-03 Thread Nick Slager
> gateway_enable="YES" line. Now I want to uncomment this line so it routes my > traffic, but I don't want to actually restart my box because its got a 17 > day uptime, and I want to see how high I can get it, and the past 17 days > would of been wasted if I reboot :) #

Re: NATD HELP

2002-11-07 Thread Nick Rogness
-n $external_ethernet_interface OR -a 200.37.53.22 Nick Rogness <[EMAIL PROTECTED]> - "Wouldn't it be great if we could answer people with a kick to the crotch?" [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTE

port utils not working (ruby memory error)

2002-11-14 Thread Nick Jennings
'make deinstall && make clean && make install' same with ports/sysutils/portupgrade but nothing worked. Any ideas how I can get my system back to normal? I have serious misgivings about every trying to update/upgrade my ports & installed packages again :( How

Re: ucom - kernel, module or both?

2002-11-14 Thread Nick Slager
ed in the kernel, or compiled as a module. Nick -- "We demand rigidly defined areas of doubt and uncertainty." -- Douglas Adams To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

ServeRAID 4Lx SCSI RAID Controller

2002-12-01 Thread Nick Twaddell
s It lists the card as 020EServeRAID 4Lx SCSI RAID Controller Is this only in FreeBSD -current possibly? The raid is going to be my boot up device, so I will need to make a bootable cd of -current. Is there an easy way to do this? What does everyone recommend? Thanks Nick Twaddell To Unsubs

Bootable FreeBSD cd

2002-12-02 Thread Nick Twaddell
How can I make a bootable cd of freebsd 4.7-CURRENT The iso on the mirrors is -RELEASE I believe. Nick To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Bind - Upgrading from FreeBSD 4.6 default to 9.2.1

2002-12-09 Thread Nick Wilson
e new version of BIND? I've tried editing the named-program path in rc.conf but with no effect. Many thanks, Nick To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

problems 'make'ing ports

2002-12-11 Thread Nick Jennings
fully 'make buildworld'... And about 50% of the time I try to install a port that just won't build, so I have to use 'pkg_add'. Any tips greatly appreciated. -- Nick Jennings [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: New to BSD and have a few questions.

2002-12-11 Thread Nick Jennings
istributions. Every package is kept out of the base system (meaning, it is installed in either, /usr/local/ or /usr/X11R6/). The base system is BSD itself, and is rebuilt and installed from source /usr/src/* including the kernel. They are not packages. Hope that helped. -- Nick Jennings

More driver errors

2003-02-11 Thread Nick Wood
da2: Fixed Direct Access SCSI-3 device Feb 10 10:14:19 mail-da-1 /kernel: da2: 320.000MB/s transfers (160.000MHz, offset 63, 16bit), Tagged Queueing Enabled Feb 10 10:14:19 mail-da-1 /kernel: da2: 140014MB (286749488 512 byte sectors: 255H 63S/T 17849C) Feb 10 10:14:19 mail-da-1 /kernel: da1 at ahd0 bus 0 target 1 lun 0 Feb 10 10:14:19 mail-da-1 /kernel: da1: Fixed Direct Access SCSI-3 device Feb 10 10:14:19 mail-da-1 /kernel: da1: 160.000MB/s transfers (80.000MHz, offset 63, 16bit), Tagged Queueing Enabled Feb 10 10:14:19 mail-da-1 /kernel: da1: 17501MB (35843670 512 byte sectors: 255H 63S/T 2231C) Any help is appreciated. Thanks, Nick To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: gif tunnels?

2003-02-25 Thread Nick Rogness
55.255.252 # route add -net 10.2.0.0/24 10.255.255.2 Pay close attention to the "tunnel" keyword on line 2 above. Also, make sure gateway_enable="YES" is in /etc/rc.conf. Nick Rogness <[EMAIL PROTECTED]> - How many people here have telekenet

Re: gif tunnels?

2003-02-25 Thread Nick Rogness
On Tue, 25 Feb 2003, Nick Rogness wrote: > On Fri, 21 Feb 2003, Krassimir Slavchev wrote: > > > Hello All, > > > > I have: > > > > Private Net 1 Firewall 1Firewall 2 Private Net 2 > > --- ---

Porblem wiht installing xmms shell and other apps

2003-03-01 Thread Nick Allgood
d so forth, adn i make it and then it says it needs Glib 2.0 and when i try to install Glib 2.0 i already have it so it sasy, so please respond asap with any help, it will begrealyt appreciated Thanks Nick _ Protect your PC - get

this is the glib error i get,its the same as wehn i tried with gtk

2003-03-01 Thread Nick Allgood
this is the one i get about the glib2.0 not fucntioning or working correctly, so help me asap Thanks again Nick _ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail This

FreeBSD + parallel port = virtual "printer"?

2003-03-08 Thread Nick Sayer
Does anyone have any experience trying to get the FreeBSD parallel port driver to emulate a printer? I have a device that outputs postscript print jobs to a printer, and I'd like to capture those jobs with a nearby FreeBSD machine and pass them into lpr. To Unsubscribe: send mail to [EMAIL PROT

Unable to fetch XFree86-libraries during install

2003-03-15 Thread Nick Popoff
I'm having a problem installing 5.0 from floppies & FTP. The whole installation goes very well until it gets to XFree86, and then fails with the following sequence of messages. I've tried the main FTP server plus several mirrors. Any info would be much appreciated. --- Unable to fetch p

Re: How to add another subnet/route (update)

2002-07-11 Thread Nick Rogness
erface for my new subnet? Is it a simple route -add thing? I've > never done this before... What is the ifconfig info from your interface. Is the network you want to add part of that subnet? Please give the ip subnet ranges so someone can answer your qu

Re: FreeBSD 4.5 + KDE 3's kdm....error....

2002-07-14 Thread Nick Hilliard
some form), I fixed it by simply re-installing X from the packages system. Previously, I had just used the binaries from the XFree86 ftp site. Apparently, there seems to be some minor differences between the two. Anyway, kdm now works a treat on my laptop. Nick To Unsubscribe: send mail to [E

RE: Three nics routing problem

2002-07-15 Thread Nick Rogness
routing table on both "test" machines look like? Are they using the FreeBSD machine as their default gateway? What does traceroute reviel? > > The frl box will of course always communicate with the test box. But > it will not forward packets from the 10.0.0

Re: Control of ppp dial-in

2002-07-16 Thread Nick Rogness
use a cron job to start ppp at 8 and use another cron job to shut it off (kill it) at 5. Nick Rogness <[EMAIL PROTECTED]> - Don't mind me...I'm just sniffing your packets To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: inet sharing

2002-07-16 Thread Nick Rogness
ay" and "FreeBSD networking" etc... Also search the freebsd-questions mailling list archive and handbook as this is a very common topic. Nick Rogness <[EMAIL PROTECTED]> - Don't mind me...I'm just sniffing your packets To Unsubscribe: send mai

swap_pager: indefinite wait buffer: bufobj (...)

2006-09-18 Thread Nick Withers
the problem doesn't reoccur, but it'll mean a few processes getting killed here and there due to lack of available memory... -- Nick Withers email: [EMAIL PROTECTED] Web: http://www.nickwithers.com Mobile: +61 414 397 446 ___ freebsd-questio

Re: IPFW doesn't resolve host names

2006-09-20 Thread Nick Withers
ny 53 out via $oif $ks". > $cmd > 00611 allow tcp from any 50 to me in via $oif > $cmd 00612 allow udp from > me to any 53 out via $oif > $cmd 00613 allow udp from any 50 to me in via > $oif > $cmd 00700 allow icmp from any to any via $oif > ### &g

Re: IPFW doesn't resolve host names

2006-09-20 Thread Nick Withers
On Wed, 20 Sep 2006 20:12:18 +1000 Nick Withers <[EMAIL PROTECTED]> wrote: > On Wed, 20 Sep 2006 11:07:16 +0100 (GMT+01:00) > Vittorio <[EMAIL PROTECTED]> wrote: > > > Dear friends, > > I have a pentium 4 freebsd 6.1 server connected to my > > office wi

Re: Member of group wheel, but still can't shutdown system?

2006-10-05 Thread Nick Withers
hut it down. To do this: "chmod o+x /sbin/shutdown". Might be a good idea to understand the setuid concept beforehand, if you don't already... > Thanks, > Tommy2 -- Nick Withers email: [EMAIL PROTECTED] Web: http://www.nickwithers.com Mobile: +61 414 397 446 ___

make buildworld problem

2006-10-05 Thread Nick Browning
andir and I just cvsup'ed my sources. Thanks, Nick tools/../../../../contrib/gcc/genconditions.c /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genmodes.c /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gencheck.c /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/

Re: Diablo-Jre / Javavmwraper / Firefox / FreeBSD6.2

2006-11-21 Thread Nick Pavlica
e browser plugin etc. --Nick Pavlica ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Does disk encryption causes a performance penalty for Data Access/Read/Write, etc

2006-11-22 Thread Nick Pavlica
Does *disk encryption* causes a *performance* penalty for Data Access/Read/Write, etc? I haven't done any testing, but would assume that it would impact it to a certain degree, because there is the additional encryption overhead. --Nick Pa

Problems opening, viewing, and manipulating PRs

2006-11-22 Thread Nick Barkas
site, or emails to [EMAIL PROTECTED], respectively? Is there somewhere better to ask these questions than this list? Thanks very much! Nick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Foo***-lite ?

2007-02-18 Thread Nick Withers
ite port is the same. > thanks much, > > gary > > > -- > Gary Kline [EMAIL PROTECTED] www.thought.org Public Service > Unix -- Nick Withers email: [EMAIL PROTECTED] Web: http://www.nickwithers.com Mobile: +61 414 397 446 _

Re: Backup procedure question / theory

2007-03-01 Thread Nick Withers
ox and bzip2 / gzip them to a file on the FreeBSD machine. A little off-topic here, perhaps... > So i ask if any kind persons on the list can advise or even help me > with this. > > Many kind regards > > Dave -- Nick Withers email: [EMAIL

Re: i finally got wireless working

2006-12-17 Thread Nick Withers
be > pretty nervous about upgrading until i read that everything i > kosher with iwi- support. It works fine. Please see the UPDATING entry from the 2006-07-11, i.e.: 20060711: The iwi(4) was updated to use the firmware(9) framework. In order for it to work you need a

Re: i finally got wireless working

2006-12-17 Thread Nick Withers
On Sun, 17 Dec 2006 09:24:04 -0600 Jonathan Horne <[EMAIL PROTECTED]> wrote: > On Sunday 17 December 2006 03:53, Nick Withers wrote: > > On Sun, 17 Dec 2006 01:07:05 -0600 > > > > Jonathan Horne <[EMAIL PROTECTED]> wrote: > > (snip) > > > > >

Re: Large -X directory

2005-09-06 Thread Nick Evans
On Tue, 06 Sep 2005 12:29:56 -0400 Robert Fitzpatrick <[EMAIL PROTECTED]> wrote: > I have a directory, no idea where it came from called '-X' and it has > consumed my entire /home partition, now 10GB. Given the name, I am > finding it hard to remove, how can I remove this file? I've been doing a >

Re: Problem at first boot

2005-09-17 Thread Nick Larsen
I have the following directories on seperate partitions partitions: / /var /tmp /usr /data /dev shouldn't have a partition mounted to it, as it wastes space. if you do a "df -h" you will see /dev is always 100% full and has a size of 0 On 9/15/05, Rein Kadastik <[EMAIL PROTECTED]> wrote: > > BT

RE: Which MySQL version best to use and with/without linux thread s?

2005-10-04 Thread Nick Evans
__ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" I've been benchmarking this on a dual opteron 246 serve

smartmontools on Compaq smart array fails

2007-05-14 Thread Nick Jagger
er, adding -T permissive options doesn't make a difference. Searching the archives and the web didn't bring a solution. I hope someone out there has one. Nick Get the free Yahoo! toolbar a

Re: smartmontools on Compaq smart array fails

2007-05-17 Thread Nick Jagger
- Original Message smartmontools isn't the appropriate program you need to use a program called idacontrol get it from ftp.jurai.net/users/winter/idacontrol.tar More on PR i386/70482 Use smartmontools on ATA disks. Your 360 uses SCSI disks on a proprietary controller which doesen't s

Re: Alternative keyboard layouts not working with xorg7.2

2007-05-23 Thread Nick Jagger
- Original Message From: Norberto Meijome <[EMAIL PROTECTED]> To: freebsd-questions@freebsd.org Sent: Wednesday, May 23, 2007 11:51:50 AM Subject: Re: Alternative keyboard layouts not working with xorg7.2 On Wed, 23 May 2007 02:36:14 +1000 Norberto Meijome <[EMAIL PROTECTED]> wrote: >

Re: Which mail server is the best for me?

2005-04-13 Thread Nick Pavlica
> > One of these days I want to release a small tutorial on how to do this. That would be great! --Nick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any m

Re: 5.8TB RAID5 SATA Array Questions

2005-04-14 Thread Nick Pavlica
e much larger ( http://en.wikipedia.org/wiki/Comparison_of_file_systems). --Nick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: 5.8TB RAID5 SATA Array Questions

2005-04-15 Thread Nick Pavlica
"I am going to be attacking this tonight and my efforts will be primarily focused on creating one large 5.8TB slice….wish me luck!!" How did this go? Were you able to create the very large slice? --Nick -- > > *From:* Nick Pavlica [mailto:

Re: 5.8TB RAID5 SATA Array Questions

2005-04-15 Thread Nick Evans
far off. It's also reassuring that I'm not > the only nut job building ludicrous systems.. > > > > Nick, I believe that we may have some minor misinformation on our hands.. > > > > I refer you both to http://www.freebsd.org/projects/bigdisk/ which accordin

Re: 5.8TB RAID5 SATA Array Questions

2005-04-15 Thread Nick Pavlica
elcome any > attempts at pushing any limits or trying new things... > I would help do some testing but I don't have any storage that large at the moment. I curious how 5.4RC2 or > handles very large volumes. Have you already tried fdisk, newfs ? --Nick

Support for Alviso (Intel i915) chipset networking?

2005-04-17 Thread Nick Triantos
an interface to this card (it shows lo0 and fwe0, which I think is the firewire ethernet driver). Any clues? It looks like a fix has been applied to the fxp driver, in time for rel 5.3, that should have added alviso chip support. Maybe I'm missing some other core logic driver,

Re: Support for Alviso (Intel i915) chipset networking?

2005-04-17 Thread Nick Triantos
subsys = 81d0104d rev= 03 The marketing page about this platform is here: http://www.intel.com/technology/itj/2005/volume09issue01/intro/p05_new_components.htm though it's quite substance-free. :-| I'll keep hunting for what could be going wrong, but any further p

Re: Support for Alviso (Intel i915) chipset networking?

2005-05-03 Thread Nick Triantos
Anyone have any ideas? I'm still a bit stumped as to why the stock 5.3 fxp driver does not work with my Sonoma-based laptop. thanks all, -Nick Nick Triantos wrote: D'oh, you're right, the i915 is the graphics chip (I think, technically, it's the whole northbridge. Intel i

<    1   2   3   4   >