Re: Future development of Jail

2008-01-03 Thread Mahlon E. Smith
On Mon, Dec 31, 2007, Karl Triebes wrote:
 
 I would like to see per-jail quotas such as the ones Andy mentions,
 and would like to hear if anyone would be interested in doing it for
 the right price. You may contact me via this list or in private.


It may not be optimal, but you can always implement a real hard quota
with a jailed environment simply by using a loopback (md) device.

--
Mahlon E. Smith  
http://www.martini.nu/contact.html


pgpOnDsTjJp97.pgp
Description: PGP signature


Re: Swap partition

2008-01-03 Thread Manolis Kiagias



Eugen Udma wrote:

Hello,



I have FreeBSD installed on my desktop, with 2 GB of RAM and

4 GB swap partition and this swap partition is very seldom

touched by the system and then only 2-3% used.






I want to install FreeBSD on a laptop with 4 GB of RAM and a
hard disk of 100 GB. Should I waste 8 GB for a swap partition,
as it is recommended in the handbook?

Thanks for any advice,


Eugen




  
In short, no. And in fact in order to use those 4GB RAM you will need 
either FreeBSD/amd64 or a PAE kernel.

___
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 a patch

2008-01-03 Thread Valerio Daelli
 Just send in the 'diff -Nur' output, but make a note in your PR
 that the filename has been changed.  The committer will be able to
 make it all right in CVS.


Thanks a lot for your help.
Bye

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


console server using a modern 1U box

2008-01-03 Thread Andrew Pantyukhin
What are the options? Should we go the USB-RS232 way or are
there PCI Express or PCI-X multiport cards supported by FreeBSD?
This is a telecom-ish environment, so ease of rackmounting is a
plus (consumer USB stuff is thus a PITA for us).

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


Re: Asus eee (was Re: G4 Quicksilver as Web Server?)

2008-01-03 Thread Chad Perrin
On Wed, Jan 02, 2008 at 09:14:19AM -0500, Ed Maste wrote:
 On Tue, Jan 01, 2008 at 06:20:22PM +, James Jeffery wrote:
 
  Before i end the toipic, anyone got any feeback on the Asus Eee (mini
  laptops) with FreeBSD?
 
 It works, but no drivers exist for the wireless or wired Ethernet ports.
 The wireless is a newer Atheros part and ath(4) should gain support for
 it, but I have no idea what the timeline will be.  The wired Ethernet
 is an Atheros (formerly Attansic) L2 10/100, and I'm not aware of any
 concrete plans for a driver for it.
 
 I've used a Linksys USB200M USB ethernet (axe(4) driver) with mine and
 that works well.

Do you happen to know how well it's supported with the other major BSD
Unix systems (Open- and Net-)?

-- 
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
John W. Russell: People point. Sometimes that's just easier. They also use
words. Sometimes that's just easier. For the same reasons that pointing has
not made words obsolete, there will always be command lines.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: console server using a modern 1U box

2008-01-03 Thread Daniel Ponticello

Hello Andrew,
i know PCI Express Moxa cards are supported on freebsd (they provide 
proprietary drivers): http://www.moxa.com/product/CP-104EL.htm


Anyway, i'm only using the ethernet to RS232 devices from Moxa, and they 
work pretty well.



Cheers,

Daniel

Andrew Pantyukhin ha scritto:

What are the options? Should we go the USB-RS232 way or are
there PCI Express or PCI-X multiport cards supported by FreeBSD?
This is a telecom-ish environment, so ease of rackmounting is a
plus (consumer USB stuff is thus a PITA for us).

Any comment will be appreciated!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isp
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: console server using a modern 1U box

2008-01-03 Thread Jacques Marneweck

Hi,

Take a look at the Lantronix console servers.

Regards
--jm

On 03 Jan 2008, at 11:08 AM, Andrew Pantyukhin wrote:


What are the options? Should we go the USB-RS232 way or are
there PCI Express or PCI-X multiport cards supported by FreeBSD?
This is a telecom-ish environment, so ease of rackmounting is a
plus (consumer USB stuff is thus a PITA for us).

Any comment will be appreciated!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isp
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]


console server using a modern 1U box

2008-01-03 Thread Philip Brown
have a look at xyplex 1600 console server, which is a standalone comm server 
accesed via a network.
you can the also run comserv on your bsd box which will the connect the 16 
ports of the console server as directly connected serial ports giving you the 
use of ports as device files  tip etc. 

if i remember correctly I also used comserv with lantronix/perl console server 
as well.

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


Sendmail: sub-domain masquerade as top level

2008-01-03 Thread Jerahmy Pocott

Hello,

I'm having an issue with getting sendmail to masquerade
as the top level domain when the host is a sub domain.

For example I want server.exmaple.com to send mail as
[EMAIL PROTECTED] rather than [EMAIL PROTECTED],
how ever the masquerade options don't seem to work for
this.. It works fine if the server is a different domain, but
not when it's a sub domain..

How do I get this behavior?

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


Porting from linux to FreeBSD (procfs question)

2008-01-03 Thread Fernando Apesteguía
Hi all,

First of all, Happy New Year.

I have a question about porting an application from Linux to FreeBSD.

The application I want to port, makes an extensive use of the procfs
in Linux. It gathers a lot of information from those files (cpuinfo,
meminfo, devices, filesystems, modules, etc...)

As I know, FreeBSD has some kind of procfs but more limited in terms
of information. My questions is how should I proceed now? I see two
options.

1 - Try to rely the porting on the compatibility procfs from FreeBSD
2 - Do the things in a completely different way (which one is this?
Invoking sysctl system call?)

I would like to know from you which one is the best approach.

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


Porting from linux to FreeBSD (procfs question)

2008-01-03 Thread Robert Huff

=?ISO-8859-1?Q?Fernando_Apestegu=EDa?= writes:

  First of all, Happy New Year.

And to you,

  The application I want to port, makes an extensive use of the
  procfs in Linux. It gathers a lot of information from those files
  (cpuinfo, meminfo, devices, filesystems, modules, etc...)
  
  As I know, FreeBSD has some kind of procfs but more limited in
  terms of information. My questions is how should I proceed now? I
  see two options.
  
  1 - Try to rely the porting on the compatibility procfs from FreeBSD
  2 - Do the things in a completely different way (which one is this?
  Invoking sysctl system call?)

As I understand it, use (2).
Use of FreeBSD procfs is possible, but heavily discouraged due
to known security issues.


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


Re: Porting from linux to FreeBSD (procfs question)

2008-01-03 Thread Ivan Voras
Fernando Apesteguía wrote:

 1 - Try to rely the porting on the compatibility procfs from FreeBSD
 2 - Do the things in a completely different way (which one is this?
 Invoking sysctl system call?)
 
 I would like to know from you which one is the best approach.

The best way to do it is to abstract the OS-dependant stuff from the
application into separate modules / classes / libraries / etc. and then
proceed by the second approach (use procfs on linux, use sysctl on FreeBSD).

The first approach would probably be tedious if the application is
non-trivial but there's also linprocfs which behaves more like the linux
procfs but it's also incomplete.



signature.asc
Description: OpenPGP digital signature


Re: Sendmail: sub-domain masquerade as top level

2008-01-03 Thread Jonathan McKeown
On Thursday 03 January 2008 12:04, Jerahmy Pocott wrote:
 Hello,

 I'm having an issue with getting sendmail to masquerade
 as the top level domain when the host is a sub domain.

 For example I want server.exmaple.com to send mail as
 [EMAIL PROTECTED] rather than [EMAIL PROTECTED],
 how ever the masquerade options don't seem to work for
 this.. It works fine if the server is a different domain, but
 not when it's a sub domain..

 How do I get this behavior?

FEATURE(`masquerade_entire_domain')

Check /usr/share/sendmail/cf/README for the details of the various masquerade 
options and features.

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


RE: Sendmail: sub-domain masquerade as top level

2008-01-03 Thread Barry Byrne
 
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Jerahmy Pocott

 I'm having an issue with getting sendmail to masquerade
 as the top level domain when the host is a sub domain.
 
 For example I want server.exmaple.com to send mail as
 [EMAIL PROTECTED] rather than [EMAIL PROTECTED],
 how ever the masquerade options don't seem to work for
 this.. It works fine if the server is a different domain, but
 not when it's a sub domain..
 
 How do I get this behavior?

Jerahmy,

You don't say what you've tried already. I use postfix these days, but from
memory, something like the following should work for you:

MASQUERADE_AS(`domain.com')
MASQUERADE_DOMAIN(`sub.domain.com')

 - Barry



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


Re: corporate backers of freebsd

2008-01-03 Thread FreeBSD WickerBill
Check out the BSDMall - iXSystems:

http://www.freebsdmall.com/cgi-bin/fm/community.html?id=QcQ8NEb5mv_arg=mv_argmv_pc=3

They provide all you are looking for in both products and support of the
community.

On Jan 2, 2008 10:50 AM, Gary Smithe [EMAIL PROTECTED] wrote:

 On Jan 2, 2008 4:56 AM, Ted Mittelstaedt [EMAIL PROTECTED] wrote:
 
 
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED] Behalf Of Gary Smithe
   Sent: Monday, December 31, 2007 10:11 AM
   To: freebsd-questions@freebsd.org
   Subject: corporate backers of freebsd
  
  
   Good Day All and Happy New Year,
  
   I'm not looking to incite anyone, but here comes a BSD vs Linux
   question.  Yes, I tried searching the archives and found nothing.
  
   I used FreeBSD back in 2000 for a few firewalls, but due to certain
   influences I switched to Linux after a couple of years.
  
   I'm interested in getting back to the BSD's but have just one big
 concern.
  
   As most users Unix and it's clones, I prefer the free as in beer
   licensing model, but want to know that someone else is paying the big
   bills.
  
   In short, here's my question:
  
   Canonical, RedHat, IBM, Novell, and a slew of others are funding /
   supporting Linux development and pushing some of that development into
   the free community, so that all can benefit from full-time developers
   and the money that supports them.
  
   I've seen where Cisco and Juniper are using FreeBSD, and assuming
   there are other big names, do they directly fund or contribute to the
   community?
  
 
  Gary,
 
FreeBSD USED TO HAVE a single large corporate sponsor.  Walnut Creek.
  Well, while the upside of this is that you have a pot of money that
  can be used to fund advertising ventures, fund a position to act as
  the public face of the project, etc.  the downside is that this ties
  the project to the fortunes of that big money pot.
 
When Walnut Creek went downhill it caused a LOT of people who were
  using FreeBSD very much consternation.
 
This is why today the project basically operates as a completely
  distributed project.
 
You might as well ask who the corporate sponsor of the Gnutella
  network is.  Nobody, and Everybody.  Yet, that network carries
  billions of bytes of pirat... I mean, valuable video data, and is
  dependended on by many bootleggers.. I mean enterprenuers.  ;-)
 
People look at Linux and say how great it is that Linux has RedHat
  to make Linux look legitimate to the corporate world.  They forget
  that as RedHat is a corporation, it is under a mandate to make a
  profit every year.  Well, what happens if the day ever comes that
  RedHat starts losing money?  Don't you think that people will suddenly
  start thinking that Linux has run out of steam?  I do.
 
There is no single corporation that is ever guarenteed to exist
  forever, last forever, and remain profitable forever.  History is
  littered with large, rich companies that people once upon a time
  thought would never ever go out of business - yet they did anyway.
 
By contrast, MOVEMENTS in history NEVER run out of steam.  There are
  still, today, billions of people dumping billions of dollars every year
  into the Catholic Church - despite it's sordid history and current
  coverups of pedophiles - and that particular religious movement has been
  around more than 2000 years.
 
We want to keep FreeBSD operating as a movement.  As long as 1 person
  still believes and maintains it, it won't die.  No matter how profitable
  or unprofitable it is to run.
 
  Ted
 
 


 Thank you all for the responses.  I've tried to track down ways to
 contribute funds, as my programming skills are just above that of an
 intoxicated monkey.

 I found the FreeBSD foundation, which seems like the best place to start.

 I can't find, however, that any book, T-Shirt, or CD purchase from any
 vendor (including BSDmall) will send money back to the project.

 I understand there is value in evangelism from promoting FreeBSD via
 T-Shrits, stickers etc., as well as showing the profitability of books
 on BSD related topics to publishers (like No Starch).

 Have I missed an avenue of getting monetary support to FreeBSD?

 Thanks again.

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




-- 
--I'm not 'renting' my OS--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sendmail is broken, how do I fix

2008-01-03 Thread Lowell Gilbert
Andrew Falanga [EMAIL PROTECTED] writes:


 While you think there is nothing on that port something is running not
 letting that socket connection.  Try rebooting the system and see if the
 problem is still there.

  -Derek


 I did try that too.  Didn't work.

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


Re: Swap partition

2008-01-03 Thread Jerry McAllister
On Wed, Jan 02, 2008 at 05:13:28PM -0800, Eugen Udma wrote:

 Hello,
 
 I have FreeBSD installed on my desktop, with 2 GB of RAM and
 4 GB swap partition and this swap partition is very seldom
 touched by the system and then only 2-3% used.
 
 I want to install FreeBSD on a laptop with 4 GB of RAM and a
 hard disk of 100 GB. Should I waste 8 GB for a swap partition,
 as it is recommended in the handbook?

It is not wasted as swap.
The system uses swap space for both swap and paging.

The traditional reason for making swap be 2X ram is that the system 
uses swap for taking a crash dump and that would be enough to handle 
all of ram for tracing.  

You can get by with less.  
If you are not using your laptop for development and if you are not
using it as a server with the usual large proliferation of processes
being forked off for everything, then having less swap may well be
reasonable.   But, note that you are talking only a small percentage
of your Hd space, so it is hardly worth quibbling about.

jerry

 
 Thanks for any advice,
 
 
 Eugen
 
   Looking for the perfect gift? Give the gift of Flickr! 
 http://www.flickr.com/gift/
 
 ___
 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: Porting from linux to FreeBSD (procfs question)

2008-01-03 Thread Fernando Apesteguía
On Jan 3, 2008 2:47 PM, Ivan Voras [EMAIL PROTECTED] wrote:
 Fernando Apesteguía wrote:

  1 - Try to rely the porting on the compatibility procfs from FreeBSD
  2 - Do the things in a completely different way (which one is this?
  Invoking sysctl system call?)
 
  I would like to know from you which one is the best approach.

 The best way to do it is to abstract the OS-dependant stuff from the
 application into separate modules / classes / libraries / etc. and then
 proceed by the second approach (use procfs on linux, use sysctl on FreeBSD).

OK, the code is modular enough to separate the dependant code into
different places.


 The first approach would probably be tedious if the application is
 non-trivial but there's also linprocfs which behaves more like the linux
 procfs but it's also incomplete.

Yes, that's my problem. In Linux I can get from /proc/cpuinfo for
example: name, model, stepping, cache size, clock speed, supported
extensions, etc...
But using sysctl in FreeBSD (sysctl -a) I can only see name and vendor
for the cpu and a few more things. Am I limited to the variables
showed in sysctl -a?

Thanks in advance.

BTW if this is isn't the proper list to continue with this thread, let me know.

Cheers.



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


Re: Porting from linux to FreeBSD (procfs question)

2008-01-03 Thread Ivan Voras
On 03/01/2008, Fernando Apesteguía [EMAIL PROTECTED] wrote:

 Yes, that's my problem. In Linux I can get from /proc/cpuinfo for
 example: name, model, stepping, cache size, clock speed, supported
 extensions, etc...
 But using sysctl in FreeBSD (sysctl -a) I can only see name and vendor
 for the cpu and a few more things. Am I limited to the variables
 showed in sysctl -a?

Probably. I don't know if there's anything that can give you the
details present in cpuinfo (except using CPUID data directly).

 Thanks in advance.

 BTW if this is isn't the proper list to continue with this thread, let me 
 know.

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

Re: Porting from linux to FreeBSD (procfs question)

2008-01-03 Thread Jerry McAllister
On Thu, Jan 03, 2008 at 02:14:57PM +0100, Fernando Apesteguía wrote:

 Hi all,
 
 First of all, Happy New Year.
 
 I have a question about porting an application from Linux to FreeBSD.
 
 The application I want to port, makes an extensive use of the procfs
 in Linux. It gathers a lot of information from those files (cpuinfo,
 meminfo, devices, filesystems, modules, etc...)
 
 As I know, FreeBSD has some kind of procfs but more limited in terms
 of information. My questions is how should I proceed now? I see two
 options.
 
 1 - Try to rely the porting on the compatibility procfs from FreeBSD
 2 - Do the things in a completely different way (which one is this?
 Invoking sysctl system call?)

Use the sysctl calls.  That is what will be supported correctly.

jerry

 
 I would like to know from you which one is the best approach.
 
 Thanks in advance
 ___
 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: Swap partition

2008-01-03 Thread Robert Huff

Jerry McAllister writes:

  But, note that you are talking only a small percentage
  of your Hd space, so it is hardly worth quibbling about.

In most places, disk space is dirt cheap.  If you're really
worried, find a 5-10 gbyte drive used and make it a dedicated swap
disk.


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


Re: Porting from linux to FreeBSD (procfs question)

2008-01-03 Thread Jeremy Chadwick
On Thu, Jan 03, 2008 at 05:16:42PM +0100, Ivan Voras wrote:
 On 03/01/2008, Fernando Apesteguía [EMAIL PROTECTED] wrote:
 
  Yes, that's my problem. In Linux I can get from /proc/cpuinfo for
  example: name, model, stepping, cache size, clock speed, supported
  extensions, etc...
  But using sysctl in FreeBSD (sysctl -a) I can only see name and vendor
  for the cpu and a few more things. Am I limited to the variables
  showed in sysctl -a?
 
 Probably. I don't know if there's anything that can give you the
 details present in cpuinfo (except using CPUID data directly).

Best bet is parsing or using the hw.model sysctl, or if you need
lower-level information, there is a port that apparently gets cache size
and other data.

There are very few things I liked about Linux /proc when I used it, but
getting h/w information happened to be one of them...

-- 
| Jeremy Chadwickjdc at parodius.com |
| Parodius Networking   http://www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA, USA |
| Making life hard for others since 1977.  PGP: 4BD6C0CB |

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


mounting geom partition

2008-01-03 Thread John Clement
Quite some time ago I setup a machine with a couple of 250GB disks in
that were mirrored using geom, although I can't remember if I mounted it
as 1x 250GB partition or several smaller ones.  The machine they were in
died, and I kept hold of one of the two disks so I could restore the
data.  I'm now at that point and it occurs to me that I don't know for
sure how to remount it.

Before I plug it in and accidentally write over the partition table or
something, I just wanted to check with someone that what I'm thinking is
about right.  Having been going over the documentation again and from
what I remember the partition table should still be there (fdisk should
tell me this) and I should, in theory, be able to simply mount the
partition(s) as regular filesystem(s), is this correct?

Thanks in advance!

jc


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


Re: mounting geom partition

2008-01-03 Thread John Nielsen

Quoting John Clement [EMAIL PROTECTED]:


Quite some time ago I setup a machine with a couple of 250GB disks in
that were mirrored using geom, although I can't remember if I mounted it
as 1x 250GB partition or several smaller ones.  The machine they were in
died, and I kept hold of one of the two disks so I could restore the
data.  I'm now at that point and it occurs to me that I don't know for
sure how to remount it.

Before I plug it in and accidentally write over the partition table or
something, I just wanted to check with someone that what I'm thinking is
about right.  Having been going over the documentation again and from
what I remember the partition table should still be there (fdisk should
tell me this) and I should, in theory, be able to simply mount the
partition(s) as regular filesystem(s), is this correct?

Thanks in advance!


That's correct. Additionally, if you have the gmirror kernel module 
loaded it will recognize the mirror component(s) and you will be able 
to access it/them as (degraded) gmirror devices.


JN

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


Migrate FreeBSD 7.0RC1 from i386 to amd64

2008-01-03 Thread Christian Walther
Hi folks,

yesterday morning my server at home broke down. It crashed but was
unable to reboot. I blamed either one of my DIMMs or the memory banks
on the mainboard. I removed one DIMM, powered up the machine and the
mainboard started to die a most smelly death.
I didn't needed long to come to conclusion that this would be the
right time to switch to amd64.
My old machine was an AthlonXP at 1500MHz running FreeBSD7.0RC1 with a
ZFS pool doing DNS, DHCP, NFS, serving websites with Apache, Mail. As
you can see there are quite some services/ports installed and
configured.

I searched the net for some information on migrating from i386 to
amd64. I'd like to build a new kernel for amd64, reboot. Do a
buildworld and installworld and a portupgrade -afk --batch
afterwards.
The articles I found weren't that optimistic but range from there is
way, but you certainly don't want to do that up to reinstall,
everything else is not supported. But this was for older FreeBSD
versions such as 5.3 and I wonder if something changed with 6.x or
newer.

I have a new SATA based boot disk I could install too (as described
above, for example). This means that I still have the old P-ATA boot
device at hand.

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


Re: console server using a modern 1U box

2008-01-03 Thread Fred C


Do you know where I can find more information about comserv. In the  
port directory the pkg-descr file point to http://www.bsdhome.com/comserv/ 
 which return a 404 error and the website is about bats homes.


-fred-


On Jan 3, 2008, at 3:38 AM, Philip Brown wrote:

have a look at xyplex 1600 console server, which is a standalone  
comm server accesed via a network.
you can the also run comserv on your bsd box which will the connect  
the 16 ports of the console server as directly connected serial  
ports giving you the use of ports as device files  tip etc.


if i remember correctly I also used comserv with lantronix/perl  
console server as well.


comserv is in /usr/ports/comms/comserv
___
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: Migrate FreeBSD 7.0RC1 from i386 to amd64

2008-01-03 Thread Jonathan Chen
On Thu, Jan 03, 2008 at 06:44:45PM +0100, Christian Walther wrote:

[...]
 I searched the net for some information on migrating from i386 to
 amd64. I'd like to build a new kernel for amd64, reboot. Do a
 buildworld and installworld and a portupgrade -afk --batch
 afterwards.

The approach that I took was to do a new install, build/install world,
portupgraded, and then plugged in my old hard-drive, and transferred
/etc, /var and all other data across. Took about a day, and went
surprisingly well.

Cheers.
-- 
Jonathan Chen [EMAIL PROTECTED]
--
  The things we know best are the things we haven't been taught.
 - Marquis de Vauvenargues
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: console server using a modern 1U box

2008-01-03 Thread Brian

Fred C wrote:


Do you know where I can find more information about comserv. In the 
port directory the pkg-descr file point to 
http://www.bsdhome.com/comserv/ which return a 404 error and the 
website is about bats homes.


-fred-


On Jan 3, 2008, at 3:38 AM, Philip Brown wrote:

have a look at xyplex 1600 console server, which is a standalone comm 
server accesed via a network.
you can the also run comserv on your bsd box which will the connect 
the 16 ports of the console server as directly connected serial ports 
giving you the use of ports as device files  tip etc.


if i remember correctly I also used comserv with lantronix/perl 
console server as well.


comserv is in /usr/ports/comms/comserv



Here is a link.
http://nixbit.com/cat/system/networking/comserv/

I sent email bout this to the port maintainer.

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


Hardware compatibility question

2008-01-03 Thread Darryl Hoar
Greetings,
I am looking at buying a used Dell PowerEdge 2650.  It has
(2) Xeon 2.8Ghz with 512kb cache
6 GB ECC Ram
(5) 36 GB 10k SCSI hard drives
Perc/3 raid controller.
dual 10/100/1000 ethernet
dual power supplies.

will I have any problem using Freebsd on this hardware ?
Going to be LAMP server. 

thanks,
Darryl

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


Re: Hardware compatibility question

2008-01-03 Thread Jerry McAllister
On Thu, Jan 03, 2008 at 12:29:44PM -0600, Darryl Hoar wrote:

 Greetings,
 I am looking at buying a used Dell PowerEdge 2650.  It has
 (2) Xeon 2.8Ghz with 512kb cache
 6 GB ECC Ram
 (5) 36 GB 10k SCSI hard drives
 Perc/3 raid controller.
 dual 10/100/1000 ethernet
 dual power supplies.
 
 will I have any problem using Freebsd on this hardware ?

No.   Not if the hardware is working properly.
I would prefer larger and faster hard drives.

jerry

 Going to be LAMP server. 
 
 thanks,
 Darryl
 
 ___
 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: Hardware compatibility question

2008-01-03 Thread Eric Crist


On Jan 3, 2008, at 12:29 PM, Darryl Hoar wrote:


Greetings,
I am looking at buying a used Dell PowerEdge 2650.  It has
(2) Xeon 2.8Ghz with 512kb cache
6 GB ECC Ram
(5) 36 GB 10k SCSI hard drives
Perc/3 raid controller.
dual 10/100/1000 ethernet
dual power supplies.

will I have any problem using Freebsd on this hardware ?
Going to be LAMP server.

thanks,
Darryl


If you're putting FreeBSD on it, I don't think it qualifies as a LAMP  
server...


-
Eric F Crist
Secure Computing Networks


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


install FreeBSD from isos on USB hard-drive partition

2008-01-03 Thread Simeon Nifos
Dear FreeBSD users,
We all know that installing any OS from DVD isos and/or CD isos takes time. 
Especially FreeBSD still doesn't provide even a DVD iso and it is hard to 
change CDs during the installation. Even if a DVD iso is provided it takes time 
to install. I was wondering if anyone of you ever managed to write somehow 
the isos on a USB hard-disk or USB-flash partition and perform the installation 
from there. Be careful, I am not saying to install FreeBSD on a USB drive, I am 
asking if it is possible to transfer somehow the isos on the USB hard-drive or 
USB-flash drive and then boot from it as if I was booting from the FreeBSD CD 
iso and perform the installation of FreeBSD on my hard disk. I hope that if 
this is achieved somehow, the installation will spead up significantly. 

So is it possible?

Best,
Archwn.




  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

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


outgoing mail STOPPED.

2008-01-03 Thread Gary Kline

I stumpped.   I get incomiing ail, but nothing gets out from my 
private networked servers. Anybody know where to start figuring out 
why??

gary



-- 
Gary Kline  Seattle BSD Users' Group (seabug)  | [EMAIL PROTECTED]
Thought Unlimited Org's Alternate Email Site
http://www.magnesium.net/~kline
   To live is not a necessity; but to live honorably...is a necessity. -Kant

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


Re: Hardware compatibility question

2008-01-03 Thread Jack Barnett

Eric Crist wrote:


On Jan 3, 2008, at 12:29 PM, Darryl Hoar wrote:


Greetings,
I am looking at buying a used Dell PowerEdge 2650.  It has
(2) Xeon 2.8Ghz with 512kb cache
6 GB ECC Ram
(5) 36 GB 10k SCSI hard drives
Perc/3 raid controller.
dual 10/100/1000 ethernet
dual power supplies.

will I have any problem using Freebsd on this hardware ?
Going to be LAMP server.

thanks,
Darryl


If you're putting FreeBSD on it, I don't think it qualifies as a LAMP 
server...


-
Eric F Crist
Secure Computing Networks


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



An FAMP Server perhaps ? :)




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


Re: outgoing mail STOPPED.

2008-01-03 Thread Bill Moran
In response to Gary Kline [EMAIL PROTECTED]:

 
   I stumpped.   I get incomiing ail, but nothing gets out from my 
   private networked servers. Anybody know where to start figuring out 
 why??

Have you checked /var/log/maillog?

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


FreeBSD 7.0-PRE/AMD64: missing f77/Fortran compiler ...

2008-01-03 Thread O. Hartmann
Sorry about the noise, but I miss g77 or f77 on my FreeBSD 7.0-PRE box. 
Where is it? Hasn't gcc 4.2 as incorporated in FreeBSD as the native 
compiler also a native fortran 90 compiler?


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


Re: outgoing mail STOPPED.

2008-01-03 Thread Gary Kline
On Thu, Jan 03, 2008 at 05:06:49PM -0500, Bill Moran wrote:
 In response to Gary Kline [EMAIL PROTECTED]:
 
  
  I stumpped.   I get incomiing ail, but nothing gets out from my 
  private networked servers. Anybody know where to start figuring out 
  why??
 
 Have you checked /var/log/maillog?


yes.   i don't se e anything from tao, zen, ethos, nothing.

also nothing is in /var/spool/mqueue either.

anything i should be looking for in  maillog??


 
 -- 
 Bill Moran
 http://www.potentialtech.com

-- 
Gary Kline  Seattle BSD Users' Group (seabug)  | [EMAIL PROTECTED]
Thought Unlimited Org's Alternate Email Site
http://www.magnesium.net/~kline
   To live is not a necessity; but to live honorably...is a necessity. -Kant

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


Re: outgoing mail STOPPED.

2008-01-03 Thread Gary Kline
On Thu, Jan 03, 2008 at 05:06:49PM -0500, Bill Moran wrote:
 In response to Gary Kline [EMAIL PROTECTED]:
 
  
  I stumpped.   I get incomiing ail, but nothing gets out from my 
  private networked servers. Anybody know where to start figuring out 
  why??
 
 Have you checked /var/log/maillog?



Oh::: update, thing do get out from ns1.thought.org, my DNS server.

things do not get out to ns1. from my private network.
what should i do to get my local sendmails going??

SMNARTSERVERR maybe??

(I just swwitched tao2 to tao.)

ideas??





 
 -- 
 Bill Moran
 http://www.potentialtech.com

-- 
Gary Kline  Seattle BSD Users' Group (seabug)  | [EMAIL PROTECTED]
Thought Unlimited Org's Alternate Email Site
http://www.magnesium.net/~kline
   To live is not a necessity; but to live honorably...is a necessity. -Kant

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


Re: FreeBSD 7.0-PRE/AMD64: missing f77/Fortran compiler ...

2008-01-03 Thread Kris Kennaway

O. Hartmann wrote:
Sorry about the noise, but I miss g77 or f77 on my FreeBSD 7.0-PRE box. 
Where is it? Hasn't gcc 4.2 as incorporated in FreeBSD as the native 
compiler also a native fortran 90 compiler?


No, you need to install the gfortran port.  This is presumably 
documented in the release notes.


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


Re: install FreeBSD from isos on USB hard-drive partition

2008-01-03 Thread Jay Chandler

Simeon Nifos wrote:

Dear FreeBSD users,
We all know that installing any OS from DVD isos and/or CD isos takes time. Especially FreeBSD still doesn't provide even a DVD iso and it is hard to change CDs during the installation. Even if a DVD iso is provided it takes time to install. I was wondering if anyone of you ever managed to write somehow the isos on a USB hard-disk or USB-flash partition and perform the installation from there. Be careful, I am not saying to install FreeBSD on a USB drive, I am asking if it is possible to transfer somehow the isos on the USB hard-drive or USB-flash drive and then boot from it as if I was booting from the FreeBSD CD iso and perform the installation of FreeBSD on my hard disk. I hope that if this is achieved somehow, the installation will spead up significantly. 


So is it possible?

Best,
Archwn.



  


1. What are you installing off the second CD?

2. A 1 CD install takes all of ten minutes; how much faster were you 
hoping for it to get?


--
Jay Chandler / KB1JWQ
Living Legend / Systems Exorcist
Today's Excuse: We're out of slots on the server

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


Re: outgoing mail STOPPED.

2008-01-03 Thread Gary Kline
On Thu, Jan 03, 2008 at 05:06:49PM -0500, Bill Moran wrote:
 In response to Gary Kline [EMAIL PROTECTED]:
 
  
  I stumpped.   I get incomiing ail, but nothing gets out from my 
  private networked servers. Anybody know where to start figuring out 
  why??
 
 Have you checked /var/log/maillog?
 
 -- 
 Bill Moran
 http://www.potentialtech.com


MORE::


Jan  3 14:27:54 sage sendmail[17367]: m03MRshQ017367: -- MAIL From:[EMAIL 
PROTECTED] SIZE=635
Jan  3 14:27:54 sage sendmail[17367]: m03MRshQ017367: --- 250 2.1.0 [EMAIL 
PROTECTED]... Sender ok
Jan  3 14:27:54 sage sendmail[17367]: m03MRshQ017367: -- RCPT 
To:freebsd-questions@FreeBSD.ORG
Jan  3 14:27:54 sage sendmail[17367]: m03MRshQ017367: --- 250 2.1.5 
freebsd-questions@FreeBSD.ORG... Recipient ok
Jan  3 14:27:54 sage sendmail[17367]: m03MRshQ017367: -- DATA
Jan  3 14:27:54 sage sendmail[17367]: m03MRshQ017367: --- 354 Enter mail, end 
with . on a line by itself
Jan  3 14:27:54 sage sendmail[17367]: m03MRshQ017367: from=[EMAIL PROTECTED], 
size=843, class=0, nrcpts=1, msgid=[EMAIL PROTECTED], proto=ESMTP, 
daemon=Daemon0, [EMAIL PROTECTED] [127.0.0.1]
Jan  3 14:27:54 sage sendmail[17367]: m03MRshQ017367: --- 250 2.0.0 
m03MRshQ017367 Message accepted for delivery
Jan  3 14:27:54 sage sendmail[17366]: m03MRsC6017366: [EMAIL PROTECTED], 
ctladdr=kline (1001/1001), delay=00:00:00, xdelay=00:00:00, mailer=relay, 
pri=30635, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (m03MRshQ017367 
Message accepted for delivery)
Jan  3 14:27:54 sage sendmail[17367]: m03MRshR017367: -- QUIT
Jan  3 14:27:54 sage sendmail[17367]: m03MRshR017367: --- 221 2.0.0 
sage.thought.org closing connection
Jan  3 14:27:54 sage sendmail[17370]: m03MRshQ017367: --- 050 
freebsd-questions@FreeBSD.ORG... Connecting to mx1.freebsd.org. via esmtp...
Jan  3 14:27:54 sage sendmail[17370]: m03MRshQ017367: makeconnection 
(mx1.freebsd.org. [IPv6:2001:4f8:fff6::34]) failed: No route to host
Jan  3 14:27:54 sage sendmail[17370]: m03MRshQ017367: SMTP outgoing connect on 
ns1
Jan  3 14:27:55 sage sendmail[17370]: m03MRshQ017367: --- 050 
freebsd-questions@FreeBSD.ORG... Deferred: 450 4.7.1 
freebsd-questions@FreeBSD.ORG: Recipient address rejected: Service is 
unavailable
Jan  3 14:27:55 sage sendmail[17370]: m03MRshQ017367: 
to=freebsd-questions@FreeBSD.ORG, ctladdr=[EMAIL PROTECTED] (1001/1001), 
delay=00:00:01, xdelay=00:00:01, mailer=esmtp, pri=30843, 
relay=mx1.freebsd.org. [69.147.83.52], dsn=4.7.1, stat=Deferred: 450 4.7.1 
freebsd-questions@FreeBSD.ORG: Recipient address rejected: Service is 
unavailable
Jan  3 14:27:55 sage sendmail[17370]: NOQUEUE: --- 050 Closing connection to 
mx1.freebsd.org.

I don't understand why freebsd.org seems unreachablea Do I have to 
configure IPv6?



-- 
Gary Kline  Seattle BSD Users' Group (seabug)  | [EMAIL PROTECTED]
Thought Unlimited Org's Alternate Email Site
http://www.magnesium.net/~kline
   To live is not a necessity; but to live honorably...is a necessity. -Kant

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


testing from sage|ns1.thought.org

2008-01-03 Thread Gary Kline
Let's see ifthis gets out..


-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix
  http://jottings.thought.org   http://transfinite.thought.org

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


Re: outgoing mail STOPPED.

2008-01-03 Thread Bill Moran
In response to Gary Kline [EMAIL PROTECTED]:

 On Thu, Jan 03, 2008 at 05:06:49PM -0500, Bill Moran wrote:
  In response to Gary Kline [EMAIL PROTECTED]:
  
   
 I stumpped.   I get incomiing ail, but nothing gets out from my 
 private networked servers. Anybody know where to start figuring out 
   why??
  
  Have you checked /var/log/maillog?

This is what I was looking for.  See inline comments:

 MORE::
 
 
 Jan  3 14:27:54 sage sendmail[17367]: m03MRshQ017367: -- MAIL From:[EMAIL 
 PROTECTED] SIZE=635
 Jan  3 14:27:54 sage sendmail[17367]: m03MRshQ017367: --- 250 2.1.0 [EMAIL 
 PROTECTED]... Sender ok
 Jan  3 14:27:54 sage sendmail[17367]: m03MRshQ017367: -- RCPT 
 To:freebsd-questions@FreeBSD.ORG
 Jan  3 14:27:54 sage sendmail[17367]: m03MRshQ017367: --- 250 2.1.5 
 freebsd-questions@FreeBSD.ORG... Recipient ok
 Jan  3 14:27:54 sage sendmail[17367]: m03MRshQ017367: -- DATA
 Jan  3 14:27:54 sage sendmail[17367]: m03MRshQ017367: --- 354 Enter mail, end 
 with . on a line by itself
 Jan  3 14:27:54 sage sendmail[17367]: m03MRshQ017367: from=[EMAIL 
 PROTECTED], size=843, class=0, nrcpts=1, msgid=[EMAIL PROTECTED], 
 proto=ESMTP, daemon=Daemon0, [EMAIL PROTECTED] [127.0.0.1]
 Jan  3 14:27:54 sage sendmail[17367]: m03MRshQ017367: --- 250 2.0.0 
 m03MRshQ017367 Message accepted for delivery
 Jan  3 14:27:54 sage sendmail[17366]: m03MRsC6017366: [EMAIL PROTECTED], 
 ctladdr=kline (1001/1001), delay=00:00:00, xdelay=00:00:00, mailer=relay, 
 pri=30635, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent 
 (m03MRshQ017367 Message accepted for delivery)
 Jan  3 14:27:54 sage sendmail[17367]: m03MRshR017367: -- QUIT
 Jan  3 14:27:54 sage sendmail[17367]: m03MRshR017367: --- 221 2.0.0 
 sage.thought.org closing connection
 Jan  3 14:27:54 sage sendmail[17370]: m03MRshQ017367: --- 050 
 freebsd-questions@FreeBSD.ORG... Connecting to mx1.freebsd.org. via esmtp...
 Jan  3 14:27:54 sage sendmail[17370]: m03MRshQ017367: makeconnection 
 (mx1.freebsd.org. [IPv6:2001:4f8:fff6::34]) failed: No route to host
   ^^
Here it's trying to connect the the IPv6 address for mx1.freebsd.org but
is unable to.  I'm going to go out with a limb and guess that you're not
using IPv6 yet.  Apparently you can add the following to your cf file:
DAEMON_OPTIONS(`Family=inet, Name=MTA')
CLIENT_OPTIONS(`Family=inet, Name=MTA')

But I'm not a sendmail expert, so I can't verify that this information
is correct.

 Jan  3 14:27:54 sage sendmail[17370]: m03MRshQ017367: SMTP outgoing connect 
 on ns1
 Jan  3 14:27:55 sage sendmail[17370]: m03MRshQ017367: --- 050 
 freebsd-questions@FreeBSD.ORG... Deferred: 450 4.7.1 
 freebsd-questions@FreeBSD.ORG: Recipient address rejected: Service is 
 unavailable

Why is this machine falling back to send mail via ns1?  If that's
intended, then ns1 needs to be configured to accept mail from this
system and act as a relay.

 Jan  3 14:27:55 sage sendmail[17370]: m03MRshQ017367: 
 to=freebsd-questions@FreeBSD.ORG, ctladdr=[EMAIL PROTECTED] (1001/1001), 
 delay=00:00:01, xdelay=00:00:01, mailer=esmtp, pri=30843, 
 relay=mx1.freebsd.org. [69.147.83.52], dsn=4.7.1, stat=Deferred: 450 4.7.1 
 freebsd-questions@FreeBSD.ORG: Recipient address rejected: Service is 
 unavailable
 Jan  3 14:27:55 sage sendmail[17370]: NOQUEUE: --- 050 Closing connection to 
 mx1.freebsd.org.
 
   I don't understand why freebsd.org seems unreachablea Do I have to 
 configure IPv6?

No, but apparently you need to tell sendmail that you haven't configured
IPv6.  Unless you're _trying_ to use IPv6, in which case there would
appear to be something wrong with you IPv6 config.

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


Re: outgoing mail STOPPED.

2008-01-03 Thread Gary Kline
On Thu, Jan 03, 2008 at 05:48:06PM -0500, Bill Moran wrote:
 In response to Gary Kline [EMAIL PROTECTED]:
 
  On Thu, Jan 03, 2008 at 05:06:49PM -0500, Bill Moran wrote:
   In response to Gary Kline [EMAIL PROTECTED]:
   

I stumpped.   I get incomiing ail, but nothing gets out from my 
private networked servers. Anybody know where to start figuring 
out why??
   
   Have you checked /var/log/maillog?
 
 This is what I was looking for.  See inline comments:
 
  MORE::
  
  
[ ...  ]

  Jan  3 14:27:54 sage sendmail[17370]: m03MRshQ017367: --- 050 
  freebsd-questions@FreeBSD.ORG... Connecting to mx1.freebsd.org. via 
  esmtp...
  Jan  3 14:27:54 sage sendmail[17370]: m03MRshQ017367: makeconnection 
  (mx1.freebsd.org. [IPv6:2001:4f8:fff6::34]) failed: No route to host
^^
 Here it's trying to connect the the IPv6 address for mx1.freebsd.org but
 is unable to.  I'm going to go out with a limb and guess that you're not
 using IPv6 yet.  Apparently you can add the following to your cf file:
 DAEMON_OPTIONS(`Family=inet, Name=MTA')
 CLIENT_OPTIONS(`Family=inet, Name=MTA')
 
 But I'm not a sendmail expert, so I can't verify that this information
 is correct.
 
I'm FAR from savvy sendmail wise, but know enouhto assk if I have to 
run the
above options thru the preprocesssor.   Do you know??


Also, why-oh-why, can I only get out thru sage|ns1?  I can reach from
sage to here at toxic.magnesium.net.  But from nowhere else
.


anybody?  no wonder people have ben writing to see if i died or 
whatever..
my lifeline is dead.

  Jan  3 14:27:54 sage sendmail[17370]: m03MRshQ017367: SMTP outgoing connect 
  on ns1
  Jan  3 14:27:55 sage sendmail[17370]: m03MRshQ017367: --- 050 
  freebsd-questions@FreeBSD.ORG... Deferred: 450 4.7.1 
  freebsd-questions@FreeBSD.ORG: Recipient address rejected: Service is 
  unavailable
 
 Why is this machine falling back to send mail via ns1?  If that's
 intended, then ns1 needs to be configured to accept mail from this
 system and act as a relay.
 
  Jan  3 14:27:55 sage sendmail[17370]: m03MRshQ017367: 
  to=freebsd-questions@FreeBSD.ORG, ctladdr=[EMAIL PROTECTED] 
  (1001/1001), delay=00:00:01, xdelay=00:00:01, mailer=esmtp, pri=30843, 
  relay=mx1.freebsd.org. [69.147.83.52], dsn=4.7.1, stat=Deferred: 450 4.7.1 
  freebsd-questions@FreeBSD.ORG: Recipient address rejected: Service is 
  unavailable
  Jan  3 14:27:55 sage sendmail[17370]: NOQUEUE: --- 050 Closing connection 
  to mx1.freebsd.org.
  
  I don't understand why freebsd.org seems unreachablea Do I have to 
  configure IPv6?
 
 No, but apparently you need to tell sendmail that you haven't configured
 IPv6.  Unless you're _trying_ to use IPv6, in which case there would
 appear to be something wrong with you IPv6 config.


Hm  ok,  well, i've used to dooted-demical, but going for 64 or 128
bits is  . well, no wonder i feel like a fossil!

thanks muchly,

gary

 
 -- 
 Bill Moran
 http://www.potentialtech.com

-- 
Gary Kline  Seattle BSD Users' Group (seabug)  | [EMAIL PROTECTED]
Thought Unlimited Org's Alternate Email Site
http://www.magnesium.net/~kline
   To live is not a necessity; but to live honorably...is a necessity. -Kant

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


Re: Sendmail: sub-domain masquerade as top level

2008-01-03 Thread Jerahmy Pocott


On 04/01/2008, at 12:59 AM, Barry Byrne wrote:




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Jerahmy Pocott



I'm having an issue with getting sendmail to masquerade
as the top level domain when the host is a sub domain.

For example I want server.exmaple.com to send mail as
[EMAIL PROTECTED] rather than [EMAIL PROTECTED],
how ever the masquerade options don't seem to work for
this.. It works fine if the server is a different domain, but
not when it's a sub domain..

How do I get this behavior?


Jerahmy,

You don't say what you've tried already. I use postfix these days,  
but from

memory, something like the following should work for you:

MASQUERADE_AS(`domain.com')
MASQUERADE_DOMAIN(`sub.domain.com')


Sorry, I should have mentioned what I had tried:

I have tried the above and the above in combination with
FEATURE(`masquerade_entire_domain') and pretty much
every combination of those statements all to no effect.

For some reason when the masquerade domain is the top
level of the actual domain, it won't change it even with those
options set..

Maybe a virtualusertable entry could do the trick?

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


Re: install FreeBSD from isos on USB hard-drive partition

2008-01-03 Thread Chris Whitehouse

Jay Chandler wrote:

Simeon Nifos wrote:

Dear FreeBSD users,
We all know that installing any OS from DVD isos and/or CD isos takes 
time. Especially FreeBSD still doesn't provide even a DVD iso and it 
is hard to change CDs during the installation. Even if a DVD iso is 
provided it takes time to install. I was wondering if anyone of you 
ever managed to write somehow the isos on a USB hard-disk or 
USB-flash partition and perform the installation from there. Be 
careful, I am not saying to install FreeBSD on a USB drive, I am 
asking if it is possible to transfer somehow the isos on the USB 
hard-drive or USB-flash drive and then boot from it as if I was 
booting from the FreeBSD CD iso and perform the installation of 
FreeBSD on my hard disk. I hope that if this is achieved somehow, the 
installation will spead up significantly.

So is it possible?

Best,
Archwn.



  


1. What are you installing off the second CD?

2. A 1 CD install takes all of ten minutes; how much faster were you 
hoping for it to get?




3. Someone posted this link the other day to make a DVD iso...

http://www.pa.msu.edu/~tigner/bsddvd.html


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


VACANCY AND REQUIREMENT

2008-01-03 Thread Mrs Jenny
Am Mrs.jenny Linda Sheila, The owner of the Plaza mayor
hotel,How are you doing there? Hope all is going well
and systematically if so doxology, surely am in need
of 12people who are willing to manage an hotel for me in uk (london)
and I will be very Glad if you can be able to find me
Honest, Trust Worthy, Believer, and the age must be
25years and above,
These are the post that available right now
1). Sales Manager
2). Marketing Manager
3). Sales Rep
4). Receptionist
5). Com mis Chef
6). Chef
7). Night Auditor
8). Bar Man (3 Persons)
9). Bar Staff (3 Persons)
10). Drivers
11). Waiter
12). Cleaner
13). Club Attendants
14). Room Attendant
And many more like house maid and other post
These are the Requirement needed from all Applicants
1) Resume
2) Scan of First and last page of International
Passport
3) Proof of health
4) Birth Certificate
5) Offer Of Appointment which I will send to everyone
of them when I get the resume from all applicants and
they all need to sign and send it back to me to assure
me that they accept the offer
6) Confirmation Slip (Booking for an hotel in usa)
This payment must be made for all applicants to assure
them at embassy that they already have somewhere to
stay here in usa, because am processing their visa
through
a conference,This conference will take care of their visa and
flight ticket free.
this conference will be coming up first in uk and
second one in usa,
Furthermore, if any one ready or you can be able to
find me those who can meet the entire requirement
before this date (10th JAN 2008) I will be very glad
and appreciate.

Please get back to me to know what to do if you can
get them or not, Please let them aware that each
candidate are going to meet their hotel expenses
and the payment will be made by all applicants to any
hotel I direct them to pay , Also inform them that any
expenses from my own side will surely deduct from
their salary.

email me or add me on [EMAIL PROTECTED]

Thanks.
Mrs Jenny Sheila.




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


Re: Porting from linux to FreeBSD (procfs question)

2008-01-03 Thread Patrick Lamaiziere
Le Thu, 3 Jan 2008 14:14:57 +0100,
Fernando Apesteguía [EMAIL PROTECTED] a écrit :

 As I know, FreeBSD has some kind of procfs but more limited in terms
 of information. My questions is how should I proceed now? I see two
 options.
 
 1 - Try to rely the porting on the compatibility procfs from FreeBSD
 2 - Do the things in a completely different way (which one is this?
 Invoking sysctl system call?)
 
 I would like to know from you which one is the best approach.

I don't know exactly what you need, but look at libkvm. Good samples
are ps and top in the source code.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: outgoing mail STOPPED.

2008-01-03 Thread Gary Kline
On Thu, Jan 03, 2008 at 05:06:49PM -0500, Bill Moran wrote:
 In response to Gary Kline [EMAIL PROTECTED]:
 
  
  I stumpped.   I get incomiing ail, but nothing gets out from my 
  private networked servers. Anybody know where to start figuring out 
  why??
 
 Have you checked /var/log/maillog?
 


All right. adding your options didn't seemto help get me to fbsd.org, 
but I just send mail from my old tao2 and my newer tao here to 
magnesium.net.


Can anybody bmake  sense of this from my  mailloog files??

11st tao2::  (used to be mmy #1:



Jan  3 15:59:54 tao2 sm-mta[93720]: m03NxrGL093720: from=[EMAIL PROTECTED], 
size=775, class=0, nrcpts=1, msgid=[EMAIL PROTECTED], proto=ESMTP, 
daemon=IPv4, relay=localhost [127.0.0.1]
Jan  3 15:59:54 tao2 sendmail[93718]: m03NxqBQ093718: [EMAIL PROTECTED], 
ctladdr=kline (1001/1001), delay=00:00:02, xdelay=00:00:01, mailer=relay, 
pri=30493, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (m03NxrGL093720 
Message accepted for delivery)
Jan  3 15:59:55 tao2 sm-mta[93722]: STARTTLS=client, 
relay=toxic.magnesium.net., version=TLSv1/SSLv3, verify=FAIL, 
cipher=DHE-RSA-AES256-SHA, bits=256/256
Jan  3 15:59:56 tao2 sm-mta[93722]: m03NxrGL093720: to=[EMAIL PROTECTED], 
ctladdr=[EMAIL PROTECTED] (1001/1001), delay=00:00:03, xdelay=00:00:02, 
mailer=esmtp, pri=30775, relay=toxic.magnesium.net. [207.154.84.15], dsn=2.0.0, 
stat=Sent (Ok: queued as D9F19DA9AD)
   

Next, from my new tao:



Jan  3 14:33:53 tao sendmail[48500]: m03MXr7b048500: from=kline, size=40, 
class=0, nrcpts=1, msgid=[EMAIL PROTECTED], [EMAIL PROTECTED]
Jan  3 14:33:53 tao sm-mta[48503]: m03MXrHB048503: [EMAIL PROTECTED]... User 
unknown
Jan  3 14:33:53 tao sendmail[48500]: m03MXr7b048500: to=sage.thought.org, 
ctladdr=kline (1004/1004), delay=00:00:00, xdelay=00:00:00, mailer=relay, 
pri=30040, relay=[127.0.0.1] [127.0.0.1], dsn=5.1.1, stat=User unknown
Jan  3 14:33:53 tao sm-mta[48503]: m03MXrHB048503: from=[EMAIL PROTECTED], 
size=40, class=0, nrcpts=0, proto=ESMTP, daemon=IPv4, 
relay=localhost.thought.org [127.0.0.1]
Jan  3 16:03:26 tao sendmail[94146]: m0403Qsv094146: SYSERR(kline): collect: 
Cannot write ./dfm0403Qsv094146 (bfcommit, uid=1004, gid=25): Permission denied
Jan  3 16:03:26 tao sendmail[94146]: m0403Qsv094146: from=kline, size=546, 
class=0, nrcpts=1, [EMAIL PROTECTED]
Jan  3 16:03:26 tao sendmail[94146]: m0403Qsv094146: SYSERR(kline): queueup: 
cannot create queue file ./qfm0403Qsv094146, euid=1004, fd=-1, fp=0x0: 
Permission denied


I  noticed thw queing problems earlier.  Who should own the mqueue 
directories?   This is from tao; busted.

2 drwxr-x---  2 smmsp  smmsp   512 Jan  3 14:33 clientmqueue
2 drwx-wx---  3 cups   cups512 Dec 30 09:05 cups
2 drwxrwxr-x  2 uucp   dialer  512 Jan  3 10:28 lock
2 drwxr-xr-x  4 root   daemon  512 Jun 30  2007 lpd
2 drwxr-xr-x  2 root   daemon  512 Jan  3 14:11 mqueue
2 drwx--  2 root   daemon  512 Jan 11  2007 opielocks
2 drwxr-xr-x  3 root   daemon  512 May 24  2007 output
p4 16:12 tao [3499]  


This is from my OLD tao:



2 drwxrwx---  2 smmsp  smmsp   512 Jan  3 15:59 clientmqueue
2 drwxr-xr-x  3 root   daemon  512 Dec 21 01:14 cups
2 drwxrwxr-x  2 uucp   dialer  512 Dec 29 13:07 lock
2 drwxr-xr-x  3 root   daemon  512 Sep  9  2006 lpd
2 drwxr-xr-x  2 root   daemon  512 Jan  3 16:00 mqueue
2 drwx--  2 root   daemon  512 Nov  4  2004 opielocks
2 drwxr-xr-x  3 root   daemon  512 Sep  9  2006 output
p6 16:14 tao2 [5014] 


This is from my DNS server where things work, at least partly.


anybody?


 -- 
 Bill Moran
 http://www.potentialtech.com

-- 
Gary Kline  Seattle BSD Users' Group (seabug)  | [EMAIL PROTECTED]
Thought Unlimited Org's Alternate Email Site
http://www.magnesium.net/~kline
   To live is not a necessity; but to live honorably...is a necessity. -Kant

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


Finally, Flash seems to be working for Me :)

2008-01-03 Thread Rudy


Steps to watch YOUTUBE videos:

# Run these commands as root:
 sysctl compat.linux.osrelease=2.6.20
 cd  /usr/ports/emulators/linux_base-f7  make
 pkg_delete linux_\*
 make install

 rm /usr/ports/distfiles/flashplugin/fp7_archive.zip
 pkg_delete linux-flashplugin\*
 cd /usr/ports/www/linux-flashplugin7  make
 make install

 cd /usr/ports/www/nspluginwrapper/  make
 make install

 portupgrade -O linux-\*

# return to your user account (stop being root)
 nspluginwrapper -a -v -i

# the output should look like this:
Auto-install plugins from /usr/local/lib/npapi/linux-flashplugin
Looking for plugins in /usr/local/lib/npapi/linux-flashplugin
Install plugin /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so
  into /home/rudy/.mozilla/plugins/npwrapper.libflashplayer.so



What do other people use for linux.osrelease?
What linux package do people use?  Seems like Fedora core 4 is the default.

WITHOUT SETTING THE SYSCTL VALUE TO 2.6.20, I got this error:
 nspluginwrapper -a -v -i
Auto-install plugins from /usr/local/lib/npapi/linux-flashplugin
Looking for plugins in /usr/local/lib/npapi/linux-flashplugin
FATAL: kernel too old
Auto-install plugins from /home/rudy/.mozilla/plugins
Looking for plugins in /home/rudy/.mozilla/plugins

THEN I DID THE PORTUPGRADE:
 nspluginwrapper -a -v -i
Auto-install plugins from /usr/local/lib/npapi/linux-flashplugin
Looking for plugins in /usr/local/lib/npapi/linux-flashplugin
/usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin: error while loading shared libraries: 
libX11.so.6: cannot open shared object file: No such file or directory

Auto-install plugins from /home/rudy/.mozilla/plugins
Looking for plugins in /home/rudy/.mozilla/plugins

NOW INSTALL WORKS:
 nspluginwrapper -l
/home/rudy/.mozilla/plugins/npwrapper.libflashplayer.so
  Original plugin: /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so
  Wrapper version string: 0.9.91.5

Does anyone know if this upgrade to Fedora-core 7 is necessary, or did the FreeBSD linux.ko change 
at the same time?



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


How to patch the kernel?

2008-01-03 Thread Lyle Scott III
I don't have much experience patching anything, really.

I was told by the port security/ipsec-tools to patch the kernel if i wanted
to use nat-transversals.

they provide me with
http://vanhu.free.fr/FreeBSD/patch-natt-freebsd6-2007-05-31.diff, but I am
now sure how to patch up the kernel so I can do a buildworld.

Any help would be much appreciated.  I took a quick read over the patch
manpage, but simply 'patch  file' in /usr/src askes me what file to
patch...

This is on freebsd 6.2-release-p9 BTW.  thanks

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


Re: Finally, Flash seems to be working for Me :)

2008-01-03 Thread Rudy


I forgot to mention, my post is for FreeBSD 7... here is my uname:
FreeBSD 7.0-PRERELEASE #2: Thu Jan  3 15:59:14 PST 2008


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


Re: how to suspend/wake-up a FreeBSD machine?

2008-01-03 Thread Norberto Meijome
On Sun, 30 Dec 2007 11:51:41 +0100
Henrik Brix Andersen [EMAIL PROTECTED] wrote:

 That depends largely on the hardware - on e.g. ThinkPads you need to
 press the 'Fn' button to wake up the laptop after sleep.

hmm i think it's not so much the Fn key, u need to do anything that triggers an 
ACPI event in the BIOS - like opening the lid , or pressing Fn. I *think* 
'thinkVantage' blue btn should work too.

_
Norberto Meijome
Octantis Pty Ltd

I'm not afraid of dying, I just don't want to be there when it happens.
  Woody Allen




NOTICE: The contents of this email and its attachments are confidential and 
intended only for the individuals or entities named above. If you have received 
this message in error, please advise the sender by reply email and immediately 
delete the message and any attachments without using, copying or disclosing the 
contents. Thank you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to suspend/wake-up a FreeBSD machine?

2008-01-03 Thread Norberto Meijome
On Sun, 30 Dec 2007 11:51:41 +0100
Henrik Brix Andersen [EMAIL PROTECTED] wrote:

 That depends largely on the hardware - on e.g. ThinkPads you need to
 press the 'Fn' button to wake up the laptop after sleep.

hmm i think it's not so much the Fn key, u need to do anything that triggers an 
ACPI event in the BIOS - like opening the lid , or pressing Fn. I *think* 
'thinkVantage' blue btn should work too.

_
{Beto|Norberto|Numard} Meijome

Discovery consists of looking at the same thing as everyone else does and 
thinking something different.
  Albert Szent-Gyorgyi, 1937 Nobel Prize in Physiology and Medicine

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: FreeBSD question

2008-01-03 Thread takhoos


 Hello
  I am Polish FreeBSD system administrator, I would like to participate 
 in the course and get a certificate of achievement of FreeBSD system and 
 in the future, if possible, I would like to become a trainer of FreeBSD. 
 What do I have to do to get a certificate of an administrator and how 
 can I become a trainer?
 
 Best regards,
 Michal Lewandowski
 ZSK Poznan
 Poland



Hi Michal,
   I got cerified by taking three online courses from New Jersey Institute of 
Technology: http://cpe.njit.edu/opensourceunix/ .   The classes were excellant. 
  For more information you can e-mail [EMAIL PROTECTED]  After you pass the 
three courses, you get a nice certificate in the mail.


--
Joe
_
Don't get caught with egg on your face. Play Chicktionary!
http://club.live.com/chicktionary.aspx?icid=chick_wlhmtextlink1_dec___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: outgoing mail STOPPED.

2008-01-03 Thread Jonathan Horne
On Thursday 03 January 2008 06:22:38 pm Gary Kline wrote:
 This is from my OLD tao:
 2 drwxrwx---  2 smmsp  smmsp   512 Jan  3 15:59 clientmqueue

possible chmod 770 the clientmqueue on the new?

seems like i had a similar trouble when i migrated my sendmail server into a 
jail a while back.  (and mine's currently a 770).

good luck,
-- 
Jonathan Horne
http://dfwlpiki.dfwlp.org
freebsd08 [EMAIL PROTECTED] dfwlp.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: outgoing mail STOPPED.

2008-01-03 Thread Jonathan Horne
On Thursday 03 January 2008 08:55:44 pm Jonathan Horne wrote:
 On Thursday 03 January 2008 06:22:38 pm Gary Kline wrote:
  This is from my OLD tao:
  2 drwxrwx---  2 smmsp  smmsp   512 Jan  3 15:59 clientmqueue

 possible chmod 770 the clientmqueue on the new?

 seems like i had a similar trouble when i migrated my sendmail server into
 a jail a while back.  (and mine's currently a 770).

 good luck,

if that turns out to be what it was, you can check stuck mail with

mailq

and then, you can flush it on thru with 

/usr/sbin/sendmail -v -q -C/etc/mail/sendmail.cf

cheers,
-- 
Jonathan Horne
http://dfwlpiki.dfwlp.org
freebsd08 [EMAIL PROTECTED] dfwlp.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: outgoing mail STOPPED.

2008-01-03 Thread Mark
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gary Kline
Sent: vrijdag 4 januari 2008 1:23
To: Bill Moran
Cc: FreeBSD Mailing List
Subject: Re: outgoing mail STOPPED.

 2 drwxr-x---  2 smmsp  smmsp   512 Jan  3 14:33 clientmqueue

Seems to me clientmqueue is no longer group-writeable.

- Mark


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


Re: Finally, Flash seems to be working for Me :)

2008-01-03 Thread Xn Nooby
Why not just use gnash to watch youtube videos?  It works fine for me,
with my user account.

However, if I use Firefox+gnash as root, it makes my system unstable,
I lose /dev/null, and the system gets weird.  I guess gnash will kill
your system if you run it as root.




On Jan 3, 2008 8:23 PM, Rudy [EMAIL PROTECTED] wrote:

 I forgot to mention, my post is for FreeBSD 7... here is my uname:
 FreeBSD 7.0-PRERELEASE #2: Thu Jan  3 15:59:14 PST 2008



 Rudy
 ___
 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: Finally, Flash seems to be working for Me :)

2008-01-03 Thread Aryeh Friedman
On 1/4/08, Xn Nooby [EMAIL PROTECTED] wrote:
 Why not just use gnash to watch youtube videos?  It works fine for me,
 with my user account.

 However, if I use Firefox+gnash as root, it makes my system unstable,
 I lose /dev/null, and the system gets weird.  I guess gnash will kill
 your system if you run it as root.

Every flash or flash-like thing I have tried except linux-flashplugin7
blows up on google ananyltics (my primary use for flash) but if
someone can tell me how to do this and use more modern flash pages
also I would be intrested (btw as far I can tell firefox defaults to
the most recently installed flash plugin)


 On Jan 3, 2008 8:23 PM, Rudy [EMAIL PROTECTED] wrote:
 
  I forgot to mention, my post is for FreeBSD 7... here is my uname:
  FreeBSD 7.0-PRERELEASE #2: Thu Jan  3 15:59:14 PST 2008
 
 
 
  Rudy
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: Finally, Flash seems to be working for Me :)

2008-01-03 Thread Rudy

Xn Nooby wrote:

Why not just use gnash to watch youtube videos?  It works fine for me,
with my user account.


I tried it a couple of years ago and most websites (with falsh content) didn't work... you say it 
works now days?  I'll give it a try.


I do do more than watch youtube videos, but people send me links and I'm always bummed if I have to 
reboot into Ubuntu just to see a stupid video  :)


Rudy


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


Re: How to patch the kernel?

2008-01-03 Thread RW
On Thu, 3 Jan 2008 19:53:18 -0500
Lyle Scott III [EMAIL PROTECTED] wrote:

 I don't have much experience patching anything, really.
 
 I was told by the port security/ipsec-tools to patch the kernel if i
 wanted to use nat-transversals.
 
 they provide me with
 http://vanhu.free.fr/FreeBSD/patch-natt-freebsd6-2007-05-31.diff, but
 I am now sure how to patch up the kernel so I can do a buildworld.
 
 Any help would be much appreciated.  I took a quick read over the
 patch manpage, but simply 'patch  file' in /usr/src askes me what
 file to patch...

Try /usr/src/sys/ instead, that's where the kernel source is.

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


Re: Finally, Flash seems to be working for Me :)

2008-01-03 Thread Robert Huff
Rudy writes:

  I do do more than watch youtube videos, but people send me links
  and I'm always bummed if I have to reboot into Ubuntu just to see
  a stupid video  :)

What you need is www/youtube-dl.  Deposits the content in a
form that can be played by mplayer (and presuably others).


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


Re: Finally, Flash seems to be working for Me :)

2008-01-03 Thread Aryeh Friedman
On 1/4/08, Robert Huff [EMAIL PROTECTED] wrote:
 Rudy writes:

   I do do more than watch youtube videos, but people send me links
   and I'm always bummed if I have to reboot into Ubuntu just to see
   a stupid video  :)

   What you need is www/youtube-dl.  Deposits the content in a
 form that can be played by mplayer (and presuably others).


I forget the exact name of it (away from my desktop machine) but there
is an extension for firefox that wraps all video plugins to use an
external player like mplayer
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to patch the kernel?

2008-01-03 Thread Aryeh Friedman
On 1/4/08, RW [EMAIL PROTECTED] wrote:
 On Thu, 3 Jan 2008 19:53:18 -0500
 Lyle Scott III [EMAIL PROTECTED] wrote:

  I don't have much experience patching anything, really.
 
  I was told by the port security/ipsec-tools to patch the kernel if i
  wanted to use nat-transversals.
 
  they provide me with
  http://vanhu.free.fr/FreeBSD/patch-natt-freebsd6-2007-05-31.diff, but
  I am now sure how to patch up the kernel so I can do a buildworld.
 
  Any help would be much appreciated.  I took a quick read over the
  patch manpage, but simply 'patch  file' in /usr/src askes me what
  file to patch...

 Try /usr/src/sys/ instead, that's where the kernel source is.

 ___

Keep in mind the next time you do a cvsup it will nuke the patch so
you will have to reapply it... now if you do this often enough you
might want to consider keeping a local cvs repository that way when
you update your sources it will not overwrite the patch... see
develop(8) for some ideas on how to set this up (even though the
source tree layout they suggest is a little weird you just better off
doing cvs -d /home/ncvs update in /usr/src)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mount vs mount_msdosfs - invalid file mode

2008-01-03 Thread Ben Williams

Hi all,

I'm trying to mount a fat32 drive with the permissions so the right 
users (in the group mine) can read  write to it.


[EMAIL PROTECTED] /mnt]# l
total 8
drwxrwxrwx  19 ben   mine   4.0K Jan  1 13:21 downloads/
drwxrwxr-x   2 ben   mine   512B Jan  1 17:31 drive/

The one I want to mount is drive. I can mount it properly with 
mount_msdosfs:


[EMAIL PROTECTED] /mnt]# mount_msdosfs -m 666 -M 777 /dev/ad3s1 /mnt/drive

But I'm not sure how to get mount to call mount_msdosfs with the right 
params:


[EMAIL PROTECTED] /mnt]# mount -t msdosfs -v -o '-m 666 -M 777' /dev/ad3s1 
/mnt/drive

mount_msdosfs: invalid file mode:  666 -M 777

I've tried various combinations of quoting around the -m and -M params 
with no luck.


The end result is that I need to work out what to put in /etc/fstab to 
achieve those mount permissions for that drive (and I'm guessing that 
getting mount to pass the right params across is a start).


This is on FreeBSD 6.2-RELEASE. I'm a bit of a newbie - this is my first 
FreeBSD install :)


 - Ben

--
Everybody generalizes from one example. At least, I do.
 - Steven Brust [dreamcafe.com]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]