Problems with a C application that changes users and run 'screen -x'

2002-12-19 Thread Aaron Burke
result; } And here is the output: bash-2.05$ ./a.out To see the output from when your computer started, run dmesg(8). If it has been replaced with other messages, look at /var/run/dmesg.boot. -- Francisco Reyes <[EMAIL PROTECTED]> Cannot open your terminal '/dev/ttyp

RE: Problems with a C application that changes users and run 'screen -x'

2002-12-20 Thread Aaron Burke
> You're not running the executable as `root'. Since you are not the > superuser, you do not have permissions to operate on the pseudo-tty > that login attempts to work with, and this is why you get the > following error message: This is as I expected. And I dont know of a way to get around it.

RE: Need help formatting HDD

2003-02-16 Thread Aaron Burke
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of . Saevio . > Sent: Sunday, February 16, 2003 11:21 PM > To: [EMAIL PROTECTED] > Subject: Need help formatting HDD > > > > Hi All, Hi ". Saevio ." > > Sorry to write a F-BSD list with this, but i fig

RE: IPFW: rc.firewall script doesn't load when loading rules from a file

2003-02-18 Thread Aaron Burke
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jason Williams > Sent: Tuesday, February 18, 2003 3:50 PM > To: [EMAIL PROTECTED] > Subject: IPFW: rc.firewall script doesn't load when loading rules from a > file > > > I'm using FBSD 4.7 and have c

RE: gif tunnels?

2003-02-21 Thread Aaron Burke
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Krassimir Slavchev > Sent: Friday, February 21, 2003 12:21 AM > To: [EMAIL PROTECTED] > Subject: gif tunnels? > > > Hello All, > > I have: > > Private Net 1 Firewall 1Firewall 2 Priv

RE: Verizon DSL & FreeBSD?

2003-02-22 Thread Aaron Burke
(snip) > > > I also don't user Verizon for an ISP because they don't permit local > > > servers. Not true at all. > > > > > > > i'm guessing you're talking about the inconvenient way some Cable/DSL > > ISPs block incoming connections on common server ports (25, 80)? > > Verizon DSL does not b

RE: Verizon DSL & FreeBSD?

2003-02-22 Thread Aaron Burke
> On 02/22/03 09:26 AM, Aaron Burke sat at the `puter and typed: > > (snip) > > They dont block 80 on my box, allthough that might be a config setting > > not set in my area. > > Ok, mind if I ask you what your network setup looks like? rl0: flags=8843 mtu 1500

RE: Verizon DSL & FreeBSD?

2003-02-22 Thread Aaron Burke
> > On 02/22/03 07:03 PM, Cliff Sarginson sat at the `puter and typed: > > > Hi, > > > Well I can telnet to port 80 on your domain, but it times out in a > > > browser. > > > I don't get any greeting on the telnet, so...it's open, but > nothing is > > > responding to it .. (no web server I mean). n

RE: Verizon DSL & FreeBSD?

2003-02-22 Thread Aaron Burke
(snip) > I am resetting ports 113 and 27374 from my firewall, but not port 80. > >From my work system, port 80 is shown as filtered by nmap. Other than > that, everything above looks exactly right. Is it possible that port > 80 is being reset elsewhere? What command line did you use? "nmap -P0 6

problems with ipfw

2003-02-27 Thread Aaron Walker
${fwcmd} add pass udp from ${oip} to any 53 keep-state # Allow NTP queries out in the world ${fwcmd} add pass udp from ${oip} to any 123 keep-state ${fwcmd} add allow tcp from me to any setup keep-state ${fwcmd} add allow udp from me to any keep-state ${fwcmd} add allow ip from ${inet} to any out vi

full/half duplex

2003-02-27 Thread Aaron Walker
I have a 3Com 3c900-Combo and ifconfig is reporting that it was in half-duplex mode, so I booted up my 3com dos utility book disk and checked and it was at half-duplex so I changed it to full. ifconfig is still reporting it being half-duplex. Do I need to reinstall the driver or something? How wo

FreeBSD & Threads?

2003-02-28 Thread Aaron Walker
Does FreeBSD support POSIX threads? I was reading R. Steven's UNIX Network Programming last night at work, and he stated that 4.4BSD did not support threads, so I was just wondering if FBSD did.. I hope so. Now that I have my firewall setup, I'm ready to do some coding in FBSD. Please let me kno

disabling inetd & sendmail

2003-02-28 Thread Aaron Walker
I am trying to disable inetd and sendmail so that they do not start up when my router/firewall boots up. I have the following in /etc/rc.conf but it doesnt do any good: inetd_enable="NO" sendmail_enable="NO" how do I go about disabling these? thanks, Aaron To Unsub

RE: Minimize downtime(kernel loading)

2003-02-25 Thread Aaron Burke
> Is there any way to load a new kernel without having to reboot? Not in freebsd at this time. A reboot is necessary. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

RE: isp connection woes

2003-02-25 Thread Aaron Burke
(snip) > I have ATTBI for an isp, someone told me that the IP TTL is > expiring on the way to the server. Their network design > supports no more than 16 hops on the way to a DHCP server, > but increasing the (hard-coded) TTL (at line 159 in > /usr/src/contrib/isc-dhcp/common/packet.c) can help fi

RE: isp connection woes

2003-02-25 Thread Aaron Burke
(snip) You asked if you can ping your DHCP server > > Don't see why not, assuming: > > 1) The DHCP server returns icmp echo requests > > 2) You know the IP of the DHCP server > > > > > manual configuration > > > > > > ifconfig_rl0="inet 66.41.139.87 netmask 255.255.248.0" >

RE: question

2003-02-26 Thread Aaron Burke
> I had installed the ports with sysinstall > but how do I can start them loll > thank you for your answer If you installed the ports collection via sysinstall you should have a folder under /usr/ports . For example to install (lets say) "screen" you would type the following as root or super-user:

RE: ipfw troubleshooting (was ipfw rule placement)

2003-02-26 Thread Aaron Burke
(snip) > My firewall log is flooded with this message: > > [date and time]churgeon /kernel: ipfw: Deny UDP 10.142.240.1:67 > 255.255.255.255:68 in via ed1 Ports 67 and 68 are used by DHCP. If you get your IP address from a DHCP server, or you are serving or using DHCP on this interface, you will

RE: RAM

2003-03-01 Thread Aaron Burke
> To whom it may concern: > > What is the minimal amount of RAM do you need to install FreeBSD > 4.6/5.0? According to some docs at FreeBSD, you should only need 5MB to install, and 4MB to run. However more than 5MB is of course better. > > Thank you. No problem. To Unsubscribe: send mail to

RE: Hooking 2 Networks

2003-03-01 Thread Aaron Burke
> Subject: Hooking 2 Networks > > > I have two separate connections to the Internet with static > IPs and two separate networks. Each network has an internal > FBSD Gateway/NAT/caching DNS connected to the backbone & > each have a separate LAN subnet (192.168.0.x on one and > 10.0.0.x on another

RE: Hooking 2 Networks

2003-03-01 Thread Aaron Burke
> Each machine has static internal IPs and listed in the > /etc/hosts so finding them is easy. You dont have to worry about this. It should be fine that they are in hosts. (snip) > >{192.168.0.0}--[freebsd-gateway]--{internet conn1} > > (link) > >{10.0.0.0}--[freebsd gateway

RE: XDM on multiple virutal X screens ( ALT-F9,ALT-F10...)

2003-02-26 Thread Aaron Burke
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of User Tysken > Sent: Tuesday, February 25, 2003 5:32 PM > To: [EMAIL PROTECTED] > Subject: XDM on multiple virutal X screens ( ALT-F9,ALT-F10...) > > > Hi, > > I have searched some on google and on xfree86.o

Networking Drivers for Intel Silicon

2003-02-26 Thread Aaron Burke
Forwarded to these lists on behalf of William F Hunt. > > > Where can I find networking drivers for Intel silicon? > > There are a few available. Which card(s) do you need to > > support? > > http://developer.intel.com/design/network/drivers/index.htm To Unsubscribe: send mail to [EMAIL PROTECT

RE: XDM on multiple virutal X screens ( ALT-F9,ALT-F10...)

2003-02-26 Thread Aaron Burke
(snip) > > You have searched well enough. I remember playing with this > > for about a week in the past. (when I first got it working). > > Its amazing how easy the change is to make though. There are a few good reasons I can think of. Simply running an other instance of X-Windows takes up more re

RE: can't get to ATA133

2003-02-26 Thread Aaron Burke
(snip) > Subject: can't get to ATA133 > FreeBSD 4.7R > > Promise TX2000 with two ATA133 drives as ata masters using the ATA133 IDE > cables that came with the TX2000. > > dmesg shows: > > ad4: DMA limited to UDMA33, non-ATA66 cable or device > ad6: DMA limited to UDMA33, non-ATA66 cable or device >

RE: connecting two computer through a hub

2003-03-05 Thread Aaron Burke
> Hi: > > I have a machine set up with freebsd and it was set up to > connect to the internet. Cool. > > However, now I need to connect that computer to another > computer through a hub without any interent connection at > all. (I just want to have a VNC viewer up in the freebsd > box so that

please help: nntp and gaming with ipfw

2003-03-06 Thread Aaron Walker
ate in recv ep0 any ideas what's wrong with these rules? any help is greatly appreciated. Thanks, Aaron To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: please help: nntp and gaming with ipfw

2003-03-06 Thread Aaron Walker
s and make the switch every time I'd like to use usenet or play a few rounds of bf... On Thu, 2003-03-06 at 07:43, Aaron Walker wrote: > I have FreeBSD 4.7 running on my old p100 setup as a firewall.. > everything works except for 2 things: nntp (it somewhat works) and > playing a game t

Re: please help: nntp and gaming with ipfw

2003-03-06 Thread Aaron Walker
I have cut & paste the entire out put from "ipfw show" and ifconfig at the bottom of this message. On Thu, 2003-03-06 at 09:07, Bill Moran wrote: > Aaron Walker wrote: > > I have FreeBSD 4.7 running on my old p100 setup as a firewall.. > > everything works except fo

RE: Mirroring/load-balance two servers

2003-03-06 Thread Aaron Burke
> Does anyone know if there is a "simple" way to mirror two servers > without spending $ on hardware? I'm NOT talking about mirroring the > OS and the files, I'm talking about sending http requests to a second > server if the first server is down/un-reachable. This is sometimes > referred to as

RE: Mirroring/load-balance two servers

2003-03-06 Thread Aaron Burke
> "Aaron Burke" <[EMAIL PROTECTED]> writes: > > > To my knowlege, yes. Lets say you had a server called www. > > You would just give it two addresses in your domain configuration > > files. > > > > www IN CNAME 12.34.56.78 >

Booting 5.0 from GRUB

2003-03-07 Thread Aaron Walker
, since I can't get this to work. Thanks, Aaron To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

undefined reference to 'pthread_detach'

2003-03-08 Thread Aaron Walker
I was writing a little test threads program, and when I try to compile I get this: $gcc -o mttest mttest.c -lpthread /tmp/cco18ppz.o: In function `thread_func': /tmp/cco18ppz.o(.text+0xd2): undefined reference to `pthread_detach' I don't understand why I am getting this since pthread.h is include

Recording raw audio files under 5.0

2003-03-09 Thread Aaron Siegel
, but the devices audio0.x, dsp0.x, dspW0.x do exist. Do I need to create the dsp, audio, dspW devices? What does the statment"(4p/0r/4v channels duplex default)" found in the output of the sndstat indicate? Thank you Aaron d To Unsubscribe: send mail to [EMAIL

Linksys WMP11, ca. 2003.

2003-03-10 Thread Aaron Benner
"Linksys WMP11 PCI Prism2.5"}, So, the qeustion is, can I make this (actually these 10) cards work with FreeBSD? Any help or pointers on this would be greatly appreciated. --Aaron To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

RE: BTX Halted and Fatal Trap 12 errors on older machine

2003-03-14 Thread Aaron Burke
> I've got this spare machine, and I thought it would be perfect as a > FreeBSD box to play with. It's a P-100mHz, with 32MB RAM, floppy, video > card, two PCI NICs, 50X CDROM, 40GB Western Digital hard drive, and one > IDE controller. > > However, I can't boot at all from any bootable FreeBSD

RE: Remote X from another BSD Box

2003-03-21 Thread Aaron Burke
> On Wednesday, 19 March 2003 at 22:06:45 -0500, Brian McCann wrote: > > Hi all. I'd imagine this would be fairly simple since I got it to work > > from Xmanager for Windows...but I'm having difficulties. I have 2 > > boxes, both BSD (one FreeBSD, one OpenBSD). The FreeBSD box has a full > > blo

AirportExtreme with FreeBSD HostAP

2003-03-23 Thread Aaron Daubman
eme client to work with a FreeBSD HostAP? Any Pointers? (Must I disable WEP (as useless as it may be...)?) Thank you, ~Aaron -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Fitzgibbon Sent: Sunday, March 23, 2003 4:33 PM To: Giorgos Keramid

easy patch management tools

2006-09-05 Thread Aaron Bliss
nstalling new binaries with pkg_add ; thanks very much for your help with this. Aaron ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Sony DRU-820A DVD-RW RAM Drive

2007-03-04 Thread Aaron Siegel
Command. CDB: a4 0 0 31 9e 34 0 0 0 c c4 0 (cd0:ata1:0:0:0): CAM Status: SCSI Status Error (cd0:ata1:0:0:0): SCSI Status: Check Condition (cd0:ata1:0:0:0): ILLEGAL REQUEST asc:6f,4 (cd0:ata1:0:0:0): Reserved ASC/ASCQ pair (cd0:ata1:0:0:0): Unretryable error Thank you Aaron ___

Re: Sony DRU-820A DVD-RW RAM Drive

2007-03-04 Thread Aaron Siegel
xmms to see if that works and also try a commandline application to play a cd. Thank you Aaron On Sunday 04 March 2007 10:40 am, Garrett Cooper wrote: > Garrett Cooper wrote: > > Aaron Siegel wrote: > >> Hello > >> > >> Cannot > >> read or play a

Re: Sony DRU-820A DVD-RW RAM Drive

2007-03-04 Thread Aaron Siegel
Hello I figured my problem with playing back audio cd's. Amarok need to use /dev/acd0 not /dev/cd0 thank you aaron On Sunday 04 March 2007 11:52 am, Aaron Siegel wrote: > Hello > > I am using various kde applications, Amarok, kaudiocreator, kaffeine... KDE > appears to be th

Re: Running X window system

2007-03-04 Thread Aaron Siegel
What is not working? Are you receiving an error? If you are receiving an error post that error. Are booting to console and start X with startx? Is your LCD monitor giving you an out of range error? On Saturday 03 March 2007 8:50 pm, Warwick Sweetnam wrote: > Hi, I am having trouble getting X w

CD burning problem

2007-03-15 Thread Aaron Siegel
Hello I am unable to burn cd with my new Sony DVD-RW. I have been fighting with this for month. Sorry for have to post this message for such a basic task, Bellow is the error message that is produced by cdrecord Thank you Aaron <[EMAIL PROTECTED]># cdrecord -scanbus Cdrecord-Clone 2.01

Re: SYMLINK

2006-12-01 Thread Aaron Holmes
Jean-Paul Natola wrote: Please excuse my ignorance but I believe my symlink is not working, how can I verify a symlink? And Yes I am a newbie in the BSD / open source world. Jean-Paul Natola Network Administrator Information Technology Family Care International 588 Broadway Suite 503 N

Atheros Card support

2007-02-09 Thread Aaron Siegel
It appears the chipset listed in the man page are no longer being used in being used. Can anyone suggest a card? I would like to avoid using the ndis driver. I have tried using it for two different card and was unsuccessful. Thank you, Aaron _

tunneling / IPSec

2005-08-11 Thread Aaron Peterson
hts aren't always the right ones :-) Is there a pseudo-interface that allows tunneling over a tcp connection in a similar way to the gif interface? Aaron ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freeb

Re: simple (very) Bash problem

2005-08-12 Thread Aaron Peterson
're asking about SuSe here, but the obvious answer could be that "make" doesn't exist on that system. Lots of Linux distributions that are binary package based (RPM, etc) don't install a development environment by default. I don't know how peopl

remote syslogging

2005-08-12 Thread Aaron Peterson
in /etc/rc.conf: syslogd_enable="YES" syslogd_flags="-a 172.24.169.44/32:* -a 172.24.169.46/32:*" --- in syslog.conf: !* +chsfirewall1 local6.notice /var/log/firewall/chsfirewall1.log +chsfirewall2 local6.notice /var/log/f

Re: [nycbug-talk] Can I install FreeBSD 5.3 from a USB CD drive?

2005-08-12 Thread Aaron Peterson
> Even if you boot from the USB CD, there is a chance that FreeBSD load > won't recognize the USB chipset, so you won't be able to choose the > source for the installation media. Unless of course, once you get the installer booted you choose a network instal

Re: Any suggestions for a MTA for a new admin?

2005-08-12 Thread Aaron Peterson
om have to touch it for anything now. Aaron ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Counter-Strike, Wine and FreeBSD

2005-08-15 Thread Aaron Gibson
k (my .02) Props to ID and epic for supporting alternative platforms. UT* and Quake/Doom series work very well as I understand it (I played UT2004 and QuakeIII on FreeBSD with great success) --Aaron Andrew P. wrote: > Hello! > > I'm sorry to bother you all guys, but this issue

Re: ftp security

2005-08-15 Thread Aaron Peterson
tion for /home/ftp/incoming in your case. You could add another hard disk, or perhaps find a way to rearrange your existing space. It is usually easiest to set this stuf up at install time though... Aaron ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: ftp security

2005-08-15 Thread Aaron Peterson
On 8/15/05, stephen honea <[EMAIL PROTECTED]> wrote: > I read http://www.freebsddiary.org/ftp-anonymous.php to try and secrue my ftp > server. > The author sugested to add a line to my fstab: > > /dev/ad2s2f /home/ftp/incoming ufs rw,SUIDDIR2 2 > > however i don't have the file ad2s

Re: OT: Re: WinXP administration guide for unix guru

2005-08-22 Thread Aaron Peterson
On 8/22/05, Joshua Weaver <[EMAIL PROTECTED]> wrote: > What are the symptoms that you need administrator privileges? The default > security scheme, even with the SP2 behemoth installed, require an > administrator or power user to install the printer, but a user can print to > it. Is this just a po

Re: Four (even five) problems/queries on my FreeBSD installation

2005-09-02 Thread Aaron Peterson
> 1. I installed KDM to make the computer a little more > userfriendly, but now I can't run things as su. Emacs > refuses to start for instance, and when I am trying to > adjust things in Login Manager (in KControl) it asks me for > the root password, I enter it, and then I bounce back. What > is t

Re: IPFW lockout.

2005-09-04 Thread Aaron Peterson
to > assist > me. > > My question is: Will he/she be able to simply reboot, logon as root as > normal? > > - and then - > > disable IPFW in rc.conf ... or will the loopback rule not being present > cause more mahem than I think it will?

FreeBSD 5.4 sparc64 netboot install?

2005-09-08 Thread Aaron Glenn
All I've been able to find is installation instructions from 5.0 DP1 [1] and nothing for anything more modern. Is this method of installation not support any longer? I've got a cd/floppy-less netra that needs FreeBSD on it and I have no idea how to get it on there. Please CC me as I am not subscri

sparc64 netboot installation?

2005-09-08 Thread Aaron Glenn
How can I install 5.4 on a netra 105 with no floppy or cd drive currently running Solaris? All I've been able to find is a seroiusly outdated page[1] referring to 5.0-CURRENT with outdated links to bootloader files that no longer exist. Anyone? Please CC me as I'm not subscribed to -questions. Re

Re: FreeBSD 5.4 sparc64 netboot install?

2005-09-08 Thread Aaron Glenn
On 9/8/05, Kris Kennaway <[EMAIL PROTECTED]> wrote: > > Why do you think it's no longer supported? You can certainly install > sparc machines by netbooting them. > > Kris Partly because there is nothing in the handbook[1], release notes[2], or installation notes[3] for sparc64 about it. And mos

Re: FreeBSD 5.4 sparc64 netboot install?

2005-09-08 Thread Aaron Glenn
On 9/8/05, Kris Kennaway <[EMAIL PROTECTED]> wrote: > On Thu, Sep 08, 2005 at 10:48:56PM -0700, Aaron Glenn wrote: > > If you can point me to a resource I've overlooked, please do so. I > > would greatly appreciate a hit with the cluestick on this one. > > You don

tftpd does not respond to connections

2005-09-10 Thread Aaron Glenn
This has got me thoroughly stumped. On both stock FreeBSD 4.9 and FreeBSD 5.4 installs, tftpd does not and will not work. I uncomment out the first tftpd line found in /etc/inetd.conf, kill -HUP `/var/run/inetd.pid` and then attempt to connect to port 69. I've tried: - telnetting to localhost and

Re: tftpd does not respond to connections

2005-09-11 Thread Aaron Glenn
di# uname -a FreeBSD di.fm 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon Jul 19 10:34:46 GMT 2004 [EMAIL PROTECTED]:/usr/src/sys/compile/di.fm i386 di# ps -axww | grep inetd di# netstat -a -p udp Active Internet connections (including servers) Proto Recv-Q Send-Q Local Address Foreign Addr

Re: tftpd does not respond to connections

2005-09-11 Thread Aaron Glenn
On 9/11/05, Aaron Glenn <[EMAIL PROTECTED]> wrote: > > Can anyone tell me: > - why tftp doesn't show as LISTEN in netstat? > - why tftp did not respond on localhost? still curious about those > - why the tftp client only works? and only on the IP? > - why telnet

Re: how to rename a file with "!", "?", and other strange chars?

2005-09-17 Thread Aaron Peterson
ny series of one or more word characters, a period, and "php" in the variable $1. There are lots of options, sounds like you need a book on perl maybe... There is good online documentation here: http://perldoc.perl.org/perl.html Aaron _

Re: osx-fbsd-winxp

2005-09-19 Thread Aaron Siegel
On Sunday 18 September 2005 10:08 am, Dick Hoogendijk wrote: > On 18 Sep Roland Smith wrote: > > On Sun, Sep 18, 2005 at 01:36:14PM +0200, dick hoogendijk wrote: > > > What is the best way to let the winxp machine communicate with the > > > mac/osx? And what about the fbsd machine. Is there a proto

Re: Many name - same IP

2005-09-19 Thread Aaron Peterson
separate vhost definitions for each sub-domain if you want them to point to different web directories on your server. Aaron ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Many name - same IP

2005-09-19 Thread Aaron Peterson
information. If you use IRC, you can also look for help on irc.freenode.net #apache. Aaron ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

FreeBSD 5.4 + VMware

2005-09-20 Thread Aaron Peterson
;Safe Mode" from the default boot options. That way I can further troubleshoot and find the culpret hopefully. Thanks for any information regarding this issue. Aaron ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/l

Re: FreeBSD 5.4 + VMware

2005-09-20 Thread Aaron Peterson
> On Sep 20, 2005, at 1:37 PM, Aaron Peterson wrote: > > > I've had problems loading/booting FreeBSD 5.4 in a virtual machine. > > If I start in the default mode, it crashes VMware. If I start with > > ACPI disabled it crashes VMware. If I start in "Safe Mode&q

Re: freebsd and vmware?

2005-09-21 Thread Aaron Peterson
On 9/21/05, Yuan Jue <[EMAIL PROTECTED]> wrote: > On Tuesday 20 September 2005 15:23, mgedv online wrote: > > is 5.4, 6.0 or 7x supported to run under vmware on > > a logical partition? > > > > has anyone successfully setup such a configuration? > > A. if you want to install FreeBSD using vmware in

Re: FreeBSD Upgrade from 5.2 to 5.4

2005-09-29 Thread Aaron Siegel
Jay Read http://www.freebsd.org/doc/handbook/install-steps.html I think I understand your question. Sysinstall's label editor does not obtain the labels from an existing installation, you have to relabel the all of the partitions everytime you run sysinstall. When I perform an upgrade using

Problems with IPF after upgrading from 4.11 to 5.4

2005-09-29 Thread Aaron Siegel
is resolved quickly so I do not think it is DNS. Is there anything that has changed from 4.11 to 5.4 that would cause this problem. Thank You Aaron #Network Configuration hostname="hal.siegel-tech.org" ifconfig_dc0="192.168.0.2" ifconfig_fxp0="192.168.245.1 netm

Re: Converting from IPFW to IPFILTER

2005-10-10 Thread Aaron Peterson
lts. This is all in the handbook by the way: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls-ipfw.html Aaron ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Converting from IPFW to IPFILTER

2005-10-10 Thread Aaron Peterson
On 10/10/05, Aaron Peterson <[EMAIL PROTECTED]> wrote: > Thanks. The problem is it is on a production machine that I can not have down > for any length of time. So recompiling the kernel to remove IPFW support, and > then configuring, troubleshooting, and tweaking IPFILTER would hav

Re: unable to do su from user to become super user

2005-10-10 Thread Aaron Peterson
ust be a member of the group "wheel" in order to su to root. Aaron ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Nessus no longer open source

2005-10-13 Thread Aaron Peterson
On 10/13/05, Dinesh Nair <[EMAIL PROTECTED]> wrote: ...snip... > this may also be a call for new blood to assist in the continuation of nessus > 2. ...snip... I would tend to take it that way. Aaron ___ freebsd-questions@freebsd.org maili

Building amd64

2007-06-24 Thread Aaron Siegel
any open source system, Freebsd x86/amd64, kunbuntu x64, or opensolaris. I am going to borrow a copy of Windows Vista to verify it is a driver not faulty hardware. Thank You Aaron ___ freebsd-questions@freebsd.org mailing list http

make x LC_ALL=C: command not found.

2005-04-26 Thread Aaron Sloan
ned non-zero status "Makefile.inc1", line 118: CPUTYPE globaal should be set with ?=. error code 1. I did monkey with make.conf before step 1. I added... CPUTYPE?=i686 CFLAGS= -O -pipe Make now fails to the above error on every thing. I'm not certain what I did to break

Re: Licencing

2003-05-27 Thread Aaron Peterson
7;re not interested in that. I will give the very appropriate "three cheers for free" here :) aaron ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

FW: closed stream message when attempting portupgrade

2003-05-29 Thread Schroeder, Aaron
Hello, I originally sent this to ports, but I think questions is the proper group. This is probably a trivial fix on my end, but I have never run into this before. When I am trying to do a portupgrade -ra, or a pkgdb -F, I get a "closed stream" message and then the portupgrade kicks me back to

local patch to a /usr/ports file? how to do it?

2003-06-20 Thread Aaron Wohl
I have a patch to /usr/ports/misc/amanda-clients. Its a one line change to sendbackup-dump.c to add the L switch to snapshot for 5.x when making a dump. Where do I put the patch so when I do make in /usr/ports/misc/amanda-clients it gets applied? I checked the handbook and porters guide... I don

Re: bsd video streaming

2003-06-23 Thread Aaron Sloan
- Original Message - From: "Matthew Bettinger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 23, 2003 11:24 AM Subject: bsd video streaming > Hello, > > Does anyone know off hand if there is a port that can assist in > streaming mpeg or asf files from a web page (apache

RE: FW: closed stream message when attempting portupgrade

2003-06-25 Thread Schroeder, Aaron
That seemed to work for me. Thanks for the insight! -Original Message- From: Lukasz Ciazynski [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 10:52 AM To: Schroeder, Aaron Cc: '[EMAIL PROTECTED]' Subject: Re: FW: closed stream message when attempting portupgrade Schroe

pf and RELEASE

2004-10-24 Thread Aaron M.
ren't geared as such. i just like pf...and also FBSD, with this in mind..i want a machine that is secure and stable as can be, it is after all the access to the internet as well as the defender of all that is good for the comp

Re: 2 Network Cards & 2 IP's?

2004-10-26 Thread Aaron Nichols
It's a bit confusing to a machine which has to select the correct NIC to send traffic out. What is the goal of all this? Typically for multipe IP's on the same subnet you would just use an alias - I assume that's not suitable in this case but am not sure why. Aaron ___

Re: 2 Network Cards & 2 IP's?

2004-10-26 Thread Aaron Nichols
thing :D There is a sysctl variable which can be set to zero and would stop the log events I think net.link.ether.inet.log_arp_wrong_iface: 1 Hopefully that helps. Aaron ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/

Re: VPN questions

2004-10-27 Thread Aaron Nichols
er than the IP (I use an email address). I've resigned to having a few different VPN "concentrators" for clients to connect to as each seems to have it's own specific strengths and weaknesses and our company has a wide variety of clients connecting. Aaron __

Problems with NAT on gif interface for VPN (long post)

2004-10-27 Thread Aaron Nichols
ther list better suited to answering this questions let me know. Thanks in advance, Aaron ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

problems starting apache13-modssl

2004-10-29 Thread Aaron Sloan
hello, I'm trying to get apache13-modssl running and I can't seem to accomplish it. ps -aux after reboot gives me a an entry of "readproctitle service errors." How does one do this or where do I look? I'm running 4.10. Thanks, Aaron _

Re: ipfw configuration to intercept SMTP traffic

2004-11-01 Thread Aaron Nichols
through your host (thus allowing natd another go at reversing the > translation) this likely wont work. Sorry all - I had missed the post regarding use of the -proxy_rule option, which may address this issue. Didn't mean to futher confuse the issue. Aaron _

help

2004-11-05 Thread Aaron Carranza
I am trying to install a Linksys 10/100/1000 gigabit network adapter on a 4.9 freebsd operating system, but the os is not detecting the nic; however, when I install a 10/100 linksys nic it works fine. Please help me, I know that it may be a simple answer or it also could be a little difficult; howe

RE: help

2004-11-08 Thread Aaron Carranza
Where do I find the supported hardware list? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lowell Gilbert Sent: Saturday, November 06, 2004 12:50 PM To: Aaron Carranza Cc: [EMAIL PROTECTED] Subject: Re: help "Aaron Carranza" <[EMAIL PROTE

help

2004-11-11 Thread Aaron Carranza
I installed freebsd version 4.9 after installing the os, I tried to download some packages; however, I can't get connected to any site in the sysinstall configuration window. Even if I try to do a pkg_add -r cvsup-without-gui-161h, it returns an error and at the en of the message I get file not fou

Re: Postfix does not log

2004-11-12 Thread Aaron Nichols
hing in maillog? This may help indicate if the problem is syslog or postfix. Aaron ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Simple Network Traffic script

2004-11-12 Thread Aaron Nichols
w.raxnet.net) and gives you the flexibility to monitor just about anything. Aaron ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

help please

2004-11-15 Thread Aaron Carranza
I installed freebsd version 4.9, but for some reason I can't download any packages from any website, version 4.8 also gives me the same problem. Why is this happening? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-q

Re: FFS vs. UFS vs. UFS2

2004-11-15 Thread Aaron Nichols
First hit on google: http://sixshooter.v6.thrupoint.net/jeroen/faq.html On Mon, 15 Nov 2004 03:08:59 -0800, Loren M. Lang <[EMAIL PROTECTED]> wrote: > FreeBSD's main file system is currently UFS2, but I've also heard > reference to UFS and the Berkeley Fast File System(FFS). Looking > through t

Re: ipf firewall questions

2004-11-15 Thread Aaron Nichols
Computers Access > # > pass out quick from 172.20.1.0/24 to any keep state > pass in quick from any to 172.20.1.0/24 If you remove rule #4 - then there's nothing to allow response traffic that I can see (unless I'm missing something). I'd guess that if you remove #4 and add

Re: ipf firewall questions

2004-11-15 Thread Aaron Nichols
o check for any existing states may help. If they are hitting that rule and nothing below is catching response traffic based on existing states then I'm guessing that is what's needed. Sorry for the confusion on the last post and my apologies if this one causes any more. Aaron Aaron _

<    1   2   3   4   5   >