Re: Has the port collection become to large to handle.

2006-05-14 Thread Frank Laszlo

Edwin Groothuis wrote:

On Sat, May 13, 2006 at 08:49:51PM -0400, Frank Laszlo wrote:
  

under a given measure ( to be decided again by stats )
said port is moved to a secondary port group.
  
Eww, sounds like a good definition of spyware, I could go without people 
knowing exactly what I install and when.



I for one wouldn't mind supporting this project.
  

Good for you..


You for one would mind.
  

Yes. Myself and several others I have spoke with.

You can't make everybody happy. And the immediately shouting of the
equivalent of the word Nazi doesn't help neither.
  
I know that you cannot make everyone happy, The OP was asking for 
opinions on the matter, I gave my opinion. It was not my attention to 
call anyone a Nazi so do not put words in my mouth please.


-Frank

Edwin
  


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Has the port collection become to large to handle.

2006-05-13 Thread Frank Laszlo

Steven Hartland wrote:

Garance A Drosihn wrote:

Unfortunately, this is the wrong solution.  I'm sure
you will love this *IFF* (that means if and ONLY if)
all of *YOUR* ports are in that category of important
ports.  We have 15,000 ports because every single one
of those ports has some users who think that specific
port is important.  While I'm sure that some ports
will be willing to be in the second tier category,
I suspect you'll still have thousands of ports with
hundreds of thousands of users who will be personally
insulted if someBastard refused to include their
favorite port in the important category.  I doubt
you will find anyone who wants to volunteer for the
role of someBastard, because that is certainly the
only name which will be used to describe whoever
chooses which ports are in the special category.


How about implement a system where by ports register
their usage to a central server. This will give us
some very useful stats about port usage and after some
time this is examind and all ports whos usage falls
under a given measure ( to be decided again by stats )
said port is moved to a secondary port group.


Eww, sounds like a good definition of spyware, I could go without people 
knowing exactly what I install and when.


We could also use this info to prune ports not getting
any use at all.
Then when someone does need it, it wont be there, and will have to be 
re-ported.


In addition to that a method of syncing ports indivitually
might be an alternative way to go. That way instead of
syncing the many thousands of ports to compile up the
latest version of XXX you would only have to download
the port you wanted and any dependencies.


This is a neat idea that Marc brought up. Perhaps a dynamic ports tree 
is the answer. With an up to date INDEX, It probably wouldn't be hard to 
patch the ports system to download JUST the ports you need, and their 
dependencies. We would just have to decide on the method to do this. I 
suppose something like cvsup, or portsnap could be utilized to checkout 
single ports. But then again, after that, whats the point of even having 
sub directories for ports? Why not just have it download the framework, 
build the port, and delete everything. Now its starting to resemble 
debians apt-get. *shrug*


-Frank

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


asr-utils broken on 6.0?

2006-04-28 Thread Frank Laszlo
Has anyone had success using asr-utils on 6.0? I have an Adaptec 2000S
card, and I am simply trying to query the array with no success. It
keeps returning the following error when I run raidutil -L all:

Engine connect failed: COMPATILITY number

I have googled for this error message and have found a couple threads
from about a year ago that suggest symlinking /dev/asr0 to a couple
other devices, /dev/rdptr17 and rdpti0. This does not fix the problem.
Any ideas? Thanks

-- 
__
Frank Laszlo
System Administrator
The VonOstin Group
Email:  [EMAIL PROTECTED]
WWW:http://www.vonostingroup.com
Mobile: 248-863-7584

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: asr-utils broken on 6.0?

2006-04-28 Thread Frank Laszlo
Martin Hudec wrote:
 Hello,

 Frank Laszlo wrote:
 Has anyone had success using asr-utils on 6.0? I have an Adaptec 2000S
 card, and I am simply trying to query the array with no success. It
 keeps returning the following error when I run raidutil -L all:

 Engine connect failed: COMPATILITY number

 I have googled for this error message and have found a couple threads
 from about a year ago that suggest symlinking /dev/asr0 to a couple
 other devices, /dev/rdptr17 and rdpti0. This does not fix the problem.
 Any ideas? Thanks

 I am.

 If I remember correct then this one needs to have:

 options ASR_COMPAT

 enabled in kernel.


 Cheers,
 Martin

Thanks for the quick response Martin, I am having some issues with a
remote server, and was trying to figure out if one of the disks have
failed. I will recompile my kernel with this option and give it a show.
Nice of someone to mention this in the docs somewhere, huh? (I'll send a
patch over to the maintainer for the manpage if this works out)

-Frank
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: web server attack

2006-04-06 Thread Frank Laszlo

Chuck Swiger wrote:

fbsd_user wrote:
[ ... ]

Does anyone know what this is and what I can do to stop it
besides adding the ip address to my firewall block rules?


I suppose that someone is trying to exploit mod_proxy to connect to an 
SMTP server (that's the CONNECT 4.79.181.15:25 part), or at least 
get HTTP replies back.


Make sure you don't have mod_proxy enabled in Apache


218-166-163-180.dynamic.hinet.net - - [06/Apr/2006:10:11:25 -0400]
\x04\x01 200 0 - -
218-166-163-180.dynamic.hinet.net - - [06/Apr/2006:10:11:45 -0400]
\x05\x01 200 0 - -
218-166-163-180.dynamic.hinet.net - - [06/Apr/2006:10:11:45 -0400]
CONNECT 4.79.181.15:25 HTTP/1.1 200 7014 - -
218-166-163-180.dynamic.hinet.net - - [06/Apr/2006:10:11:46 -0400]
GET http://www.ebay.com/ HTTP/1.1 200 7014 - Mozilla/4.0
(compatible; MSIE 5.00; Windows 98)


Setup mod_security to block that type of request. Any chance you can 
capture some packets and send a link? I'd like to take a look at it.


-Frank
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: I could not run this script in /etc/crontab

2006-03-01 Thread Frank Laszlo
Halid Faith wrote:
 My pathname is correct. I already checked it.
 Also I can run manually while I am a root user.
   
I dont think you fully understand. Be sure to use FULL pathnames in
programs within the script you are trying to run. when you run the
script within an interactive shell, the PATH is not the same as if it
were ran via cron. Hope this helps.

-Frank

 - Original Message - 
 From: Derek Ragona [EMAIL PROTECTED]
 To: Halid Faith [EMAIL PROTECTED]; freebsd-questions@freebsd.org
 Sent: Tuesday, February 28, 2006 10:31 PM
 Subject: Re: I could not run this script in /etc/crontab


   
 Check your script for and use full pathnames for commands, cron doesn't
 guarantee you will have a path or any environment variables you don't set
 in your script.

  -Derek


 At 02:15 PM 2/28/2006, Halid Faith wrote:
 
 Hello

 I have a script.
 I can run it without a problem as root manually.
 But I have a problem
 I could not run this script in /etc/crontab as below;

 */1 *   *   *   *   root/root/thescript

 What should I do ?



 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
   
 [EMAIL PROTECTED]
   
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 
 [EMAIL PROTECTED]
   

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [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: Remove a Port and All Dependencies

2006-02-24 Thread Frank Laszlo
Jeff Cross wrote:
 I would like to know if it is possible to remove a port/package and all
 of the dependencies it installed that are not needed by other
 applications.

 Example: I installed Nautilus and some Gnome games but don't want them
 installed any longer.  However, if I remove the package itself, doesn't
 it leave all of the other dependencies out there?

 Upgrading my system takes forever now that there are a ton of libs and
 such installed by these applications.  So, if anyone can point me in the
 right direction for doing this I would greatly appreciate it.

 Jeff Cross

sysutils/pkg_cutleaves.
__
Frank Laszlo
System Administrator
The VonOstin Group
Email:  [EMAIL PROTECTED]
WWW:http://www.vonostingroup.com
Mobile: 248-863-7584
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Compiling Ports...

2006-01-05 Thread Frank Laszlo
JK wrote:
 On Thu, 5 Jan 2006 14:41:50 -0500
  Michael P. Soulier [EMAIL PROTECTED] wrote:
 On 1/5/06, Crispy Beef [EMAIL PROTECTED] wrote:
 Am trying to get my head around the ports system, specifically
 custom options
 when compiling.  For example I would like to install apache 2.2
 under it's own
 dir in /usr/local, say /usr/local/apache22.  If I was rolling my own
 version
 using the configure script I would do:

 ./configure prefix=/usr/local/apache22

 I believe the default prefix can be changed, but I'm unclear as to why
 you would want to change it. The port installs a package that you can
 then remove easily with the pkg tools. Why would you want to do this?

 But wait! I thought the pkg system maintained track of where things
 were installed even if directed somewhere else and a pkg_delete etc
 would still work.  No?

the pkgdb will record the location of PREFIX, so pkg_delete will still
remove it even if its changed.

cd /usr/ports/www/apache22
make PREFIX=/usr/local/apache22 install clean

Enjoy


__
Frank Laszlo
System Administrator
The VonOstin Group
Email:  [EMAIL PROTECTED]
WWW:http://www.vonostingroup.com
Mobile: 248-863-7584


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mouse dead on FreeBSD but not on Windows

2006-01-03 Thread Frank Laszlo
Fernan Aguero wrote:
 Hi!

 I've a dual boot machine, which was running FreeBSD-5.4 (now
 6.0p1) and WinXP. It has a cheap PS/2 mouse (Biswal is the
 brand, but I guess it's just a generic mouse, details at the
 bottom).

 In Windows it works flawlessly ... wheel included. It's been
 running for months. In FreeBSD it never worked. I don't know
 if I'm doing something wrong ... this machine is the first
 box in which I installed 5.x so perhaps there are some
 configuration differences from 4.x tham I'm unaware of?

 Any help would be appreciated (of course I can go buy
 another cheap mouse ... but I'm intrigued now).

 The details:

 dmesg says:
 psm0: PS/2 Mouse irq 12 on atkbdc0
 psm0: [GIANT LOCKED]
 psm0: model Intellimouse, device ID 3

 moused says:
 moused -i all -p /dev/psm0
 /dev/psm0 ps/2 sysmouse Intellimouse

 I've tried to run 'vidcontrol -m on' and then 'moused -p
 /dev/psm0 -t auto/sysmouse' and I never get an arrow on the
 screen.

 I've got X installed with gnome and when booting I always
 get a black arrow in the xdm login screen that I cannot move
 with the mouse. I also tried to tweak my Xorg.conf file to
 no avail.

 My custom kernel has the following (I quote what I guess
 it's relevant, do ask for more detail if neccessary):
 deviceatkbdc
 deviceatkbd
 devicepsm

 I just cvsuped against RELENG_6_0 and rebuilt the world and
 kernel. All the base system is now 6.0p1, and now I need to
 rebuild all ports ... but apart from that the mouse is still
 dead on FreeBSD.

 Again thanks for any help,

 fernan

   
Are you using moused, or Xorg's mouse daemon? please send the applicable
section from your xorg.conf. Thanks

__
Frank Laszlo
System Administrator
The VonOstin Group
Email:  [EMAIL PROTECTED]
WWW:http://www.vonostingroup.com
Mobile: 248-863-7584

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mouse dead on FreeBSD but not on Windows

2006-01-03 Thread Frank Laszlo

 Frank, thanks for your reply,

 this is not just a problem in xorg, it is also the mouse not
 working in the console (without X). I don't get an arrow
 cursor that I can use in the console to copy/paste text.

 I've tried using moused (moused_enable=YES in rc.conf) and
 then using /dev/sysmouse in xorg.conf and also disabling
 moused and using /dev/psm0 in xorg.conf.

 Identifier  Mouse1
 Driver  mouse
 Option ProtocolPS/2
 Option Device  /dev/psm0
 Option ZAxisMapping 4 5

 (I've done tests with and w/o the ZAxisMapping line, and as
 mentioned with psm0 or sysmouse after /dev/ in the Device
 option. None worked).

 When using /dev/psm0 in xorg.conf I got the typical X cursor
 instead of the arrow, and I could move it with the mouse,
 although the movement was erratic ... most of the movement
 of the mouse was not recognized and sometimes the cursor
 would move to the bottom left corner of the screen  

 Using moused and /dev/sysmouse in xorg.conf resulted in a
 black arrow as a cursor, as mentioned, but the cursor would
 not move at all. 

 I exchanged the mouse, and now the same setup works (only
 tested the mouse in the console since I'm now rebuilding the
 xorg from ports). This is also a generic mouse (Noganet,
 PS/2) but it has three buttons instead of two and a wheel. 

 Maybe the other mouse is defective, but it works without a
 hitch in WinXP ... or perhaps I'm missing some essential flags
 that need to be added for a wheel mouse?

 Also, I've tried different combinations of ports/types using
 /stand/sysinstall (post-install configurarion-mouse) and I
 never got an arrow shown in the screen when activating the
 mouse daemon with the wheel mouse.

 Fernan
   
Have you tried starting mouse manually in the foreground? or with
debugging flags? take a look at `man moused` I had a PS/2 mouse, pretty
generic, came up in dmesg as a 4D+ mouse. It would work, but was
jumping all over the screen, worked fine in windows AND interestingly
enough, linux as well. might just be a glitchy implementation, worst
case you gotta pickup another $5 mouse. :)

__
Frank Laszlo
System Administrator
The VonOstin Group
Email:  [EMAIL PROTECTED]
WWW:http://www.vonostingroup.com
Mobile: 248-863-7584


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Free BSD install tutorial I wrote

2006-01-03 Thread Frank Laszlo



fbsd_user wrote:
 here is another install guide more up to date

http://www.unixguide.net/freebsd/fbsd_installguide/index.php

   
This is an excellent howto. Explains each step in detail, and highlights
key points. also shows screenshots of the entire process.

__
Frank Laszlo
System Administrator
The VonOstin Group
Email:  [EMAIL PROTECTED]
WWW:http://www.vonostingroup.com
Mobile: 248-863-7584

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Boot manager

2005-04-11 Thread Frank Laszlo
Sergei Gnezdov wrote:
On Sun, Apr 03, 2005 at 08:47:22PM +0200, Emanuel Strobl wrote:
 

Am Sonntag, 3. April 2005 20:36 schrieb Gert Cuykens:
   

On Apr 3, 2005 7:33 PM, Christopher Nehren
[EMAIL PROTECTED] wrote:
 

On 2005-04-03, Teilhard Knight scribbled these
What's wrong with FreeBSD's boot manager?
   

It writes ?? instead of windows
Nobody knows how it works for example how to install it witout sysinstall
:P
 


try grub.
Regards,
   Frank
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Very slow printing with stock FreeBSD5.3 + CUPS + Gimp-Print + HPDeskJet612C

2005-04-11 Thread Frank Laszlo
Chris wrote:
Anthony M. Agelastos wrote:
 

Hello all,
My HP DeskJet 612C printer is printing unbearably slow (0.033 PPM). I
have a stock installation (GENERIC KERNEL) of FreeBSD 5.3 straight off
of the install CDs, and I have installed very little software thus far.
I have mainly followed the installation instructions from
http://www.csua.berkeley.edu/~ranga/notes/freebsd_cups.html
It basically prints one line at a time, then pauses for a while, and
makes some noises, and then repeats. The whole single test page took
over 30 minutes to print. Does anyone have any insight/info that they
can give me to solve this problem or point me in the right direction of
solving it? I have Googled and done some searching and did not come up
with anything. I checked the CUPS documentation and forums and did not
see anything either.
   

Anthony,
I too have this issue. I tried with my HP 1100, 1300 and a 4050 on 3
differant PC/laptops.  The thing is, one of them, like yours, was a
generic install w/gnome and I tried bot apsfilter and CUPS.
Yet, everyone I have spoken with has no idea of the issues I'm dealing
with. So for now, and untill I pop on 5.4, I'm gonna leave my printing
for Windows.
	Yes, I tried the install via the Handbook, read the docs for apfilter,
and the closest I get to printing is via CUPS - and with the same issues
(and worse then you). Mine happen to be the GO light flashes for 20
minutes befor anything spits out.  *shrug*
 

Perhaps the quality setting is locked on high resolution? This would 
probably make the printer print quite slow if its an inkjet.

Regards,
   Frank Laszlo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: need help with script and sed

2005-02-18 Thread Frank Laszlo
Jim Pazarena wrote:
I would like to traverse my /users/home tree searching
for all regular files and change any lines which read:
  /cgi-bin/Count.cgi ... to:
  http://counter.qcislands.net/cgi-bin/Count.cgi ...
I kinda think that a 'find' with an -exec of 'sed' would do
it but I'm not sure, and even if it were, I'm not sure of
the syntax.
Could someone help me please?
Thanks!
Jim
for i in `find /users/home -type f`; do
   sed -i '' 
s|/cgi-bin/Count.cgi|http://counter.qcislands.net/cgi-bin/Count.cgi|g $i
done

This should do the trick.
Regards,
   Frank Laszlo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: need help with script and sed

2005-02-18 Thread Frank Laszlo
Bill Moran wrote:
Frank Laszlo [EMAIL PROTECTED] wrote:
 

Jim Pazarena wrote:
   

I would like to traverse my /users/home tree searching
for all regular files and change any lines which read:
 /cgi-bin/Count.cgi ... to:
 http://counter.qcislands.net/cgi-bin/Count.cgi ...
I kinda think that a 'find' with an -exec of 'sed' would do
it but I'm not sure, and even if it were, I'm not sure of
the syntax.
Could someone help me please?
Thanks!
Jim
 

for i in `find /users/home -type f`; do
   sed -i '' 
s|/cgi-bin/Count.cgi|http://counter.qcislands.net/cgi-bin/Count.cgi|g $i
done
   

The only thing I would recommend different is to provide a backup file
extension to the -i option of sed.  That way it keeps a copy of the file
as it was before sed touches it.  This will save you a lot of headaches,
if sed does something you don't expect.
 

Yes, very good call.
__
Frank Laszlo
System Administrator
The VonOstin Group
Email:  [EMAIL PROTECTED]
WWW:http://www.vonostingroup.com
Mobile: 248-863-7584
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Please don't change Beastie to another crap logo such asNetBSD!!!

2005-02-11 Thread Frank Laszlo
Oliver Leitner wrote:
alot of discussions going on the past 48 hours about this topic, i guess 
there is alot of room for explanations left, that ppls want to hear, why not 
give the ppls that actually stand behind FreeBSD and behind the logo contest 
or whatever it is a chance to tell us what they where thinking about when 
they started the contest?

also id like to know, *is* FreeBSD now coperate, like the previous poster 
tried to point out, or do we still have the bsd license here?

 


I wasnt really trying to make the point, but it does almost seem that 
way. I guess I'm not using the right words. More exposure to the 
corporate world.  Maybe thats a little better.

__
Frank Laszlo
System Administrator
The VonOstin Group
Email:  [EMAIL PROTECTED]
WWW:http://www.vonostingroup.com
Mobile: 248-863-7584

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Please don't change Beastie to another crap logo such as NetBSD!!!

2005-02-11 Thread Frank Laszlo

Anthony Atkielski wrote:
Dag-Erling Smørgrav writes:
 

Tux is a mascot, not a logo.  These are Linux logos:
http://images.slashdot.org/topics/topiccaldera.gif
http://images.slashdot.org/topics/topicdebian.gif
http://images.slashdot.org/topics/topicmandrake.gif
http://images.slashdot.org/topics/topicredhat.gif
http://images.slashdot.org/topics/topicsuse.gif
http://images.slashdot.org/topics/topicturbolinux.gif
   

I like Red Hat the best, and SuSE is the worst, IMO.
 

Are we forgetting about the printing aspect of things? The redhat logo 
has some nice gradients in it.

The image that is sometimes used as an all-round Linux logo is not
just Tux, but rather a particular representation of Tux in
combination with a logotype and an orange splash.  The author of that
logo is clearly aware of the distinction between a logo and a mascot:
http://www-mddsp.enel.ucalgary.ca/People/adilger/logo/
   

These are too complex to be used as logos.
 

And they just plain suck, IMHO.
 

Here's a page (a NetBSD logo contest entry) which addresses many of
these concerns, and coincidentally underlines my point about the
daemon not being exclusive to FreeBSD:
http://homepage.mac.com/codesamurai/netbsd-logo-entry/
   

Technically very clean, but too cute.
 

Riddled with opinions! :)
 

(this is so good I'm surprised NetBSD didn't adopt it, and I'd love to
see it submitted to the FreeBSD logo contest)
   

Eeuh, no.  Too cute.  It's important to avoid anything that looks like a
cartoon.
The logo displayed on the NetBSD site is a zillion times better.
 

More opinions!! jesus, does everyone have one of these? :)
__
Frank Laszlo
System Administrator
The VonOstin Group
Email:  [EMAIL PROTECTED]
WWW:http://www.vonostingroup.com
Mobile: 248-863-7584
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Newbie: where is the startup configuration line for BIND?

2005-02-11 Thread Frank Laszlo
aklist_061666 wrote:
Hi All:
I just upgraded from freebsd 5.1 to 5.3, and I want to edit the 
startup parameters for named so that it reads my previous config file, 
basically I want the startup parameter to be:

/usr/sbin/named -4 -c /etc/named.conf
But I can't find where that command string is?
all that is in my /etc/rc.conf is named_enable=YES 
I have another file called /etc/rc.conf~ which has the line:
named_program=/urs/sbin/named 
But is that file a backup file or is it actually used?
Or do I just need to modify that line with the parameters I want it to 
start up with?

Thanks!
(14:36:08) [EMAIL PROTECTED] ~]% grep named /etc/defaults/rc.conf
..snip..
named_enable=NO   # Run named, the DNS server (or NO).
named_program=/usr/sbin/named # path to named, if you want a different 
one.
named_flags=-u bind   # Flags for named
..snip..

Add the approapriote lines to /etc/rc.conf and you're all set. DO NOT, I 
repeat, DO NOT EDIT /etc/defaults/rc.conf. put overrides for it in 
/etc/rc.conf.

__
Frank Laszlo
System Administrator
The VonOstin Group
Email:  [EMAIL PROTECTED]
WWW:http://www.vonostingroup.com
Mobile: 248-863-7584
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Please don't change Beastie to another crap logo such as NetBSD!!!

2005-02-11 Thread Frank Laszlo
Chad Leigh -- Shire.Net LLC wrote:
On Feb 11, 2005, at 6:00 AM, Bart Silverstrim wrote:
Since when did FreeBSD, a project always driven by volunteers and not 
by commercial matters, suddenly gain a marketing department that is 
trying to steer FreeBSD into the business sector?  Is FreeBSD 
starting to have marketing dictate technology instead of technology 
dictate marketing?

Sorry, but this does not make sense.
FreeBSD is driven by commercial matters.  Many of the people that work 
on it are paid to work on it by their employers, who are using it 
commercially.   FreeBSD will wither away if it does not continue to 
receive extensive commercial support like Linux gets.
I wouldnt say many, there are few commiters who are actually paid to 
work on it, most commiters/developers do it as a hobby.

__
Frank Laszlo
System Administrator
The VonOstin Group
Email:  [EMAIL PROTECTED]
WWW:http://www.vonostingroup.com
Mobile: 248-863-7584

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How do I set the source address on a multi-homed host?

2005-02-11 Thread Frank Laszlo
Daniela wrote:
I have two NICs (one inside and one outside interface) with NAT activated. The 
problem is that every time I establish a connection with a machine on my LAN, 
it uses the address of the outside interface as the source of the packets, 
which creates problems with my firewall. How do I tell my machine to use the 
other address whenever I connect to a local machine?

Daniela
 

Please fix your system time, either use ntpd or ntpdate.
__
Frank Laszlo
System Administrator
The VonOstin Group
Email:  [EMAIL PROTECTED]
WWW:http://www.vonostingroup.com
Mobile: 248-863-7584

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Please don't change Beastie to another crap logo such as NetBSD!!!

2005-02-11 Thread Frank Laszlo

Garance A Drosihn wrote:
At 4:34 PM -0500 2/11/05, Frank Laszlo wrote:
Chad Leigh -- Shire.Net LLC wrote:
FreeBSD is driven by commercial matters.  Many of the people that
work on it are paid to work on it by their employers, who are
using it commercially.

I wouldnt say many, there are few commiters who are actually paid
to work on it, most commiters/developers do it as a hobby.

...but there is a mighty long list who would love to get paid to
work on FreeBSD!  :-)   Many of us are paid to work on some Linux
machines, and I think it would be much much nicer if we could
convince our employer to go with FreeBSD instead.
amen brotha.
__
Frank Laszlo
System Administrator
The VonOstin Group
Email:  [EMAIL PROTECTED]
WWW:http://www.vonostingroup.com
Mobile: 248-863-7584
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Please don't change Beastie to another crap logo such as NetBSD!!!

2005-02-11 Thread Frank Laszlo
Anthony Atkielski wrote:
Frank Laszlo writes:
 

I wouldnt say many, there are few commiters who are actually paid to
work on it, most commiters/developers do it as a hobby.
   

What written agreements do these committers have with their employers?
Normally, if you are paid to write something by your employer, your
employer owns the copyright in what you write.  So unless these
committers have specific agreements with their employers to the
contrary, they are adding code to FreeBSD that is encumbered by
copyrights owned by their employer, and can no longer be freely
distributed.
 

I was refering to commiters paid BY FreeBSD to provide code.
__
Frank Laszlo
System Administrator
The VonOstin Group
Email:  [EMAIL PROTECTED]
WWW:http://www.vonostingroup.com
Mobile: 248-863-7584
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Please don't change Beastie to another crap logo suchasNetBSD!!!

2005-02-10 Thread Frank Laszlo
Anthony Atkielski wrote:
Ted Mittelstaedt writes:
 

The only real issue I see to FreeBSD's survival that requires
corporate attention is device drivers for new hardware. And this is an
issue that harms all operating systems even Windows. There are just as
many older versions of Windows being made unrunnable by new hardware
that lacks drivers for it, as BSD versions.
   

Don't hardware manufacturers publish specs detailed enough to allow
third parties to write drivers?
 

In a perfect world, Yes. In reality. No. A lot of hardware manufactures 
feel that they only need to support the 75% of the world that runs a 
proprietary OS. (this 75% figure was pulled out of my ass, it doesnt 
mean anything, just a representation) There is a general lack of support 
for the Free world from corporations developing hardware, this is one 
of the major downfalls in using Free software. (should say a Free OS, 
and not software in general) This is partially due to marketing and 
promotion of the OS in question. Take a look at a few major linux 
distributions for example. Lets say Fedora and SuSE. They have far 
superior hardware support than say slackware, or even FreeBSD for that 
matter. Why? Because they have major corporations backing them. With 
funding, promotion, etc... What does FreeBSD have? I dont have an answer 
for this yet. I'm not trying to start a flamewar, so dont take it that 
way.  Just my 2 cents.

Regards,
   Frank Laszlo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Please don't change Beastie to another crap logo such asNetBSD!!!

2005-02-10 Thread Frank Laszlo
Anthony Atkielski wrote:
Eric Kjeldergaard writes:
 

The logo can be seen on the website www.freeBSD.org.  it is in fact a
relatively (from a printing perspective) high-resolution image of our
daemon, holding a pitchfork on his left side.  He is slightly facing
forward, though looks off somewhat to the right.  I know, He's a
mascot, not a daemon...but that's not entirely true (not true at
all?).
   

Tell you what:  Go out and find out how much it would cost to print
10,000 copies of that logo on paper, exactly as it appears on the
site, in crisp detail and bright colors.  Then you'll see why a separate
logo is required.
 

A name, symbol, or trademark designed for easy and definite
recognition, especially one borne on a single printing plate or piece
of type.
   

Yes, a _single printing plate_ or a _piece of type_.  The image you
reference doesn't even come close to that.
 

you are all looking at a web graphic. Allready rendered as process 
colors. Its impossible to say how many printing plates its on. 
Obviously its more than 1. But that graphic could easily be a spot color 
print job, Which I think by today's standards is acceptable. And I 
believe you stated a logo should be free of screens You only need 1 
plate to do a screen, so this is also irrelevent.

Regards,
   Frank Laszlo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Please don't change Beastie to another crap logo such asNetBSD!!!

2005-02-10 Thread Frank Laszlo
Anthony Atkielski wrote:
Frank Laszlo writes:
 

you are all looking at a web graphic. Allready rendered as process
colors. Its impossible to say how many printing plates its on.
   

Process is always four plates, except for the rare hexachrome offset, which
is six plates.
Spot colors require one plate per color.  Two-color jobs are pretty
economical, which is why you see so much two-color work.
 

Yes, Process colors being 4 plates, but rendered properly, it could be less.
But that graphic could easily be a spot color print job, Which I think
by today's standards is acceptable.
   

I don't know what you mean by this.
 

The current logo as it is shown on freebsd.org, COULD be printed on 2 
plates, as a 2 color job. those colors being black and red. (of course 
red isnt true red, it would be some pantone color) But being a web 
graphic that it is, you cant tell that by looking at it.

 

And I believe you stated a logo should be free of screens You only
need 1 plate to do a screen, so this is also irrelevent.
   

Screens cause a problem when you reduce a logo to small sizes, as there
are limits on the line frequency you can use for screens, and if the
screen is too coarse for a tiny graphic, it will look really bad.  So
it's best to avoid screens altogether.
Worse yet is having multiple screens on several plates, in which case
you have to worry about registration issues, and the screens usually
have to be much more coarse, which again causes problems for small
sizes.
 

This isnt an issue with todays modern digital 4 color presses such as 
the iGen3. It has no problem with registration if ran by a qualified 
operator. Now if you are a 80's or 90's printer using an old heidelburg 
2 color press, sure.. registration is very difficult when dealing with 
small print and screens.
Furthermore, anyone with experience in the modern printing world knows 
that getting high quality (and affordable) printed artwork on a small 
piece is very simple when using the right equipment.  I've done several 
of these type of jobs on the iGen3 we have here at my office. Anyways, 
this is WAY off from the original post, So I end it with that.

Kind Regards,
   Frank Laszlo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: what a fucking serious problem: really, it *doesn't* boot

2005-02-09 Thread Frank Laszlo
Fafa Diliha Romanova wrote:
really, what's wrong?
i've installed freebsd 5.3 on my entire harddrive.
but with the standard or freebsd's mbr, it doesn't make any difference:
ONCE MY COMPUTER ENTERS FREEBSD IT REBOOTS INSTEAD OF BOOTING!
computer: hp compaq dc7100
harddrive: seagate barracuda 7200.7 160gb (st3160023as)
more: http://reviews.zdnet.co.uk/hardware/desktops/0,39023849,39164152,00.htm
 
http://reviews-zdnet.com.com/HP_Compaq_Business_Desktop_dc7100/4507-3118_16-30919191.html
i don't know what to do. i can't see what's wrong, since it won't tell
me anything. as i said, all it does is to reboot. in an infinite loop.
thanks you all,
faffa
 

At what point does it reboot? Have you disabled PnP aware OS in the 
BIOS? what additional hardware do you have installed? What method did 
you install FreeBSD with?

__
Frank Laszlo
System Administrator
The VonOstin Group
Email:  [EMAIL PROTECTED]
WWW:http://www.vonostingroup.com
Mobile: 248-863-7584
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: what a fucking serious problem: really, it *doesn't* boot

2005-02-09 Thread Frank Laszlo

 Original Message 
Subject:Re: what a fucking serious problem: really, it *doesn't* boot
Date:   Wed, 09 Feb 2005 16:49:32 -0500
From:   Fafa Diliha Romanova [EMAIL PROTECTED]
To: Frank Laszlo [EMAIL PROTECTED]

hello frank!
it reboots before coming to the loader prompt.
i have tried disabling acpi/udma etc. in the bios.
there are no settings for operating systems.
i installed freebsd from the miniinst cd.
i've heard of people having the same problem, but
they gave up and went to dragonfly.
now i don't want to do that.
At what point does it reboot? Have you disabled PnP aware OS in the 
BIOS? what additional hardware do you have installed? What method 
did you install FreeBSD with?

__

Forwarding private reply to list.
--
__
Frank Laszlo
System Administrator
The VonOstin Group
Email:  [EMAIL PROTECTED]
WWW:http://www.vonostingroup.com
Mobile: 248-863-7584
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Please don't change Beastie to another crap logo such as NetBSD!!!

2005-02-09 Thread Frank Laszlo
Oliver Leitner wrote:
On Wednesday 09 February 2005 22:33, Mark Rowlands wrote:
 

On Wednesday 09 February 2005 21:06, Timothy Luoma wrote:
   

On Feb 9, 2005, at 1:56 PM, Chad Morland wrote:
 

On Wed, 09 Feb 2005 18:48:19 +, Mark Ovens [EMAIL PROTECTED]
wrote:
   

See the thread The FreeBSD Project is announcing a public competition
for the new logo design.  in -advocacy - I've already replied
with
my views on the subject, along the same lines as your comments.
 

I'm not subscribed to -advocacy can you provide me with an archive
link to this thread in question? I wasn't able to find it based on the
subject you provided.
   

Put freebsd advocacy into Google, click on the link for the list,
click on the link for the archive, and check out February's posts.
There are a total of 4 posts listed, 3 of them with the Subject:
The FreeBSD Project is announcing a public competition for the new
logo design. 
How hard was that ?
 

please take this thread elsewhere...anywhere
   

why?
 


This is a Questions list. And this is clearly not a question. Thus, it 
does not belong here, it belongs on -chat or -advocacy.

__
Frank Laszlo
System Administrator
The VonOstin Group
Email:  [EMAIL PROTECTED]
WWW:http://www.vonostingroup.com
Mobile: 248-863-7584
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 1st degree verbal assault and battery hate crime at Applebees

2005-01-21 Thread Frank Laszlo
Tom Connolly wrote:
Paul Schmehl wrote:
 

--On Friday, January 21, 2005 03:27:29 PM -0600 PC GURU
[EMAIL PROTECTED] wrote:
   

I would really appreciate it if you would take a few minutes of your
time to think about this and then email me back with your suggestions
if you think there is a fair and just remedy for me here.
 

1) Why are you posting this to freebsd-questions?  Read the charter. 
This 
isn't a self-help group.

2) Before removing the mote in your neighbor's eye, first remove the
beam 
from your own.  (white trash?  They?  Most whites?)

3) This is America.  You know, free speech and all that sort of stupid
stuff.
4) Apparently all the white chicks love you.  So at least half of your
enemies are your friends.
   


Well Said!
 

I recived one of these to my personal address. looks like spam maybe.
__
Frank Laszlo
System Administrator
The VonOstin Group
Email:  [EMAIL PROTECTED]
WWW:http://www.vonostingroup.com
Mobile: 248-863-7584
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: building a package without installing it

2005-01-10 Thread Frank Laszlo
daniel quinn wrote:
is this even possible?  a number of google results have informed me that it 
isn't, but i'm hoping there's a hack or a work around.  essentially, i want 
to build the packages on one box, copy them to many boxes and run package_add 
there.

suggestions/comments?
 

FYI, this belongs on -ports.
what is wrong with 'make package' ?
-Frank
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Explore FreeBSD filesystem under Windows?

2004-12-22 Thread Frank Laszlo


Peter Risdon wrote:
IIRC, explore2fs is a software utility that allows you to mount Linux
ext2/3 drives directly on a Windows box. There's no similar utility for
UFS. So you can't.

This is untrue.
I know what it is. ;)
Erm... that's bad news.
you can check out http://ffsdrv.sourceforge.net. I found a solution for 
this a few months ago but lost the link somewhere, I'll keep you posted 
if I find it, Until then try this one out.

Regards,
   Frank Laszlo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: help with rpm

2004-11-15 Thread Frank Laszlo
Dan Kilbourne wrote:
frost wave extolled:
 

hi thanks in advance for your answer
here's my situation
I just installed FreeBSD and now I want to install Maya ( maya is in a TGZ 
that include the rpms inside. )
I searched all the night through the internet but I didn't find how to 
install the rpm package.
I'm running FreeBSD 4.10

tell me what are the steps to do...
thanks a lot
   

rpm == redhat package management
I guess you could look into the rpm port, but not sure why you would
want to do that. Do they either have the source available (ususally
tar.gz file) or do either of these ports look like what you are looking
for?
-=-=-=-=-=-=-=-=-=-=-
drk:drk:[12:39pm]:~ cat /usr/ports/www/amaya/pkg-descr
Amaya is the W3C's testbed editor/browser for new HTML and CSS
features.  It provides a WYSIWYG editing interface while generating
documents that adhere to a DTD.
WWW: http://www.w3.org/Amaya/
drk:drk:[12:39pm]:~ cat /usr/ports/science/mayavi/pkg-descr
MayaVi is a scientific data visualizer. It is written in Python and uses
the
Visualization Toolkit (VTK) for the visualization. An easy to use GUI
using
Tkinter is provided. It is also cross platform and should run on any
platform
where both Python and VTK are available (which is almost any *nix, Mac
OSX or
Windows).
WWW: http://mayavi.sourceforge.net/
-=-=-=-=-=-=-=-=-=-=-
 

I think he is probably refering to Maya, by Alias. its a 3D design 
suite. Though I didnt know it had a linux port.
http://www.alias.com/eng/products-services/maya/index.shtml

As far as installing it is concerned, if you are to have any luck you it 
you will need to install the linux compatability libraries and rpm of 
course. I suggest you google around to see if anyone has actually 
attempted this before. Hope this helps.

Regards,
   Frank Laszlo
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Finding options for ports

2004-11-15 Thread Frank Laszlo
Michael C. Shultz wrote:
On Monday 15 November 2004 12:18 pm, Kill the Penguin wrote:
 

I've ran into this sort of problem from time to time. How do you find
and specify options in those ports that don't present a banner. For
example, the php4 port has many options listed in the Makefile.ext
file, but it's not clear how to turn these on. I looked through the
ports docs again and I don't see anything like make showoptions.
Can someone give me a clue?
Chris
Only adults have difficulty with childproof caps.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]
   

To find WITH type options I just do the following:
cat Makefile | grep WITH
Hope this helps some...
-Mike
 

I believe I brought up the idea of showoptions in a previous post. 
Maybe we should bring it back up :)
We should really have a standard file/section to denote these options in 
an easily readable format. We cant assume
that normal users are going to open up the Makefile and look around 
aimlessly for them. anyways, just my 2 cents.

Regards,
   Frank Laszlo
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Two faced FreeBSD - or is that two headed?

2004-10-21 Thread Frank Laszlo
Kevin Glick wrote:
Say bye bye to DRI/GLX if you decide to go multi-head. It 
wont work, thats the downside I suppose, otherwise its great.
 

I beg to differ, it works fine.  I used a GeForce MX440, with
dual VGA outputs to two 21 monitors, and ran many GL apps
across both monitors.  Quake 3 at 3200x1200 is pretty cool.
Kevin Glick
ITS Manager
Sterling Business Forms
[EMAIL PROTECTED]
 

Maybe it was only an issue when using multiple video cards, I havent had 
a chance to try a dual-head card myself.

Regards,
   Frank
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Aterm cut-and-paste was Re: Rid of those Windows Desktops!

2004-10-21 Thread Frank Laszlo
Pratt, Benjamin E. wrote:
I was searching for a way to cut-and-paste but couldn't find any
documentation on how to do it with Aterm. I think I got frustrated and
just started clicking and when I hit the scroll button it worked!! The
only changes I've made are /etc/X11/xorg.conf changes to get my Z-axis
button working:
Section InputDevice
   Identifier  Mouse0
   Driver  mouse
   Option  Protocol auto
   Option  Device /dev/sysmouse
   Option  ZAxisMapping 4 5
EndSection
I can't tell you if it's only a 5.3 or an Xorg thing or something else
but I have used it on two different machines running 5.3-BETA6 or newer.
I don't have an older version of FreeBSD running so I can't try it
anywhere else, I would be interested to know though.
Ben
 

This has been around for as long as I can remember, since before XFree86 
4.x. Its nothing new.

Regards, 
   Frank
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: OT: date command for pflogsumm.pl Script - undefined variable

2004-10-21 Thread Frank Laszlo
Kevin D. Kinsey, DaleCo, S.P. wrote:
Danny wrote:
I am trying to get this script to run:
#
day=`/bin/date +%m-%d-%Y`
#
/usr/sbin/pflogsumm.pl -i -mailq --smtpd_stats --problems_first
--iso_date_time -d yesterday /home/user/maillog 
/var/log/MX1-PostfixDailyReport.${day}
#
gzip -c /var/log/MX1-PostfixDailyReport.${day} | uuencode
MX1-PostfixDailyReport.${day}.gz | mail -s `hostname` Daily Mail
Report for `LC_CTIME=C date +\%A, %d %B %Y\` root # gzip
/var/log/GW1-PostfixDailyReport.${day}
#
and I know very little about programming (I am working on this), and I
receive the following error:
mx1# ./pflogsumm.test
day=10-21-2004: Command not found.
day: Undefined variable.
day: Undefined variable.
Any suggestions? I just want this script to run and email me the
output of pflogsumm.pl for my maillogs.
Thank you!
...D
Which shell are you using?
Sounds like *NOT* /bin/sh. try adding:
#!/bin/sh
to the top of the script.
Regards,
   Frank
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Two faced FreeBSD - or is that two headed?

2004-10-20 Thread Frank Laszlo
Louis LeBlanc wrote:
What makes a dual headed card?  My system invoice described the video
card as follows:
128MB DDR GeForce FX 5200 Graphics Card with TV-Out and DVI 128FX52
So, I have a TV-Out *and* DVI port on this card.  I take it this isn't
the same, and I won't get the expected results by plugging the new
monitor into this port?
It just occurred to me that I do have onboard video, and that it should
be decent at least.  According to some of the reading I've already done,
the different video cards won't be a problem.
And, worst come to worst, I should be able trade (sshh! - she won't
miss it anyway!) the audio upgrade that wouldn't work in FreeBSD with my
wife's video upgrade (my audio upgrade was a modified SB Live card, and
she also has onboard video).  Her upgrade is the same card as mine -
different part number, but I suspect that simply reflects a lot number.
Cool.
But I do have to get a second card - the multiple outputs in this card
won't fit the bill, will it?
Lou
 

Say bye bye to DRI/GLX if you decide to go multi-head. It wont work, 
thats the downside I suppose, otherwise its great.
And yes, i had mine setup with a AGP card and the other was onboard, It 
worked like a charm. Hope this helps.

Regards,
   Frank
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Host name question

2004-10-20 Thread Frank Laszlo

search albyny.adelphia.net
nameserver 192.168.0.1
   

You've got 192.168.0.1 listed as a nameserver. Can't be. That's the 
ip address of your Netgear router, it acts as a DHCP server not as 
a DNS server. What is albyny.adelphia.net? Is that your ISP? You 
need to get one or more nameserver ip's from your ISP. That's what 
goes in resolv.conf
 

Thanks,
Bill
   

Don
 

Most modern routers act a DNS servers these days, it is possible that 
the router is setup this way, and the router actually just forwards the 
dns requests to his ISP's nameservers.

Regards,
   Frank
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Question about sound in 5.3-?

2004-10-19 Thread Frank Laszlo
Thomas Moyer wrote:
I had sound working under FreeBSD 5.2.1 by using device pcm in my 
kernel config file and now under 5.3 I cannot get it to work.  The 
soundcard is built into the MB.  Not too sure of the type.  How do I 
get it to work with 5.3-*

I'm pretty sure this has been covered a million times on the list. You 
need to add the sound driver to device.hints. Google for more 
information, or this is probably covered in /usr/src/UPDATING. Hope this 
is helpful.

Regards,
   Frank
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Etherboot: pkg-descr gives wrong instructions !

2004-10-14 Thread Frank Laszlo


Could somebody please fix this?
Regards,
Rob.
Generally we encourage people to use send-pr for things like this. And 
if you really want some brownie points, send a patch
to fix the issue!

Regards,
   Frank
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FTP-Installation

2004-10-12 Thread Frank Laszlo
Steve Bertrand wrote:
Hi There !
Is there a way to use a bootable CD instead of a bootable floppy to
start the FTP-Installation ?
I simply don't have a Floppy-drive any more
You can either download the full CD ISO images, or the mini-iso, either 
of which is bootable.

Sure, download your distro, boot off the CD, and select FTP as your
installation source.
   

Did you just call FreeBSD a distro? shame on you! ;)
-Frank
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Installer

2004-10-12 Thread Frank Laszlo
Newton wrote:
Dear Friends : I'm a Linux user since 1,999 and I'm really interested 
in start FreeBSD. OK, it's a new system, different versions and so on. 
My experience with computers started with Basic, after MS-DOS, Windows 
and Linux. When I tried Linux, 5 years-ago, partitions, kde, window 
maker  and many of them, were only words. My first fear, was erase my 
HD. I did it many times, but I knew how to start again or recover. I'm 
writing these things, cause in these years using Linux, I saw a big 
evolution , specially the installer. Mandrake, Red Hat, Fedora, 
Slackware and another, made a goob job and you can do it , almost 
without problems. But, when I tried FreeBSD installer, I remembered 
Debian, the worst installer ! Probably another distributions, like 
Knoppix, Kurumin , Gnoppix to name a few, trying to make the life user 
easiest ! My first experience with FreeBSD, was 5.0, with a PC Master, 
brazilian magazine. After many tries, a XFree86 error, when I typed 
startx, disappointed me again and, I forgot it... On the last month, I 
downloaded the 2 CDs, 5.2.1, and, the same installer, errors, infinite 
loops... very disappointing ! I tried many lists, and with some 
support,to resolve or not, the problems. Again, I format my system 
and, here I am, with Windows (mainly for games and a problematic usb 
scanner) and Linux. I need a more stable system. Many people talked me 
very good about FreeBSD. For me, until now , the biggest deception ! 
Please, I don't know the FreeBSD objectives, but if you would like 
that more and more people can use it, CHANGE this installer. Confuse , 
in one word ! Disappointing ! I tried standard, express, custom , all 
packages, minimum, all kind of ways... I can't understand a looped 
install. Almost 2 hours after, an error... My video card is recognized 
, but when you did post-install, not ! You tried many XFrre86 configs 
and not When something happens and finally you can start KDE or 
GNOME or another, DHCP don't run and so on. Please change this 
installer and trying to better hardware and network configuration ! 
Until this, I'll never tried FreeBSD again ! Sincerely, Newton - 
Curitiba - Brazil
I'm sure its just the language barrier, but try to use your return key 
sometime :)
and yes, sysinstall isnt very good, it could be vast improved upon. Not 
that freebsd should have an installer like Fedora, SuSE, etc.., but 
theres definately room for improvement.

-Frank Laszlo
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


gtk20 brokenness

2004-03-28 Thread Frank Laszlo
apparently the gtk20 port is broken. Someone else brought this to my 
attention, And I could also recreate the problem locally. Here is the 
error from configure I recieved:

checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XOpenDisplay in -lX11... no
configure: error: *** libX11 not found. Check 'config.log' for more details.
===  Script configure failed unexpectedly.
Attached is my config.log.
Thanks
P.S. I have the latest XFree86-libraries from ports.

Frank Laszlo
VonOstin Group
laszlof at vonostingroup dot com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


readline port weirdness

2004-01-03 Thread Frank Laszlo
I'm trying to patch the readline port to support READLINE_OVERWRITE_BASE 
as suggested by Edwin. im running into a bit of a snag with info files. 
Here is what I have in the Makefile

.if defined(READLINE_OVERWRITE_BASE)
PREFIX= /usr
MANPREFIX=  ${PREFIX}/share
INFOPREFIX= ${PREFIX}/share
CONFIGURE_ARGS=--mandir=${MANPREFIX}/man 
--infodir=${INFOPREFIX}/info
.endif

the correct location for info files should be /usr/share/info (am I 
wrong?) but when i do a make install for this port I get the following 
errors:

ls: /usr/info/readline.info*: No such file or directory
ls: /usr/info/rluserman.info*: No such file or directory
ls: /usr/info/history.info*: No such file or directory
After reading through bsd.port.mk I found this:

.for i in ${INFO}
   @${ECHO_CMD} @unexec install-info --delete %D/info/$i.info 
%D/info/dir \
${TMPPLIST}
   @${LS} ${PREFIX}/info/$i.info* | ${SED} -e s:${PREFIX}/::g  
${TMPPLIST}
   @${ECHO_CMD} @exec install-info %D/info/$i.info %D/info/dir \
${TMPPLIST}
.endfor

note the line starting with @${LS} it looks it PREFIX/info. which is my 
case would be /usr/info (which is wrong) is there any reason this 
shouldnt be something like ${INFOPREFIX} instead of ${PREFIX}? where 
INFOPREFIX=${PREFIX}/info
This would allow for ports to set the variable without having to write a 
custom installation script for allow for /usr/share/info. any ideas? Thanks

-Frank



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: unkown this port

2003-11-08 Thread Frank Laszlo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Have you tried telneting to the port?

- -Frank

Peter Kok wrote:

| Hi all
|
| I got this port 1658 opening on the server
|
|
| udp4   0  0  *.**.*
| udp4   0  0  *.1658 *.*
| udp4   0  0  *.**.*
|
| I checked this internet and this port is for sixnetudr
|
| but
|
| 1/ I don't know what it is?
| 2/ I don't know which programming the server is running on this port?
| 3/ I don't know the server is compromised or not
|
| Thank you for your help
|
| Peter
|
| _
| Help STOP SPAM with the new MSN 8 and get 2 months FREE*   
http://join.msn.com/?page=dept/bcommpgmarket=en-caRU=http%3a%2f%2fjoin.msn.com%2f%3fpage%3dmisc%2fspecialoffers%26pgmarket%3den-ca
|
| ___
| [EMAIL PROTECTED] mailing list
| http://lists.freebsd.org/mailman/listinfo/freebsd-questions
| To unsubscribe, send any mail to 
[EMAIL PROTECTED]

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/ralZRvtDYOTUKtsRAr1lAJ0cNhkHcu21QNM2lVozuRrVjWm+vQCfQetQ
KdVCls/uL+weq8qtCdzzG78=
=Zsha
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: unkown this port

2003-11-08 Thread Frank Laszlo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
crap your right.. im a little off today :/



- -Frank

Erik Trulsson wrote:

|On Sat, Nov 08, 2003 at 09:41:30PM -0500, Frank Laszlo wrote:
|
|-BEGIN PGP SIGNED MESSAGE-
|Hash: SHA1
|
|
|Have you tried telneting to the port?
|
|
|Telnet uses TCP.  That port is an UDP port.  Telneting to it will not
|work.
|
|- -Frank
|
|
|Peter Kok wrote:
|
|| Hi all
||
|| I got this port 1658 opening on the server
||
||
|| udp4   0  0  *.**.*
|| udp4   0  0  *.1658 *.*
|| udp4   0  0  *.**.*
||
|| I checked this internet and this port is for sixnetudr
||
|| but
||
|| 1/ I don't know what it is?
|| 2/ I don't know which programming the server is running on this port?
|| 3/ I don't know the server is compromised or not
||
|| Thank you for your help
|
|
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/ra1RRvtDYOTUKtsRAr24AJ9L8E/hYtor7TteU8hfACAFTX+mQwCgu07e
96Op4RW7iIv6Zfs5OfcISPk=
=WRLj
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problems with bittorrent

2003-11-07 Thread Frank Laszlo
Install /usr/ports/x11-toolkits/wxgtk


-Frank Laszlo



On Fri, 2003-11-07 at 13:53, Steven Lake wrote:
   Hi all.  Ok, just port upgraded last night and got a nasty
 surprise today.  When trying to load any torrent file using the bit
 torrent gui script (/usr/local/bin/btdownloadgui.py) I get the following
 error:
 
 Traceback (most recent call last):
File /usr/local/bin/btdownloadgui.py, line 13, in ?
  from wxPython.wx import *
File /usr/local/lib/python2.3/site-packages/wxPython/__init__.py,
 line 20, in ?
  import wxc
  ImportError: Shared object libwx_gtk.so not found
 
 
   In short it can't find libwx_gtk.so on my system.  I searched
 for it as well but it's nowhere to be found.  How do I go about fixing
 this?  What do I need to reinstall to replace that file, or if it's not a
 file what do I need to do to replace the link if that's what it is.  Many
 thanks on any help that can be provided.  Thanks!!
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problems with bittorrent

2003-11-07 Thread Frank Laszlo
Oh, if it is installed.. it might only be installed as
${PREFIX}/lib/libwx_gtk-2.2.so

so you may need to link it to the proper name.
ln -s /usr/local/lib/libwx_gtk-2.2.so /usr/local/lib/libwx_gtk.so


-Frank Laszlo


On Fri, 2003-11-07 at 13:53, Steven Lake wrote:
   Hi all.  Ok, just port upgraded last night and got a nasty
 surprise today.  When trying to load any torrent file using the bit
 torrent gui script (/usr/local/bin/btdownloadgui.py) I get the following
 error:
 
 Traceback (most recent call last):
File /usr/local/bin/btdownloadgui.py, line 13, in ?
  from wxPython.wx import *
File /usr/local/lib/python2.3/site-packages/wxPython/__init__.py,
 line 20, in ?
  import wxc
  ImportError: Shared object libwx_gtk.so not found
 
 
   In short it can't find libwx_gtk.so on my system.  I searched
 for it as well but it's nowhere to be found.  How do I go about fixing
 this?  What do I need to reinstall to replace that file, or if it's not a
 file what do I need to do to replace the link if that's what it is.  Many
 thanks on any help that can be provided.  Thanks!!
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


jdk14 port

2003-11-06 Thread Frank Laszlo
It seems this port wont build, I do have linux_base installed and the
linprocfs is mounted. here is my uname and error message.

([EMAIL PROTECTED] /usr/ports/java/jdk14)% uname -a
FreeBSD ritamari.vonostingroup.com 4.9-RC FreeBSD 4.9-RC #0: Thu Oct 16
14:19:39 EDT 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/RITAMARI  i386




Exception in thread main java.lang.IllegalMonitorStateException
at java.lang.ref.Finalizer.add(Finalizer.java:42)
at java.lang.ref.Finalizer.init(Finalizer.java:67)
at java.lang.ref.Finalizer.register(Finalizer.java:72)
at sun.tools.java.ClassFile.getInputStream(ClassFile.java:60)
at
com.sun.tools.javah.oldjavah.JavahEnvironment.getClass(JavahEnvironment.java:171)
at
com.sun.tools.javah.oldjavah.JavahEnvironment.getAllFields(JavahEnvironment.java:89)
at com.sun.tools.javah.oldjavah.JNI.write(JNI.java:38)
at com.sun.tools.javah.oldjavah.Gen.run(Gen.java:149)
at com.sun.tools.javah.oldjavah.Main.run(Main.java:174)
at com.sun.tools.javah.oldjavah.Main.main(Main.java:41)
at com.sun.tools.javah.Main.main(Main.java:40)
gmake[4]: ***
[/usr/home/ports/java/jdk14/work/control/build/bsd-i586/tmp/java/java.lang/java/obj_g/.class.headers.i586]
 Error 1



Any help would be greatly sppriciated. Thanks

-Frank Laszlo

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: jdk14 port

2003-11-06 Thread Frank Laszlo
Ok, I figured out what the problem was.
It's really quite interesting.
you see, I was building this via ssh to my server. My server has had
network issues (due to the connection) all day, and my ssh sessions were
lagging horribly. it would freeze for a long amount of time. I noticed
the build always seemed to error at a different point. So I thought to
myself, maybe the ssh freezing is causing a problem
so i fired screen and ran:
cd /usr/ports/java/jdk14  script jdk14-out.log make package
then i detached from the screen, and ran xtail jdk14-out.log to keep an
eye on it.
and sure enough, it built with no problems whatsoever.

I have NEVER seen anything like this, but I guess it makes sense. Oh
well.. 


-Frank Laszlo


On Thu, 2003-11-06 at 12:49, Frank Laszlo wrote:
 It seems this port wont build, I do have linux_base installed and the
 linprocfs is mounted. here is my uname and error message.
 
 ([EMAIL PROTECTED] /usr/ports/java/jdk14)% uname -a
 FreeBSD ritamari.vonostingroup.com 4.9-RC FreeBSD 4.9-RC #0: Thu Oct 16
 14:19:39 EDT 2003
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/RITAMARI  i386
 
 
 
 
 Exception in thread main java.lang.IllegalMonitorStateException
 at java.lang.ref.Finalizer.add(Finalizer.java:42)
 at java.lang.ref.Finalizer.init(Finalizer.java:67)
 at java.lang.ref.Finalizer.register(Finalizer.java:72)
 at sun.tools.java.ClassFile.getInputStream(ClassFile.java:60)
 at
 com.sun.tools.javah.oldjavah.JavahEnvironment.getClass(JavahEnvironment.java:171)
 at
 com.sun.tools.javah.oldjavah.JavahEnvironment.getAllFields(JavahEnvironment.java:89)
 at com.sun.tools.javah.oldjavah.JNI.write(JNI.java:38)
 at com.sun.tools.javah.oldjavah.Gen.run(Gen.java:149)
 at com.sun.tools.javah.oldjavah.Main.run(Main.java:174)
 at com.sun.tools.javah.oldjavah.Main.main(Main.java:41)
 at com.sun.tools.javah.Main.main(Main.java:40)
 gmake[4]: ***
 [/usr/home/ports/java/jdk14/work/control/build/bsd-i586/tmp/java/java.lang/java/obj_g/.class.headers.i586]
  Error 1
 
 
 
 Any help would be greatly sppriciated. Thanks
 
 -Frank Laszlo
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problems with 'make world' stuff

2003-10-28 Thread Frank Laszlo
Did you build a new kernel as well as world? did you run mergemaster?


On Tue, 2003-10-28 at 16:57, Jason Williams wrote:
 Hello everyone.
 
 Im pretty new to building my own world here, but im excited to learn it.
 
 I followed the handbook as suggested on how to make world.
 
 I installed FreeBSD 4.8 on my workstation. I installed cvsup and configured 
 my stable-supfile as well as my ports-supfile. I updated my ports no problem.
 Here are the contents of my stable-supfile:
 
 *default host=cvsup12.FreeBSD.org
 *default base=/usr/local/etc/cvsup
 *default prefix=/usr
 *default release=cvs tag=RELENG_4
 *default delete use-rel-suffix
 
 I did a: cvsup -g -L 2 stable-supfile and it did its work.
 
 I then proceeded as in the handbook.
 
 After I booted to my new kernel (I noticed it said FreeBSD 4.9 stable, so I 
 booted correctly).
 
 However, im having some problems when I test the kernel: Specifically with 
 'top' and 'ps'
 
 # top
 kvm_open: proc size mismatch (34048 total, 1060 chunks)
 top: Out of memory.
 
 # ps
 ps: proc size mismatch (29792 total, 1060 chunks)
 
 At this point, I was going to go back and retry doing everything as 
 suggested in the handbook.
 
 In the meantime, anyone have any idea what im missing or what is going on?
 
 I appreciate it.
 
 Cheers,
 
 Jason
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problems with 'make world' stuff

2003-10-28 Thread Frank Laszlo
So you did not run mergemaster.
This is what i usually no.
NOTE: I do this on production servers, so i do not do it in single user
mode.

cd /usr/src
make buildkernel KERNCONF=MYCONF
make buildworld
make installkernel 
make installworld
mergemaster
reboot


Hope this helps.

-Frank


On Tue, 2003-10-28 at 17:09, Jason Williams wrote:
 Once I had my sources updated, I did the following:
 
 I booted into single mode:
 
 cd /usr/src
 make buildworld
 
 cd /usr/src
 make buildkernel
 make installkernel
 
 I rebooted to test the kernel and that is where I ran into trouble. I did 
 not type make installworld as suggested in the handbook. It said to test 
 the kernel first.
 
 I was told I did not have to run mergemaster since this was a brand new 
 install of 4.8. Is that incorrect?
 
 I appreciate your help.
 
 Jason
 
 At 05:08 PM 10/28/2003 -0500, you wrote:
 Did you build a new kernel as well as world? did you run mergemaster?
 
 
 On Tue, 2003-10-28 at 16:57, Jason Williams wrote:
   Hello everyone.
  
   Im pretty new to building my own world here, but im excited to learn it.
  
   I followed the handbook as suggested on how to make world.
  
   I installed FreeBSD 4.8 on my workstation. I installed cvsup and 
  configured
   my stable-supfile as well as my ports-supfile. I updated my ports no 
  problem.
   Here are the contents of my stable-supfile:
  
   *default host=cvsup12.FreeBSD.org
   *default base=/usr/local/etc/cvsup
   *default prefix=/usr
   *default release=cvs tag=RELENG_4
   *default delete use-rel-suffix
  
   I did a: cvsup -g -L 2 stable-supfile and it did its work.
  
   I then proceeded as in the handbook.
  
   After I booted to my new kernel (I noticed it said FreeBSD 4.9 stable, 
  so I
   booted correctly).
  
   However, im having some problems when I test the kernel: Specifically with
   'top' and 'ps'
  
   # top
   kvm_open: proc size mismatch (34048 total, 1060 chunks)
   top: Out of memory.
  
   # ps
   ps: proc size mismatch (29792 total, 1060 chunks)
  
   At this point, I was going to go back and retry doing everything as
   suggested in the handbook.
  
   In the meantime, anyone have any idea what im missing or what is going on?
  
   I appreciate it.
  
   Cheers,
  
   Jason
  
   ___
   [EMAIL PROTECTED] mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to 
  [EMAIL PROTECTED]
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Complicated ipfw/ipf forwarding.

2003-10-28 Thread Frank Laszlo
I suppose something like this might be possible with squid, Though im
not sure how to do it.

-Frank

On Tue, 2003-10-28 at 17:30, Andras Kende wrote:
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Lewis Thompson
 Sent: Tuesday, October 28, 2003 8:36 AM
 To: FreeBSD-questions
 Subject: Complicated ipfw/ipf forwarding.
 
 Hi,
 
 I have a public IP address and a couple of machines sitting behind a
 FreeBSD router doing NAT.  I'm using ipnat and ipf right now (although I
 used to use natd/ipfw so I don't mind switching -- I started using
 ipf/ipnat because of an odd problem with 5.1-RELEASE but I'm switching
 back to 4.9 now) and wondered if it was possible to do forwarding based
 on DNS.
 
   For example Apache is clever enough to support virtual hosts based on
 the address requested.  Is there any way at all to do this for
 forwarding on the router?  For example if I had three CNAMES for the
 same IP red, pink and blue.  Could I have red.foo.bar forwarded to
 192.168.0.2, pink.foo.bar forwarded to 192.168.0.3 and say blue.foo.bar
 go to the local machine (i.e. the router)?
 
   Thanks very much,
 
 -lewiz.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Internet

2002-11-11 Thread Frank Laszlo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Well, so long as the router is allready configured to use the internet, just
simple plug it into the network card in your machine, and use dhclient if the
router has a built-in DHCP server, otherwise you will have to use ifconfig
and route to configure the connection manually..

- -Frank


On Monday 11 November 2002 04:44 am, Daniel HARTMANN wrote:
 Hi,


 How to connect Freebsd4.7 to Internet via a hardware router  ??

 Thanks

 Dany_H  ;-)


 Dany_H  ;-)

- -- 
In Africa some of the native tribes have a custom of beating the ground
with clubs and uttering spine chilling cries.  Anthropologists call
this a form of primitive self-expression.  In America we call it golf.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (FreeBSD)

iD8DBQE9z7A+nVXIPcm37VQRAg9QAJ9TyL1Bqloz7RCSVEmFbzNI/ddB/ACfb4yw
xOVN5ruXBTTOxfPosUdKgWk=
=htTJ
-END PGP SIGNATURE-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: smbfs

2002-11-11 Thread Frank Laszlo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

both the config file and the startup script install in 
${PREFIX}/etc/smbfs.conf.sample and ${PREFIX}/etc/rc.d/smbfs.sh.sample
at least thats what the pkg-plist tells me...

- -frank

On Monday 11 November 2002 09:54 am, David N Hare wrote:
 Hi  Ive installed smbfs from ports, and when I went to rename files in
 /usr/local/etc  and /usr/local/etc/rc.d  , the conf file and startup
 script are not there.

 During install I get smbfs-1.4.1 OS versions subsequent to 440002
 include smbfs.  I am assuming that means that everything after 4.0
 release include smbfs,  If that is the case why are nsmb.conf and
 smbfs.sh not where they are supposed to be.

 I did a make deinstall and it said not installed skipping.

 I am running 4.7
 On two intel servers a l440gx and a stl2  I am trying to mount some
 win2k discs on the stl2 machine that acts as a file server for the
 l440gx which is running Apache.

 I currently have Samba running to the point that I have Icons for the
 two bsd boxes on my win2k machine, but have not set up shares yet.

 Any pointers or maps to information would be greatly appreciated.
 Bowing humbly

 David N Hare
 http://www.teapottraveler.com
 [EMAIL PROTECTED]



 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

- -- 
If money can't buy happiness, I guess you'll just have to rent it.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (FreeBSD)

iD8DBQE9z8djnVXIPcm37VQRAgtqAKDmzC9y+tRsQuUZjjlzVNWUrQNBtACfW3z1
lTu5B/JBPx0nGGXnDQRe6SE=
=FHu3
-END PGP SIGNATURE-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: smbfs

2002-11-11 Thread Frank Laszlo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

actually, the config file is nsmb.conf.sample.. my bad :)

- -Frank

On Monday 11 November 2002 10:06 am, Frank Laszlo wrote:
 both the config file and the startup script install in
 ${PREFIX}/etc/smbfs.conf.sample and ${PREFIX}/etc/rc.d/smbfs.sh.sample
 at least thats what the pkg-plist tells me...

 -frank

 On Monday 11 November 2002 09:54 am, David N Hare wrote:
  Hi  Ive installed smbfs from ports, and when I went to rename files in
  /usr/local/etc  and /usr/local/etc/rc.d  , the conf file and startup
  script are not there.
 
  During install I get smbfs-1.4.1 OS versions subsequent to 440002
  include smbfs.  I am assuming that means that everything after 4.0
  release include smbfs,  If that is the case why are nsmb.conf and
  smbfs.sh not where they are supposed to be.
 
  I did a make deinstall and it said not installed skipping.
 
  I am running 4.7
  On two intel servers a l440gx and a stl2  I am trying to mount some
  win2k discs on the stl2 machine that acts as a file server for the
  l440gx which is running Apache.
 
  I currently have Samba running to the point that I have Icons for the
  two bsd boxes on my win2k machine, but have not set up shares yet.
 
  Any pointers or maps to information would be greatly appreciated.
  Bowing humbly
 
  David N Hare
  http://www.teapottraveler.com
  [EMAIL PROTECTED]
 
 
 
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body of the message

- -- 
On his first day as a bus driver, Maxey Eckstein handed in
receipts of $65.  The next day his take was $67.  The third day's
income was $62.  But on the fourth day, Eckstein emptied no less than
$283 on the desk before the cashier.
Eckstein! exclaimed the cashier.  This is fantastic.  That
route never brought in money like this!  What happened?
Well, after three days on that cockamamie route, I figured
business would never improve, so I drove over to Fourteenth Street and
worked there.  I tell you, that street is a gold mine!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (FreeBSD)

iD8DBQE9z8i7nVXIPcm37VQRApcFAJ0dj6JZ4Wu8zcFV9/02KhuoN+WDgACdFhEs
AYS3TibmPxlVfRgZlEabEwk=
=CfYo
-END PGP SIGNATURE-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message