Re: get local sendmail to use MX records

2005-02-24 Thread Gerard Meijer
I'm 100% sure this is not the case and here is why. I figured something out.
All my servers do the same thing. It has something to do with the reverse 
DNS pointers of some domains.

For example. I have (another) server running with 20 domains under 4 ip 
addresses where I never ever touched sendmail or its configuration files. 4 
of the domains have a reverse DNS pointer to one of the 4 ips. Sendmail 
handles 16 domains well (= looks up MX records and delegates the mail to the 
right server) and tries to handle the mail of 4 domains itself. Needles to 
say that those 4 domains are the ones that have reverse pointers to the 4 
ips attached to that particular server.

I tested this on 5 servers and its the same everywhere.
I hope one of you knows what to do with this information. I spotted the 
problem now, but I don't know how to solve it. Clearly sendmail prefers a 
reverse pointer to a domain above looking up the MX records and using them, 
but how can I let it stop doing that?

Thanks!
- Original Message - 
From: Ted Mittelstaedt [EMAIL PROTECTED]
To: Gerard Meijer [EMAIL PROTECTED]; Greg Barniskis 
[EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Sent: Thursday, February 24, 2005 8:49 AM
Subject: RE: get local sendmail to use MX records



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Gerard Meijer
Sent: Wednesday, February 23, 2005 2:08 PM
To: Greg Barniskis
Cc: freebsd-questions@freebsd.org
Subject: Re: get local sendmail to use MX records
I really don't understand it at all now.
I emptied my virtusertable and local-host-names files. I
really don't know
why this happens.
Did you look in your mailertable file?
You have domain.com listed in one of your sendmail config files, that is
the only explanation.  Or you have it in /etc/hosts.  or in /etc/rc.conf.
it's somewhere.
It is problems like this is why when your running commercial servers
that you create build sheets for each server.  That is, you record on
a separate document EVERY configuration step of any significance that
you or anyone else does.  Sorry you had to find this out the hard way.
You probably have domain.com secreted in some hack you forgot that you
did.  Maybe one of these days when you do a nuke and repave you will
remember to start a build sheet.
Ted
___
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: Different OS's? Marketshare

2005-02-24 Thread Mike Hauber
On Thursday 24 February 2005 12:46 am, Anthony Atkielski wrote:
 Mike Hauber writes:
  Found the thread...  Have you tried installing an older
  version?

 No, but most of the problems I saw in my research were on 4.x
 or older versions.  This version (5.3) seems to run fine once
 it's up; the only problem is getting the machine to boot it. 
 Also, I'm getting those weird SCSI disk errors.


Yeah.  I just finished emailing someone who had the same problems, 
and it apparently isn't the problem I was having a while back.  
He also said that using the new version was the easier solution.

  Well...  There's a lot of options available.  Personally, I
  prefer something like blackbox for administrative logins. 
  It's _very_ lightweight and (like all things should be), you
  pretty much build it from the ground up.

 What do you mean by building it from the ground up?

 What do I get when I type startx by default?  It looks
 extremely simple, whatever it is, just a few simple windows in
 green borders on a rather irritating gray crosshatched
 background.

Hmmm...  I tend to view a wm about the same way I view win.exe 
(not in the disrespectful way, of course) in the respect that 
it's real purpose is to provide a pretty point and click menu 
system (which I'm not knocking).  It's very usefull and 
palletable to some, usually not a necessity, and downright 
apalling to others.  So when he said I'm looking for a wm that's 
not windowsy,  I translated that to, I'm looking for a 
point/click menu system that's easy on the eyes, won't suck my 
processor dry, or populate ~ with a bunch of stuff I'm never 
going to use.

I mentioned that blackbox is what I use for administrative logins 
because you have to build it from the ground up (not in any 
literal sense (ie, not from a wm-developers point of view), but 
from the wm-user's view (for instance, I find the default menu 
(the purpose of the wm) to be pretty bare for my taste and 
therefore needs to be customized (built up).

Make sense?  Hope I wasn't any more confusing.  :)

Mike

ps.  What you get by default is more like the basement, man!  lol
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Linux Drivers

2005-02-24 Thread Soheil Hassas Yeganeh
Dear all,
Can freebsd load linux drivers?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Linux Drivers

2005-02-24 Thread Chad Leigh -- Shire . Net LLC
On Feb 24, 2005, at 1:50 AM, Soheil Hassas Yeganeh wrote:
Dear all,
Can freebsd load linux drivers?
No
___
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: clamd after upgrade to 0.83

2005-02-24 Thread Daniel S. Haischt
The status request simply fails because in /etc/rc.subr ...
status)
  if [ -n $rc_pid ]; then
echo ${name} is running as pid $rc_pid.
  else
echo ${name} is not running.
return 1
  fi
;;
there's only a check whether the pid specified in ...
 /usr/local/etc/clamav-clamd.sh
... exists.
Two things you can test:
 If you are running ClamAV in UNIX domain socket mode,
there must be an appropriate UNIX domain socket file
somewhere, because Amavis tries to connect to the ClamAV
daemon using this socket. Usually this socket is specified
in 'clamd.conf'.
I would say if there's not such a socket file, your
ClamAV daemon is quiete unusable because nobody is able
to connect to the daemon instance.
If you are running ClamAV in TCP/IP mode you can do the
telnet test again. The TCP/IP port ClamAV listens to is
specified in 'clamd.conf' as well.
Finally try running /usr/local/sbin/clamd manually from
the command line to see whether it spits out some error
messages ...
Robert Fitzpatrick schrieb:
Thanks, that explains why postfix is still logging. But clamd is running...
esmtp# ps -ax | grep clam
26441  ??  Ss 0:00.37 /usr/local/sbin/clamd
26467  ??  Is 0:00.00 /usr/local/bin/freshclam --daemon
26494  ??  Is 0:00.00 /usr/local/bin/freshclam --daemon
But still the server thinks it is not and there is no pid file...
esmtp# /usr/local/etc/rc.d/clamav-clamd.sh status
clamav_clamd is not running.
esmtp# ls -la /var/run/clamav/
total 4
drwxr-xr-x  2 clamav  clamav  512 Feb 23 21:51 .
drwxr-xr-x  6 rootwheel   512 Feb 23 21:51 ..
esmtp#
I even uninstalled and re-installed. Any ideas why this is not reporting 
as running?

--
Robert
--On Wednesday, February 23, 2005 9:10 PM +0100 Daniel S. Haischt 
[EMAIL PROTECTED] wrote:

I think the following section in /usr/local/amavisd.conf
should answer your question:
   ### http://www.clamav.net/   - backs up clamd or Mail::ClamAV
   ['ClamAV-clamscan', 'clamscan',
 --stdout --disable-summary -r --tempdir=$TEMPBASE {}, [0], [1],
 qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ],
Basically if clamd is not running Amavis will execute the
commandline scanner version of ClamAV. That's the reason why
you are still getting log entries.
So to sumarize: ClamAV's daemon is not running, thus
there is neither a PID file nor a UNIX domain socket.
So if you want to use the daemonized version of ClamAV,
you need to elaborate why the daemon isn't started.
Robert Fitzpatrick schrieb:
I do not have anything in /var/run/clamav and that is the location in
clamd.conf for placing the PID file. I cannot connect to the localhost
as well:
esmtp# telnet localhost 3310
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host
However, according to the clamd.log, clamav is intercepting viruses. Do
you think it is working and why would I not be able to connect via
telnet or view the pid file if it is?
--
Robert
--On Wednesday, February 23, 2005 8:35 PM +0100 Daniel S. Haischt
[EMAIL PROTECTED] wrote:
Usually if you are running ClamAV in UNI domain socket mode,
there should be a UNIX domain socket called 'clamd' in ...
  - /var/run/clamav
Tho - this file can be configured in /usr/local/etc/clamd.conf.
If ClamAv is running in TCP/IP mode it should be possible to
test whether the server is responding by connecting to its
TCP/IP port using a telnet client ...
  - telnet localhost 3310
Robert Fitzpatrick schrieb:
After doing a portupgrade of clamd from 0.81 to 0.83, the service
reports that it is not running using 'clamav-clamd.sh status'.
esmtp# cd /usr/local/etc
esmtp# rc.d/clamav-clamd.sh status
clamav_clamd is not running.
esmtp# ps -ax|grep clam
 781  ??  Ss 0:10.96 /usr/local/sbin/clamd
However, all seems to be fine, postfix 2.1.5, amavisd-new and clamd 
all
seem to be running and Webmin reports them all as running.

Any thoughts or something I should know regarding the upgrading? I
checked /usr/ports/UPDATING, but nothing regarding this. All conf 
files
are reflecting the new settings.

--
Robert
___
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]



--
Mit freundlichen Gruessen / With kind regards
DAn.I.El S. Haischt
Want a complete signature??? Type at a shell prompt:
$  finger -l [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: Updating Ports

2005-02-24 Thread Alistair Sutton
On Wed, 16 Feb 2005 21:50:33 -0600, Donald J. O'Neill
[EMAIL PROTECTED] wrote:
 Gee, I did that this morning - make fetchindex that is - and when I ran
 portversion -vL= I learned that 14 of the installed packages were to
 advanced and I needed to go backwards. I wonder when that INDEX-5 was
 built.

There was a note from Kris a couple of days ago saying that the
machine that builds the INDEX files hasn't been able to cvsup the
ports for about 2 weeks so the INDEX is currently a bit out of date.

I'm not sure if he's posted anything else to say if the problem is
fixed yet as my backlog of mail is quite big :-)

Al
-- 
LJ: http://www.livejournal.com/users/everlone
GPG/PGP: http://www.no-dns-yet.org.uk/~everlone/pubkey.gpg
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ATA harddrive sleep/spindown timout?

2005-02-24 Thread cpghost
On Wed, Feb 23, 2005 at 10:36:29PM -0800, Graham North wrote:
 I stumbled on this post by you - but not resolving answers - I have the 
 same question?
 
 Is it possible to put ata harddrives in spindown/sleep/suspend mode
 without putting the whole system to sleep/suspend?

I don't know the right answer to this, but the following work-around
may help:

# atacontrol detach channelnumber
has the nice side effect of spinning down the detached drives.

WARNING: Don't detach drives (channels) with mounted file systems.
Umount first, then detach! Use at your own risk!

Cheers,
-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Qlogic ISP 2200, DL-380 and EVA 5000 SAN; how?

2005-02-24 Thread Morten Liebach
On 2005-02-22 11:54:07 -0800, Matthew Jacob wrote:
  
  These things look OK, we have both Linux, Windows and HP-UX hosts on the
  same SAN with the same setup for them.
 
 Can you clue us in on the actual lun setup exported by the array?

500 GB volume exported on LUN 1 single-path.  WWPN is autodetected by
the SAN management software and is correct, so at least some data does
come through.

 Or give us a /proc/scsi/scsi output dump?

No such file. (And yes, /proc is mounted).
 
 Can you tell us the connection topology other than same SAN? 

A fiber goes straight from the SAN, a HP StorageWorks HSV 110 box, to a
HP StorageWorks SAN Switch 2/8-EL, to which the Qlogic HBA is connected.

I hope this was what you wanted to know.

We tried 5.3-RELEASE on the box, same difference.

Have a nice day
 Morten
 
-- 
http://m.mongers.org/weblog/
__END__
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Is Yahoo! moving from FreeBSD?

2005-02-24 Thread Ted Mittelstaedt


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Freminlins
 Sent: Wednesday, February 23, 2005 7:42 AM
 To: Jorn Argelo
 Cc: [EMAIL PROTECTED]
 Subject: Re: Is Yahoo! moving from FreeBSD?


 On Wed, 23 Feb 2005 16:36:36 +0100, Jorn Argelo
 [EMAIL PROTECTED] wrote:

  I don't think that they would. That'll be a massive
 migration involving lots
  and lots of costs. They have to pay for RedHat Enterprise
 too. The only reason
  I can think off is that they want support.Perhaps I missed a
 part, but I don't
  see the word FreeBSD in that article.

 Although it doesn't state FreeBSD, I understand that Yahoo! runs stuff
 on FreeBSD.

  Besides, the point of the article is not regarding a
 migration of Yahoo, but
  Linux and IT in general. It has nothing to do with Yahoo or
 FreeBSD. I think
  that the author of the article is simply mistaking.

 I'n not sure I agree with that. The author stated But in December,
 Yahoo started to port ... to Red Hat Enterprise Linux 4.0 That would
 suggest that Yahoo! is moving to Linux.

 I am very interested in this as I have for several years used the
 argument we use the same OS as Yahoo!. We're not going to migrate to
 Linux if Yahoo! does.


The speaker cited in the article is a Mason Ng, Yahoo's director of
engineering operations

However I found a Kevin Timmons, director, engineering operations,
Yahoo
when I googled this up.

http://www.hp.com/hpinfo/newsroom/press/2004/040112b.html
http://www2.sprint.com/mr/news_dtl.do?id=1106

I've found numerous references to him in conjunction with Yahoo.

Interestingly, I also found Mason Ng listed as well - here:

http://www.oracle.com/technology/oracleworld/ow_j2ee.html

as an Oracle Group Product manager.  But, very few other references to
that
name.  As it's a rather unique name, I would suspect that the Mason Ng in
the article and the one listed as an Oracle employee last year are one
and the same person.

I would presume that if the article in Computerworld was in fact an
accurate quote, that what has happened is that Yahoo has decided to
move to using Oracle as a backend database, and they stole an Oracle
manager away from Oracle to oversee the move.  As Linux is the only open
source OS that Oracle ships on, and Yahoo obviously wants to keep using
open
source, it gets elected as the platform.

Keep in mind that in 2004, Yahoo stopped using google results, see here:

http://www.infotoday.com/online/jul04/OnTheNet.shtml

This represented a return to their roots.  Back in 1995 when Yahoo first
got going, it was only their own links on a cobbled-together software
database.  Then later on in 1998 they switched
to the Inktomi database, see here:

http://notess.com/write/archive/9904.html

Obviously then sometime later than that, when the search
market started these large monster OEM search providers, Yahoo started
using Google, as did may other search engines.  Then once the users
started
noticing that they were getting the same results no matter what search
engine was being used, sites like Yahoo realized they better
differentiate
their products and so they went back to developing their own database.

Yahoo still uses FreeBSD according to this FAQ:

http://www.ystoreclick.com/yahoo-store-faqs.html

And I would assume that they will probably only use Red Hat where they
want to field Oracle.

Note also that Yahoo is moving to Red Hat Linux according to the article.
NOT moving to Linux  Red Hat is not free, it is a commercial server
product just like Microsoft's operating systems.  Fedora - that is free.
But they aren't moving to Fedora, they are moving to Red Hat.

I think that there is enough circumstantial evidence of what is really
going on for educated guesses to be drawn.  Doubtless further googling
will reveal more info about Yahoo to anyone interested.  But clearly,
Yahoo has correctly realized that it's database is the real valuable
part of the company, and they have decided to get out of the
roll-your-own
database software business.  Oracle is the obvious choice as it's
designed for large scale operations, exactly what Yahoo is running.
But if your going to run Oracle, you won't get any support from Oracle
unless you run it on a supported operating system.

I also seriously question that Yahoo's database was ever in the past
running
on FreeBSD.  I suspect their model was an identical model to Hotmail's -
a small core of strange database servers (Yahoo originally ran indy's,
see http://www.sun.com/950523/yahoostory.html for their very first
database)
surrounded by a bunch of cheap Pentiums running
FreeBSD as front end servers.  Now they are moving to replace that core
with an Oracle core.  But there's no indication that they are going to
replace the shell of FreeBSD servers with RedHat.

Quite obviously Yahoo regards the internal workings of their technology
as
trade secrets, that is why there's not a lot of documentation out on the
web on it.

Now, I will address one other point, 

Re: Creating a boot diskette that does nothing but boot from hard disk

2005-02-24 Thread Peter Risdon
On Wed, 2005-02-23 at 21:28 +0100, Anthony Atkielski wrote:
 Is it possible to create a boot diskette that does nothing more than
 boot from a specific hard disk?  How would I go about doing so?

Assuming you are unable to boot after completing the installation, have
you tried a third-party boot manager like GAG? GAG in particular is
quite good at booting weird hardware and might very well find your
installation and offer it when you run the setup.

http://gag.sourceforge.net/


 
 If I can't figure out why my system won't boot from the hard disk on its
 own, I figure that perhaps I could create a diskette to pop into the
 machine that would simple boot immediately from the hard disk.  It
 shouldn't require much code and should easily fit on a single diskette.

In fact, you can set up a floppy with GAG on it like this. But you might
as well install GAG to the hard drive.

Peter.


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


Re: Different OS's? Marketshare

2005-02-24 Thread Sandy Rutherford
 On Wed, 23 Feb 2005 21:26:28 +0100, 
 Anthony Atkielski [EMAIL PROTECTED] said:

  
  I got the impression that KDE was the one that everyone used.

  Which window manager most closely approximates the GUI of traditional
  UNIX workstations?

That would be twm.  It is (I believe) the original X11 window
manager, which is why it's still often used as the fail safe window
manager.  twm is an acronym for Tom's Window Manager, so named
because the name of the principal author is Tom.

  Is it possible to install multiple X servers on the same machine so that
  one can fire up whichever one strikes one's fancy at a given time?

Do you mean multiple X servers or multiple window managers?  You were
talking about window managers above.  Not sure why you would want
multiple X servers (unless you had two heads on the machine), but as
to window managers, it's easy.  You can even go to a tty, kill your
running window manager and start a new one, with X running.  All your
X clients should still be there.

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


RE: Removal of item from archive

2005-02-24 Thread Ted Mittelstaedt


 -Original Message-
 From: Jason Stewart [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, February 23, 2005 5:49 AM
 To: Ted Mittelstaedt
 Cc: freebsd-questions@freebsd.org; [EMAIL PROTECTED]
 Subject: Re: Removal of item from archive
 
 
 I'll do some of the legwork here. Doing a simple google search on
 everstinc.com reveals a spammy, dodgy past. My guess is that Beth has
 been given the task of erasing this past so potential customers cannot
 see the truth about everestinc.com. 
 
 See this post specifically to the freeBSD list back in 98:
 http://tinyurl.com/3osmm
 

:-)  That may be true but that was over 8 years ago after all.
Perhaps they have changed.  At least the fact that they want
it erased shows that they aren't proud of their former spam
anymore, which is a step in the right direction.

Of course, an apology to the list for the spamming in the
first place followed by an explanation stating that Mr. So-and-So
who was pro-spamming had been fired, would be even better,
but you can't expect too much. :-)

Seriously, though, even though someone could find the posts on
Google, that's not good enough for a removal.  The person or
organization requesting the removal absolutely must state precisely
what they want removed if they have any chance of it happening.

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


RE: Is Yahoo! moving from FreeBSD?

2005-02-24 Thread Julien Gabel
 That doesen't mean of course that it's impossible to do it - you can for
 example use Solaris for a small company server - but the effort required
 to go against the grain is much higher. Solaris for example comes with no
 compiler and you must compile by hand all the applications you need, and
 often you must recompile the complier just before you can even start
 doing that.  It takes days - whereas the FreeBSD ports system takes a few
 hours for the largest and most complex packages.


Just as a side notes here:

1/ Solaris does come with 'gcc' on Compagnion CD as can be seen on a fresh
   Solaris 10 installation:
   # pkginfo -l SUNWgcc | egrep PKGINST|NAME|ARCH|VERSION|VENDOR|DESC
  PKGINST:  SUNWgcc
 NAME:  gcc - The GNU C compiler
 ARCH:  sparc
  VERSION:  11.10.0,REV=2005.01.08.05.16
   VENDOR:  Sun Microsystems, Inc.
 DESC:  GNU C - The GNU C compiler 3.4.3

2/ You can always use the pkgsrc (the NetBSD Packages Collection) as the
   FreeBSD ports system replacement for use on Sun Solaris.  We do it here
   already for some software for Solaris 2.6, 8, 9 and soon for 10.

I don't say i disagree with your global point of view, just that the last
two points may be slightly... moderated :)

-- 
-jpeg.

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


RE: filtering HTML tags from email

2005-02-24 Thread Ted Mittelstaedt


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Mike Hauber
 Sent: Wednesday, February 23, 2005 4:19 AM
 To: freebsd-questions@freebsd.org
 Subject: Re: filtering HTML tags from email
 
 
 Just after destroying the headers in who-knows-how-many emails 
 (backed up...  whew!), I finally realized that piping the 
 messages though html2text (or lynx or w3m) was probably not such 
 a great idea after all.  :)
 
 This is something that really should be implemented as part of 
 kmail itself (it would help to remain compatable with both 
 maildir/mbox).  I'll continue to be frustrated with html2text for 
 a while (it's a pretty cool tool), and who knows...  Mayhaps I'll 
 figure out a reasonable way to set it up so that everything is 
 done automatically.

Mike, why are you torturing yourself when http://www.mimedefang.org/
does this?  Afraid of Sendmail?

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


RE: Is Yahoo! moving from FreeBSD?

2005-02-24 Thread Ted Mittelstaedt


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Julien Gabel
 Sent: Thursday, February 24, 2005 2:22 AM
 To: Ted Mittelstaedt
 Cc: [EMAIL PROTECTED]
 Subject: RE: Is Yahoo! moving from FreeBSD?


  That doesen't mean of course that it's impossible to do it -
 you can for
  example use Solaris for a small company server - but the
 effort required
  to go against the grain is much higher. Solaris for example
 comes with no
  compiler and you must compile by hand all the applications
 you need, and
  often you must recompile the complier just before you can even start
  doing that.  It takes days - whereas the FreeBSD ports
 system takes a few
  hours for the largest and most complex packages.


 Just as a side notes here:

 1/ Solaris does come with 'gcc' on Compagnion CD as can be
 seen on a fresh
Solaris 10 installation:
# pkginfo -l SUNWgcc | egrep PKGINST|NAME|ARCH|VERSION|VENDOR|DESC
   PKGINST:  SUNWgcc
  NAME:  gcc - The GNU C compiler
  ARCH:  sparc
   VERSION:  11.10.0,REV=2005.01.08.05.16
VENDOR:  Sun Microsystems, Inc.
  DESC:  GNU C - The GNU C compiler 3.4.3

 2/ You can always use the pkgsrc (the NetBSD Packages
 Collection) as the
FreeBSD ports system replacement for use on Sun Solaris.
 We do it here
already for some software for Solaris 2.6, 8, 9 and soon for 10.


What possible benefit does that give for Solaris which already has
it's own package manager?  Your certainly not advocating using the
NetBSD presets for compiling packages on Solaris?

 I don't say i disagree with your global point of view, just
 that the last
 two points may be slightly... moderated :)


Solaris 2.6, 8, 9, 10 don't run on EISA.  They also got rid of the
alt-F keys for the multiple consoles.  I think they were looking
for ways to be degenerate. ;-)  2.6 also included it's own perl,
and I think later versions did too.  Blech on that if you needed
a later version of perl on the system.  It also didn't help that
Sun for several years was FUDing the industry claiming they
wern't going to support the Intel 64 bit chips.  And check out the
lack of /dev/random, /dev/urandom on 2.6 and 8 if I recall -
problem for OpenSSL even though a Sun patch adds them.  Although
the Sun-supplied random devices blow chunks when running ENT
or other PRNG testers.  I kind of expect crappy entropy from
a hacked up ripoff of the linux random driver, but I really
expected a lot better entropy from a driver distributed from
the maunfacturer.  After all, Sun can look at interrupts at the
network card and all kinds of other icky nonportable but
highly unpredictable fantastic randomness sources - just what
the heck are they doing in that driver of theirs?  Calculating
pi?  Unless perhaps the NSA got to them and told them they
better not release a decent random device because they want to
keep spying on all of us.

Seriously, the later versions of Solaris after 2.6 were big
disappointments,
It took years and years for hardware to catch up.  Big, poky and slow.
I don't know what they did but a 2.51 or 2.6 system on the same
hardware kicked the crap out of 8 even with full patch sets
applied.  And the Companion CD didn't start supplying gcc for Solaris x86
until Solaris 8 I believe.  These Solaris versions were fine for
big companies with lots of money to buy brand new Sun boxes (which
ran them well)  They were hideous for not so big companies that
didn't want to have to throw perfectly good quad Pentium 200 servers
with EISA hardware raid controllers and big SCSI arrays on them
in the garbage.

And try building something like ImageMagik on Solaris 10 I will bet
that at least 1 of the collection of libraries that this conglomerate
program requires will not build without tweaks.

We do use Solaris, it's stable, runs well, nice UNIX os.  But what
a time sucking bitch to setup.  At least you get a Motif, that's
worth something.

Ted

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


Re: ipfw and nmap

2005-02-24 Thread Matthew Seaman
On Wed, Feb 23, 2005 at 11:49:39AM -0500, sn1tch wrote:
 I am fairly new to IPFW, I have question regarding the stateful part
 of it. Now I may just be misunderstanding this so set me straight if I
 am. From what I understand when you add a check-state rule and then
 following that a rule to keep-state, if a packet destined for that
 port is new and setup was not added to the keep-state rule then
 wouldn't it get denied at the check-state rule since keep-state did
 not add a dynamic rule? My problem is this, and again this may not
 even be correct but I have a bsd box that is simply providing me SSH
 capabilities..here are the rules for it:
 
 add check-state
 add allow all from any to any 22 in via fxp0 keep-state
 then the default to deny rule.

One way of coding up firewall rules to allow incoming SSH connections
and disallow generic port probes would be something like this:

add check-state
deny tcp from any to any established
add allow tcp from any to me 22 setup in via fxp0 keep-state
[ ... other rules for tcp services you want open ... ]

ie. You're testing for the first incoming packet, with the SYN flag
set -- which results in a dynamic rule being created that effectively
slots into the rule set at the 'add check-state' line.  Then deny any
TCP packets flowing in any direction that *don't* have the SYN flag
set.  So TCP connections that are generated in the correct sequence
will be allowed, but bouncing random TCP packets with weird flag
combinations off your server will be filtered.  You will need
additional rules to support starting up outgoing connections.

Note that this only works for TCP --- UDP, ICMP and other protocols
have no corresponding concept of 'open' or 'closed' connection state.

Note too that there is nothing to prevent port scanners simply setting
the 'SYN' flag in the probe packets they send to your server.  
 
 Now is there a way to allow setup connections but disallow port
 scanners like nmap from seeing it as being open?

If you want people to be able to SSH into your systems from outside,
then you have to have port 22 (or some port with sshd listening on it)
open.  In that case, you can not prevent people using tools like nmap
to discover that the port is open.  

In recent months there has been a lot of automated scanning for SSH
servers and attempts to break in via some account/password pairs which
were created by default on some Linux distros.  The answer to securing
your server against such probes is not to attempt to hide the fact
that you're running a SSH server, but to enforce security policies on
how ssh is used:

-- root login via SSH is not permitted (The 'PermitRootLogin no'
   setting in /etc/ssh/sshd_config).

-- Make sure that all accounts that do not correspond to real
   users have locked passwords and /sbin/nologin as their shell.

-- Force all users either to use key-based auth for remote
   acccess, or use one-time passwords (opie), or use Kerberos, or
   failing that (and only as a last resort) permit password auth,
   but enforce a strict good password policy.  That means
   regularly running a password cracker against your password file
   and locking out accounts where the password can be broken.

   Cheers,

   Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   8 Dane Court Manor
  School Rd
PGP: http://www.infracaninophile.co.uk/pgpkey Tilmanstone
Tel: +44 1304 617253  Kent, CT14 0JL UK


pgpCFyja8UtwR.pgp
Description: PGP signature


Re: awk print

2005-02-24 Thread Soheil Hassas Yeganeh
You can set $[1..n] to  and then print 
find ./ -name stuff | awk '{ $1=; $2=; print}


On Wed, 23 Feb 2005 22:41:32 -0500, Mark Frank [EMAIL PROTECTED] wrote:
 * On Wed, Feb 23, 2005 at 07:36:05PM -0700 David Bear wrote:
  On Wed, Feb 23, 2005 at 11:19:26PM +0100, Roland Smith wrote:
   On Wed, Feb 23, 2005 at 02:40:10PM -0700, David Bear wrote:
I'm using awk to parse a directory listing. I was hoping there is a
way to tell awk to print from $2 - to the end of the columns
available.
   
find ./ -name '*stuff' | awk '{FS=/ print $3---'}
  
   Is this what you mean?:
  
   find ./ -name '*stuff'|sed 's|\.[^/]*/[^/]*/||g'
 
  thanks for the advice. No, this doesn't do what I want.
 
  If I have a directory path /stuff/stuff/more/stuff/more/and/more
  that is n-levels deep, I want to be able to cut off the first two
  levels and print the from 2 to the Nth level.
 
 So how about cut?
 
 find ./ -name '*stuff'| cut -d/ -f4-
 
 Mark
 
 --
 The fix is only temporary...unless it works. - Red Green
 ___
 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]


compiling xorg 6.8.2

2005-02-24 Thread Timothy Smith
has anyone been successful with this? mine errors on make install
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


rss client

2005-02-24 Thread kalin mintchev
is there something like http://www.newsfirerss.com/ for freebsd?

i know thunderbird has rss in it but i just want the rss client not the
mail one...
also does anybody else have this wiered problem - i can't move around in a
html form text area using the arrows in firefox 1.0 on freebsd 5.3...

thanks...


-- 


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


IPv6 with IPsec on FreeBSD 4.10-R with racoon-20040408a

2005-02-24 Thread Trond Endrestøl
When setting up IPsec at my home using FreeBSD 4.10-RELEASE and
racoon-20040408a, I came across a problem with IPv6 and IPsec.

First, here is the relevant information about my setup.

I have two computers in my network, each assigned a global unicast
address (do not worry about my abuse of these unicast addresses, my
network is completely isolated from the Internet):

Computer A is assigned 2001:0:2:3:20a:5eff:fe47:9709, and
Computer B is assigned 2001:0:2:3:260:8ff:fe7f:68b1

Both computers runs a 4.10-RELEASE kernel compiled with:

options INET
options INET6
options IPSEC
options IPSEC_ESP
options IPSEC_DEBUG

Both computers use racoon-20040408a, installed as a precompiled package,
for dynamical keying.

The racoon.conf on both computers looks like this:

path include /etc/racoon;
path pre_shared_key /etc/racoon/pre_shared_keys;

timer {
counter 20;
interval 25 sec;
phase1 20 sec;
phase2 20 sec;
}

remote anonymous {
exchange_mode main,aggressive,base;
doi ipsec_doi;
situation identity_only;
my_identifier address;
lifetime time 1 hour;
initial_contact on;
passive off;
proposal_check obey;
send_cert off;
send_cr off;
verify_cert off;

proposal {
encryption_algorithm blowfish;
hash_algorithm sha1;
authentication_method pre_shared_key;
dh_group 2;
}
}

sainfo anonymous {
pfs_group 2;
lifetime time 30 min;
encryption_algorithm blowfish 448,rijndael 256,cast128,3des;
authentication_algorithm hmac_sha1,hmac_md5;
compression_algorithm deflate;
}

I have trimmed the IPsec policy rules down to these ones (taken from
computer A):

# Flush the entries.
spdflush;

# ISAKMP between computers A and B may use ESP and AH.
spdadd 2001:0:2:3:20a:5eff:fe47:9709[500] 2001:0:2:3:260:8ff:fe7f:68b1[500]  
udp -P out ipsec esp/transport//use ah/transport//use;
spdadd 2001:0:2:3:260:8ff:fe7f:68b1[500]  2001:0:2:3:20a:5eff:fe47:9709[500] 
udp -P in  ipsec esp/transport//use ah/transport//use;

# Any other traffic between computers A and B must use ESP and AH.
spdadd 2001:0:2:3:20a:5eff:fe47:9709 2001:0:2:3:260:8ff:fe7f:68b1  any -P out 
ipsec esp/transport//require ah/transport//require;
spdadd 2001:0:2:3:260:8ff:fe7f:68b1  2001:0:2:3:20a:5eff:fe47:9709 any -P in  
ipsec esp/transport//require ah/transport//require;

The policy rules on computer B corresponds to the ones above.
Similar policy rules for IPv4 works like a dream on my network, so why
does not it work for IPv6?

With the policy rules above in effect, racoon on both computers uses
almost infinite time when attempting to negotiate the keying for IPv6.
I.e., racoon is getting nowhere when it tries to initiate phase 1, and
racoon on neither computer seems to care of or even receive the
replies from each other. There are no firewalls between my computers,
nor does any of my computers run a firewall.

Contrast the above with these policy rules in effect:

# Flush the entries.
spdflush;

# Traffic between computers A and B may use ESP and AH.
spdadd 2001:0:2:3:20a:5eff:fe47:9709 2001:0:2:3:260:8ff:fe7f:68b1  any -P out 
ipsec esp/transport//use ah/transport//use;
spdadd 2001:0:2:3:260:8ff:fe7f:68b1  2001:0:2:3:20a:5eff:fe47:9709 any -P in  
ipsec esp/transport//use ah/transport//use;

It seems that phase 1 completes when I do not force the use of IPsec.

Should I specify require in my IPv6 policy rules and include policy
rules that allow IPv6 ISAKMP to pass unencrypted, phase 1 never
succeeds when the computer has just rebooted.

Should I boot the computer with use in the IPv6 policy rules and
later change use to require while racoon is running, phase 1 has
already completed so all that remains is phase 2. In this case there
are obviously no need for the special ISAKMP policy rules.

Once phase 1 is done, phase 2 completes independently on whether I
specify use or require in the policy rules. And strangely enough,
this only happens with IPv6. As I said before, IPv4 with IPsec works
like a charm, even with require and the special ISAKMP policy rules.

Personally, I can live with use instead of require in my IPv6
policy rules, but it is unbearable for environments where this is not
acceptable.

Hopefully someone will look into this matter and possibly fix it.
Please contact me if I have left out any details you need to know.

-- 
--
Trond Endrestøl  |[EMAIL PROTECTED]
Patron of The Art of Computer Programming|   FreeBSD 4.8-S  Pine 4.55
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: rss client

2005-02-24 Thread Daniel S. Haischt
http://www.freebsd.org/cgi/ports.cgi?query=rssstype=all
kalin mintchev schrieb:
is there something like http://www.newsfirerss.com/ for freebsd?
i know thunderbird has rss in it but i just want the rss client not the
mail one...
also does anybody else have this wiered problem - i can't move around in a
html form text area using the arrows in firefox 1.0 on freebsd 5.3...
thanks...

--
Mit freundlichen Gruessen / With kind regards
DAn.I.El S. Haischt
Want a complete signature??? Type at a shell prompt:
$  finger -l [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Cleaning /tmp on boot

2005-02-24 Thread Paul Richards
Hi,
Is there an easy way to have FreeBSD (RELEASE-5.3) clean /tmp on boot
by means of setting a flag or something in /etc/rc.conf?  I'd like to
check before I start manually hacking up my boot scripts to get this
done.

Alternatively, is there something similar to tmpfs from Linux
available on FreeBSD?  I've heard about mfs but it statically
allocates memory from the VM, I'd prefer if allocation was done only
as needed on demand.



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


Re: Cleaning /tmp on boot

2005-02-24 Thread Nelis Lamprecht
On Thu, 24 Feb 2005 12:42:17 +, Paul Richards
[EMAIL PROTECTED] wrote:
 Hi,
 Is there an easy way to have FreeBSD (RELEASE-5.3) clean /tmp on boot
 by means of setting a flag or something in /etc/rc.conf?  I'd like to
 check before I start manually hacking up my boot scripts to get this
 done.

I believe it's: clear_tmp_enable=YES


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


RE: DLINK DWL-530 wireless a/b/g NIC and FreeBSD 4 and 5

2005-02-24 Thread Sandro Mancuso
As a followup to the email below...

I neglected to include some further details of my research, which I
realized this morning may be of some help in understanding why I'm
asking about this when this adapter is clearly not part of the list in
man ath...

Please refer to this link:
http://madwifiwiki.thewebhost.de/wiki/DLinkDWLAG530

A linux user was able to hack that linux driver to enable him to use the
said wifi card... as such, I was wondering if anyone here has done the
same, or knows how that can be applied to the FreeBSD driver.  I hate
(read: suck at) programming.

Thanks in advance for any insight/info on this


 Hi all,



 I've read 2-3 archived posts to the -CURRENT mailing list dating back
 to
 September about the atheros driver on FreeBSD not supporting the DLink
 DWL-530.  I haven't seen much about it since, and a patch that was
 available then didn't work for this particular model either.  Before I
 go out and buy a DWL-520 instead, can anyone tell me if this model is
 now supported on the atheros driver?



 My goal is to use this NIC in my FreeBSD gateway and use it as an
 access
 point as well.  This card seems great because it's got great speed,
 backward compatibility and a detachable antenna that's more convenient
 than if it were hiding behind the tower.



 Thanks,

 Sandro

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
 [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: Cleaning /tmp on boot

2005-02-24 Thread Matthew Seaman
On Thu, Feb 24, 2005 at 12:42:17PM +, Paul Richards wrote:

 Is there an easy way to have FreeBSD (RELEASE-5.3) clean /tmp on boot
 by means of setting a flag or something in /etc/rc.conf?  I'd like to
 check before I start manually hacking up my boot scripts to get this
 done.

Add:

   clear_tmp_enable=YES

to /etc/rc.conf.  Also consider 'daily_clean_tmps_enable=YES' in
/etc/periodic.conf, which will enable a daily job to clean out old
files from temporary directories.
 
 Alternatively, is there something similar to tmpfs from Linux
 available on FreeBSD?  I've heard about mfs but it statically
 allocates memory from the VM, I'd prefer if allocation was done only
 as needed on demand.

Yes -- correct, it is called 'mdmfs' under 5.x -- but it isn't
necessarily true that it allocates memory out of VM: depending on the
arguments used when configuring the underlying md(4) device, the
memory can be swap or file backed. When it's used to provide a /tmp
filesystem, it is specifically swap backed.  As is explained in the
mdmfs(8) man page. Add the following to /etc/rc.conf to enable using a
memory filesystem for /tmp:

tmpmfs=YES
tmpsize=128m

Note that tmpsize should be smaller than the amount of swap space on
your machine -- preferably quite a bit smaller -- or you can end up
with a situation where any user can potentially DoS your server simply
by creating files under /tmp

   Cheers,

   Matthew   

-- 
Dr Matthew J Seaman MA, D.Phil.   8 Dane Court Manor
  School Rd
PGP: http://www.infracaninophile.co.uk/pgpkey Tilmanstone
Tel: +44 1304 617253  Kent, CT14 0JL UK


pgpezNfsZvm2x.pgp
Description: PGP signature


Re: Different OS's? Marketshare

2005-02-24 Thread Jacob S
On Wed, 23 Feb 2005 23:29:52 -0800
Ted Mittelstaedt [EMAIL PROTECTED] wrote:

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Jacob S
  Sent: Wednesday, February 23, 2005 12:53 PM
  To: freebsd-questions@freebsd.org
  Subject: Re: Different OS's? Marketshare
 
  On Wed, 23 Feb 2005 21:24:36 +0100
  Anthony Atkielski [EMAIL PROTECTED] wrote:
snip
   Fine.  Except that distributors are barely doing anything more
   than repackaging someone else's work.  They didn't write Linux.
 
  And how would you classify all of the Gnu and gpl software, or the
  Linux software that runs under the Linux compatability layer
  in FreeBSD?
  KDE, Nmap, Xfree86, x.org, mailman, exim, qmail and ezmlm are
  just a few that come to mind.
 
 
 Whoh there Jacob.  What are you talking about?
 
 The only software that runs under the linux compatability layer is
 compiled
 linux binaries where the source isn't available.  All the programs you
 mentioned above are source available, and they are all compiled to
 native FreeBSD binaries under FreeBSD.

:-) I believe you missed the first half of the sentence, where I said
Gnu and gpl software I was not trying to name software from any
one specific category, but rather random software packages from any of
the three categories.

My point is that they were not written by FreeBSD, in the same way that
the OP claims that Linux companies did not write Linux. They are merely
repackaged for FreeBSD.

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


Re: Cleaning /tmp on boot

2005-02-24 Thread Giorgos Keramidas
On 2005-02-24 14:49, Nelis Lamprecht [EMAIL PROTECTED] wrote:
On Thu, 24 Feb 2005 12:42:17 +, Paul Richards
[EMAIL PROTECTED] wrote:
 Hi,
 Is there an easy way to have FreeBSD (RELEASE-5.3) clean /tmp on boot
 by means of setting a flag or something in /etc/rc.conf?  I'd like to
 check before I start manually hacking up my boot scripts to get this
 done.

 I believe it's: clear_tmp_enable=YES

True.  I'm just replying here to note that this and other tunables of
the rc.d scripts are documented in rc.conf(5):

% man rc.conf

If anyone happens to find an option that is not documented, then it's a
bug of the manpage and the freebsd-doc people will be glad to hear about
it; either with a simple post to the list or (preferably) through a new
problem report submission :-)

- Giorgos

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


Install Free BSD without floppy and bootable CD-ROM-drive

2005-02-24 Thread ygb
I have notebook IP-120MHz, without FDD
He is not boot from CD. It is very old.

How can i install FreeBSD on in?

It has Windows partition

I see utilit setup.exe in the list of files in /tools, but
has NOT found it.

Help me, please!

mailto:[EMAIL PROTECTED]

P.S. Sorry for my English.

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


CVS Web installation procedures required

2005-02-24 Thread vijay
Hi,
iam a new bie to cvs and i have installed cvs on linux.
i require the installation procedures(steps) for installing cvsWeb on
the linux system.
i tried what i got from the web there are errors and did not seem to work out.

can anyone help me out with this

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


cna't ssh localhost

2005-02-24 Thread Jed Clear
Just off the top of my head, check that your DNS is working.  My guess
is that the sshd is trying to do a reverse DNS lookup, when you have the
network configured.  It takes a long time for a DNS lookup to time
out.

Try the ssh, wait at least 30 seconds (the DNS time out, IIRC).  If it
succeeds then, it's likely DNS related.

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


Re: recommended trouble ticketing system

2005-02-24 Thread Tom Trelvik
	RT is wonderful, it does an excellent job managing information and 
emails, and is very customizable.  If you want it to display something 
it normally wouldn't, you can query it's MySQL db yourself to generate 
the reports/stats you're interested in, or even modify it's main page to 
display information a program you wrote collects.

Tom
Mark Jayson Alvarez wrote:
Hi,
  I'm looking for a software that we can use for
trouble ticketing system. We are using Open Ticket
Request System(OTRS) before but my superiors, told me
that I can search for another better software for this
purpose. Can you suggest me some of the trouble
ticketing systems you have used before aside from OTRS
and if there's any problem you have encountered using
it or its advantages over OTRS. I did a quick search
on google and freebsd ports and found Request
Tracker(RT), also Trouble Ticket System from
Freshmeat, and lastly WebTTS, but I'm having a hard
time deciding which one to use. Suggestions are very
much welcome.
Thanks!
		
__ 
Do you Yahoo!? 
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250
___
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: how long does it takes you to do a make buildworld

2005-02-24 Thread Tom Trelvik
~35min, iirc.
dual 2.2GHz Opterons
4GB RAM
36GB RAID 1 SCSI SCA
Wouter van Rooij wrote:
I'm very curious about how long it took you guys to do a make buildworld.
So I thought let's start a topic about it.;-)
See who is the most fast and please also put your hardware in the reply:
like for example
HP 3.4ghz
250gb hd
1024mb ram
Wouter van Rooij
___
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: CVSup: upgrade to 5-current

2005-02-24 Thread Andy Firman
On Mon, Feb 21, 2005 at 03:06:17AM -0500, Jeremy Faulkner wrote:
 Remington wrote:
 I am attempting to upgrade from 5.3-RELEASE to 5.4-CURRENT. The line
 *default release=cvs tag=. seems to work but newvers.sh claims it to be
 6.0. What is the correct *default entry?
 
 
 5.x isn't current 6.0 is, and 5.4 doesn't exist.
 
 You want tag=RELENG_5

Correct.

I did that last night and ended up with 5.4-prerelease or something
like that and had to start all over because I want 5.3-stable.
Just FYI for other beginners out there that want 5.3 stable only, 
you need to use this from now on:

tag=RELENG_5_3

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


web software

2005-02-24 Thread Hilda Jones
Do you have something similar to FrontPage?
Thanks,
Hilda Jones
Morenci Area Schools
Technology  517.458.7506 ext.286
[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: ntpd core dump

2005-02-24 Thread Lowell Gilbert
Richard Danter [EMAIL PROTECTED] writes:

 Hi all,
 
 I have 5.3-RELEASE installed. I'm trying to run ntpd but I get a
 message in /var/log/messages that it exited on signal 11 (core dumped).
 
 Is there a known problem with this version or is there somethig wrong
 with my config file (below)? This file is based on one I use on a
 Linux host with no problems.
 
 Thanks
 Rich
 
 --
 
 server  ntp.maths.tcd.ie
 server  bear.zoo.bt.co.uk
 server  ntp.cis.strath.ac.uk
 
 server  127.127.1.0 # local clock
 fudge   127.127.1.0 stratum 10
 
 broadcastdelay  0.008
 restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap


Hard to say.  Try subsets of that config file in order to isolate a
portion of the file that produces the problem.  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cna't ssh localhost

2005-02-24 Thread Lowell Gilbert
Eugene M. Minkovskii [EMAIL PROTECTED] writes:

 $ ssh 127.0.0.1
 
 But connection hang up, of course, I can't do ssh from gateway
 (172.16.0.1) to localhost (172.16.0.2) too.

Try ssh -v and let ssh tell you what the problem is.

It's almost certainly DNS-related, as other messages have mentioned,
but there are a few possibilities as far as the specifics.

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


building KLDs in RELENG_4

2005-02-24 Thread Peter C. Lai
Is there a way to build kernel modules by themselves without having to
build the entire kernel? I am adding umass support to a 4.x machine but
I don't want to build the entire kernel. I already have scbus, but I need
da and of course, umass.

TIA,
pete

-- 
Peter C. Lai
University of Connecticut
Dept. of Molecular and Cell Biology
Yale University School of Medicine
SenseLab | Research Assistant
http://cowbert.2y.net/

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


Re: web software

2005-02-24 Thread Peter Risdon
On Wed, 2005-02-23 at 13:44 -0500, Hilda Jones wrote:
 Do you have something similar to FrontPage?


It might be an idea to flesh out your question a bit. FrontPage runs on
MS Windows computers and is used as a graphical development tool for
websites. It includes some synchronisation stuff that depends on having
a webserver to talk to that understands FrontPage. Web servers are often
to be found on some form of unix, including FreeBSD. There is an apache
module which is in the FreeBSD ports collection to add frontpage
extensions to an apache server. With this, you can use FrontPage as your
development tool and run the website on FreeBSD.

If, on the other hand, you want to use a FreeBSD desktop and are looking
for a good graphical website development tool, you might try Quanta.
This is also in the ports.

If you need to clarify your question, please do so.

Peter.

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


Re: Install Free BSD without floppy and bootable CD-ROM-drive

2005-02-24 Thread Anthony Atkielski
ygb writes:

 I have notebook IP-120MHz, without FDD
 He is not boot from CD. It is very old.

 How can i install FreeBSD on in?

Create a boot floppy.  You can then boot from the floppy and install
from the CD.

A fully procedure for doing this may be found here:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-pre.html

Look at part 2.2.7 on that page.  It explains how to create the
floppies.

-- 
Anthony


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


Re: web software

2005-02-24 Thread Tom Trelvik
Peter Risdon wrote:
If, on the other hand, you want to use a FreeBSD desktop and are looking
for a good graphical website development tool, you might try Quanta.
This is also in the ports.
Or nvu might be worth a try as well, it's also in ports.
Tom
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CVSup: upgrade to 5-current

2005-02-24 Thread Andy Firman
On Thu, Feb 24, 2005 at 09:15:08AM -0500, Andy Firman wrote:
 On Mon, Feb 21, 2005 at 03:06:17AM -0500, Jeremy Faulkner wrote:
  Remington wrote:
  I am attempting to upgrade from 5.3-RELEASE to 5.4-CURRENT. The line
  *default release=cvs tag=. seems to work but newvers.sh claims it to be
  6.0. What is the correct *default entry?
  
  
  5.x isn't current 6.0 is, and 5.4 doesn't exist.
  
  You want tag=RELENG_5
 
 Correct.
 
 I did that last night and ended up with 5.4-prerelease or something
 like that and had to start all over because I want 5.3-stable.
 Just FYI for other beginners out there that want 5.3 stable only, 
 you need to use this from now on:
 
 tag=RELENG_5_3

I am WRONG and need to correct this.  Erik Trulsson on the current
list politely told me this:

Yes, they changed the name displayed by system from 5.3-STABLE to
5.4-PRERELEASE to indicate that we are nearing the release of 5.4
After 5.4-RELEASE is out the name will change to 5.4-STABLE

5.3-STABLE and 5.4-PRELEASE mean essentially the same thing, namely the
5-STABLE branch from some point in time after 5.3 was released but
before 5.4 was released.

See also the FAQ at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#RELEASE-CANDIDATE


  If one wants 5.3-stable, they need to use this tag:

 tag=RELENG_5_3

No, that will get you 5.3-RELEASE + critical bugfixes (especially
security fixes) which is not the same thing as 5.3-STABLE

If you want to follow the 5-STABLE development branch (which for a
period of time was named 5.3-STABLE) you want
tag=RELENG_5

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


Re: web software

2005-02-24 Thread Anthony Atkielski
Hilda Jones writes:

 Do you have something similar to FrontPage?

In what respect?

There are server extensions available for FrontPage that will run under
FreeBSD with Apache web servers. Both Microsoft itself and Ready-to-Run
Software, Inc., produce such extensions.

The client portion of the product runs only on Windows, as far as I know.

Of course, professional webmasters use simple text editors and FTP
clients to build web sites, so you don't really need FrontPage at all if
you are planning to do serious web development. There are lots of text
editors and FTP clients available for FreeBSD.

-- 
Anthony


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


Re: Different OS's? Marketshare

2005-02-24 Thread Anthony Atkielski
Sandy Rutherford writes:

 Do you mean multiple X servers or multiple window managers?

I guess I mean window managers.  There's only one X server required, right?

Anyway, you answered my question.

-- 
Anthony


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


Re: PPP providors (partial success!)

2005-02-24 Thread Peter C. Lai
I signed up for netscape, becauase hey, it's 1 month free trial anyway. So
technically, I'm an AOL luser now *hangs head in shame* :-/ (after logging 
into the POP, you end up on AOL). The good thing is, I can use the vanilla 
windows DUN with MS CHAP authentication, so after I get freebsd setup, I'm
gonna try configuring ppp. Currently POP login name obfuscation is:
[EMAIL PROTECTED] where username is the one you are given when
you setup the account (typically nsJohnDoe). The password is not obfuscated.

On Tue, Feb 22, 2005 at 05:47:41AM -0500, Mike Hauber wrote:
 On Monday 21 February 2005 04:28 pm, Peter C. Lai wrote:
  I need a temporary 56K providor until I get broadband installed
  at a new location. Do any of the commercially advertised ones
  (netscape, netzero, peoplepc, earthlink) support using regular
  PPP, or am I forced to use their dialer in win32? This is
  obviously important in determining if such a providor can be
  used in freebsd.
  TIA
  pete
 
 A few months ago, I had my Father set up on Earthlink.  I've heard 
 tell (rumor probably) that they plan on switching to something 
 like a software setup like aol.  I've tried netzero and peoplepc, 
 and couldn't get anywhere with them.  I don't know about 
 netscape.  Your best bet _may_ be to go through a local dialup 
 service (if you can find one, these days).
 
 Oh yeah...  I don't know if ATT is an option where you are, but 
 they are straight forward and don't require any junk software for 
 connection.
 
 HTH
 
 Mike

-- 
Peter C. Lai
University of Connecticut
Dept. of Molecular and Cell Biology
Yale University School of Medicine
SenseLab | Research Assistant
http://cowbert.2y.net/

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


Re: Different OS's? Marketshare

2005-02-24 Thread Anthony Atkielski
Mike Hauber writes:

 Hmmm...  I tend to view a wm about the same way I view win.exe
 (not in the disrespectful way, of course) in the respect that 
 it's real purpose is to provide a pretty point and click menu 
 system (which I'm not knocking).  It's very usefull and 
 palletable to some, usually not a necessity, and downright 
 apalling to others.

I just want a X window system that will give me some experience with
UNIX GUIs.  I don't actually intend to run one on my production server,
but since this machine (the one I'm discussing now) will become a sort
of test machine, I can afford to take more chances with it.

 I mentioned that blackbox is what I use for administrative logins
 because you have to build it from the ground up (not in any 
 literal sense (ie, not from a wm-developers point of view), but 
 from the wm-user's view (for instance, I find the default menu 
 (the purpose of the wm) to be pretty bare for my taste and 
 therefore needs to be customized (built up).

 Make sense?  Hope I wasn't any more confusing.  :)

I suppose it will make more sense as I gather more experience.  I
haven't found any comprehensive and succinct documentation on X (the
classic problem of documentation in computerland).

-- 
Anthony


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


Re: Creating a boot diskette that does nothing but boot from hard disk

2005-02-24 Thread Anthony Atkielski
Richard Jansson writes:

 If that dont work you can write a program that loads a sector (boot
 sector) to your RAM memory and then jump there. Sounds simple but you
 musst not forget that you should switch to protected mode from real
 mode.

I haven't written in assembler in years.  I was hoping that maybe I
could just copy a boot program from somewhere to somewhere else.  After
all, the usual boot program on the floppy boots the OS from the floppy,
so all one needs to do is change that program to point to the correct
hard drive instead.

-- 
Anthony


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


Re: Window managers

2005-02-24 Thread Anthony Atkielski
Chuck Swiger writes:

 It's not hard.  pkg_delete -xf kde or pkg_delete -xf gnome.

 [ You might want to be a little more selective than using such a wildcard,
 however, although if you've got the precompiled packages handy, reinstalling
 something again is not a big deal if you need a dependency. ]

Where is gnome?  I can't find anything that looks like it among the
packages.  All I found was something to insert GNOME menus into window
manager, or something like that.

-- 
Anthony


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


Re: building KLDs in RELENG_4

2005-02-24 Thread Scot Hetzel
On Thu, 24 Feb 2005 09:56:22 -0500, Peter C. Lai [EMAIL PROTECTED] wrote:
 Is there a way to build kernel modules by themselves without having to
 build the entire kernel? I am adding umass support to a 4.x machine but
 I don't want to build the entire kernel. I already have scbus, but I need
 da and of course, umass.
 
 
Yes you can build modules seperately from a kernel build

cd /usr/src/sys/modules/umass
make obj
make
make install

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


Re: Cleaning /tmp on boot

2005-02-24 Thread Lars Kristiansen
 Alternatively, is there something similar to tmpfs from Linux
 available on FreeBSD?  I've heard about mfs but it statically
 allocates memory from the VM, I'd prefer if allocation was done only
 as needed on demand.

Found these:
http://docs.freebsd.org/cgi/mid.cgi?41E01905.3040200
http://docs.freebsd.org/cgi/mid.cgi?45044.1105365790

So swap backed memory disks only swaps to disk when necessary.

Wish that could have been mentioned in the handbook or man-pages.
Should I try to PR that? Someone more knowledgeable will do it I hope :-)


--
Hilsen Lars


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


Re: building KLDs in RELENG_4

2005-02-24 Thread Peter C. Lai
On Thu, Feb 24, 2005 at 09:59:01AM -0600, Scot Hetzel wrote:
 On Thu, 24 Feb 2005 09:56:22 -0500, Peter C. Lai [EMAIL PROTECTED] wrote:
  Is there a way to build kernel modules by themselves without having to
  build the entire kernel? I am adding umass support to a 4.x machine but
  I don't want to build the entire kernel. I already have scbus, but I need
  da and of course, umass.
  
  
 Yes you can build modules seperately from a kernel build
 
 cd /usr/src/sys/modules/umass
 make obj
 make
 make install
 
 Scot

ok. what about da? i don't have that in my kernel, even though i have scbus.
I think i'm just going to recompile the entire kernel anyway; I was just
trying to not have to back-cvs /usr/src to patch the current one I have
installed. (the more basic problem is i really should be keeping multiple
versions of /usr/src around for different versions on different machines,
but that is a separate problem).

-- 
Peter C. Lai
University of Connecticut
Dept. of Molecular and Cell Biology
Yale University School of Medicine
SenseLab | Research Assistant
http://cowbert.2y.net/

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


Re: Install Free BSD without floppy and bootable CD-ROM-drive

2005-02-24 Thread stheg olloydson
it was said by Anthony Atkielski

ygb writes:

 I have notebook IP-120MHz, without FDD
 He is not boot from CD. It is very old.

 How can i install FreeBSD on in?

Create a boot floppy.  You can then boot from the floppy and install
from the CD.

A fully procedure for doing this may be found here:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-pre.html

Look at part 2.2.7 on that page.  It explains how to create the
floppies.

-- 
Anthony

Hello,

Because you don't have a floppy drive, Mr. Atkielski's suggestion will
not work. The link he gave you is a good one. Skip section 2.2.7 and
read section 2.13 instead. It explains how to install if you do not
have a floppy drive.

HTH,

Stheg

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


CDROM Disc-1 install fails @ Xorg package choice | Disklabel Editor won't config 2nd RAID drive

2005-02-24 Thread Jeffrey Colter
Hi,

I'm having some issues installing FreeBSD from the
Disc-1 CDROM.  I'm using a Dell SC420 PowerEdge with
two 80GB drives in a RAID level-1 array.

When I get to the Disklabel Editor, both drives are
shown at top, and I can configure the first using auto
defaults, but when I select the 2nd drive the display
doesn't change - drive 1 is still shown in the Part
column, no matter if I press a or anything. (side
question: if and when it's all working, how will I
know if the RAID is doing its thing; is there a
utility for that?) 

Also when I get to the Xorg choices screen I get stuck
in a loop - can't get on to the next config screen.

Thanx, Jeff



__ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Question about FTP

2005-02-24 Thread SigmaX
Paul Schmehl wrote:
- Original Message - From: Shawn B [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Sent: Thursday, February 24, 2005 12:02 AM
Subject: Question about FTP

I am new to FreeBSD, and I am wondering what good,
easy-to-use and reliable FTP server FreeBSD can use. I
tried ProFTP, and had problem after problem. When I
figured out how to fix one error, I had another, after
another, after another. Are there any good
alternatives? I am using FreeBSD-4.8.
Also, how do you get Apache to point to a specific
directory? And, how would I use multipule domains on
the single machine, pointing them to a separate
directory? Would I need multipule domains?
I am attempting to use FreeBSD as a http server, ftp
server, PHPbb server, and possibly an IRC server. I
would be using at least two domains to start, and
possibly another two within a couple of months.
Well you're certainly biting off more than most people could chew.  
You not only are new to FreeBSD but also to ftp and http.  Hopefully 
you have some substantial Unix experience.  If not, then you need to 
stop now and find a knowledgeable friend.

You need to read the Apache config docs and learn how to create 
virtual domains on a web server.  You need to learn how to set up a 
server securely. Who's going to handle dns for this(these) domain(s)?  
If you're really going to run an IRC server, you need to be even 
*more* knowledgeable.

You have a lot of work ahead of you, and a lot of heatache if you 
don't do it right.

Paul Schmehl ([EMAIL PROTECTED])
Adjunct Information Security Officer
University of Texas at Dallas
AVIEN Founding Member
http://www.utdallas.edu/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

   It's really not that bad, if you've got the time to tinker.  Almost 
brand new to UNIX I got an FTP, HTTP, and ASP .NET server running fine 
and securely, and granted it took some time and frustration, I learned 
alot (But still have alot more to learn, and that was on Linux anyway). 
   However, at this stage in my education (Read: none, not *NIX-wise, 
anyway), FreeBSD is proving to be too much for me (Still haven't managed 
to get the firewall to do what I thought I told it to do, haven't even 
tried to setup FTP yet, ASP .NET server doesn't work period, etc) to 
chew :-).  I think FreeBSD is an awesome OS, and I'm sure I'll come back 
to it later, but this week I'm moving my server back to Debian 'till I 
learn a bit more about the nitty-gritty stuff.
 Cheerio!
  SigmaX

--
Registered Linux Freak #: 366,862
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby 
Pro-Logic Surround Sound with Bass Boost and all the music is free.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Fwd: Is Yahoo! moving from FreeBSD?

2005-02-24 Thread Daniel
sorry, i should have sent this to entire list...

On Thu, 24 Feb 2005 01:43:32 -0800, Ted Mittelstaedt wrote among others...

 FreeBSD does not have some of the things - such as distributed management
 of hundreds to thousands of FreeBSD servers over a large enterprise -
 that
 are a requirement for big companies.

would not these things be worthy of implementing in FreeBSD? this way
other big companies would use it, pay you guys for it and FreeBSD will
grow stronger...
making a good OS that runs on cheap, low-end machines is nice, but the
real money come from companies...
another idea, a study of what features big companies want from an OS
should be conducted...by you, maybe or some other people interested
and these features be prioritized for FreeBSD...

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


Re: Creating a boot diskette that does nothing but boot from harddisk

2005-02-24 Thread Richard Jansson
Try to use fatload http://www.vortex.prodigynet.co.uk/boot/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Fwd: Is Yahoo! moving from FreeBSD?

2005-02-24 Thread Jerry McAllister
 
 sorry, i should have sent this to entire list...
 
 On Thu, 24 Feb 2005 01:43:32 -0800, Ted Mittelstaedt wrote among others...
 
  FreeBSD does not have some of the things - such as distributed management
  of hundreds to thousands of FreeBSD servers over a large enterprise -
  that
  are a requirement for big companies.
 
 would not these things be worthy of implementing in FreeBSD? this way
 other big companies would use it, pay you guys for it and FreeBSD will
 grow stronger...
 making a good OS that runs on cheap, low-end machines is nice, but the
 real money come from companies...

Maybe.   But the initial intent of FreeBSD was not making money.
It was having an OS that the people creating it liked so they didn't
have to muck around with the rest of the junk out there.

But, there is no reason that someone could not make such a system
out of FreeBSD and charge for it - and probably make some significant
money.

I don't know if that should be the direction of the FreeBSD project
per se though.   Maybe, if those people who made the big system
contributed their work back to FreeBSD it would be interesting.

jerry

 another idea, a study of what features big companies want from an OS
 should be conducted...by you, maybe or some other people interested
 and these features be prioritized for FreeBSD...
 
 have a good day..
 Dan
 ___
 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: Creating a boot diskette that does nothing but boot from hard disk

2005-02-24 Thread Anthony Atkielski
Peter Risdon writes:
 Assuming you are unable to boot after completing the installation, have
 you tried a third-party boot manager like GAG? GAG in particular is
 quite good at booting weird hardware and might very well find your
 installation and offer it when you run the setup.

 http://gag.sourceforge.net/

I tried it.  GaG boots, and finds the FreeBSD installation, and I
installed the installation it found as a boot option.  But when I
actually select FreeBSD from the boot menu, I get the same blank screen
as before.  GaG has no trouble booting from the hard disk, but FreeBSD
does.

-- 
Anthony


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


Re: compiling xorg 6.8.2

2005-02-24 Thread Dejan Lesjak
Timothy Smith wrote:

 has anyone been successful with this? mine errors on make install

Are you using the source tarball directly or a patch for ports posted on [EMAIL 
PROTECTED] 
If the latter, I would be interested in more specifics of errors on make 
install. If the first, then try the patch and see how it goes.


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


Re: Is Yahoo! moving from FreeBSD?

2005-02-24 Thread Julien Gabel
 That doesen't mean of course that it's impossible to do it - you can for
 example use Solaris for a small company server - but the effort required
 to go against the grain is much higher. Solaris for example comes with
 no compiler and you must compile by hand all the applications you need,
 and often you must recompile the complier just before you can even start
 doing that.  It takes days - whereas the FreeBSD ports system takes a
 few hours for the largest and most complex packages.

 Just as a side notes here:

 1/ Solaris does come with 'gcc' on Compagnion CD as can be seen on a
fresh Solaris 10 installation:
# pkginfo -l SUNWgcc | egrep PKGINST|NAME|VERSION|VENDOR|DESC
   PKGINST:  SUNWgcc
  NAME:  gcc - The GNU C compiler
   VERSION:  11.10.0,REV=2005.01.08.05.16
VENDOR:  Sun Microsystems, Inc.
  DESC:  GNU C - The GNU C compiler 3.4.3

 2/ You can always use the pkgsrc (the NetBSD Packages Collection) as the
FreeBSD ports system replacement for use on Sun Solaris.  We do it
here already for some software for Solaris 2.6, 8, 9 and soon for 10.

 What possible benefit does that give for Solaris which already has
 it's own package manager?  Your certainly not advocating using the
 NetBSD presets for compiling packages on Solaris?

Yes, i do.  This is one of the aim of this initial fork of the FreeBSD
ports collection (pkgsrc) to be used on multiple plateform and operating
system (NetBSD, Solaris, Linux, AIX, etc.: a list of all the supported
OSes can be found at http://www.pkgsrc.org/).  Sure, it is not perfect,
but it is a valuable tool.

Because sunfreeware.com provide binary only packages for Solaris, it is
very convenient to be able to compile our own set of packages from source
(and use our particular settings) or be able to install a software not
provided on sunfreeware.com or not yet updated.

It can then be possible to track and keep a real personalized third party
software baseline on multiple release versions of one or more OSes (for
example, have the same version of compilation tools or web server on
Solaris 2.6, Solaris 9 and Linux).

I don't think _one_ tool can solve of all problems, but use both the
native and non-native (pkgsrc) tools/package manager can be a good
compromise.

The advantages i think of (at least :-))
  - As with the FreeBSD ports collection, we can use an existing base of
packages building from source (generally well up-to-date) with our own
settings;
  - Management of software (or tools) dependancies;
  - Automatic checking for security vulnerabilities in installed packages;
  - Can generate binary package from our own sets, either manually or
automatically using the bulk builds (for deployment for example);
  - Although compiled from source, you can managed installed packages via
the pkg_* tools which is more convenient than from hands in /usr/local;
  - Don't interfer with supported native packages (from Sun) or non-
supported packages (from sunfreeware.com, etc.).

As a side note, it is interesting to note that although not considered part
of Solaris 10 you can found a _reference_ to the The NetBSD Packages
Collection on the Compagnion CD provided by Sun[1], among others.  It would
seems furthermore than there exists a specialized group in the NetBSD
Project to handle specific PRs on this plateform (solaris-pkg-people) and
that Sun will be using some form of pkgsrc for its contrib packages
extras in Solaris[2] (i have not yet verify this).  Last, Sun has
contributed
some hardware to help making bulk builds of pkgsrc on Solaris OS[3].

 I don't say i disagree with your global point of view, just that the
 last two points may be slightly... moderated :)

 Solaris 2.6, 8, 9, 10 don't run on EISA.  They also got rid of the
 alt-F keys for the multiple consoles.

Yes, right :(

 2.6 also included it's own perl, and I think later versions did too.
 Blech on that if you needed a later version of perl on the system.

On Solaris 10 plateform, you can found Perl 5.8.4 and Perl 5.6.1.  The
default is to place Perl 5.8.4 as /usr/bin/perl.

 These Solaris versions were fine for big companies with lots of money to
 buy brand new Sun boxes (which ran them well).  They were hideous for not
 so big companies that didn't want to have to throw perfectly good quad
 Pentium 200 servers with EISA hardware raid controllers and big SCSI
 arrays on them in the garbage.

Maybe we can hope this will change in near future, with Solaris 10+.

 And try building something like ImageMagik on Solaris 10 I will bet
 that at least 1 of the collection of libraries that this conglomerate
 program requires will not build without tweaks.

Certainly.  (FYI: currently, it breaks on the graphics/jasper dependancy
on the 2004-Q4 branch)
So, if there is no native solution (binary packages or anything else),
and if the FreeBSD ports collection is the favorite answer, i think that
the pkgsrc answer may be a very good solution, even with 

Re: Install Free BSD without floppy and bootable CD-ROM-drive

2005-02-24 Thread Anthony Atkielski
stheg olloydson writes:

 Because you don't have a floppy drive, Mr. Atkielski's suggestion will
 not work. The link he gave you is a good one. Skip section 2.2.7 and
 read section 2.13 instead. It explains how to install if you do not
 have a floppy drive.

If you have neither a CD drive or a floppy drive, I don't see how you
can install FreeBSD at all.  The only option then is network (or tape),
but to use either of these you have to persuade your existing OS on the
machine to load something from them and turn control over to it (like a
boot).  Most operating systems are understandably lacking in mechanisms
to do this (although there is a program under NT that will wipe the
system clean in one move--I don't think it ships any more, since it was
too dangerous).

-- 
Anthony


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


Re: Cleaning /tmp on boot

2005-02-24 Thread Lowell Gilbert
Lars Kristiansen [EMAIL PROTECTED] writes:

  Alternatively, is there something similar to tmpfs from Linux
  available on FreeBSD?  I've heard about mfs but it statically
  allocates memory from the VM, I'd prefer if allocation was done only
  as needed on demand.
 
 Found these:
 http://docs.freebsd.org/cgi/mid.cgi?41E01905.3040200
 http://docs.freebsd.org/cgi/mid.cgi?45044.1105365790
 
 So swap backed memory disks only swaps to disk when necessary.
 
 Wish that could have been mentioned in the handbook or man-pages.
 Should I try to PR that? Someone more knowledgeable will do it I hope :-)

--- src/share/man/man4/md.4.ORIG   Thu Feb 24 11:51:37 2005
+++ src/share/man/man4/md.4Thu Feb 24 11:51:51 2005
@@ -50,7 +50,7 @@
 This allows for mounting ISO images without the tedious
 detour over actual physical media.
 .It Cm swap
-Backing store is allocated from swap space.
+Backing store is allocated from virtual memory space.
 .El
 .Pp
 For more information, please see

Feel free to PR.
-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Different OS's? Marketshare

2005-02-24 Thread David Landgren
Anthony Atkielski wrote:
Mike Hauber writes:
[...]
Well...  There's a lot of options available.  Personally, I prefer
something like blackbox for administrative logins.  It's _very_ 
lightweight and (like all things should be), you pretty much 
build it from the ground up.

What do you mean by building it from the ground up?
What do I get when I type startx by default?  It looks extremely simple,
whatever it is, just a few simple windows in green borders on a rather
irritating gray crosshatched background.
Yeah, ugly as f... fleas on a dog, isn't it?
I found fluxbox to be a very nice window manager. Very lightweight, 
useable, and stylish enough to make people's heads turn and ask you what 
you're running. And the coolest bit is... tabbed x-terms! Just like 
Mozilla and web pages.

No doubt other managers have this feature, but once you've used it it's 
very hard to go back.

Fluxbox installs straight from ports, no trouble at all. I seem to 
recall there being two versions, ancient and current. Make sure you get 
the current one.

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


Re: Different OS's? Marketshare

2005-02-24 Thread Kevin Kinsey
Ted Mittelstaedt wrote:
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Kevin Kinsey
Sent: Wednesday, February 23, 2005 1:04 PM
To: freebsd-questions@freebsd.org
Cc: Anthony Atkielski
Subject: Re: Different OS's? Marketshare
There are so many other WMs.  It all depends on how you work.
And, you can run some toolbars/docks, iconifying program, pretty
much any X application, whatever, on just about anything --
tools, not policy after all. 

Greg Lehey, for example, states (~to the effect of~) I'm not into
eye candy, and runs something rather simple (twm? fvwm?) that's
all configured exactly the way he wants it across several monitors,
at rather/very high resolution(s).  He either has great eyesight,
or has good glasses, I guess (and it's pure speculation and
nothing personal at all) because he works surrounded by words,
words, and more words, I suppose, whether it's code, mail, whatever. 

   

Hi Kevin,
 It is interesting you said that, I never heard that one before, but
I am the same way.  The VM that I use on my systems is tvm.  It is fast
and frankly all the wm does is make it so you don't have to remember to
type firefox  when you want to start firefox.
Ted
 


I think he posted to this thread yesterday (with an altered title)
and stated he uses fvwm2.  I'm pretty sure it's all on his website
at lemis.com.  Not much for eye candy is a personal preference
that I can understand --- it's just not for me, I guess, at this stage
in my development.
But it would be cool to have 5 monitors  :)
Do you mean tvm?  I don't find it.  Maybe twm, or tvtwm?
KDK
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Mount / Umount in user mode

2005-02-24 Thread Bachelier Vincent
Hi,
How to mount or umount any file system in user mode ?
like cdrom, usb drive ... ?

I have hearn vfs.usermount with sysctl but I have set it and nothing !

How to make it work without setuid to mount and umount
and without doing it with sudo

Ok thx, See ya

My freebsd is: FreeBSD vincent 5.3-STABLE FreeBSD 5.3-STABLE

-- 
Vincent Bachelier [EMAIL PROTECTED]
Language: Francais / English
Societe : Solintech
Site pro: http://www.solintech.fr
Project : 
Ripperwww: http://www.sourceforge.net/projects/ripperwww

Citation (fortune):

I for one cannot protest the recent M.T.A. fare hike and the
accompanying promises that this would in no way improve service.  For
the transit system, as it now operates, has hidden advantages that
can't be measured in monetary terms.

Personally, I feel that it is well worth 75 cents or even $1 to have
that unimpeachable excuse whenever I am late to anything: I came by
subway.  Those four words have such magic in them that if Godot should
someday show up and mumble them, any audience would instantly
understand his long delay.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Fwd: Is Yahoo! moving from FreeBSD?

2005-02-24 Thread Anthony Atkielski
Daniel writes:

 would not these things be worthy of implementing in FreeBSD? this way
 other big companies would use it, pay you guys for it and FreeBSD will
 grow stronger...

There are other obstacles to deployment of FreeBSD in large
organizations.  The main one is a lack of formal, guaranteed support.
This afflicts Linux, also, to some extent, depending on the
distribution.  Even for supported Linux distributions, the support is
often very limited in comparison to that available for systems such as
Solaris, Windows, or even Mac OS X.

 making a good OS that runs on cheap, low-end machines is nice, but the
 real money come from companies...

The problem is that the largest companies need more than just a
technically superior operating system.  That's why they are still buying
Solaris and Windows.

-- 
Anthony


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


Re: Anyone running Trend Micro IWSS in linux-compat mode?

2005-02-24 Thread David Landgren
David Landgren wrote:
Hello List,
I'm running a squid proxy on FreeBSD. The big problem today is web-borne 
viruses, spyware and other crap. The general feeling on the Squid users 
mailing list is that Trend Micro's InterScan Web Security Suite product 
is the way to go.

Having looked at the various incomplete, non-functional free offerings, 
I have no problem going with a commercial product. The trouble is, they 
only offer it on Windows, Linux and Solaris.
Just got the word back from their beta projects manager:
Unfortunately, at this time, we do not have any concrete plans to 
support FreeBSD. Please feel free to visit the trendbeta website on a 
regular basis, as we often have new products (sometimes products are 
released based on consumer needs) listed there.

Oh well, keep up the advocacy...
David
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Boot Manager

2005-02-24 Thread Pete Dela Cruz
I have two hard drives in my computer and I installed FreeBsd on my second hard 
drive (slave). Boot manager was also installed on my primary hard drive (c:\). 
Now I decided to remove FreeBsd from this computer and transfer it to another 
computer. Problem: The computer is still prompting me at boot time to choose 
between two systems (when there is only one to choose from, ie. Win98). How do 
I get rid of this prompt and let the system boot normally as before?

Any help will be very much appreciated. You can reply to [EMAIL PROTECTED] or 
[EMAIL PROTECTED]

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


Strange IP problem with 5.3 STABLE #2

2005-02-24 Thread Viren Patel
Hello. We have a Dell PE 1850 (dual Intel PRO/1000 nics,
em driver) running FreeBSD 5.3 STABLE #2. The generic
kernel has been configured to include IPFW and SMP as
follows:

   options   IPFIREWALL
   options   IPFIREWALL_VERBOSE
   options   IPDIVERT
   options   SMP

No other changes have been made. The firewall options in
rc.conf are as follows:

   firewall_enable=YES
   firewall_type=OPEN
   firewall_quiet=NO

The problem is that some IP addresses on our class C
subnet do not work. I mean the NIC can be configured to
use the IP address and it shows up in ifconfig output, but
the system cannot be pinged or otherwise accessed from
outside the subnet. Within the subnet it is fine.

The only other reference I have found to a similar issue
is one involving VLANs

http://lists.freebsd.org/pipermail/freebsd-current/2004-November/042591.html

but I think my problem is different as I am not
configuring any VLANs. Also rebooting the system makes no
difference.

I had been using the RELENG_5_3 branch and run into this
problem. I switched to RELENG_5, rebuilt the system, and
the IPs that were giving me problems started working. Now,
however, I have found another one that does not work.

I am running 5_3 on other Dell and non-Dell systems but
with different network cards and have not encountered this
problem. The problem also occurs intermittently with the
GENERIC kernel. This leads me to believe the cause may be
related to Intel PRO/1000 and/or em driver.

Any help is much appreciated?

Viren

--
Viren Patel
Chemistry  Biochemistry
University of Texas at Austin


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


Re: ATA harddrive sleep/spindown timout?

2005-02-24 Thread Svein Halvor Halvorsen

* Graham North [2005-02-23 22:36 -0800]
  Is it possible to put ata harddrives in spindown/sleep/suspend mode 
  without putting the whole system to sleep/suspend?

Take a look at ataidle in the ports collection.

Note that the disk will come back to life again when you access it, and 
that several processes do exactly this all the time. In order for ataidle 
to be very useful, you'd have to twaek the system's crontabs et.al.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Install Free BSD without floppy and bootable CD-ROM-drive

2005-02-24 Thread Kevin Kinsey
Anthony Atkielski wrote:
stheg olloydson writes:
 

Because you don't have a floppy drive, Mr. Atkielski's suggestion will
not work. The link he gave you is a good one. Skip section 2.2.7 and
read section 2.13 instead. It explains how to install if you do not
have a floppy drive.
   

If you have neither a CD drive or a floppy drive, I don't see how you
can install FreeBSD at all.  The only option then is network (or tape),
but to use either of these you have to persuade your existing OS on the
machine to load something from them and turn control over to it (like a
boot).  Most operating systems are understandably lacking in mechanisms
to do this (although there is a program under NT that will wipe the
system clean in one move--I don't think it ships any more, since it was
too dangerous).
 

Section 2.13 assumes the use of a boot floppy or bootable CD in all
cases, unless I'm reading incorrectly, which is possible but doesn't
seem likely.
You've got to bootstrap a kernel into RAM *somehow* to do the work.
This section discusses alternative distribution media, but doesn't explain
an alternate booting of a kernel+sysinstall.
Without a bootable CD and no floppy hardware, the only alternatives
I can think of are:
1.  Install FreeBSD on the HDD by moving it to another machine that
has a floppy drive, then move it back.
2.  If your BIOS supports network booting, it might be possible to
get the laptop started diskless, and then run sysinstall over the
network.  Sound like a big project to me, though.  I've toyed with the
idea of starting a diskless LAN (mostly for fun), but haven't had guts
to try it yet.
3.  Anything else your BIOS might support that you can figure out
how to get started with, but I have no idea what devices those might
be
Kevin Kinsey
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Lexmark X1100 printer

2005-02-24 Thread Roland Smith
On Wed, Feb 23, 2005 at 11:05:24PM -0800, Ted Mittelstaedt wrote:
 
 
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Gerry Freymann
  Sent: Wednesday, February 23, 2005 6:27 PM
  To: freebsd-questions@freebsd.org
  Subject: Lexmark X1100 printer
 
 
  I had to replace my trusty old HP930C and went out and
  purchased a cheap
  Lexmark X1185.
 
 
 Wrong thing to do.  HP is well supported under open source
 operating systems, Lexmark isn't.

Indeed. Do yourself a favour, and do some research *before* you buy a
printer.

For the most part it depends on the language that the printer
speaks. As a rule, any printer that understands postscript will work
without much trouble. Printers that speak PCL (most, but not all HP
printers) or ESC2P (Epson) work well.

Avoid so-called winprinters like the plague. They offload most
processing to the host processor (your CPU) using a Windows-only binary
driver. Some of those drivers have been reverse-engineered, but I'd
advise you not to go there. Setting them up is always complicated.

Check on linxprinting.org to see if the printer you have in mind will be
able to work. The lexmark 1185 is not listed, which is not a good
sign. The lexmark 1100 (assuming the 1185 is related) is listed as
partially working, which is also not encouraging.

Roland
-- 
R.F. Smith   /\ASCII Ribbon Campaign
r s m i t h @ x s 4 a l l . n l  \ /No HTML/RTF in e-mail
http://www.xs4all.nl/~rsmith/ X No Word docs in e-mail
public key: http://www.keyserver.net / \Respect for open standards


pgp09UpyK8DII.pgp
Description: PGP signature


Re: Linux Drivers

2005-02-24 Thread Roland Smith
On Thu, Feb 24, 2005 at 12:50:40AM -0800, Soheil Hassas Yeganeh wrote:
 Dear all,
 Can freebsd load linux drivers?

It cannot load binary Linux drivers. But even Linux can't load all
binary Linux drivers, especially between versions. Linus dislikes
binary-only drivers, and with good reason.

If the source code for the driver is available, it can probably be
ported to FreeBSD.

Roland
-- 
R.F. Smith   /\ASCII Ribbon Campaign
r s m i t h @ x s 4 a l l . n l  \ /No HTML/RTF in e-mail
http://www.xs4all.nl/~rsmith/ X No Word docs in e-mail
public key: http://www.keyserver.net / \Respect for open standards


pgpmn6RqBIfGc.pgp
Description: PGP signature


Adaptec 7902- Raid -Support Under FreeBSD 5.3

2005-02-24 Thread Amandeep Pannu
Hi all,

I have a Supermicro MB wiht onboard Adaptec SCSI 7902 chipset. Now the big
question under http://www.freebsd.org/releases/5.3R/hardware-i386.html
it says this one is supported but when i try to install 5.3 it simply
doesnt work neither does 5.3 RC1. RC1 sees the drives but not single raid
but two separate drives.
Here are some combinations I tried.

FreeBSD 5.3-Release onboard RAID--Doesn’t work.
FreeBSD 5.3-RC-1 onboard RAID--Works but sees single drives not RAID
FreeBSD 4.11 onboard RAID--Works but sees single drives not RAID.

FreeBSD 5.3-Release Adaptec 2120S--Doesn’t work.
FreeBSD 5.3-RC-1 Adaptec 2120S-Doesn’t Work.
FreeBSD 4.11 Adaptec 2120S-Works.

FreeBSD 5.3-Release LSI Logic Megaraid 320-1- Doesn’t work.
FreeBSD 5.3-RC-1 LSI Logic Megaraid 320-1-Works
FreeBSD 4.11 LSI Logic Megaraid 320-1-Works

Any hints or clues.

Thanks in advance
Aman



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


Re: PPP providors (partial success!)

2005-02-24 Thread Bob Johnson
Peter C. Lai wrote:
I signed up for netscape, becauase hey, it's 1 month free trial anyway. So
technically, I'm an AOL luser now *hangs head in shame* :-/ (after 
logging
into the POP, you end up on AOL). The good thing is, I can use the 
vanilla
windows DUN with MS CHAP authentication, so after I get freebsd setup, I'm
gonna try configuring ppp. Currently POP login name obfuscation is:
[EMAIL PROTECTED] where username is the one you are given when
you setup the account (typically nsJohnDoe). The password is not 
obfuscated.


I'm jumping in a bit late, but I was looking for a cheap/free dialup service
last year and it looked like http://www.copper.net was a good candidate.
I ended up using a public port at a library, so I don't have actual 
experience
with them.

- Bob
___
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-02-24 Thread Toomas Aas
Pete Dela Cruz wrote:

I have two hard drives in my computer and I installed FreeBsd on my
second hard drive (slave). Boot manager was also installed on my
primary hard drive (c:\). Now I decided to remove FreeBsd from this
computer and transfer it to another computer. Problem: The computer
is still prompting me at boot time to choose between two systems
(when there is only one to choose from, ie. Win98). How do I get rid
of this prompt and let the system boot normally as before?
Boot to Windows and issue this command:
fdisk /mbr
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Install Free BSD without floppy and bootable CD-ROM-drive

2005-02-24 Thread stheg olloydson
it was said by Kevin Kinsey:

 Anthony Atkielski wrote:
 
 stheg olloydson writes:
   
 
 Because you don't have a floppy drive, Mr. Atkielski's suggestion
 will
 not work. The link he gave you is a good one. Skip section 2.2.7
 and
 read section 2.13 instead. It explains how to install if you do not
 have a floppy drive.
 
 
 
 If you have neither a CD drive or a floppy drive, I don't see how
 you
 can install FreeBSD at all.  The only option then is network (or
 tape),
 but to use either of these you have to persuade your existing OS on
 the
 machine to load something from them and turn control over to it
 (like a
 boot).  Most operating systems are understandably lacking in
 mechanisms
 to do this (although there is a program under NT that will wipe the
 system clean in one move--I don't think it ships any more, since it
 was
 too dangerous).
   
 
 
 Section 2.13 assumes the use of a boot floppy or bootable CD in all
 cases, unless I'm reading incorrectly, which is possible but doesn't
 seem likely.

The documentation is a bit ambiguous. It states that the install files
need to be where sysinstall can find them, but it doesn't state how to
get sysinstall to run in the first place. Just below this section it
does say: 

You have a FreeBSD disk, and FreeBSD does not recognize your CD/DVD
drive, but MS-DOS/Windows® does. You want to copy the FreeBSD
installations files to a DOS partition on the same computer, and then
install FreeBSD using those files.

This certainly implies that one can install FBSD from a DOS partition
if one copies the correct files in the correct manner. That method is
explained in section 2.13.4.
Luckily for me, I have never had to confront this issue, so I have no
idea if you or I am correct.

 
 You've got to bootstrap a kernel into RAM *somehow* to do the work.
 This section discusses alternative distribution media, but doesn't
 explain
 an alternate booting of a kernel+sysinstall.
 
 Without a bootable CD and no floppy hardware, the only alternatives
 I can think of are:
 
 1.  Install FreeBSD on the HDD by moving it to another machine that
 has a floppy drive, then move it back.
 
 2.  If your BIOS supports network booting, it might be possible to
 get the laptop started diskless, and then run sysinstall over the
 network.  Sound like a big project to me, though.  I've toyed with
 the
 idea of starting a diskless LAN (mostly for fun), but haven't had
 guts
 to try it yet.
 
 3.  Anything else your BIOS might support that you can figure out
 how to get started with, but I have no idea what devices those might
 be
 
 Kevin Kinsey
 

Something not mentioned but really needs to be is hardware
compatibilty. the OP, ygb, should check the Hardware Notes to see if
his/her system will even work under FBSD. Because the laptop is older,
the amount of RAM may determine which release to run, 4.11 or 5.3.
Going through the effort the install may take only to discover the end
result is unusable would be unfortunate.

Best regards,

stheg


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: awk print

2005-02-24 Thread FreeBSD questions mailing list
On 24 feb 2005, at 12:39, Soheil Hassas Yeganeh wrote:
You can set $[1..n] to  and then print
find ./ -name stuff | awk '{ $1=; $2=; print}
On Wed, 23 Feb 2005 22:41:32 -0500, Mark Frank 
[EMAIL PROTECTED] wrote:
* On Wed, Feb 23, 2005 at 07:36:05PM -0700 David Bear wrote:
On Wed, Feb 23, 2005 at 11:19:26PM +0100, Roland Smith wrote:
On Wed, Feb 23, 2005 at 02:40:10PM -0700, David Bear wrote:
I'm using awk to parse a directory listing. I was hoping there is a
way to tell awk to print from $2 - to the end of the columns
available.
find ./ -name '*stuff' | awk '{FS=/ print $3---'}
Is this what you mean?:
find ./ -name '*stuff'|sed 's|\.[^/]*/[^/]*/||g'
thanks for the advice. No, this doesn't do what I want.
If I have a directory path /stuff/stuff/more/stuff/more/and/more
that is n-levels deep, I want to be able to cut off the first two
levels and print the from 2 to the Nth level.
So how about cut?
find ./ -name '*stuff'| cut -d/ -f4-
Mark
or if you insist on using awk:
find ./ -name '*stuff' |  awk '{for (i=3; i=NF; i++) printf  %s, $i; 
printf \n }'

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


Re: Window managers

2005-02-24 Thread Eric Kjeldergaard
On Thu, 24 Feb 2005 16:52:35 +0100, Anthony Atkielski
[EMAIL PROTECTED] wrote:
 Chuck Swiger writes:
 
  It's not hard.  pkg_delete -xf kde or pkg_delete -xf gnome.
 
  [ You might want to be a little more selective than using such a wildcard,
  however, although if you've got the precompiled packages handy, reinstalling
  something again is not a big deal if you need a dependency. ]
 
 Where is gnome?  I can't find anything that looks like it among the
 packages.  All I found was something to insert GNOME menus into window
 manager, or something like that.
 
 --
 Anthony
[EMAIL PROTECTED] make search name=gnome | grep Port
Port:   gnomemag-0.11.14
Port:   gnomespeech-0.3.6_1
Port:   gnomeaudio2-2.0.0
Port:   gnomemedia2-2.8.0_2
Port:   gnomedb-0.2.96_2
Port:   libgnomedb-1.0.4_2
Port:   gdesklets-gnomebar-0.20_1
Port:   gnomeblog-0.8
Port:   gnomepim-1.4.9_2
Port:   gnomeutils2-2.8.1_1,1
Port:   gnome-vfsmm-2.6.1_1
Port:   gnome2-hacker-tools-2.8.2
Port:   gnomebuild-0.1.0_4
Port:   gnomecommon-2.8.0
Port:   gnomecrash-0.0.5_1
Port:   gnomevfs-1.0.5_6
Port:   gnomevfs2-2.8.3_3
Port:   libgsf-gnome-1.10.1_1
Port:   ruby18-gnomevfs-0.11.0
Port:   gnome2-office-2.8.2
Port:   gnomepm-0.9.3_2
Port:   gnome-music-quiz-0.1_3
Port:   gnomeattacks-0.3_3
Port:   gnomebreakout-0.5.3_1
Port:   gnomechess-0.3.3_2
Port:   gnomegames2-2.8.2_1
Port:   gnomegames2-extra-data-2.8.0
Port:   gnomekiss-1.6_1
Port:   gnomememoryblocks-0.2_1
Port:   gnomermind-1.0.1_1
Port:   nethack-gnome-3.3.1_4
Port:   nethack-gnome-3.4.3_2
Port:   gnomecanvas-0.22.0_3
Port:   gnomeiconedit-1.2.0_1
Port:   libgnomecanvas-2.8.0
Port:   libgnomecanvasmm-2.0.1_3
Port:   libgnomecanvasmm-2.6.1_1
Port:   ruby18-gnomecanvas2-0.11.0
Port:   xchat-gnome-0.2_1
Port:   ja-gnome-1.4.1b2_7
Port:   ja-gnomelibs-1.4.2_3
Port:   gnomebasic-0.0.20_1
Port:   gnome-icon-theme-2.8.0_1
Port:   gnome-osd-0.6.0
Port:   gnomehier-1.0_22
Port:   gnomemimedata-2.4.2
Port:   gnomesword-2.1.1_2
Port:   gnomeuserdocs2-2.8.1
Port:   gnome-btdownload-0.0.17,1
Port:   gnome-jabber-0.4_1
Port:   gnome-mud-0.10.5_3
Port:   gnome-vnc-0.1_2
Port:   gnomeicu2-0.99.5_2
Port:   gnomemeeting-0.98.5_4
Port:   gnomenetstatus-2.8.0_2
Port:   gnomenettool-1.0.0_1,1
Port:   gnometelnet-2.5_1
Port:   gnomepilot-conduits2-2.0.12_1
Port:   gnomepilot2-2.0.12_1
Port:   synce-gnomevfs-0.9.0
Port:   gnome-cups-manager-0.28,1
Port:   gnomephotoprinter-0.6.3_3
Port:   gnomeprint-0.37_1
Port:   libgnomecups-0.1.14,1
Port:   libgnomeprint-2.8.2
Port:   p5-GnomePrint-0.7009_1
Port:   ruby18-gnomeprint-0.11.0
Port:   gnome-password-generator-1.4_1
Port:   gnome-ssh-askpass-3.6p1_3
Port:   gnomekeyring-0.4.1
Port:   gnomekeyringmanager-0.0.4
Port:   libgnomesu-0.9.7
Port:   gnome-pkgview-1.0.4_3
Port:   gnome-schedule-0.1.0
Port:   gnomecontrolcenter-1.4.0.5_2
Port:   gnomecontrolcenter2-2.8.1_2
Port:   gnomefind-1.0.2_1
Port:   gnomesu-0.3.1_1
Port:   gnomesystemmonitor-2.8.1
Port:   gnomesystemtools-1.0.2
Port:   gnome-translate-0.99
Port:   gnomespell-1.0.5_4
Port:   iiimf-gnome-im-switcher-r12.0.1_1
Port:   gnome-user-share-0.5
Port:   gnome-clipboard-daemon-1.0_3
Port:   gnome-swallow-1.1_3
Port:   gnome2-2.8.2
Port:   gnome2-fifth-toe-2.8.2
Port:   gnome2-lite-2.8.2
Port:   gnome2-power-tools-2.8.2
Port:   gnomeapplets2-2.8.2
Port:   gnomedesktop-2.8.1
Port:   gnomelibs-1.4.2_3
Port:   gnomepanel-2.8.2
Port:   gnomesession-2.8.1_1
Port:   gnometerminal-2.8.2
Port:   libgnome-2.8.0_2
Port:   libgnome-java-2.6.0_1
Port:   libgnomemm-2.0.1_3
Port:   libgnomemm-2.6.0_1
Port:   linux-gnomelibs-1.2.8_2
Port:   multi-gnome-terminal-1.6.2_1
Port:   ruby18-gnome-0.34_1
Port:   ruby18-gnome-all-0.34_1
Port:   ruby18-gnome2-0.11.0
Port:   ruby18-gnome2-all-0.11.0_1
Port:   xscreensaver-gnome-4.19
Port:   gnome-commander-1.0.1_2
Port:   gnome-commander2-1.1.6_1
Port:   gnome-font-sampler-0.4
Port:   gnome-icons-20040229
Port:   gnome-icons-aqua-fusion-20030216_1
Port:   gnome-icons-cool-gorilla-20030726_1
Port:   gnome-icons-crystal-1.2.0
Port:   gnome-icons-gentoo-test-0.1_1
Port:   gnome-icons-iris-0.4_1
Port:   gnome-icons-lila-0.6.2
Port:   gnome-icons-noia-full-20041102
Port:   gnome-icons-noia-warm-20041102
Port:   gnome-icons-refined-20030203_1
Port:   gnome-icons-slick-20030209_1
Port:   gnome-icons-snow-apple-20030202_1
Port:   gnome-icons-stylish-20030129
Port:   gnome-icons-ximian-south-1.3.6_1
Port:   gnome-industrial-theme-0.2.29_4
Port:   gnome-look-0.1.3_1
Port:   gnome-themes-2.8.2
Port:   gnome-themes-extras-0.8.0_1
Port:   bakery_gnomeui-2.0.0_4
Port:   gnomemm-2.6.2_1
Port:   guile-gnome-0.20_7
Port:   libgail-gnome-1.1.0
Port:   libgnomeprintui-2.8.2
Port:   libgnomeui-2.8.0_1
Port:   libgnomeuimm-2.0.0_4
Port:   libgnomeuimm-2.6.0_1
Port:   p5-Gnome-0.7009_1
Port:   p5-Gnome2-1.00_2
Port:   p5-Gnome2-Canvas-1.00_3
Port:   p5-Gnome2-VFS-1.001_2
Port:   py-gnome-1.4.4_3
Port:   py24-gnome-2.6.2
Port:   ruby18-gnomeprintui-0.11.0
Port:   gnome2wmaker-1.2_1
[EMAIL PROTECTED]

-- 
If I 

Re: rss client

2005-02-24 Thread kalin mintchev

 http://www.freebsd.org/cgi/ports.cgi?query=rssstype=all
thanks...  i've seen these. i was just wondering if any of those has kinda
the same feel like the one i gave as an example...


 kalin mintchev schrieb:
 is there something like http://www.newsfirerss.com/ for freebsd?

 i know thunderbird has rss in it but i just want the rss client not the
 mail one...
 also does anybody else have this wiered problem - i can't move around in
 a
 html form text area using the arrows in firefox 1.0 on freebsd 5.3...

 thanks...



 --
 Mit freundlichen Gruessen / With kind regards
 DAn.I.El S. Haischt

 Want a complete signature??? Type at a shell prompt:
 $  finger -l [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: SCO file system mounting

2005-02-24 Thread Aftab Jahan Subedar
Dan Nelson wrote:
In the last episode (Feb 23), Aftab Jahan Subedar said:
 

Dan Nelson wrote:
   

In the last episode (Feb 23), Aftab Jahan Subedar said:
 

Would 'mount' mount the SCO file system ? Does any body know ? I
presume the SCO system as partition type 2 or partition type 3 or
partition type 0x63.
   

Sorry; no-one has written drivers for any of SCO's filesystem types
(htfs is probably what you have).
 

Legal issue? If not I will try one.
   

More likely that either a) the format isn't documented anywhere, or b)
there hasn't really been anyone asking for one :)
 

gotcha.
I will try diggin.
Thanks.
Aftab Jahan Subedar
http://www.tucows.com/preview/379868.html - Kayoty ,my Spyware detector
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SCO file system mounting

2005-02-24 Thread Aftab Jahan Subedar
Hauan David A wrote:
-Original Message-
 

From: Aftab Jahan Subedar [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 23, 2005 2:45 AM
To: [EMAIL PROTECTED]
Subject: SCO file system mounting

Hello to all.
Would 'mount' mount the SCO file system ? Does any body know 
? I presume the SCO system as partition type 2 or partition type 3 or 
partition type 0x63.
   

If SCO is running...
How about mount -t nfs?
I used to do this all the time six/seven
years ago with 3.2-RELEASE, I think 
that's what it was. 

dave 


 

Good idea .
but the bad thing is its only running the serial terminals.
no nic !
Thanks Dave.
Thanks.
Aftab Jahan Subedar
http://www.tucows.com/preview/379868.html - Kayoty ,my Spyware detector
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: rss client

2005-02-24 Thread Daniel S. Haischt
I would thean suggest ...
 - http://www.imendio.com/projects/blam/
... which is in the ports tree. Tho - It
requires the Mono .NET environment ...
kalin mintchev schrieb:
http://www.freebsd.org/cgi/ports.cgi?query=rssstype=all
thanks...  i've seen these. i was just wondering if any of those has kinda
the same feel like the one i gave as an example...

kalin mintchev schrieb:
is there something like http://www.newsfirerss.com/ for freebsd?
i know thunderbird has rss in it but i just want the rss client not the
mail one...
also does anybody else have this wiered problem - i can't move around in
a
html form text area using the arrows in firefox 1.0 on freebsd 5.3...
thanks...

--
Mit freundlichen Gruessen / With kind regards
DAn.I.El S. Haischt
Want a complete signature??? Type at a shell prompt:
$  finger -l [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]


--
Mit freundlichen Gruessen / With kind regards
DAn.I.El S. Haischt
Want a complete signature??? Type at a shell prompt:
$  finger -l [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Setting MAXDSIZ, MAXSSIZ, DFLDSIZ via kernel OIDs?

2005-02-24 Thread O. Hartmann
Hello.
Due to runtime problems of several F77 code based scientific
software I increased possible data segment size and stack by the
shown values.
options MAXDSIZ=(2048UL*1024*1024)
options MAXSSIZ=(1024UL*1024*1024)
options DFLDSIZ=(1024UL*1024*1024)
These changes implies building a new kernel and I would like to know
how I can set these parameters via kern.l OIDs (in  loader.conf.local).
Thanks,
Oliver
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Window managers

2005-02-24 Thread RacerX
On Thu, 24 Feb 2005, Anthony Atkielski wrote:
Chuck Swiger writes:
It's not hard.  pkg_delete -xf kde or pkg_delete -xf gnome.
[ You might want to be a little more selective than using such a wildcard,
however, although if you've got the precompiled packages handy, reinstalling
something again is not a big deal if you need a dependency. ]
Where is gnome?  I can't find anything that looks like it among the
packages.  All I found was something to insert GNOME menus into window
manager, or something like that.
--
Anthony

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


usb

2005-02-24 Thread Osmany Guirola Cruz
Hi 
i have an usb 2.0 external harddisk this is the info 

umass0: Maxtor OneTouch, rev 2.00/2.00, addr 2
umass0: Get Max Lun not supported (STALLED)
da0 at umass-sim0 bus 0 target 0 lun 0
da0: Maxtor OneTouch 0201 Fixed Direct Access SCSI-0 device
da0: 1.000MB/s transfers
da0: 117246MB (240119808 512 byte sectors: 255H 63S/T 14946C)

Why the speed it's so slow? i have a 2.0 usb card :-(
How can i change the transfer speed   

Thanks

Osmany


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


Re: Setting MAXDSIZ, MAXSSIZ, DFLDSIZ via kernel OIDs?

2005-02-24 Thread Dan Nelson
In the last episode (Feb 24), O. Hartmann said:
 Due to runtime problems of several F77 code based scientific software
 I increased possible data segment size and stack by the shown values.
 
 options MAXDSIZ=(2048UL*1024*1024)
 options MAXSSIZ=(1024UL*1024*1024)
 options DFLDSIZ=(1024UL*1024*1024)
 
 These changes implies building a new kernel and I would like to know
 how I can set these parameters via kern.l OIDs (in
 loader.conf.local).

I'm sure it's documented somewhere but I find it easier to grep for the
word TUNABLE in the kernel source :) Found these in subr_param.c:

TUNABLE_QUAD_FETCH(kern.maxdsiz, maxdsiz);
TUNABLE_QUAD_FETCH(kern.dfldsiz, dfldsiz);
TUNABLE_QUAD_FETCH(kern.maxssiz, maxssiz);

-- 
Dan Nelson
[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: usb

2005-02-24 Thread Phil Schulz
On 02/24/05 17:00, Osmany Guirola Cruz wrote:
Hi 
i have an usb 2.0 external harddisk this is the info 

umass0: Maxtor OneTouch, rev 2.00/2.00, addr 2
umass0: Get Max Lun not supported (STALLED)
da0 at umass-sim0 bus 0 target 0 lun 0
da0: Maxtor OneTouch 0201 Fixed Direct Access SCSI-0 device
da0: 1.000MB/s transfers
da0: 117246MB (240119808 512 byte sectors: 255H 63S/T 14946C)
Why the speed it's so slow? i have a 2.0 usb card :-(
How can i change the transfer speed   

You'll need device ehci in your kernel or module ehci.ko loaded. Even 
then, the reported speed is not always correct.
To find out at what speed your device is running, try to transfer some 
large file with dd.

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


Re: rss client

2005-02-24 Thread Kirk Strauser
On Thursday 24 February 2005 05:56, kalin mintchev wrote:

 is there something like http://www.newsfirerss.com/ for freebsd?

I like www/akregator.  It's a KDE program, and optionally integrates well 
with Kontact if you like such things.
-- 
Kirk Strauser


pgpgnxLBOijh2.pgp
Description: PGP signature


Re: Window managers

2005-02-24 Thread Steve Tremblett

 On Thu, 24 Feb 2005 16:52:35 +0100, Anthony Atkielski
 [EMAIL PROTECTED] wrote:
  Chuck Swiger writes:
  
   It's not hard.  pkg_delete -xf kde or pkg_delete -xf gnome.
  
   [ You might want to be a little more selective than using such a wildcard,
   however, although if you've got the precompiled packages handy, 
   reinstalling
   something again is not a big deal if you need a dependency. ]
  
  Where is gnome?  I can't find anything that looks like it among the
  packages.  All I found was something to insert GNOME menus into window
  manager, or something like that.

There is a simple path to getting up and running.

1 - install X11.  There is a single port (/usr/ports/x11/xorg) which
will install all the required packages.

2 - config X11.  Use xorgconfig and come up with a basic functional
config (it will reside in /usr/X11R6/lib/X11/xorg.conf).  There is a
manpage for xorg.conf so once you have the basic one it is probably
easier to tweak it in a text editor to iron out the kinks.  The xorg
manpage should point you to related manpages.

3 - install gnome.  Also simple - install /usr/ports/x11/gnome2 and
you'll get all the packages.

You can install gdm (see /usr/X11R6/etc/rc.d/) to start X/gnome at boot
time.  Alternatively, make a .xinitrc file in your home directory
containing a call to gnome-session and run startx.

good luck


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


Converting wav to wma

2005-02-24 Thread gabriel
Hello List,

 I googled and found on the list a conversation regarding converting
realaudio into mp3s, but what I'm looking to do is convert wav files
to wma since it appears that wma files are less heavy and have
somewhat better quality.

The background behind me doing this is simple. I'm trying to create an
audio archive of audio files which are like an hour long of someone
speaking. It is for streaming on the internet (please lets not discuss
the bandwidth and all other irrelevant topics) and I've been told that
wma helps in achieving my goals.

I found this script on the list that does wav to mp3 it appears:
--[script]---
#!/bin/sh
# extraido de http://bulmalug.net/impresion.phtml?nIdNoticia=1744
# y modificado por mapelo manu_perez_lopez at hotmail.com
# necesita mplayer y lame

# Convertimos wma a mp3
for f in *.wma
  do
  mplayer $f -ao pcm
  mv audiodump.wav $f.wav
  #lame $f.wav
  # modificado por mapelo para hacer variable vibrate y de mayor calidad
  lame --vbr-new -V 3 -b 128 $f.wav
  rm $f.wav
  done
--[script]---

Any help will be appreciated. :)
-- 
gabriel,

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


Re: Transfering from SCSI to IDE ?

2005-02-24 Thread J65nko BSD
On Wed, 23 Feb 2005 18:12:29 + (GMT), ali boreiri
[EMAIL PROTECTED] wrote:
 Dear Sir :
 
 I have a FreeBSD system with a squid cache installed on it on my 17 GB SCSI 
 drive.
 Recently I get an image of it by Norton GHOST  on a 80GB IDE drive.
 Transferring was successful but when system on new IDE disk booted , after 
 pimary freeBSD boot menu  boot proccess continued till an error occured in 
 mounting file system and disk; and then system ask me to mount root and a 
 mount prompt appeared.
 Messages appears on screen are as below:
 
 Mounting root from ufs:/dev/da0s1a
 setrootbyname failed
 ffs_mountroot: can't find rootvp
 Rootmount failed:6
 mount root
 mount root ?
 List of GEOMD Managed disk devices:
 ad1s1f  ad1s1e  ad1s1d  ad1s1c  ad1s1b  ad1s1a  ad1s1  acd0 ad1 fd0
 
 Now please tell me what must I do ;and refer me to a compelete step by step 
 guide in mounting partition of this  IDE disk (which the image of a SCSI disk 
 is on it.)and no change perform to partitions  for properly working of squid 
 cache.
 
 Thank you : Dr.A.Boreiri
 
Maybe you should forget about the Ghost shortcut, and not ignore 30
years of Unix backup history ;)

Use dump to make a backup of your SCSI disk. Do a minimal FBSD
install on your IDE disk, using a similar partition and disklabel
scheme as the FBSD install on the SCSI disk.

Now use restore to transfer the backups to the IDE disk.

Please note that dump and restore work on complete filesystems.

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


Re: Qlogic ISP 2200, DL-380 and EVA 5000 SAN; how?

2005-02-24 Thread Matthew Jacob
  Or give us a /proc/scsi/scsi output dump?
 
 No such file. (And yes, /proc is mounted).

I meant from the linux box.

 
  Can you tell us the connection topology other than same SAN?
 
 A fiber goes straight from the SAN, a HP StorageWorks HSV 110 box, to a
 HP StorageWorks SAN Switch 2/8-EL, to which the Qlogic HBA is connected.

Have you tried direct connect?

 
 I hope this was what you wanted to know.

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


OT: Apache installed from ports - broken images - more directory required?

2005-02-24 Thread Danny
So, I just updated my Apache (latest 1.3x) install, and an existing
config problem has been brought to light.

Part of my httpd.conf has:

Directory /usr/home/*/public_html
Order Deny,Allow
Allow from all
AllowOverride All
/Directory

VirtualHost *:80
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /usr/home/username/public_html
ServerName www.example.org
ServerAlias example.org
ErrorLog /var/log/example.org-error_log
CustomLog /var/log/example.org-access_log common
Directory /usr/home/username/public_html
AllowOverride All
/Directory
Alias /openwebmail /usr/local/www/data-dist/openwebmail
/VirtualHost

So, the problem is: the images for openwebmail do not show up/are
broken.  Do I need to create a new:
Directory tag with /usr/local/www/data-dist/openwebmail? Exactly
like the one above?

Or am looking in the wrong are?

Thank you,

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


Re: OT: Apache installed from ports - broken images - more directory required?

2005-02-24 Thread gabriel
Did you checks the permissions for the images directory? - I had a
problem with qmailadmin once where it didnt show the images and it was
permissions.


On Thu, 24 Feb 2005 16:04:24 -0500, Danny [EMAIL PROTECTED] wrote:
 So, I just updated my Apache (latest 1.3x) install, and an existing
 config problem has been brought to light.
 
 Part of my httpd.conf has:
 
 Directory /usr/home/*/public_html
 Order Deny,Allow
 Allow from all
 AllowOverride All
 /Directory
 
 VirtualHost *:80
 ServerAdmin [EMAIL PROTECTED]
 DocumentRoot /usr/home/username/public_html
 ServerName www.example.org
 ServerAlias example.org
 ErrorLog /var/log/example.org-error_log
 CustomLog /var/log/example.org-access_log common
 Directory /usr/home/username/public_html
 AllowOverride All
 /Directory
 Alias /openwebmail /usr/local/www/data-dist/openwebmail
 /VirtualHost
 
 So, the problem is: the images for openwebmail do not show up/are
 broken.  Do I need to create a new:
 Directory tag with /usr/local/www/data-dist/openwebmail? Exactly
 like the one above?
 
 Or am looking in the wrong are?
 
 Thank you,
 
 ...D
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 


-- 
gabriel,

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


Re: usb

2005-02-24 Thread Osmany Guirola Cruz
I added this line to the configuration file of the kernel

device ehci

rebooted the system and conected the usb disk and i get the same
transfers speed
1.00MB/s and in the /boot/kernel/ directory there is not ehci.ko file 
i have to add another line to the configuration file or it's compiled
into the kernel

Osmany



On 02/24/05 17:00, Osmany Guirola Cruz wrote:
 Hi 
 i have an usb 2.0 external harddisk this is the info 
 
 umass0: Maxtor OneTouch, rev 2.00/2.00, addr 2
 umass0: Get Max Lun not supported (STALLED)
 da0 at umass-sim0 bus 0 target 0 lun 0
 da0: Maxtor OneTouch 0201 Fixed Direct Access SCSI-0 device
 da0: 1.000MB/s transfers
 da0: 117246MB (240119808 512 byte sectors: 255H 63S/T 14946C)
 
 Why the speed it's so slow? i have a 2.0 usb card :-(
 How can i change the transfer speed   
 

You'll need device ehci in your kernel or module ehci.ko loaded. Even 
then, the reported speed is not always correct.
To find out at what speed your device is running, try to transfer some 
large file with dd.

HTH,

Phil.




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


Re: OT: Apache installed from ports - broken images - more directory required?

2005-02-24 Thread Danny
On Thu, 24 Feb 2005 13:15:11 -0800, gabriel [EMAIL PROTECTED] wrote:
 Did you checks the permissions for the images directory? - I had a
 problem with qmailadmin once where it didnt show the images and it was
 permissions.

Yah, FreeBSD file system permissions are fine.

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


Re: djbdns question

2005-02-24 Thread J65nko BSD
On Wed, 23 Feb 2005 14:45:16 -0600, Darryl Hoar [EMAIL PROTECTED] wrote:
 Greetings,
 I setup djbdns on a freebsd server attached to my internal network.
 It answers for the local machine on the domain for my internal while
 forwarding all others to our ISP for resolution.
 
 I set this up a 2 years ago and haven't needed to do a thing other
 than to add/remove machines.
 
 Well, now I need to change the domain name from osborneindustries.com
 to osborneinternal.com.  Unfortunately, I haven't found any documentation
 that takes you through the changes to convert and already running
 tinydns/dnscache
 setup from one domain name to a different one.
 
 Anybody have any pointers here ?

Change directory to the tinydns data directory (cd
/service/tinydns/root) , edit your tinydns data file. Editing can be
done in one sweep with

# mv data data.old
# sed -e 's/osborneindustries.com/osborneinternal.com/g' data.old data

Now run make to generate a new data.cdb file from the edited
data file. Tinydns will notice the change, no need to start/stop or
give a -HUP to tinydns.


The only other thing left is to tell dnscache about the change.

# cd /service/dnscache/root/servers
You will see a file called osborneindustries.com The contents of
that file is the IP address of your tinydns server. Rename this file
with mv to osborneinternal.com


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


Re: djbdns question

2005-02-24 Thread J65nko BSD
On Thu, 24 Feb 2005 22:18:01 +0100, J65nko BSD [EMAIL PROTECTED] wrote:
 On Wed, 23 Feb 2005 14:45:16 -0600, Darryl Hoar [EMAIL PROTECTED] wrote:
  Greetings,
  I setup djbdns on a freebsd server attached to my internal network.
  It answers for the local machine on the domain for my internal while
  forwarding all others to our ISP for resolution.
 
  I set this up a 2 years ago and haven't needed to do a thing other
  than to add/remove machines.
 
  Well, now I need to change the domain name from osborneindustries.com
  to osborneinternal.com.  Unfortunately, I haven't found any documentation
  that takes you through the changes to convert and already running
  tinydns/dnscache
  setup from one domain name to a different one.
 
  Anybody have any pointers here ?
 
 Change directory to the tinydns data directory (cd
 /service/tinydns/root) , edit your tinydns data file. Editing can be
 done in one sweep with
 
 # mv data data.old
 # sed -e 's/osborneindustries.com/osborneinternal.com/g' data.old data
 
 Now run make to generate a new data.cdb file from the edited
 data file. Tinydns will notice the change, no need to start/stop or
 give a -HUP to tinydns.
 
 The only other thing left is to tell dnscache about the change.
 
 # cd /service/dnscache/root/servers
 You will see a file called osborneindustries.com The contents of
 that file is the IP address of your tinydns server. Rename this file
 with mv to osborneinternal.com
 
I forget to mention that a restart of dnscache is needed

# svc -t /service/dnscache

At http://www.freebsdforums.org/forums/showthread.php?s=threadid=25244
you can find a comfortable dnscachectl script to start/stop and many
other things with dnscache.

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


Re: djbdns question

2005-02-24 Thread michael Christie

Have a look at http://www.vegadns.org/   I have this set up on my dns
server . it makes djddns a snap



On Thu, 2005-02-24 at 22:18 +0100, J65nko BSD wrote:

 On Wed, 23 Feb 2005 14:45:16 -0600, Darryl Hoar [EMAIL PROTECTED] wrote:
  Greetings,
  I setup djbdns on a freebsd server attached to my internal network.
  It answers for the local machine on the domain for my internal while
  forwarding all others to our ISP for resolution.
  
  I set this up a 2 years ago and haven't needed to do a thing other
  than to add/remove machines.
  
  Well, now I need to change the domain name from osborneindustries.com
  to osborneinternal.com.  Unfortunately, I haven't found any documentation
  that takes you through the changes to convert and already running
  tinydns/dnscache
  setup from one domain name to a different one.
  
  Anybody have any pointers here ?
 
 Change directory to the tinydns data directory (cd
 /service/tinydns/root) , edit your tinydns data file. Editing can be
 done in one sweep with
 
 # mv data data.old
 # sed -e 's/osborneindustries.com/osborneinternal.com/g' data.old data
 
 Now run make to generate a new data.cdb file from the edited
 data file. Tinydns will notice the change, no need to start/stop or
 give a -HUP to tinydns.
 
 
 The only other thing left is to tell dnscache about the change.
 
 # cd /service/dnscache/root/servers
 You will see a file called osborneindustries.com The contents of
 that file is the IP address of your tinydns server. Rename this file
 with mv to osborneinternal.com
 
 
 =Adriaan=
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 





Michael Christie
[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: Anyone running Trend Micro IWSS in linux-compat mode?

2005-02-24 Thread Michal Mertl
 David Landgren wrote:
 Hello List,
 
 I'm running a squid proxy on FreeBSD. The big problem today is web-borne 
 viruses, spyware and other crap. The general feeling on the Squid users 
 mailing list is that Trend Micro's InterScan Web Security Suite product 
 is the way to go.
 
 Having looked at the various incomplete, non-functional free offerings, 
 I have no problem going with a commercial product. The trouble is, they 
 only offer it on Windows, Linux and Solaris.

I like apache + mod_clamav. Unfortunately from reading Apache changelogs
I decided to go with 2.1-alpha and had to modify mod_clamav to fit
there. I sent my modifications to mod_clamav author who said he'll
probably incorporate most of it in the next release. They were pretty
big and in addition to making mod_clamav work with 2.1 they fixed some
real bugs (and probably added some).

I can send you what I have.

Michal Mertl


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


  1   2   >