Help with dmesg

2009-01-08 Thread Rem P Roberti
I just finished installing clamav with clamav-milter and everything 
seems to be loading fine via rc.conf.  But I get this message at bootup 
and I have no idea what gives:


554 5.0.0 /etc/mail/sendmail.cf: line 48: unknown configuration line 

Jan  7 23:32:32 bsd sm-mta[1307]: NOQUEUE: SYSERR(root): 
/etc/mail/sendmail.cf:

line 48: unknown configuration line \n

As stated earlier clamav is loading fine, and freshclam is updating the 
database at startup.  I would appreciate some enlightenment as to the 
meaning of the dmesg.


TIA,

Rem



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


Re: Help with dmesg

2009-01-08 Thread Peter Boosten
Rem P Roberti wrote:
 I just finished installing clamav with clamav-milter and everything
 seems to be loading fine via rc.conf.  But I get this message at bootup
 and I have no idea what gives:
 
554 5.0.0 /etc/mail/sendmail.cf: line 48: unknown configuration line 

Jan  7 23:32:32 bsd sm-mta[1307]: NOQUEUE: SYSERR(root):
 /etc/mail/sendmail.cf:
line 48: unknown configuration line \n
 

I suppose you modified your sendmail config through the .mc-file.

Can you show us that one?

Peter
-- 
http://www.boosten.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Help with dmesg

2009-01-08 Thread Rem P Roberti

Peter Boosten wrote:

Rem P Roberti wrote:
  

I just finished installing clamav with clamav-milter and everything
seems to be loading fine via rc.conf.  But I get this message at bootup
and I have no idea what gives:



554 5.0.0 /etc/mail/sendmail.cf: line 48: unknown configuration line 

Jan  7 23:32:32 bsd sm-mta[1307]: NOQUEUE: SYSERR(root):
  

/etc/mail/sendmail.cf:


line 48: unknown configuration line \n
  


I suppose you modified your sendmail config through the .mc-file.

Can you show us that one?

Peter
  
Here is the complete contents of the file I modified, which is a copy of 
freebsd.mc:


divert(0)
VERSIONID(`$FreeBSD: src/etc/sendmail/freebsd.mc,v 1.34.2.3 2008/08/31 
18:26:27 gshapiro Exp $')
OSTYPE(freebsd6)

DOMAIN(generic) 

INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock, F=, 
T=S:4m;R:4m') 
FEATURE(access_db, `hash -o -TTMPF 
/etc/mail/access')
FEATURE(blacklist_recipients)   

FEATURE(local_lmtp) 

FEATURE(mailertable, `hash -o 
/etc/mail/mailertable')  
FEATURE(virtusertable, `hash -o 
/etc/mail/virtusertable')  


dnl Uncomment to allow relaying based on your MX records.
dnl NOTE: This can allow sites to use your server as a backup MX without
dnl   your permission.
dnl FEATURE(relay_based_on_MX)

dnl DNS based black hole lists
dnl 
dnl DNS based black hole lists come and go on a regular basis
dnl so this file will not serve as a database of the available servers.
dnl For that, visit
dnl http://www.google.com/Top/Computers/Internet/E-mail/Spam/Blacklists/

dnl Uncomment to activate Realtime Blackhole List
dnl information available at http://www.mail-abuse.com/
dnl NOTE: This is a subscription service as of July 31, 2001
dnl FEATURE(dnsbl)
dnl Alternatively, you can provide your own server and rejection message:
dnl FEATURE(dnsbl, `blackholes.mail-abuse.org', ``550 Mail from  
${client_addr}  rejected, see http://mail-abuse.org/cgi-bin/lookup?; 
${client_addr}'')


dnl Dialup users should uncomment and define this appropriately
dnl define(`SMART_HOST', `your.isp.mail.server')

dnl Uncomment the first line to change the location of the default
dnl /etc/mail/local-host-names and comment out the second line.
dnl define(`confCW_FILE', `-o /etc/mail/sendmail.cw')
define(`confCW_FILE', `-o /etc/mail/local-host-names')

dnl Enable for both IPv4 and IPv6 (optional)
DAEMON_OPTIONS(`Name=IPv4, Family=inet')
DAEMON_OPTIONS(`Name=IPv6, Family=inet6, Modifiers=O')

define(`confBIND_OPTS', `WorkAroundBroken')
define(`confNO_RCPT_ACTION', `add-to-undisclosed')
define(`confPRIVACY_FLAGS', `authwarnings,noexpn,novrfy')
MAILER(local)
MAILER(smtp)

The only line I modified was the 5th line down beginning 
INPUT_MAIL_FILTER...


Rem
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Help with dmesg

2009-01-08 Thread Rem P Roberti

Rem P Roberti wrote:

Peter Boosten wrote:

Rem P Roberti wrote:
 

I just finished installing clamav with clamav-milter and everything
seems to be loading fine via rc.conf.  But I get this message at bootup
and I have no idea what gives:

   

554 5.0.0 /etc/mail/sendmail.cf: line 48: unknown configuration line 

Jan  7 23:32:32 bsd sm-mta[1307]: NOQUEUE: SYSERR(root):
  

/etc/mail/sendmail.cf:
   

line 48: unknown configuration line \n
  


I suppose you modified your sendmail config through the .mc-file.

Can you show us that one?

Peter
  
Here is the complete contents of the file I modified, which is a copy 
of freebsd.mc:


divert(0)
VERSIONID(`$FreeBSD: src/etc/sendmail/freebsd.mc,v 1.34.2.3 2008/08/31 
18:26:27 gshapiro Exp $')
OSTYPE(freebsd6)

DOMAIN(generic) 

INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock, 
F=, T=S:4m;R:4m') FEATURE(access_db, `hash -o -TTMPF 
/etc/mail/access')
FEATURE(blacklist_recipients)   

FEATURE(local_lmtp) 

FEATURE(mailertable, `hash -o 
/etc/mail/mailertable')  
FEATURE(virtusertable, `hash -o 
/etc/mail/virtusertable') 
dnl Uncomment to allow relaying based on your MX records.

dnl NOTE: This can allow sites to use your server as a backup MX without
dnl   your permission.
dnl FEATURE(relay_based_on_MX)

dnl DNS based black hole lists
dnl 
dnl DNS based black hole lists come and go on a regular basis
dnl so this file will not serve as a database of the available servers.
dnl For that, visit
dnl http://www.google.com/Top/Computers/Internet/E-mail/Spam/Blacklists/

dnl Uncomment to activate Realtime Blackhole List
dnl information available at http://www.mail-abuse.com/
dnl NOTE: This is a subscription service as of July 31, 2001
dnl FEATURE(dnsbl)
dnl Alternatively, you can provide your own server and rejection message:
dnl FEATURE(dnsbl, `blackholes.mail-abuse.org', ``550 Mail from  
${client_addr}  rejected, see http://mail-abuse.org/cgi-bin/lookup?; 
${client_addr}'')


dnl Dialup users should uncomment and define this appropriately
dnl define(`SMART_HOST', `your.isp.mail.server')

dnl Uncomment the first line to change the location of the default
dnl /etc/mail/local-host-names and comment out the second line.
dnl define(`confCW_FILE', `-o /etc/mail/sendmail.cw')
define(`confCW_FILE', `-o /etc/mail/local-host-names')

dnl Enable for both IPv4 and IPv6 (optional)
DAEMON_OPTIONS(`Name=IPv4, Family=inet')
DAEMON_OPTIONS(`Name=IPv6, Family=inet6, Modifiers=O')

define(`confBIND_OPTS', `WorkAroundBroken')
define(`confNO_RCPT_ACTION', `add-to-undisclosed')
define(`confPRIVACY_FLAGS', `authwarnings,noexpn,novrfy')
MAILER(local)
MAILER(smtp)

The only line I modified was the 5th line down beginning 
INPUT_MAIL_FILTER...


Rem
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org


Well, that didn't come out right.  All of the lines having the word 
FEATURE in them are separate lines.


Rem
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Help with dmesg

2009-01-08 Thread Peter Boosten
Rem P Roberti wrote:
 INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock,
 F=, T=S:4m;R:4m')

I don't think the F= parameter can be empty (IIRC): it describes what
your sendmail is supposed to do once clam isn't active (either 'F=R' for
reject or 'F=T' for temporary unavailable).

Peter

-- 
http://www.boosten.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Help with dmesg

2009-01-08 Thread Rem P Roberti

Peter Boosten wrote:

Rem P Roberti wrote:
  

INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock,
F=, T=S:4m;R:4m')
  


I don't think the F= parameter can be empty (IIRC): it describes what
your sendmail is supposed to do once clam isn't active (either 'F=R' for
reject or 'F=T' for temporary unavailable).

Peter

  
I actually copied that line directly from instructions at this site : 
http://www.technoids.org/clamav-milter.html
The same setup is working on an old laptop of mine.  I checked to make 
sure that the lines in /etc/mail/myfile.mc were the same in both 
cases, and they are.


Rem
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Help with dmesg

2009-01-08 Thread Rem P Roberti

Peter Boosten wrote:

Rem P Roberti wrote:
  

INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock,
F=, T=S:4m;R:4m')
  


I don't think the F= parameter can be empty (IIRC): it describes what
your sendmail is supposed to do once clam isn't active (either 'F=R' for
reject or 'F=T' for temporary unavailable).

Peter

  

BTW, I noticed that when I try to do a newaliases command
the same error message comes up: /etc/mail/sendmail.cf: line 48: unknown 
configuration line 



Rem
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Help with dmesg

2009-01-08 Thread Peter Boosten
Rem P Roberti wrote:
 Peter Boosten wrote:
 Rem P Roberti wrote:
  
 INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock,
 F=, T=S:4m;R:4m')
   

 I don't think the F= parameter can be empty (IIRC): it describes what
 your sendmail is supposed to do once clam isn't active (either 'F=R' for
 reject or 'F=T' for temporary unavailable).

 Peter

   
 BTW, I noticed that when I try to do a newaliases command
 the same error message comes up: /etc/mail/sendmail.cf: line 48: unknown
 configuration line 
 
 

What's in your sendmail.cf then? Display lines 40 - 60.

Peter

-- 
http://www.boosten.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Do UDP broadcasts work in FreeBSD?

2009-01-08 Thread Pieter de Goeje
On Tuesday 06 January 2009 17:49:49 Peter Steele wrote:
 Our efforts so far indicate the answer is no, which baffles us. We want
 to send a limited broadcast to 255.255.255.255 but the message never
 arrives. The same code works fine under Linux. Is there a trick for
 doing this kind of thing under FreeBSD?

Did you enable SO_BROADCAST and IP_ONESBCAST on the socket? I remember needing 
this on FreeBSD but not on Linux. I know UDP broadcasting works fine, but is 
somewhat more involved:

addr.sin_family = AF_INET;
addr.sin_addr.s_addr = inet_addr(130.89.191.255);
addr.sin_port = htons(UDP_PORT_ET);

optval = 1;
if(setsockopt(sock, SOL_SOCKET, SO_BROADCAST, optval, sizeof optval) == -1)
err(1, setsockopt);

optval = 1;
if(setsockopt(sock, IPPROTO_IP, IP_ONESBCAST, optval, sizeof optval) == -1)
err(1, setsockopt);

const char data[] = report;

if(sendto(sock, data, sizeof data, 0, (struct sockaddr*)addr, addrlen) == -1)
warn(sendto);


This code will send a packet with destination address 255.255.255.255, on the 
interface with broadcast address 130.89.191.255. netintro(4) talks about how 
to discover these addresses. SO_ONESBCAST is documented in ip(4), SO_BROADCAST 
in getsockopt(4).

-- 
Pieter de Goeje

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


Re: DHCP and Bridge mode

2009-01-08 Thread Olivier Nicole
Hi,

 I am trying to get two machines on the LAN share the same IP address  
 assigned by DHCP server by using the bridge interface in rc.conf. But  
 I have encountered two problems here.

I am not sure I understand what you are trying to do, but in general:

you cannot have two machine us ethe same IP address, it just does not
work; whether you use bridge or not.

 The A machine, however, seems to have DNS problems as it cannot
 resolve any addresses.

Try to work out your problems using IP address first and something
simple like ping.

Use tcpdump, you will most certainly see all packets going to machine
B instead of machine A.

Olivier
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Best torrent client/server available for FreeBSD?

2009-01-08 Thread Ricardo Jesus

Gonzalo Nemmi wrote:

On Wednesday 07 January 2009 10:09:23 pm Nerius Landys wrote:

rtorrent is very good, have been using it on my server for many months.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
freebsd-questions-unsubscr...@freebsd.org


rtorrent in here too ...
I tried it once, I never left it or felt the need to move to other client.


For torrents only I'd suggest rtorrent. Very nice with a screen sessions.

Recently I've moved to MLDonkey as it supports torrents and ed2k. Plus 
the webserver own me over. You'll find an How-To setup MLDonkey on the 
forums.


Regards.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Best torrent client/server available for FreeBSD?

2009-01-08 Thread chris.scott
torrentflux is good php web based one, the inbuilt searches dont work 
any more but there is a nice plugin for firefox that enables you to just 
right click on the torrent file and push it to the server.

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


Re: DHCP and Bridge mode

2009-01-08 Thread chris.scott
What you are doing wont work as every machine has to have an individual 
ip address unless your talking multicast


If you are trying to provide some fault tolerance eg two routers you 
should look at using carp. This will aloow you to have a floating ip 
between two or more machines. Only one machine has it at any one time 
though.



rg wrote:

Hello,

I am trying to get two machines on the LAN share the same IP address 
assigned by DHCP server by using the bridge interface in rc.conf. But 
I have encountered two problems here.


First, the B machine (the one that gets the same IP address as the 
main A machine) has no problem accessing the Internet. The A machine, 
however, seems to have DNS problems as it cannot resolve any addresses.


And the second problem I've faced is that I cannot figure out how to 
use SSH to connect to the A machine from the B machine if they both 
share the same IP address. Or is there a better way to have that kind 
of remote access?


Warm thank you for all the hints.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org




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


ports tree build ignores /etc/make.conf

2009-01-08 Thread Anton Shterenlikht
I have:

# uname -srm
FreeBSD 6.4-STABLE alpha
#

In /etc/make.conf I have

.if ${.CURDIR:M*/lang/gcc*}
NOT_FOR_ARCHS=
.endif

However, I get:

# cd /usr/ports/lang/gcc43
# make
===  gcc-4.3.3_20090101 does not run on alpha ia64, while you are running 
alpha.
*** Error code 1

Stop in /usr/ports/lang/gcc43.
# 

So it seems make ignores NOT_FOR_ARCHS= setting.
When I add this to the gcc43/Makefile directly, build
goes ahead.

What's the problem?

many thanks
anton
  
-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 928 8233 
Fax: +44 (0)117 929 4423
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD 7.1, nvidia-driver, GeForce 8500 GT

2009-01-08 Thread Pieter de Goeje
  How much memory do you have?  Freebsd/Nvidia doesn't work with 4Gigs
  of memory OR PAE enabled kernels.  Nvidia's forums have lots more
  information
  regarding this.
 
  I'm not sure of the internals exactly, but the amount of onboard memory
  plus the memory that comes with the card can't exceed 4G.  (I could be
  wrong, but I think this is accurate).  In this case, assuming you have a
  512M card or similar then 3 Gigs of memory should work.  I have seen
  reports of 2Gigs of memory working (i386) and am sure that works without
  problems. amd64 doesn't work at all, as you have already stated.
 
  If you have a requirement to use the nvidia based graphics driver, then
  you really don't have an alternative at this time, then to remove system
  memory from your main board.
 
  ~Paul

Putting hw.physmem=3G in /boot/loader.conf might also work.

-- 
Pieter de Goeje

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


FreeBSD-friendly laptop suggestions, but wait there's more...

2009-01-08 Thread Modulok
List,

Does anyone know of a laptop, preferably an older model so it's
inexpensive, (It doesn't have to be very fast.), that is:

1) FreeBSD friendly.
2) Isn't a portable skillet?
3) Is physically sturdy. Not bulletproof, but not creaking, sagging plastic.

Every laptop I've used in the past has had terrible overheating
problems. If one places a 'laptop' in their lap, it overheats,
possibly burning the legs of the operator with prolonged use. I want a
laptop, not a laptop attached to a desk or a board with fans in it, or
the need to hunt down a desk so I can set my laptop on the desktop,
effectively creating a desktop. I want to be able to set the laptop on
top of my lap. (Hard to imagine.)

The last laptop I had was a gateway, which when held by the corner
would creak and sag and overheated constantly. The Toshiba was
sturdier, but had equally atrocious ventilation and overheating
problems.

I was originally thinking about a thinkpad, like a T20 or T30, but
word on the street is that thinkpads overheat too?

Does such a thing exist?
-Modulok-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD-friendly laptop suggestions, but wait there's more...

2009-01-08 Thread Michael Lednev

Modulok пишет:

List,

Does anyone know of a laptop, preferably an older model so it's
inexpensive, (It doesn't have to be very fast.), that is:

1) FreeBSD friendly.
2) Isn't a portable skillet?
3) Is physically sturdy. Not bulletproof, but not creaking, sagging plastic.


I'd go for IBM T4x one. Mine is T42, no problems with onboard devices or 
overheating. These ones sold on ebay for about 400 USD, I don't know 
whether its too expensive or not.

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


question regarding security patch 1/6/09 openssl

2009-01-08 Thread brad davison

After patching our systems, do we need to remake our keys/certs?  Or are we 
just patching the mechanism to check the keys?
_
Windows Live™ Hotmail®: Chat. Store. Share. Do more with mail. 
http://windowslive.com/explore?ocid=TXT_TAGLM_WL_t1_hm_justgotbetter_explore_012009___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD-friendly laptop suggestions, but wait there's more...

2009-01-08 Thread Uwe Laverenz
On Thu, Jan 08, 2009 at 06:04:37AM -0700, Modulok wrote:

 Does anyone know of a laptop, preferably an older model so it's
 inexpensive, (It doesn't have to be very fast.), that is:
 
 1) FreeBSD friendly.
 2) Isn't a portable skillet?
 3) Is physically sturdy. Not bulletproof, but not creaking, sagging plastic.

I would also recommend the IBM Thinkpad T41 or T42 (not T43p).

bye,
Uwe

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


Re: Sysinstall

2009-01-08 Thread Polytropon
On Wed, 7 Jan 2009 19:23:20 -0500, Grant Peel gp...@thenetnow.com wrote:
 Cool to see the thread take this twist, but the original question still 
 remains:
 
 How doe one install FreeBSD without the sysinstal utility?

In principle, you just start a kind of minimal live file system,
use its commands (like fdisk, bsdlabel, newfs, then tar etc.)
to install the system from the CD or DVD (or the Internet).
Neccessary changes to files (like /etc/rc.conf) would have to
be done manually (read: you would have to write it by yourself).
Not that it wasn't impossible.

If I remember correctly, the last time I tried OpenBSD it had
a guided installer similar to this. No ncurses based dialog
driven installer.

I don't know how fast the sysinstall utility will disappear,
but I would miss it. Personally, a next, next, next, next,
next, next GUI based installer wouldn't be applealing to me,
requiring me to be present during the installation, hah! :-)
After a while, you can be really fast with sysinstall, and
especially in the early stage of installation its very helpful.
I don't use it to install software afterwards.

In any case, it would be great to have the choice to still use
sysinstall if the new installer is worse. But hey, this is
FreeBSD, and up to this point, I haven't seen anything that
would be crap from the OS team. (Crap only in ports.) :-)
So I would definitely give any new sysinstaller a chance.



-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD-friendly laptop suggestions, but wait there's more...

2009-01-08 Thread Conner Finlay
For something more portable, check out the ThinkPad X40 series. I love
my little X40.

On Thu, Jan 8, 2009 at 8:57 AM, Uwe Laverenz u...@laverenz.de wrote:
 On Thu, Jan 08, 2009 at 06:04:37AM -0700, Modulok wrote:

 Does anyone know of a laptop, preferably an older model so it's
 inexpensive, (It doesn't have to be very fast.), that is:

 1) FreeBSD friendly.
 2) Isn't a portable skillet?
 3) Is physically sturdy. Not bulletproof, but not creaking, sagging plastic.

 I would also recommend the IBM Thinkpad T41 or T42 (not T43p).

 bye,
 Uwe

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




-- 
Conner Finlay
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Best torrent client/server available for FreeBSD?

2009-01-08 Thread Wojciech Puchar

i too use rtorrent.

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


Re: FreeBSD-friendly laptop suggestions, but wait there's more...

2009-01-08 Thread Steven Kreuzer


On Jan 8, 2009, at 8:04 AM, Modulok wrote:


List,

Does anyone know of a laptop, preferably an older model so it's
inexpensive, (It doesn't have to be very fast.), that is:

1) FreeBSD friendly.
2) Isn't a portable skillet?
3) Is physically sturdy. Not bulletproof, but not creaking, sagging  
plastic.


It hasn't been released yet, but iX systems is working on a BSD laptop
called the INVINCIBOOK that seems to meet all your requirements.

http://www.ixsystems.com/virtuemart/5.html

--
Steven Kreuzer
http://www.exit2shell.com/~skreuzer

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


Re: FreeBSD-friendly laptop suggestions, but wait there's more...

2009-01-08 Thread Polytropon
On Thu, 8 Jan 2009 09:54:49 -0500, Steven Kreuzer skreu...@exit2shell.com 
wrote:
 It hasn't been released yet, but iX systems is working on a BSD laptop
 called the INVINCIBOOK that seems to meet all your requirements.
 
 http://www.ixsystems.com/virtuemart/5.html

Hey, looks nice, but at a first glance I miss a trackpoint (which
I personally prefer over a glidepad) and a third mouse button (which
is essential). Furthermore, the keyboard seems to have those
unfriendly MICROS~1 advertising keys. :-)

Specifications look very well, so it may be well to say that such
a device can be in use for several years. It's intended to run
PC-BSD 1.x / FreeBSD 6.x, so there's a good chance that it will
work with a 7.x FreeBSD, too.

But too expensive (in my opinion)...



-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Sysinstall

2009-01-08 Thread Jerry McAllister
On Wed, Jan 07, 2009 at 07:23:20PM -0500, Grant Peel wrote:

 Cool to see the thread take this twist, but the original question still 
 remains:
 
 How doe one install FreeBSD without the sysinstal utility?

You can do it manually, piece by piece.   But, otherwise, you don't
and you don't want to.Sysinstall works just fine.   Mostly it
doesn't have the pretty graphics of some fancier systems, but who 
cares.There are a couple of response sequences that can be
confusing - that appear to make you do something more than once
unless you skip them the second time you see it and just quit.  But
you get used to that.   Beyond that, it is just the pretty pictures
that are missing.

jerry



 
 -Grant
 
 - Original Message - 
 From: Kurt Buff kurt.b...@gmail.com
 To: Gonzalo Nemmi gne...@gmail.com
 Cc: freebsd-questions@freebsd.org
 Sent: Wednesday, January 07, 2009 6:51 PM
 Subject: Re: Sysinstall
 
 
 On Wed, Jan 7, 2009 at 3:14 PM, Gonzalo Nemmi gne...@gmail.com wrote:
 On Wednesday 07 January 2009 8:50:39 pm Grant Peel wrote:
 Hi all,
 
 I keep reading in the man pages and elsewhere that 'sysinstall' is 
 greatly
 in need of 'Death'.
 
 How would one do a fresh install of FBSD without it?
 
 Is there a replacement in the works?
 
 -Grant
 
 Actually, the more  use it, the more I like it ..
 
 The only con that I find is that I don't whether it's possible to install
 Postfix instead of Sendmail by default, thus getting completely rid of
 Sendmail on my FreeBSD installs. But that probably something that I'm
 missing.
 
 Regards
 --
 Blessings
 Gonzalo Nemmi
 
 In the curses-based sysinstall of later versions of FBSD (7+, I think
 - haven't done 6 in a while) I do indeed select postfix to install, or
 no MTA at all, then add postfix later. Depends on my mood...
 
 Kurt
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org
 
 
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Help with dmesg

2009-01-08 Thread Rem P Roberti

Peter Boosten wrote:

Rem P Roberti wrote:
  

Peter Boosten wrote:


Rem P Roberti wrote:
 
  

INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock,
F=, T=S:4m;R:4m')
  
  

I don't think the F= parameter can be empty (IIRC): it describes what
your sendmail is supposed to do once clam isn't active (either 'F=R' for
reject or 'F=T' for temporary unavailable).

Peter

  
  

BTW, I noticed that when I try to do a newaliases command
the same error message comes up: /etc/mail/sendmail.cf: line 48: unknown
configuration line 





What's in your sendmail.cf then? Display lines 40 - 60.

Peter

  

Here are the actual sendmail.cf lines 41-59:

 41 #  $Id: redirect.m4,v 8.15 1999/08/06 01:47:36 gshapiro Exp $  
#

 42
 43 #  $Id: use_cw_file.m4,v 8.11 2001/08/26 20:58:57 gshapiro Exp 
$  #

 44
 45
 46
 47
 48
 49
 50 #  $Id: access_db.m4,v 8.27 2006/07/06 21:10:10 ca Exp $  #
 51
 52
 53 #  $Id: blacklist_recipients.m4,v 8.13 1999/04/02 02:25:13 
gshapiro Exp $  #

 54
 55
 56 #  $Id: local_lmtp.m4,v 8.17 2002/11/17 04:41:04 ca Exp $  #
 57
 58
 59 #  $Id: mailertable.m4,v 8.25 2002/06/27

Not very interesting, is it.  I have the feeling that this problem 
belongs on another list.  Thanks

for the help, Peter.  I will continue to watch here.

Rem


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


RE: Do UDP broadcasts work in FreeBSD?

2009-01-08 Thread Peter Steele
Did you enable SO_BROADCAST and IP_ONESBCAST on the socket? I remember
needing 
this on FreeBSD but not on Linux.

Yes we did, but...

I know UDP broadcasting works fine, but is 
somewhat more involved:

addr.sin_family = AF_INET;
addr.sin_addr.s_addr = inet_addr(130.89.191.255);
addr.sin_port = htons(UDP_PORT_ET);

You are using a subnet broadcast here. We are dealing with systems that
do not have IPs assigned, and as a result we have to send our broadcasts
to 255.255.255.255. This works fine on other operating systems but for
some reason the implementation is different on FreeBSD. It appears that
the only way this kind of broadcast can be sent on FreeBSD is using raw
sockets. This is how the FreeBSD DHCP client/server is written, so we're
taking that approach as well...


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


Re: Replace SCSI Drive

2009-01-08 Thread Jerry McAllister
On Wed, Jan 07, 2009 at 05:26:24PM -0500, Grant Peel wrote:

 Jerry,
 
 I gave my head a shake (literally), and re-read you response. Please 
 forgive the silly question about dd. I understand that you are getting me 
 to wipe the disk first. I now understand pretty much everything you have 
 written and the procedure involved.

That would be a new high point for me then.
I have often been told the opposite.

 Since I do have the 'newer' drive currently installed at home, I would like 
 to do to 'new' disk setup here first, that way, I can take to machine down 
 for as short a time as is possible.

You can do that, though building the drive is the least of the 
time consumers and hardly noticable compared to dumping/restore 20GB.

 I am quite nervous using the disklabel command(s) as I know nothing about 
 the 'geometry' numbers and how to calculate them.

You don't have to know anything about geometry except maybe the small item
that blocks are 512 bytes in size.  You should also remember that inside of
the computer 1K = 1024 BYTEs, 1M = (1024 X 1924) BYTES 
and 1GB = (1024 X 1924 X 1924) Bytes which is different from how manufacturers
account them.  (They use 1,000 BYTEs for 1K, 1,000,000 BYTEs for 1M, etc)
Otherwise, it is just total number of blocks per partition up to the total
size of the slice.   

Knowing about geomtry implies knowing about block, track and cylinder sizes, 
placement of MBRs, boot sectors and even about reserves for remapping, etc.   
You don't care about any of this except block size.

 
 Considering your method, and Matthews method, let me run this by you...
 

I think Matthew posted his method just as an alternative because you
had questions, not because he means it as a preferred method.  I think
mine, in total, is more straightforward.

 At home:
 
 1. Boot a machine (this one at home) with freebsd 6.4 installable disk 
 (made from an ISO image),
 
 2. Run sysinstall,

Skip using sysinstall here.   
Just use the fdisk, bsdlabel and newfs the same as I posted.   If it is 
the same FreeBSD version as the one your are replacing, then you can hook 
the disk up in the second SCSI slot and just become root and run things the 
same way as from the fixit, (but do it to device  da1  instead of da0).
If the versions are dissimilar, or, if you can't put the drive in the 
second SCSI slot, then use the fixit system, just like I already posted.

 
 3. Use fdisk and disklabel to setup the slice/partitions, paying special 
 attention in disklabel to make the disk bootable,

If you use the commands I gave for fixit, this will all take place
just as you want it, including making it FreeBSD bootable.

 
 At the network center:
 
 4. Move the current *suspect* drive to da1, and install the new drive as 
 da0,
 
 5. Boot the machine using the fixit shell, and mount the new partitions and 
 the old partitions as Jerry explained below,
 
 6. Do the dump/restore as Jerry mentions below.
 
 7. Remove the da1, reboot and hopefully, rejoyce.

This part is the same.   You don't need to remove da1 at this time, but
you can, as you wish.

 
 Comments please.

See above.

jerry

 
 -Grant
 
 - Original Message - 
 From: Jerry McAllister jerr...@msu.edu
 To: Grant Peel gp...@thenetnow.com
 Cc: FreeBSD Questions List freebsd-questions@freebsd.org
 Sent: Wednesday, January 07, 2009 3:58 PM
 Subject: Re: Replace SCSI Drive
 
 
 On Wed, Jan 07, 2009 at 01:31:25PM -0500, Grant Peel wrote:
 
 Hi all,
 
 I currently have a SCSI drive that *may* be going bad on one of my 
 production servers. I have lots of backups :-)
 
 Scenario:
 
 The drive that is showing the occasion error, is a 76 GB Seagate SCSI 10K 
 spin drive. It is at the network center about 120 miles away. This drive 
 is not using anywhere near 76 GB, and the server will never need 76 GB. I 
 estimate its using about 20 GB now.
 
 I am at home, and have a barely used 36 GB Seagate 10K SCSI drive here, 
 currently hooked up to my home (Windows XP BOX) via an Initio SCSI 
 adaptor.
 
 What I would like to do is:
 
 Using my windows box, FDISK and set up the disk slices at home, using 
 some kind of FreeBSD boot disk. I will of course, make sure there is 
 enough room on each file system to accomodate the data from the other 
 (going bad) disk.
 
 Take the pristine disk to the Network Center,
 
 Shut down all software on the machine that has the bad disk, and make 
 full dumps of all filesystems on that machine (/, /var, /home, /usr) and 
 move the over to the new formatted drive.
 
 Since I have never done this before, I have some questions:
 
 !. Can I use a FreeBSD bootable installation disk (6.4) made from an ISO 
 image, to boot my PC and make the filesystems on the 36GB drive, without 
 actually installing FreeBSD? (Please feel free to tell me exactly how 
 :-)).
 
 2. Once I get that drive to the network center, and restore the dumps to 
 it, how do I ensure the drive is bootable? (I assume I actually do that 
 in the previous 

RE: Help with dmesg

2009-01-08 Thread brad davison

  INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock,  
  F=, T=S:4m;R:4m')  I actually copied that line directly from 
  instructions at this site :  
  http://www.technoids.org/clamav-milter.html The same setup is working on 
  an old laptop of mine. I checked to make  sure that the lines in 
  /etc/mail/myfile.mc were the same in both  cases, and they are. 
I actually just had this today as well.  I was mimicing our company's mail 
server so that I'd have a 'backup'... now when you said you 'copied' the line 
directly, did you copy/paste?
 
That was my problem, something got put in there that wasn't supposed to be.  
After I deleted that line, then typed it in properly by hand everything worked. 
 Here is my line for sanity's sake:
 
 
INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock,F=,T=S:4m;R:4m')dnl
 
Like I said, everything looked exactly the same, but after I typed it in 
manually, it worked.
_
Windows Live™: Keep your life in sync. 
http://windowslive.com/howitworks?ocid=TXT_TAGLM_WL_t1_allup_howitworks_012009___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


ndis panic HP pavilion ze4400 won't boot

2009-01-08 Thread Neal Hogan
I'm father new to fBSD. I hope this is the appropriate list to send this
question to.

I just installed 7.1-RELEASE on my HP pavilion and attempted to configure my
Broadcom wlan card (BCM94309 version 4.10.40.0) using ndisgen. I cp'd the
bcmwl5_sys.ko to /boot/kernel and added *bcmwl5_sys_load=YES* to my
/boot/loader.conf. Now the machine will not boot. It crashes when it reaches
the ndis0 line. I've tried booting in all the modes but they all fail to
boot. I can escape to prompt, but am unsure what, if anything, I can do in
that mode to deal with the situation.

With other releases (6.4 and 7.0) the machine would panick when I attempted
to ifconfig ndis0. However, I was able to boot in single user mode and
temporarily move the rc.conf file so that I cound boot in the default mode.
With 7.1, I don't appear to have that option.

Is there anything I can do, short of a fresh install, to eliminate this
problem? I'm not too worried about getting the wifi up (although, I won't
turn down any advice). I just want the machine to boot.

Thanks.
-- 
www.nealhogan.net
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


RE: Help with dmesg

2009-01-08 Thread brad davison

 From: demonichandextensi...@hotmail.com To: remeg...@comcast.net; 
 pe...@boosten.org Date: Thu, 8 Jan 2009 17:02:22 + CC: 
 freebsd-questions@freebsd.org Subject: RE: Help with dmesg 
 INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock,  F=, 
 T=S:4m;R:4m')  I actually copied that line directly from 
 instructions at this site :  http://www.technoids.org/clamav-milter.html 
 The same setup is working on an old laptop of mine. I checked to make  sure 
 that the lines in /etc/mail/myfile.mc were the same in both  cases, and 
 they are.  I actually just had this today as well. I was mimicing our 
 company's mail server so that I'd have a 'backup'... now when you said you 
 'copied' the line directly, did you copy/paste?  That was my problem, 
 something got put in there that wasn't supposed to be. After I deleted that 
 line, then typed it in properly by hand everything worked. Here is my line 
 for sanity's sake:   
 INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock,F=,T=S:4m;R:4m')dnl
   Like I said, everything looked exactly the same, but after I typed it in 
 manually, it worked. 
 _sorry to 
 double-post, but I also have this line directly below the INPUT_*** line:
 
define(confINPUT_MAIL_FILTERS',`clmilter')
 
_
Windows Live™ Hotmail®: Chat. Store. Share. Do more with mail. 
http://windowslive.com/howitworks?ocid=TXT_TAGLM_WL_t1_hm_justgotbetter_howitworks_012009___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Help with dmesg

2009-01-08 Thread Rem P Roberti




  INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock,
  F=, T=S:4m;R:4m')
 
 
 
 I actually copied that line directly from instructions at this site :
 http://www.technoids.org/clamav-milter.html
 The same setup is working on an old laptop of mine. I checked to make
 sure that the lines in /etc/mail/myfile.mc were the same in both
 cases, and they are.


I actually just had this today as well.  I was mimicing our company's 
mail server so that I'd have a 'backup'... now when you said you 
'copied' the line directly, did you copy/paste?
 
That was my problem, something got put in there that wasn't supposed 
to be.  After I deleted that line, then typed it in properly by hand 
everything worked.  Here is my line for sanity's sake:
 
 
INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock,F=,T=S:4m;R:4m')dnl
 
Like I said, everything looked exactly the same, but after I typed it 
in manually, it worked.


Well, I re-typed the entry and still no dice.  Here is the message I get 
when I try to do a make

after making the change:

root@ /etc/mail: make
/usr/bin/m4 -D_CF_DIR_=/usr/share/sendmail/cf/   
/usr/share/sendmail/cf/m4/cf.m4 bsd.remdog.net.mc  bsd.remdog.net.cf

/usr/sbin/sendmail -bi -OAliasFile=/etc/mail/aliases
/etc/mail/sendmail.cf: line 48: unknown configuration line 

*** Error code 70

And newaliases continues to give me the same error message as before.

Rem
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD-friendly laptop suggestions, but wait there's more...

2009-01-08 Thread George Hartzell
Uwe Laverenz writes:
  On Thu, Jan 08, 2009 at 06:04:37AM -0700, Modulok wrote:
  
   Does anyone know of a laptop, preferably an older model so it's
   inexpensive, (It doesn't have to be very fast.), that is:
   
   1) FreeBSD friendly.
   2) Isn't a portable skillet?
   3) Is physically sturdy. Not bulletproof, but not creaking, sagging 
   plastic.
  
  I would also recommend the IBM Thinkpad T41 or T42 (not T43p).

I'll chime in to say that my T42p works well.

g.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Anybody using Lenovo S110?

2009-01-08 Thread eculp
I bought a Lenova S10 for my wife.  It comes with WindowsXP and while  
configuring it for her  I found it to be a nice, new generation  
laptop.  I liked it well enough to consider buying another for me and  
installing FreeBSD but I would like to see what works and doesn't work.


Any comments or suggestions appreciated.

ed


Failure is the opportunity to begin again more intelligently.
Fracaso es la oportunidad de reiniciar con mas inteligencia  Henry Ford
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD-friendly laptop suggestions, but wait there's more...

2009-01-08 Thread Gautham Ganapathy
On Thu, Jan 8, 2009 at 6:34 PM, Modulok modu...@gmail.com wrote:
 List,

 Does anyone know of a laptop, preferably an older model so it's
 inexpensive, (It doesn't have to be very fast.), that is:

 1) FreeBSD friendly.
 2) Isn't a portable skillet?
 3) Is physically sturdy. Not bulletproof, but not creaking, sagging plastic.


My dell inspiron 9400 works quite well, except for
1. Card reader
2. Suspend/resume

It does get a bit warm, but not more than when I am running windows.
Battery time was also pretty much the same

It's no longer in production, but i believe the replacements are the
inspiron 1720 and the xps 1730

I am not sure if the newer 4965 802.11n wifi chipset that are
currently available would be supported, but you could opt for the 3945
-- 
Gautham Ganapathy
http://lisphacker.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Anybody using Lenovo S10? [ Model Correction ]

2009-01-08 Thread eculp

Quoting ec...@casasponti.net:

I bought a Lenova S10 for my wife.  It comes with WindowsXP and  
while configuring it for her  I found it to be a nice, new  
generation laptop.  I liked it well enough to consider buying  
another for me and installing FreeBSD but I would like to see what  
works and doesn't work.
Link because of the original subject error [Lenovo S110 rather than  
the correct S10.  Sorry.


http://shop.lenovo.com/SEUILibrary/controller/e/web/LenovoPortal/en_US/catalog.workflow:category.details?current-catalog-id=12F0696583E04D86B9B79B0FEC01C087current-category-id=D4B2E83FADD74C9F8BBA5B276072AD8C


Any comments or suggestions appreciated.

ed


Failure is the opportunity to begin again more intelligently.
Fracaso es la oportunidad de reiniciar con mas inteligencia  Henry Ford
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org





Failure is the opportunity to begin again more intelligently.
Fracaso es la oportunidad de reiniciar con mas inteligencia  Henry Ford
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD-friendly laptop suggestions, but wait there's more...

2009-01-08 Thread eculp

Quoting Gautham Ganapathy gaut...@lisphacker.org:


On Thu, Jan 8, 2009 at 6:34 PM, Modulok modu...@gmail.com wrote:

List,

Does anyone know of a laptop, preferably an older model so it's
inexpensive, (It doesn't have to be very fast.), that is:

As I mentioned in another thread, I just bought a Lenovo S10 with Atom  
processor 512k cache and 1G memory, 10+ screen, feels very solid, best  
scratch pad I've ever used and cost 399 dls.


I haven't put unix on it.  I'm probably going to buy another.  I gave  
this one to my wife for her iTunes and iPhone (cheaper than MAC :( )  
and while setting it up I was very pleasantly surprised at how solid  
it was and with great performance under XP that comes with it.


ed


1) FreeBSD friendly.
2) Isn't a portable skillet?
3) Is physically sturdy. Not bulletproof, but not creaking, sagging plastic.



My dell inspiron 9400 works quite well, except for
1. Card reader
2. Suspend/resume

It does get a bit warm, but not more than when I am running windows.
Battery time was also pretty much the same

It's no longer in production, but i believe the replacements are the
inspiron 1720 and the xps 1730

I am not sure if the newer 4965 802.11n wifi chipset that are
currently available would be supported, but you could opt for the 3945
--
Gautham Ganapathy
http://lisphacker.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org





Failure is the opportunity to begin again more intelligently.
Fracaso es la oportunidad de reiniciar con mas inteligencia  Henry Ford
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Anybody using Lenovo S10? [ Model Correction ]

2009-01-08 Thread Manolis Kiagias
ec...@casasponti.net wrote:
 Quoting ec...@casasponti.net:

 I bought a Lenova S10 for my wife.  It comes with WindowsXP and while
 configuring it for her  I found it to be a nice, new generation
 laptop.  I liked it well enough to consider buying another for me and
 installing FreeBSD but I would like to see what works and doesn't work.
 Link because of the original subject error [Lenovo S110 rather than
 the correct S10.  Sorry.

 http://shop.lenovo.com/SEUILibrary/controller/e/web/LenovoPortal/en_US/catalog.workflow:category.details?current-catalog-id=12F0696583E04D86B9B79B0FEC01C087current-category-id=D4B2E83FADD74C9F8BBA5B276072AD8C


 Any comments or suggestions appreciated.

 ed

According to the link, it has a broadcom wireless, which I believe will
be a problem.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD USB Install

2009-01-08 Thread Brian McCann
On Wed, Jan 7, 2009 at 9:34 AM, Matthias Apitz g...@unixarea.de wrote:
 El día Wednesday, January 07, 2009 a las 03:17:02PM +0100, Polytropon 
 escribió:

 I could only suggest to eliminate all slices and partitions on the
 thumb drive (such as it was a new disk right from the factory)
 and let sysinstall put slice and partitions onto it.

 The problem is that 'from the factory' sometimnes they come already 
 Windows-like
 formated; I've wiped out all with:

 # dd if=/dev/zero of=/dev/da0 bs=1m

 (double check that /dev/da0 is really the device you want to clean)

matthias


Ok...so I zero'd out two different thumb drives (one 1gb stick,
another a 4gb stick...not that it matters)...and both of them failed
in the same way.  I boot the machine with nothing but the CD-Rom drive
and the USB stick.  No fancy options or anything in the install
process...just create one slice that takes up the whole drive, then
one parition (da0s1a) mounted as /...about as basic as you can get.

Any other thoughts?  I don't understand why this wouldn't work...it's
just another drive...

Thanks for all the input!
--Brian

-- 
_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_
Brian McCann

I don't have to take this abuse from you -- I've got hundreds of
people waiting to abuse me.
-- Bill Murray, Ghostbusters
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD USB Install

2009-01-08 Thread Brian McCann
On Wed, Jan 7, 2009 at 11:18 AM, Chris Scott chris.sc...@uk.tiscali.com wrote:
 Hi,



 Ditch sysinstall and follow this



 http://typo.submonkey.net/articles/2006/04/13/installing-freebsd-on-usb-
 stick-episode-2



 glabel (the -L one newfs) is your friend, as it will help you avoid the
 situation when you get boot failures when you try to boot off ur usb
 disk on a machine that has scsi drives (da0 wont be the usb drive)



Firing that up now...I'll post the results.  I tried this some time
ago and it wouldn't work...but that could have been me doing something
wrong or the PC didn't support booting from USB.

Thanks, I'll let ya know!
--Brian

-- 
_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_
Brian McCann

I don't have to take this abuse from you -- I've got hundreds of
people waiting to abuse me.
-- Bill Murray, Ghostbusters
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


FreeBSD Update should be back to normal

2009-01-08 Thread Colin Percival

Hi all,

There are now more freebsd-update mirrors and it looks like they're handling the
load quite well.

It's possible that the load balancing between mirrors will need to be tweaked a
bit.  If you have problems accessing a mirror (e.g., if freebsd-update exits
with an error of downloading files... failed or complains that a file does not
exist) please:
1. Try again using the -s option to make sure that you're accessing the same
mirror (to make sure that this wasn't a temporary network glitch).
2. Assuming the first mirror still fails, use the -s option to pick a different
mirror.
3. Assuming that the second mirror works, send me an email telling me which
mirror failed and which one worked so that I can have the load balancing 
adjusted.

--
Colin Percival
Security Officer, FreeBSD | freebsd.org | The power to serve
Founder / author, Tarsnap | tarsnap.com | Online backups for the truly paranoid
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ndis panic HP pavilion ze4400 won't boot

2009-01-08 Thread Paul B. Mahol
On 1/8/09, Neal Hogan nealho...@gmail.com wrote:
 I'm father new to fBSD. I hope this is the appropriate list to send this
 question to.

 I just installed 7.1-RELEASE on my HP pavilion and attempted to configure my
 Broadcom wlan card (BCM94309 version 4.10.40.0) using ndisgen. I cp'd the
 bcmwl5_sys.ko to /boot/kernel and added *bcmwl5_sys_load=YES* to my
 /boot/loader.conf. Now the machine will not boot. It crashes when it reaches
 the ndis0 line. I've tried booting in all the modes but they all fail to
 boot. I can escape to prompt, but am unsure what, if anything, I can do in
 that mode to deal with the situation.

 With other releases (6.4 and 7.0) the machine would panick when I attempted
 to ifconfig ndis0. However, I was able to boot in single user mode and
 temporarily move the rc.conf file so that I cound boot in the default mode.
 With 7.1, I don't appear to have that option.

 Is there anything I can do, short of a fresh install, to eliminate this
 problem? I'm not too worried about getting the wifi up (although, I won't
 turn down any advice). I just want the machine to boot.

You can enter loader and from there unload bcmwl5_sys, type: unload bcmwl5_sys.
loader is started one step before kernel.

Before ever changing loader.conf you really should test it via kldload(1)
and report any ndis issues via PR.
From where you fetched drivers and for what windows version?


-- 
Paul
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


RE: Do UDP broadcasts work in FreeBSD?

2009-01-08 Thread Peter Steele
 why 255.255.255.255 not your net broadcast address?

Because the systems we are using do not have IPs assigned and you to
know your subnet before you can use subnet broadcasting. We're
developing our own DHCP-like service to distribute IPs to all of the
systems, and we need limited broadcast to 255.255.255.255 to do this.

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


Re: Login accounts don't work after update to 7.1

2009-01-08 Thread Lowell Gilbert
Bert-Jan i...@bert-jan.com writes:

 Hi Folks,

 I just updated one of my servers from 7.0-RC1 to 7.1-RELEASE.

 During the first freebsd-update install, before rebooting, I was surprised
 to find that it was going to change my /etc/passwd (deleting all my
 accounts, keeping only the built-in accounts) and /etc/pwd.db and
 /etc/spwd.db. I was quite suspicious so I made copies of them.

freebsd-update should merge master.passwd, and re-generate all of those
files from there.  What did you do with master.passwd?  

Note that backup copies of master.passwd are kept in /var/backup.  None
of the other files, because they're generated from there.

 After rebooting the machine came back online perfectly. I checked
 /etc/passwd but there were no changes yet. Then, as the docs says, I ran
 freebsd-update install again and it took quite a while. *Then* my
 /etc/passwd was changed, so I replaced it with the spare copy I made. Of

That spare copy doesn't help at all; /etc/passwd is only there as a
convenience to users, and isn't consulted by the system for anything.

 course I had to test it now so I exitted from root back to my own account,
 and you guessed it: I can't su anymore:

 $ su -
 su: who are you?

 I started up a second session and found my own account doesn't work
 anymore either. So all I have now is an open session with my own account.
 I should probably also have copied the two db files back and of course I
 should have left my running root session open and started another one. Not
 a very bright moment..

Does the root account itself have a password?  If you installed a
generic password file, it may be unprotected, and you could log in (but
not su, as that requires you first be logged in as a wheel user, of
which you may have none left) as root without a password if you have a
local terminal (a serial console, for example), and fix things from there.

 Is there a way I can recover the server from this ?
 Of course I can put in a cd and change some passwords, but the server is
 in a datacenter and I don't really have the time to go there and fix it.
 I'm looking for a remote solution.

I guess you don't have any out-of-band access to the machine, then.  You
may be stuck with having to go to it physically, then.

 It's probably not much help but there's one jail running on it that's
 still working fine. I can login and su on that one, but I don't know if I
 can use it to repair the main system.

I sure hope that won't help.  That would defeat the point of jails,
wouldn't it? ;-)

-- 
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 freebsd-questions-unsubscr...@freebsd.org


Re: ndis panic HP pavilion ze4400 won't boot

2009-01-08 Thread Neal Hogan
On Thu, Jan 8, 2009 at 3:10 PM, Paul B. Mahol one...@gmail.com wrote:

 On 1/8/09, Neal Hogan nealho...@gmail.com wrote:
  I'm father new to fBSD. I hope this is the appropriate list to send this
  question to.
 
  I just installed 7.1-RELEASE on my HP pavilion and attempted to configure
 my
  Broadcom wlan card (BCM94309 version 4.10.40.0) using ndisgen. I cp'd the
  bcmwl5_sys.ko to /boot/kernel and added *bcmwl5_sys_load=YES* to my
  /boot/loader.conf. Now the machine will not boot. It crashes when it
 reaches
  the ndis0 line. I've tried booting in all the modes but they all fail to
  boot. I can escape to prompt, but am unsure what, if anything, I can do
 in
  that mode to deal with the situation.
 
  With other releases (6.4 and 7.0) the machine would panick when I
 attempted
  to ifconfig ndis0. However, I was able to boot in single user mode and
  temporarily move the rc.conf file so that I cound boot in the default
 mode.
  With 7.1, I don't appear to have that option.
 
  Is there anything I can do, short of a fresh install, to eliminate this
  problem? I'm not too worried about getting the wifi up (although, I won't
  turn down any advice). I just want the machine to boot.

 You can enter loader and from there unload bcmwl5_sys, type: unload
 bcmwl5_sys.
 loader is started one step before kernel.

 Before ever changing loader.conf you really should test it via kldload(1)
 and report any ndis issues via PR.
 From where you fetched drivers and for what windows version?

Paul


Paul,

Thanks for the suggestion! However, it's not working. I've tried *unload
/boot/kernel/bcmwl5_sys.ko* *unload bcmwl5_sys* *unload bcmwl5_sis.ko*
*unload* and they all simply return to the OK prompt (should it tell me
something?).

When I boot/reboot it fails the same as before.

As far as *kldload*ing goes, I tried that and it did find the bcmwl5_sys.ko
(it said that the file didn't exist). So, I manually copied it.

I don't remember where I got the driver. I'm pretty sure it was from HP. The
version of Windows is XP Home Edition.


-- 
www.nealhogan.net
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ndis panic HP pavilion ze4400 won't boot

2009-01-08 Thread Glen Barber
On Thu, Jan 8, 2009 at 11:37 AM, Neal Hogan nealho...@gmail.com wrote:
 I'm father new to fBSD. I hope this is the appropriate list to send this
 question to.

 I just installed 7.1-RELEASE on my HP pavilion and attempted to configure my
 Broadcom wlan card (BCM94309 version 4.10.40.0) using ndisgen. I cp'd the
 bcmwl5_sys.ko to /boot/kernel and added *bcmwl5_sys_load=YES* to my
 /boot/loader.conf. Now the machine will not boot. It crashes when it reaches
 the ndis0 line. I've tried booting in all the modes but they all fail to
 boot. I can escape to prompt, but am unsure what, if anything, I can do in
 that mode to deal with the situation.

 With other releases (6.4 and 7.0) the machine would panick when I attempted
 to ifconfig ndis0. However, I was able to boot in single user mode and
 temporarily move the rc.conf file so that I cound boot in the default mode.
 With 7.1, I don't appear to have that option.

 Is there anything I can do, short of a fresh install, to eliminate this
 problem? I'm not too worried about getting the wifi up (although, I won't
 turn down any advice). I just want the machine to boot.


I discovered a wierd hack to resolve this.  Remove the line(s) from
loader.conf, and create an /etc/rc.local file containing the
following:

/sbin/kldload /boot/modules/bcmwl5_sys.ko

That should survive a reboot.


-- 
Glen Barber

Tell me and I forget. Teach me and I remember. Involve me and I
learn. - Benjamin Franklin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


issue with extra top level domain appened to mail

2009-01-08 Thread Matthew Davidson [DATACOM]
Greetings 
 
I have a problem with a vanlia 6.3/6.4 install that any mail generated
gets an extra top level domain appended to the domain.
 
This is causing mail delivery failures and much frustration.
 
Here is my box
MATDAV# uname -a
FreeBSD MATDAV.datacom.net.nz 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Wed
Jan 16 04:18:52 UTC 2008
r...@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
 
Say for example I used the mail shell script...
MATDAV# mail -s TESTING some...@datacom.co.nz
this is a test
EOT
 
The resulting email is from Charlie Root
[r...@matdav.datacom.net.nz.net.nz]
 
Here are the headers
Microsoft Mail Internet Headers Version 2.0
Received: from mx6.datacom.co.nz ([202.175.142.6]) by
dnzwgex1.datacom.co.nz with Microsoft SMTPSVC(6.0.3790.3959);
  Fri, 9 Jan 2009 10:14:21 +1300
Received: from MATDAV.datacom.net.nz (Not Verified[202.175.143.252]) by
mx6.datacom.co.nz with MailMarshal (v6,4,1,5038) (using TLS: SSLv23)
 id B49666cad; Fri, 09 Jan 2009 10:14:21 +1300
Received: from MATDAV.datacom.net.nz (localhost.datacom.net.nz
[127.0.0.1])
 by MATDAV.datacom.net.nz (8.14.2/8.14.2) with ESMTP id n08LELbj002945
 for some...@datacom.co.nz mailto:some...@datacom.co.nz ; Fri, 9 Jan
2009 10:14:21 +1300 (NZDT)
 (envelope-from r...@matdav.datacom.net.nz.net.nz
mailto:r...@matdav.datacom.net.nz.net.nz )
Received: (from r...@localhost mailto:r...@localhost )
 by MATDAV.datacom.net.nz (8.14.2/8.14.2/Submit) id n08LEL2D002944
 for some...@datacom.co.nz mailto:some...@datacom.co.nz ; Fri, 9 Jan
2009 10:14:21 +1300 (NZDT)
 (envelope-from root)
Date: Fri, 9 Jan 2009 10:14:21 +1300 (NZDT)
From: Charlie Root r...@matdav.datacom.net.nz.net.nz
mailto:r...@matdav.datacom.net.nz.net.nz 
Message-Id: 200901082114.n08lel2d002...@matdav.datacom.net.nz
mailto:200901082114.n08lel2d002...@matdav.datacom.net.nz 
To: some...@datacom.co.nz mailto:some...@datacom.co.nz 
Subject: TESTING
Return-Path: r...@matdav.datacom.net.nz.net.nz
mailto:r...@matdav.datacom.net.nz.net.nz 
X-OriginalArrivalTime: 08 Jan 2009 21:14:21.0546 (UTC)
FILETIME=[132D84A0:01C971D6]
 

Is seems that something (sendmail?) is appended an extra TLD '.net.nz'
on the EVELOPE-FROM field.
 
If I rebuild the box using 6.1 it works no problem at all.
 
Anyone know of and previous post regarding this?
 
Any advice would be much appreciated.
 
Matt
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ndis panic HP pavilion ze4400 won't boot

2009-01-08 Thread Paul B. Mahol
On 1/8/09, Neal Hogan nealho...@gmail.com wrote:
 On Thu, Jan 8, 2009 at 3:10 PM, Paul B. Mahol one...@gmail.com wrote:

 On 1/8/09, Neal Hogan nealho...@gmail.com wrote:
  I'm father new to fBSD. I hope this is the appropriate list to send this
  question to.
 
  I just installed 7.1-RELEASE on my HP pavilion and attempted to
  configure
 my
  Broadcom wlan card (BCM94309 version 4.10.40.0) using ndisgen. I cp'd
  the
  bcmwl5_sys.ko to /boot/kernel and added *bcmwl5_sys_load=YES* to my
  /boot/loader.conf. Now the machine will not boot. It crashes when it
 reaches
  the ndis0 line. I've tried booting in all the modes but they all fail to
  boot. I can escape to prompt, but am unsure what, if anything, I can do
 in
  that mode to deal with the situation.
 
  With other releases (6.4 and 7.0) the machine would panick when I
 attempted
  to ifconfig ndis0. However, I was able to boot in single user mode and
  temporarily move the rc.conf file so that I cound boot in the default
 mode.
  With 7.1, I don't appear to have that option.
 
  Is there anything I can do, short of a fresh install, to eliminate this
  problem? I'm not too worried about getting the wifi up (although, I
  won't
  turn down any advice). I just want the machine to boot.

 You can enter loader and from there unload bcmwl5_sys, type: unload
 bcmwl5_sys.
 loader is started one step before kernel.

 Before ever changing loader.conf you really should test it via kldload(1)
 and report any ndis issues via PR.
 From where you fetched drivers and for what windows version?

 Paul


 Paul,

 Thanks for the suggestion! However, it's not working. I've tried *unload
 /boot/kernel/bcmwl5_sys.ko* *unload bcmwl5_sys* *unload bcmwl5_sis.ko*
 *unload* and they all simply return to the OK prompt (should it tell me
 something?).

Ah, sorry, unload removes all modules.
You need after unloading all modules to load kernel and any other
modules you want one by one:

OK unload bcmwl5_sys
OK load kernel
OK boot

should work.

-- 
Paul
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


RE: issue with extra top level domain appened to mail

2009-01-08 Thread Matthew Davidson [DATACOM]
Hi Chuck -

Output below,  all looks aok to me...



MATDAV# /usr/libexec/sendmail/sendmail -bt -d 0.1
Version 8.14.2
 Compiled with: DNSMAP LOG MAP_REGEX MATCHGECOS MILTER MIME7TO8 MIME8TO7
NAMED_BIND NETINET NETINET6 NETUNIX NEWDB NIS PIPELINING
SCANF
STARTTLS TCPWRAPPERS USERDB XDEBUG
getla: 0
setoption SevenBitInput (7)=False
setoption AliasWait (a)=10
setoption AliasFile (A)=/etc/mail/aliases
setoption MinFreeBlocks (b)=100
setoption BlankSub (B)=.
setoption HoldExpensive (c)=False
setoption DeliveryMode (d)=background
setoption TempFileMode (F)=0600
setoption HelpFile (H)=/etc/mail/helpfile
setoption ResolverOptions (I)=WorkAroundBroken
setoption SendMimeErrors (j)=True
setoption ForwardPath (J)= 0x81 z/.forward. 0x81 w+ 0x81 h: 0x81
z/.forward+ 0x81 h: 0x81 z/.forward. 0x81 w: 0x81 z/.forward
setoption ConnectionCacheSize (k)=2
setoption ConnectionCacheTimeout (K)=5m
setoption UseErrorsTo (l)=False
setoption LogLevel (L)=9
setoption CheckAliases (n)=False
setoption OldStyleHeaders (o)=True
setoption DaemonPortOptions (O)=Name=IPv4, Family=inet
Daemon IPv4 flags:
setoption DaemonPortOptions (O)=Name=IPv6, Family=inet6, Modifiers=O
Daemon IPv6 flags: OPTIONAL
setoption DaemonPortOptions (O)=Port=587, Name=MSA, M=E
Daemon MSA flags: NOETRN
setoption PrivacyOptions (p)=authwarnings,noexpn,novrfy
setoption QueueDirectory (Q)=/var/spool/mqueue
setoption Timeout (r).queuereturn=5d
setoption Timeout (r).queuewarn=4h
setoption SuperSafe (s)=True
setoption StatusFile (S)=/var/log/sendmail.st
setoption NoRecipientAction (0x88)=add-to-undisclosed
setoption SmtpGreetingMessage (0x90)= 0x81 j Sendmail  0x81 v/ 0x81 Z;
0x81 b
setoption UnixFromLine (0x91)=From  0x81 g  0x81 d
setoption OperatorChars (0x92)=.:%...@!^/[]+
setoption MaxHeadersLength (0xaa)=32768
drop_privileges(1): Real[UG]id=0:0, get[ug]id=0:0, gete[ug]id=0:25,
RunAs[UG]id=0:0
getauthinfo: r...@localhost

 SYSTEM IDENTITY (after readcf) 
  (short domain name) $w = MATDAV
  (canonical domain name) $j = MATDAV.datacom.net.nz
 (subdomain name) $m = datacom.net.nz
  (node name) $k = MATDAV.datacom.net.nz


setoption HoldExpensive (c)=F
setoption DeliveryMode (d)=
assign_queueid: assigned id n08Lkj4d003012, e=0x80e41e0
ADDRESS TEST MODE (ruleset 3 NOT automatically invoked)
Enter ruleset address
 /quit

finis: stat 0 e_id=NOQUEUE e_flags=4001OLDSTYLE,METOO
MATDAV#

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


Re: ndis panic HP pavilion ze4400 won't boot

2009-01-08 Thread Neal Hogan
On Thu, Jan 8, 2009 at 3:37 PM, Glen Barber glen.j.bar...@gmail.com wrote:

 On Thu, Jan 8, 2009 at 11:37 AM, Neal Hogan nealho...@gmail.com wrote:
  I'm father new to fBSD. I hope this is the appropriate list to send this
  question to.
 
  I just installed 7.1-RELEASE on my HP pavilion and attempted to configure
 my
  Broadcom wlan card (BCM94309 version 4.10.40.0) using ndisgen. I cp'd the
  bcmwl5_sys.ko to /boot/kernel and added *bcmwl5_sys_load=YES* to my
  /boot/loader.conf. Now the machine will not boot. It crashes when it
 reaches
  the ndis0 line. I've tried booting in all the modes but they all fail to
  boot. I can escape to prompt, but am unsure what, if anything, I can do
 in
  that mode to deal with the situation.
 
  With other releases (6.4 and 7.0) the machine would panick when I
 attempted
  to ifconfig ndis0. However, I was able to boot in single user mode and
  temporarily move the rc.conf file so that I cound boot in the default
 mode.
  With 7.1, I don't appear to have that option.
 
  Is there anything I can do, short of a fresh install, to eliminate this
  problem? I'm not too worried about getting the wifi up (although, I won't
  turn down any advice). I just want the machine to boot.
 

 I discovered a wierd hack to resolve this.  Remove the line(s) from
 loader.conf, and create an /etc/rc.local file containing the
 following:

 /sbin/kldload /boot/modules/bcmwl5_sys.ko

 That should survive a reboot.


 --
 Glen Barber

 Tell me and I forget. Teach me and I remember. Involve me and I
 learn. - Benjamin Franklin


Glen,

 I tried your suggestion (which I appreciate) and it did survive rebooting.
However, bcmwl5_sys.ko was not loaded because there was no ndis interface.
So, I change the rc.local to

/sbin/kldload /boot/kernel/bcmwl5_sys.ko

Upon reboot, the system panicked when it loaded the rc.local file.

I don't know . . .


-- 
www.nealhogan.net
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Sun sucks

2009-01-08 Thread Ansar Mohammed
So I am trying to build Java on FreeBSD 7.0. I need to REGSITER to download
the Timezone Java patch. 

After registering Sun complains that they don't like my ID and I need to
provide more information. I create another account. Same problem. After 3
months I finally get an email saying they want clarification on the acronym
for my company. (no access yet to download Java patch.)

 

This sucks man. Is there one central repository where we can get all the
components required to build Java on FreeBSD?

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


Re: Sun sucks

2009-01-08 Thread Steven Kreuzer


On Jan 8, 2009, at 5:10 PM, Ansar Mohammed wrote:

So I am trying to build Java on FreeBSD 7.0. I need to REGSITER to  
download

the Timezone Java patch.

After registering Sun complains that they don't like my ID and I  
need to
provide more information. I create another account. Same problem.  
After 3
months I finally get an email saying they want clarification on the  
acronym

for my company. (no access yet to download Java patch.)



This sucks man. Is there one central repository where we can get all  
the

components required to build Java on FreeBSD?



I wonder what happens if you google tzupdater-1_3_11-2008i.zip?

--
Steven Kreuzer
http://www.exit2shell.com/~skreuzer

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


Re: Sun sucks

2009-01-08 Thread Andrew Gould
On Thu, Jan 8, 2009 at 4:10 PM, Ansar Mohammed ans...@gmail.com wrote:

 So I am trying to build Java on FreeBSD 7.0. I need to REGSITER to download
 the Timezone Java patch.

 After registering Sun complains that they don't like my ID and I need to
 provide more information. I create another account. Same problem. After 3
 months I finally get an email saying they want clarification on the acronym
 for my company. (no access yet to download Java patch.)



 This sucks man. Is there one central repository where we can get all the
 components required to build Java on FreeBSD?


From the FreeBSD Foundation:

http://www.freebsdfoundation.org/downloads/java.shtml
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


RE: Sun sucks

2009-01-08 Thread Ansar Mohammed
It brings me back to the Sun website. 

-Original Message-
From: owner-freebsd-questi...@freebsd.org
[mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Steven Kreuzer
Sent: Thursday, January 08, 2009 5:14 PM
To: freebsd-questions@freebsd.org
Subject: Re: Sun sucks


On Jan 8, 2009, at 5:10 PM, Ansar Mohammed wrote:

 So I am trying to build Java on FreeBSD 7.0. I need to REGSITER to  
 download
 the Timezone Java patch.

 After registering Sun complains that they don't like my ID and I  
 need to
 provide more information. I create another account. Same problem.  
 After 3
 months I finally get an email saying they want clarification on the  
 acronym
 for my company. (no access yet to download Java patch.)



 This sucks man. Is there one central repository where we can get all  
 the
 components required to build Java on FreeBSD?


I wonder what happens if you google tzupdater-1_3_11-2008i.zip?

--
Steven Kreuzer
http://www.exit2shell.com/~skreuzer

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

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


Re: Sun sucks

2009-01-08 Thread Aryeh M. Friedman
Andrew Gould wrote:
 On Thu, Jan 8, 2009 at 4:10 PM, Ansar Mohammed ans...@gmail.com wrote:

   
 So I am trying to build Java on FreeBSD 7.0. I need to REGSITER to download
 the Timezone Java patch.

 After registering Sun complains that they don't like my ID and I need to
 provide more information. I create another account. Same problem. After 3
 months I finally get an email saying they want clarification on the acronym
 for my company. (no access yet to download Java patch.)



 This sucks man. Is there one central repository where we can get all the
 components required to build Java on FreeBSD?


 
 From the FreeBSD Foundation:

 http://www.freebsdfoundation.org/downloads/java.shtml
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

   
Small problem diablo needs the TZUPDATTER
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


RE: Sun sucks

2009-01-08 Thread Ansar Mohammed
Thanks Andrew, but foundation website is NOT a central repository. You need
to go to 3 places, 

To sun for the DST update, to the foundation for the source and here
http://www.eyesbeyond.com/freebsddom/java/jdk16.html for the patchset.

 

From: Andrew Gould [mailto:andrewlylego...@gmail.com] 
Sent: Thursday, January 08, 2009 5:17 PM
To: Ansar Mohammed
Cc: freebsd-questions@freebsd.org
Subject: Re: Sun sucks

 

On Thu, Jan 8, 2009 at 4:10 PM, Ansar Mohammed ans...@gmail.com wrote:

So I am trying to build Java on FreeBSD 7.0. I need to REGSITER to download
the Timezone Java patch.

After registering Sun complains that they don't like my ID and I need to
provide more information. I create another account. Same problem. After 3
months I finally get an email saying they want clarification on the acronym
for my company. (no access yet to download Java patch.)



This sucks man. Is there one central repository where we can get all the
components required to build Java on FreeBSD?


From the FreeBSD Foundation:

http://www.freebsdfoundation.org/downloads/java.shtml

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


Re: ndis panic HP pavilion ze4400 won't boot

2009-01-08 Thread Glen Barber
On Thu, Jan 8, 2009 at 4:59 PM, Neal Hogan nealho...@gmail.com wrote:


 On Thu, Jan 8, 2009 at 3:37 PM, Glen Barber glen.j.bar...@gmail.com wrote:

 On Thu, Jan 8, 2009 at 11:37 AM, Neal Hogan nealho...@gmail.com wrote:
  I'm father new to fBSD. I hope this is the appropriate list to send this
  question to.
 
  I just installed 7.1-RELEASE on my HP pavilion and attempted to
  configure my
  Broadcom wlan card (BCM94309 version 4.10.40.0) using ndisgen. I cp'd
  the
  bcmwl5_sys.ko to /boot/kernel and added *bcmwl5_sys_load=YES* to my
  /boot/loader.conf. Now the machine will not boot. It crashes when it
  reaches
  the ndis0 line. I've tried booting in all the modes but they all fail to
  boot. I can escape to prompt, but am unsure what, if anything, I can do
  in
  that mode to deal with the situation.
 
  With other releases (6.4 and 7.0) the machine would panick when I
  attempted
  to ifconfig ndis0. However, I was able to boot in single user mode and
  temporarily move the rc.conf file so that I cound boot in the default
  mode.
  With 7.1, I don't appear to have that option.
 
  Is there anything I can do, short of a fresh install, to eliminate this
  problem? I'm not too worried about getting the wifi up (although, I
  won't
  turn down any advice). I just want the machine to boot.
 

 I discovered a wierd hack to resolve this.  Remove the line(s) from
 loader.conf, and create an /etc/rc.local file containing the
 following:

 /sbin/kldload /boot/modules/bcmwl5_sys.ko

 That should survive a reboot.


 --
 Glen Barber

 Tell me and I forget. Teach me and I remember. Involve me and I
 learn. - Benjamin Franklin

 Glen,

  I tried your suggestion (which I appreciate) and it did survive rebooting.
 However, bcmwl5_sys.ko was not loaded because there was no ndis interface.
 So, I change the rc.local to

 /sbin/kldload /boot/kernel/bcmwl5_sys.ko

 Upon reboot, the system panicked when it loaded the rc.local file.

 I don't know . . .


Any additional modules should be placed in /boot/modules, not
/boot/kernel.  What happens if you manually load the module after the
system is running?


-- 
Glen Barber

Tell me and I forget. Teach me and I remember. Involve me and I
learn. - Benjamin Franklin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Sun sucks

2009-01-08 Thread Yuri Pankov
On Thu, Jan 08, 2009 at 05:10:10PM -0500, Ansar Mohammed wrote:
 So I am trying to build Java on FreeBSD 7.0. I need to REGSITER to download
 the Timezone Java patch. 
 
 After registering Sun complains that they don't like my ID and I need to
 provide more information. I create another account. Same problem. After 3
 months I finally get an email saying they want clarification on the acronym
 for my company. (no access yet to download Java patch.)
 
  
 
 This sucks man. Is there one central repository where we can get all the
 components required to build Java on FreeBSD?

Try downloading it from URL provided by filesearch.ru search results:

http://www.filesearch.ru/cgi-bin/s?q=tzupdater-1_3_11-2008i.zipt=fw=a


HTH,
Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


RE: Sun sucks

2009-01-08 Thread Ansar Mohammed
Yrui, thanks for the assist man. But I refuse to believe that this is what
it has come to. 
Thanks for the help all, someone gave me creds I can use, the openJDK seems
like a promising option.

-Original Message-
From: Yuri Pankov [mailto:yuri.pan...@gmail.com] 
Sent: Thursday, January 08, 2009 5:30 PM
To: Ansar Mohammed
Cc: freebsd-questions@freebsd.org
Subject: Re: Sun sucks

On Thu, Jan 08, 2009 at 05:10:10PM -0500, Ansar Mohammed wrote:
 So I am trying to build Java on FreeBSD 7.0. I need to REGSITER to
download
 the Timezone Java patch. 
 
 After registering Sun complains that they don't like my ID and I need to
 provide more information. I create another account. Same problem. After 3
 months I finally get an email saying they want clarification on the
acronym
 for my company. (no access yet to download Java patch.)
 
  
 
 This sucks man. Is there one central repository where we can get all the
 components required to build Java on FreeBSD?

Try downloading it from URL provided by filesearch.ru search results:

http://www.filesearch.ru/cgi-bin/s?q=tzupdater-1_3_11-2008i.zipt=fw=a


HTH,
Yuri

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


Re: issue with extra top level domain appened to mail

2009-01-08 Thread Chuck Swiger

On Jan 8, 2009, at 1:23 PM, Matthew Davidson [DATACOM] wrote:

I have a problem with a vanlia 6.3/6.4 install that any mail generated
gets an extra top level domain appended to the domain.

This is causing mail delivery failures and much frustration.


Run /usr/libexec/sendmail/sendmail -bt -d 0.1 and it should show a  
section called SYSTEM IDENTITY which should indicate what it is  
seeing for your short domain name, subdomain name, etc.  That  
should indicate what you need to change, but if nothing else works,  
adjust this in /etc/mail/sendmail.cf:


# my official domain name
# ... define this only if sendmail cannot automatically determine your  
domain

#Dj$w.Foo.COM

Regards,
--
-Chuck

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


freebsd-update and latest security patches

2009-01-08 Thread Ivailo Bonev

I've tried to install latest security patches with
# freebsd-update fetch
# freebsd-update install
# reboot
but after reboot
# uname -r 
tells me that I have

7.1-RELEASE
If I understand corectly from handbook, it should tells me -p1?
Is there somthing that I am missing?
... and sorry for my bad English :)

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


Re: Sun sucks

2009-01-08 Thread Kevin Downey
you could use bugmenot to get by the registration. openjdk also builds
on freebsd, but no port yet

On Thu, Jan 8, 2009 at 2:10 PM, Ansar Mohammed ans...@gmail.com wrote:
 So I am trying to build Java on FreeBSD 7.0. I need to REGSITER to download
 the Timezone Java patch.

 After registering Sun complains that they don't like my ID and I need to
 provide more information. I create another account. Same problem. After 3
 months I finally get an email saying they want clarification on the acronym
 for my company. (no access yet to download Java patch.)



 This sucks man. Is there one central repository where we can get all the
 components required to build Java on FreeBSD?

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




-- 
And what is good, Phaedrus,
And what is not good—
Need we ask anyone to tell us these things?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: Sun sucks

2009-01-08 Thread Dave Feustel
On Thu, Jan 08, 2009 at 05:10:10PM -0500, Ansar Mohammed wrote:
 So I am trying to build Java on FreeBSD 7.0. I need to REGSITER to download
 the Timezone Java patch. 
 
 After registering Sun complains that they don't like my ID and I need to
 provide more information. I create another account. Same problem. After 3
 months I finally get an email saying they want clarification on the acronym
 for my company. (no access yet to download Java patch.)
 
  
 
 This sucks man. Is there one central repository where we can get all the
 components required to build Java on FreeBSD?

I was running 64-bit FreeBSD 7.0, but had to remove it to run Suse 11.
32-bit Fedora 9 and 64-bit Suse 11 ship with fully functional Java
environments. If your primary goal is to use Java, I can recommend
either of these platforms. I got a complex 3rd party Java project
(Geometric Algebra graphics) installed and running with absolutely no
problems on these platforms.  (BTW, I had no prior experience worth
mentioning with Java :-) ),
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: freebsd-update and latest security patches

2009-01-08 Thread Gabriel Lavoie
It depends. This update was related to the flaw found in OpenSSL
recently. Since this update didn't touch the kernel, it's normal that
your're still on the 7.1-RELEASE kernel. The kernel version changes
only when an update touches it directly.

Gabriel

2009/1/8 Ivailo Bonev ibb_o...@mbox.contact.bg:
 I've tried to install latest security patches with
 # freebsd-update fetch
 # freebsd-update install
 # reboot
 but after reboot
 # uname -r tells me that I have
 7.1-RELEASE
 If I understand corectly from handbook, it should tells me -p1?
 Is there somthing that I am missing?
 ... and sorry for my bad English :)

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




-- 
Gabriel Lavoie
glav...@gmail.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ndis panic HP pavilion ze4400 won't boot

2009-01-08 Thread Glen Barber
On Thu, Jan 8, 2009 at 5:20 PM, Glen Barber glen.j.bar...@gmail.com wrote:
 On Thu, Jan 8, 2009 at 4:59 PM, Neal Hogan nealho...@gmail.com wrote:


 On Thu, Jan 8, 2009 at 3:37 PM, Glen Barber glen.j.bar...@gmail.com wrote:

 On Thu, Jan 8, 2009 at 11:37 AM, Neal Hogan nealho...@gmail.com wrote:
  I'm father new to fBSD. I hope this is the appropriate list to send this
  question to.
 
  I just installed 7.1-RELEASE on my HP pavilion and attempted to
  configure my
  Broadcom wlan card (BCM94309 version 4.10.40.0) using ndisgen. I cp'd
  the
  bcmwl5_sys.ko to /boot/kernel and added *bcmwl5_sys_load=YES* to my
  /boot/loader.conf. Now the machine will not boot. It crashes when it
  reaches
  the ndis0 line. I've tried booting in all the modes but they all fail to
  boot. I can escape to prompt, but am unsure what, if anything, I can do
  in
  that mode to deal with the situation.
 
  With other releases (6.4 and 7.0) the machine would panick when I
  attempted
  to ifconfig ndis0. However, I was able to boot in single user mode and
  temporarily move the rc.conf file so that I cound boot in the default
  mode.
  With 7.1, I don't appear to have that option.
 
  Is there anything I can do, short of a fresh install, to eliminate this
  problem? I'm not too worried about getting the wifi up (although, I
  won't
  turn down any advice). I just want the machine to boot.
 

 I discovered a wierd hack to resolve this.  Remove the line(s) from
 loader.conf, and create an /etc/rc.local file containing the
 following:

 /sbin/kldload /boot/modules/bcmwl5_sys.ko

 That should survive a reboot.


 Glen,

  I tried your suggestion (which I appreciate) and it did survive rebooting.
 However, bcmwl5_sys.ko was not loaded because there was no ndis interface.
 So, I change the rc.local to

 /sbin/kldload /boot/kernel/bcmwl5_sys.ko

 Upon reboot, the system panicked when it loaded the rc.local file.

 I don't know . . .


 Any additional modules should be placed in /boot/modules, not
 /boot/kernel.  What happens if you manually load the module after the
 system is running?



After rethinking my last statement, with the module in /boot/kernel
*and* an entry in loader.conf you are loading the module twice.  Move
the module to /boot/modules where it should be.

-- 
Glen Barber
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Updating from 7.0 to 7.1

2009-01-08 Thread David Karapetyan
Hello, I was wondering if it was worth the time or effort to update from 
fbsd 7.0 to 7.1. From what I see, the only major change is the inclusion 
of dtrace. I am leaning towards not switching, but it seems a lot of 
people are.  

On Thu, Jan 08, 2009 at 05:50:24PM -0500, Gabriel Lavoie wrote:
 It depends. This update was related to the flaw found in OpenSSL
 recently. Since this update didn't touch the kernel, it's normal that
 your're still on the 7.1-RELEASE kernel. The kernel version changes
 only when an update touches it directly.
 
 Gabriel
 
 2009/1/8 Ivailo Bonev ibb_o...@mbox.contact.bg:
  I've tried to install latest security patches with
  # freebsd-update fetch
  # freebsd-update install
  # reboot
  but after reboot
  # uname -r tells me that I have
  7.1-RELEASE
  If I understand corectly from handbook, it should tells me -p1?
  Is there somthing that I am missing?
  ... and sorry for my bad English :)
 
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
 
 
 
 
 -- 
 Gabriel Lavoie
 glav...@gmail.com
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

-- 
--
Best,
David Karapetyan
http://davidkarapetyan.homeunix.com
University of Notre Dame
Department of Mathematics
255 Hurley Hall
Notre Dame, IN 46556-4618
Phone: 574-631-5706
Cell:  202-460-5173
Fax:   574-631-6579

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


Re: mergemaster goof when src upgrading 7.0 - 7.1

2009-01-08 Thread matt donovan
On Wed, Jan 7, 2009 at 10:55 PM, Peter Boosten pe...@boosten.org wrote:

 matt donovan wrote:
  On Wed, Jan 7, 2009 at 3:34 PM, Peter Boosten pe...@boosten.org wrote:
 
  Well, my point is that mergemaster shouldn't have to delete ALL
 accounts,
  just to add one. User and group accounts can be added to the
 passwd/group
  file *without* deleting the others.
 
 
  mergemaster doesn't delete ALL accounts if you do it correctly. I usually
  leave the files for later and then manually do it.
 

 Your 'do it correctly' refers to 'leave it for later', however I've read
 at least twice yesterday, that someone *accidentally* 'installed' the
 file from /var/tmp/temproot. *That* should not be possible in the first
 place.

 Thank heaven it never happened to me (knock on wood), but a mistake is
 easily made, especially when you just went through a whole bunch of
 updated rc scripts.

 Peter

 --
 http://www.boosten.org


myself I just watch the file name line since I don't touch files outside of
/usr. unless it's for example ppp.conf
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: freebsd-update and latest security patches

2009-01-08 Thread Ivailo Bonev
- Original Message - 
From: Gabriel Lavoie glav...@gmail.com

To: Ivailo Bonev ibb_o...@mbox.contact.bg
Cc: freebsd-questions@freebsd.org
Sent: Friday, January 09, 2009 12:50 AM
Subject: Re: freebsd-update and latest security patches



It depends. This update was related to the flaw found in OpenSSL
recently. Since this update didn't touch the kernel, it's normal that
your're still on the 7.1-RELEASE kernel. The kernel version changes
only when an update touches it directly.

Gabriel

2009/1/8 Ivailo Bonev ibb_o...@mbox.contact.bg:

I've tried to install latest security patches with
# freebsd-update fetch
# freebsd-update install
# reboot
but after reboot
# uname -r tells me that I have
7.1-RELEASE
If I understand corectly from handbook, it should tells me -p1?
Is there somthing that I am missing?
... and sorry for my bad English :)

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






--
Gabriel Lavoie
glav...@gmail.com


Thanks for explanation. It was helpful. 



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


Re: Sysinstall

2009-01-08 Thread Freminlins
2009/1/8 Jerry McAllister jerr...@msu.edu


 Beyond that, it is just the pretty pictures
 that are missing.


sysinstall also works over serial console. No use for pretty pictures
there...


 jerry


MF.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Help with dmesg

2009-01-08 Thread Panos

O/H Rem P Roberti έγραψε:

Peter Boosten wrote:

Rem P Roberti wrote:

Peter Boosten wrote:

Rem P Roberti wrote:


INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock,
F=, T=S:4m;R:4m')

I don't think the F= parameter can be empty (IIRC): it describes what
your sendmail is supposed to do once clam isn't active (either 
'F=R' for

reject or 'F=T' for temporary unavailable).

Peter


BTW, I noticed that when I try to do a newaliases command
the same error message comes up: /etc/mail/sendmail.cf: line 48: 
unknown

configuration line 




What's in your sendmail.cf then? Display lines 40 - 60.

Peter


Here are the actual sendmail.cf lines 41-59:

41 # $Id: redirect.m4,v 8.15 1999/08/06 01:47:36 gshapiro Exp $ #
42
43 # $Id: use_cw_file.m4,v 8.11 2001/08/26 20:58:57 gshapiro Exp $ 
#

44
45
46
47
48
49
50 # $Id: access_db.m4,v 8.27 2006/07/06 21:10:10 ca Exp $ #
51
52
53 # $Id: blacklist_recipients.m4,v 8.13 1999/04/02 02:25:13 
gshapiro Exp $ #

54
55
56 # $Id: local_lmtp.m4,v 8.17 2002/11/17 04:41:04 ca Exp $ #
57
58
59 # $Id: mailertable.m4,v 8.25 2002/06/27

Not very interesting, is it. I have the feeling that this problem 
belongs on another list. Thanks

for the help, Peter. I will continue to watch here.

Rem


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org
if I remember rigth I had the same problem months ago, but I'm not 
really sure how I solved it.
First try to delete the lines 44 - 49 of yourr's .cf file. then try to 
restart sendmail.
if that doesn't work try dnl after every line in the .mc file. e.x 
INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock,F=, 
T=S:4m;R:4m') dnl

I think something like that I did and it works. But I'm not so sure.

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


Re: Help with dmesg

2009-01-08 Thread Rem P Roberti


if I remember rigth I had the same problem months ago, but I'm not 
really sure how I solved it.
First try to delete the lines 44 - 49 of yourr's .cf file. then try to 
restart sendmail.
if that doesn't work try dnl after every line in the .mc file. e.x 
INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock,F=, 
T=S:4m;R:4m') dnl

I think something like that I did and it works. But I'm not so sure.




I decided to start from scratch, and got rid of all the files generated 
by the make command. 
So now my /etc/mail directory looks just as it did when I started.  
Instead of creating a whole new
batch of files I decided to just start by running the newaliases 
command and here's what I got:


root@ /etc/mail: newaliases
/etc/mail/sendmail.cf: line 48: unknown configuration line 

clearly (I think) the problem has nothing to do with the files generated 
by make.  Something
appears to be messed up with sendmail.cf (at least according to the 
error message), but I don't

see how that is possible.  Line 48 in /etc/mail/sendmail.cf is blank!

Rem
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Restore deleted files

2009-01-08 Thread Polytropon
Hi,

I'd like to ask a two-stage question:

1. Is it possible to recover files that have been deleted?

2. Which tools or procedures are suggested for recovery?

While sorting out some files and transfering them to another
hard disk, I accidentally deleted too much: the directory with
my videos taken by a digital camera. They were located in a
directory within a subtree, and I deleted the whole subtree
without first copying these files.

I used the Midnight Commander to do this. As I read from its
source code, it seems to use the unlink() call to delete the
subtree recursively. Pressing PF8 can really ruin your day...

Just after I noticed what I had done I unmounted the file system,
powered off the machine and put the disk on the shelf (it's still
there), no further write accesses.

I would be glad if someone could enlighten me if there is any
chance to get the files back, even with the loss of the file
names (doesn't matter), and which tools seem to serve best in
this difficult task.

And if it's impossible, please tell me. I can newfs the disk
then and free it, along with my mind.




PS.
I'm posting this question to -fs, too. Answers from this list
please keep me in CC because I'm not subscribed to -fs. Thank you!

-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Restore deleted files

2009-01-08 Thread Julian Elischer

Polytropon wrote:

Hi,

I'd like to ask a two-stage question:

1. Is it possible to recover files that have been deleted?

2. Which tools or procedures are suggested for recovery?

While sorting out some files and transfering them to another
hard disk, I accidentally deleted too much: the directory with
my videos taken by a digital camera. They were located in a
directory within a subtree, and I deleted the whole subtree
without first copying these files.

I used the Midnight Commander to do this. As I read from its
source code, it seems to use the unlink() call to delete the
subtree recursively. Pressing PF8 can really ruin your day...

Just after I noticed what I had done I unmounted the file system,
powered off the machine and put the disk on the shelf (it's still
there), no further write accesses.


unmounting could have made things worse :-/

it then actually cleaned up and wrote the changes
the best would have been to ahve hit CTLALTESC and dropped into 
the debugger

and then unplugged the drive..

still you MIGHT be lucky if the files are contiguous on disk (which 
images are likely to be.


I don't know hte tools bu there are some...
they are usually more useful for recovering from crashes etc.
the trouble with accidental deletes is that they often leave no
information as to what went where.

hopefully someone else can give you more info as to tools.




I would be glad if someone could enlighten me if there is any
chance to get the files back, even with the loss of the file
names (doesn't matter), and which tools seem to serve best in
this difficult task.

And if it's impossible, please tell me. I can newfs the disk
then and free it, along with my mind.




PS.
I'm posting this question to -fs, too. Answers from this list
please keep me in CC because I'm not subscribed to -fs. Thank you!



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


Re: Restore deleted files

2009-01-08 Thread Chuck Swiger

On Jan 8, 2009, at 3:28 PM, Polytropon wrote:

I'd like to ask a two-stage question:

1. Is it possible to recover files that have been deleted?

2. Which tools or procedures are suggested for recovery?


The preferred method is to recover files from backup.  If you don't  
take backups, you've decided that you don't really care about the  
data.  This being said, you might take a look at something like:



% cat /usr/ports/sysutils/sleuthkit/pkg-descr
The Sleuth Kit (previously known as TASK) is a collection of UNIX- 
based
command line file system and media management forensic analysis  
tools.  The
file system tools allow you to examine file systems of a suspect  
computer in

a non-intrusive fashion.

The media management tools allow you to examine the layout of disks  
and
other media.  The Sleuth Kit supports DOS partitions, BSD partitions  
(disk
labels), Mac partitions, Sun slices (Volume Table of Contents), and  
GPT
disks.  With these tools, you can identify where partitions are  
located and
extract them so that they can be analyzed with file system analysis  
tools.


WWW: http://www.sleuthkit.org/sleuthkit/


This can be used to attempt to undelete files from a UFS  
filesystem


Regards,
--
-Chuck

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


Get competitive price for Product Iphone 3G, RIM blackberry, HTC, Nikon

2009-01-08 Thread NO_REPLAY

   [1]Indoshop27 

Electronic Supplier

   [2]My Account   [3] Cart Contents   [4] Checkout 

 [5]Top » [6]Catalog [7]My Account  |  [8]Cart Contents  |
   [9]Checkout

   Categories
   [10]Camcorder,Handycame (10)
   [11]camera digital (16)
   [12]CD Games (6)
   [13]Cellphone (19)
   [14]Computer IT,Notebook (42)
   [15]Flesdisk,Memory
   [16]Games consoles (6)
   [17]HDTV, LCD, Monitor, Proje ctor (20)
   [18]MP3,MP4,Ipod,Player (7)
   [19]Printer digital (8)
   [20]Shoes (15)
   [21]Smartphone,PDA,PC pocket (29)
   [22]T-shirt (3)
   [23]Tuxedo (3)
   Manufacturers
   [Please Select]
   What's New? [24]more 
   [25]HTC Touch HD GPS 
   [26]HTC Touch HD GPS
   $327.00
   Quick Find
   __  Quick Find
   Use keywords to find the product you are looking for.
   [27]Advanced Search
   Information
   [28]Shipping  Returns
   [29]Privacy Notice
   [30]Conditions of Use
   [31]Contact Us
   What's New Here? What's New Here?
   Welcome Guest! Would you like to [32]log yourself in? Or would you
   prefer to [33]create an account?
   [logo.jpg]
   New Products For January
   [34]RIM BlackBerry Storm 9530 Smartphone 
   [35]RIM BlackBerry Storm 9530 Smartphone
   $712.00 [36]RIM¢î BlackBerry Storm 9500 
   [37]RIM¢î BlackBerry Storm 9500
   $659.00 [38]HTC Touch Pro GPS 
   [39]HTC Touch Pro GPS
   $239.00
   [40]HTC Touch HD GPS 
   [41]HTC Touch HD GPS
   $327.00 [42]Sony Ericsson XPERIA X1 + 16GB microSD Memory Card (solid
   black) 
   [43]Sony Ericsson XPERIA X1 + 16GB microSD Memory Card (solid black)
   $365.00 [44]RIM¢î BlackBerry Bold 9000 Smartphone 
   [45]RIM¢î BlackBerry Bold 9000 Smartphone
   $345.00
   [46]RIM¢î BlackBerry Bold 9000 Smartphone + Piel Frama Bold Case 
   [47]RIM¢î BlackBerry Bold 9000 Smartphone + Piel Frama Bold Case
   $475.00 [48]Panasonic CF-19 A rugged convertible tablet PC 
   [49]Panasonic CF-19 A rugged convertible tablet PC
   $1,566.00 [50]Panasonic Toughbook 74 - Core 2 Duo T7300 / 2 GHz -
   Centrino Duo 
   [51]Panasonic Toughbook 74 - Core 2 Duo T7300 / 2 GHz - Centrino Duo
   $1,870.00
   Shopping Cart [52]more 
   0 items
   Bestsellers
   01. [53]Adidas Adicolor High R2 (col red / whit e/ col red)
   02. [54]Calvin Klein Two-Button Black Tuxedo
   03. [55]Limited Tuxedo~new Napoli Italian 2 Button Men Tuxedo Suits
   Supe
   04. [56]Men's Super 140s Black Stretch Wool Tuxedo Suit
   05. [57]Pepsi 100% Recycled Tee Shirt
   06. [58]Pepsi-Cola Men's 1940's Vintage T-Shirt
   07. [59]Pepsi-Cola Men's 1971 Vintage T-Shirt
   08. [60]RIM¢î BlackBerry Bold 9000 Smartphone
   09. [61]Apple iPhone 16GB Smartphone (GSM, Bluetooth, 2MP, 16GB - MPN:
   M
   10. [62]Nokia N96 16GB Black
   Reviews [63]more 

   [64]Apple MacBook MB404LL/A 13.3-inch Laptop (2.4 GHz Intel Core 2 D 

   [65]Hallo Indoshop27 aku sudah terima orderku Nikon D700 aku da ..

   5 of 5 Stars!

   Languages
   [66]English 
   Currencies
   [US Dollar]

 Friday 09 January, 2009 27097 requests since Thursday 18
   September, 2008

   Copyright © 2003 - 2009 [67]Indoshop27

   [68][verotel_3.gif] 

References

   1. http://indoshop27.com/index.php?osCsid=33219b7db62016a88aab4b244b90d570
   2. http://indoshop27.com/account.php?osCsid=33219b7db62016a88aab4b244b90d570
   3. 
http://indoshop27.com/shopping_cart.php?osCsid=33219b7db62016a88aab4b244b90d570
   4. 
http://indoshop27.com/checkout_shipping.php?osCsid=33219b7db62016a88aab4b244b90d570
   5. http://indoshop27.com/
   6. http://indoshop27.com/index.php?osCsid=33219b7db62016a88aab4b244b90d570
   7. http://indoshop27.com/account.php?osCsid=33219b7db62016a88aab4b244b90d570
   8. 
http://indoshop27.com/shopping_cart.php?osCsid=33219b7db62016a88aab4b244b90d570
   9. 
http://indoshop27.com/checkout_shipping.php?osCsid=33219b7db62016a88aab4b244b90d570
  10. 
http://indoshop27.com/index.php?cPath=26osCsid=33219b7db62016a88aab4b244b90d570
  11. 
http://indoshop27.com/index.php?cPath=27osCsid=33219b7db62016a88aab4b244b90d570
  12. 
http://indoshop27.com/index.php?cPath=35osCsid=33219b7db62016a88aab4b244b90d570
  13. 
http://indoshop27.com/index.php?cPath=31osCsid=33219b7db62016a88aab4b244b90d570
  14. 
http://indoshop27.com/index.php?cPath=21osCsid=33219b7db62016a88aab4b244b90d570
  15. 
http://indoshop27.com/index.php?cPath=32osCsid=33219b7db62016a88aab4b244b90d570
  16. 
http://indoshop27.com/index.php?cPath=34osCsid=33219b7db62016a88aab4b244b90d570
  17. 
http://indoshop27.com/index.php?cPath=28osCsid=33219b7db62016a88aab4b244b90d570
  18. 
http://indoshop27.com/index.php?cPath=29osCsid=33219b7db62016a88aab4b244b90d570
  19. 
http://indoshop27.com/index.php?cPath=30osCsid=33219b7db62016a88aab4b244b90d570
  20. 
http://indoshop27.com/index.php?cPath=25osCsid=33219b7db62016a88aab4b244b90d570
  21. 
http://indoshop27.com/index.php?cPath=22osCsid=33219b7db62016a88aab4b244b90d570
  22. 
http://indoshop27.com/index.php?cPath=24osCsid=33219b7db62016a88aab4b244b90d570
  23. 

Re: issue with extra top level domain appened to mail

2009-01-08 Thread Chuck Swiger

On Jan 8, 2009, at 1:48 PM, Matthew Davidson [DATACOM] wrote:
[ ... ]

 SYSTEM IDENTITY (after readcf) 
 (short domain name) $w = MATDAV
 (canonical domain name) $j = MATDAV.datacom.net.nz
(subdomain name) $m = datacom.net.nz
 (node name) $k = MATDAV.datacom.net.nz



Agreed-- that looks fine.  Do you have unusual options like  
FEATURE(always_add_domain ...) set up?


--
-Chuck

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


Re: Restore deleted files

2009-01-08 Thread Roland Smith
On Fri, Jan 09, 2009 at 12:28:46AM +0100, Polytropon wrote:
 Hi,
 
 I'd like to ask a two-stage question:
 
 1. Is it possible to recover files that have been deleted?

Sure. You just restore them from backups. (Sorry, couldn't resist. :-)

If you don't have backups it might be possible, if the data has not been
overwritten.

 2. Which tools or procedures are suggested for recovery?

Try sysutils/sleuthkit [http://www.sleuthkit.org/].

snip
 Just after I noticed what I had done I unmounted the file system,
 powered off the machine and put the disk on the shelf (it's still
 there), no further write accesses.

You did the right thing here. Your information is probably still
there. It should probably be possible to restore the files, but it could
take a lot of effort. Use dd to make an image of the harddisk, and work on that.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpUJIfyGIdR1.pgp
Description: PGP signature


RE: issue with extra top level domain appened to mail

2009-01-08 Thread Matthew Davidson [DATACOM]
Do you have unusual options like FEATURE(always_add_domain ...) set up?


I haven't made any changes to the sendmail configuration.  It's straight
out of the CD vanila 6.3 Standard install.  I'm completetly stumped.
If I build with 6.1,  I don't have any issue.  If I build with 6.4,
same problem.

I might try rebuilding as 'matdav.datacom.com'.  Perhaps it's some bug
specific to the '.nz' TLD,  but that seems unlikely.

Matt



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


FreeBSD Boot Manager

2009-01-08 Thread Grant Peel
Hi all,

I was bored earlier tonight and I decided to tinker a bit with FreeBSD 6.4 on 
my Windows XP SP3 box.

In that machine, there is one SATA drive.

On that drive, there was about 100 GB of free space, so I decided to try 
putting FreeBSD 6.4 on it. 

During the install, I opted to use the Free BSD boot manage. The install went 
flawlessly.

The problem is, when I boot up I get:

F1 ??
F2 FreeBSD
F5 Disk1

F2, is obviously, the new installation of FreeBSD 6.4, which boots perfectly.
F5 is a spare SCSI disk connected to an Initio controller.

F1 is the probelem. Windose no longer boots. When I select F2, I simply get the 
cursor on a new line, and nothing happens.

Like this:

F1 ??
F2 FreeBSD
F5 Disk1
_

Any idea what I might need to do to make windows work again?

It may be worth mentioning, I had Norton GoBack running on the disk before I 
installed FreeBSD, although I am not aware if it does anything to the booting 
system.

All suggestions welcome,

-Grant
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD Boot Manager

2009-01-08 Thread Kurt Buff
On Thu, Jan 8, 2009 at 5:17 PM, Grant Peel gp...@thenetnow.com wrote:
 Hi all,

 I was bored earlier tonight and I decided to tinker a bit with FreeBSD 6.4 on 
 my Windows XP SP3 box.

 In that machine, there is one SATA drive.

 On that drive, there was about 100 GB of free space, so I decided to try 
 putting FreeBSD 6.4 on it.

 During the install, I opted to use the Free BSD boot manage. The install went 
 flawlessly.

 The problem is, when I boot up I get:

 F1 ??
 F2 FreeBSD
 F5 Disk1

 F2, is obviously, the new installation of FreeBSD 6.4, which boots perfectly.
 F5 is a spare SCSI disk connected to an Initio controller.

 F1 is the probelem. Windose no longer boots. When I select F2, I simply get 
 the cursor on a new line, and nothing happens.

 Like this:

 F1 ??
 F2 FreeBSD
 F5 Disk1
 _

 Any idea what I might need to do to make windows work again?

 It may be worth mentioning, I had Norton GoBack running on the disk before I 
 installed FreeBSD, although I am not aware if it does anything to the booting 
 system.

 All suggestions welcome,

 -Grant

www.bootdisk.com

Find a bootable floppy image there that includes a DOS fdisk, and
write it out to a floppy disk.

Boot your machine with that floppy, and at the DOS prompt, type 'fdisk
/mbr' - it will write a standard boot sector, and Windows should boot
again.

Of course, this will not allow you to boot to your new FreeBSD
installation, but with other folks' help, you can probably overcome
that - probably with GRUB, or another boot manager.

Kurt
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Sysinstall

2009-01-08 Thread Daniel Howard
On Thu, Jan 8, 2009 at 2:55 PM, Freminlins freminl...@gmail.com wrote:

 2009/1/8 Jerry McAllister jerr...@msu.edu
 
  Beyond that, it is just the pretty pictures
  that are missing.

 sysinstall also works over serial console. No use for pretty pictures
 there...


Oh My God!

If ever you weren't a fan of sysinstall, try YaST over a serial console.

http://dannyman.toldme.com/2006/09/06/serial-console-woes/

I still have nightmares.

-danny

-- 
http://dannyman.toldme.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


tstat

2009-01-08 Thread dikshie
hi
anyone successfully build tstat-2.0 on freebsd-7.1?
http://tstat.tlc.polito.it/software.php

mine failed:


In file included from ../tstat/naivebayes.c:22:
/usr/include/math.h:91:1: warning: this is the location of the
previous definition
../tstat/naivebayes.c: In function 'bayes_sample':
../tstat/naivebayes.c:1025: warning: implicit declaration of function
'__finitef'
../tstat/naivebayes.c:1025: warning: implicit declaration of function '__finite'
../tstat/naivebayes.c:1025: warning: implicit declaration of function
'__finitel'
mv -f .deps/naivebayes.Tpo .deps/naivebayes.Po
gcc -DHAVE_CONFIG_H -I. -I..-Wall  -DBUILT_USER=\`whoami`\
-DBUILT_HOST=\`hostname`\ -DBUILT_DATE=\`date`\
-DMSN_CLASSIFIER -DYMSG_CLASSIFIER -DXMPP_CLASSIFIER -DRTSP_CLASSIF
IER -DRTP_CLASSIFIER -DP2P_CLASSIFIER -DSKYPE_CLASSIFIER
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DLOG_ALL_UDP
-DGUNZIP=\gunzip\ -DZ7Z=\Z7z\ -DGROK_SNOOP -DGROK_TCPDUMP
-DGROK_NET
M -DGROK_ETHERPEEK -DGROK_NS -DGROK_NETSCOUT -DGROK_ERF
-DGROK_LIVE_TCPDUMP -g -ggdb -g -O2 -MT msn.o -MD -MP -MF
.deps/msn.Tpo -c -o msn.o `test -f '../tstat/msn.c' || echo
'./'`../tstat/ms
n.c
mv -f .deps/msn.Tpo .deps/msn.Po
gcc -DHAVE_CONFIG_H -I. -I..-Wall  -DBUILT_USER=\`whoami`\
-DBUILT_HOST=\`hostname`\ -DBUILT_DATE=\`date`\
-DMSN_CLASSIFIER -DYMSG_CLASSIFIER -DXMPP_CLASSIFIER -DRTSP_CLASSIF
IER -DRTP_CLASSIFIER -DP2P_CLASSIFIER -DSKYPE_CLASSIFIER
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DLOG_ALL_UDP
-DGUNZIP=\gunzip\ -DZ7Z=\Z7z\ -DGROK_SNOOP -DGROK_TCPDUMP
-DGROK_NET
M -DGROK_ETHERPEEK -DGROK_NS -DGROK_NETSCOUT -DGROK_ERF
-DGROK_LIVE_TCPDUMP -g -ggdb -g -O2 -MT misc.o -MD -MP -MF
.deps/misc.Tpo -c -o misc.o `test -f '../tstat/misc.c' || echo
'./'`../tsta
t/misc.c
mv -f .deps/misc.Tpo .deps/misc.Po
gcc -DHAVE_CONFIG_H -I. -I..-Wall  -DBUILT_USER=\`whoami`\
-DBUILT_HOST=\`hostname`\ -DBUILT_DATE=\`date`\
-DMSN_CLASSIFIER -DYMSG_CLASSIFIER -DXMPP_CLASSIFIER -DRTSP_CLASSIF
IER -DRTP_CLASSIFIER -DP2P_CLASSIFIER -DSKYPE_CLASSIFIER
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DLOG_ALL_UDP
-DGUNZIP=\gunzip\ -DZ7Z=\Z7z\ -DGROK_SNOOP -DGROK_TCPDUMP
-DGROK_NET
M -DGROK_ETHERPEEK -DGROK_NS -DGROK_NETSCOUT -DGROK_ERF
-DGROK_LIVE_TCPDUMP -g -ggdb -g -O2 -MT jabber.o -MD -MP -MF
.deps/jabber.Tpo -c -o jabber.o `test -f '../tstat/jabber.c' || echo
'./'
`../tstat/jabber.c
mv -f .deps/jabber.Tpo .deps/jabber.Po
gcc -DHAVE_CONFIG_H -I. -I..-Wall  -DBUILT_USER=\`whoami`\
-DBUILT_HOST=\`hostname`\ -DBUILT_DATE=\`date`\
-DMSN_CLASSIFIER -DYMSG_CLASSIFIER -DXMPP_CLASSIFIER -DRTSP_CLASSIF
IER -DRTP_CLASSIFIER -DP2P_CLASSIFIER -DSKYPE_CLASSIFIER
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DLOG_ALL_UDP
-DGUNZIP=\gunzip\ -DZ7Z=\Z7z\ -DGROK_SNOOP -DGROK_TCPDUMP
-DGROK_NET
M -DGROK_ETHERPEEK -DGROK_NS -DGROK_NETSCOUT -DGROK_ERF
-DGROK_LIVE_TCPDUMP -g -ggdb -g -O2 -MT ymsg.o -MD -MP -MF
.deps/ymsg.Tpo -c -o ymsg.o `test -f '../tstat/ymsg.c' || echo
'./'`../tsta
t/ymsg.c
mv -f .deps/ymsg.Tpo .deps/ymsg.Po
gcc -DHAVE_CONFIG_H -I. -I..-Wall  -DBUILT_USER=\`whoami`\
-DBUILT_HOST=\`hostname`\ -DBUILT_DATE=\`date`\
-DMSN_CLASSIFIER -DYMSG_CLASSIFIER -DXMPP_CLASSIFIER -DRTSP_CLASSIF
IER -DRTP_CLASSIFIER -DP2P_CLASSIFIER -DSKYPE_CLASSIFIER
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DLOG_ALL_UDP
-DGUNZIP=\gunzip\ -DZ7Z=\Z7z\ -DGROK_SNOOP -DGROK_TCPDUMP
-DGROK_NET
M -DGROK_ETHERPEEK -DGROK_NS -DGROK_NETSCOUT -DGROK_ERF
-DGROK_LIVE_TCPDUMP -g -ggdb -g -O2 -MT ipp2p_tstat.o -MD -MP -MF
.deps/ipp2p_tstat.Tpo -c -o ipp2p_tstat.o `test -f '../tstat/ipp2p_t
stat.c' || echo './'`../tstat/ipp2p_tstat.c
mv -f .deps/ipp2p_tstat.Tpo .deps/ipp2p_tstat.Po
gcc -DHAVE_CONFIG_H -I. -I..-Wall  -DBUILT_USER=\`whoami`\
-DBUILT_HOST=\`hostname`\ -DBUILT_DATE=\`date`\
-DMSN_CLASSIFIER -DYMSG_CLASSIFIER -DXMPP_CLASSIFIER -DRTSP_CLASSIF
IER -DRTP_CLASSIFIER -DP2P_CLASSIFIER -DSKYPE_CLASSIFIER
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DLOG_ALL_UDP
-DGUNZIP=\gunzip\ -DZ7Z=\Z7z\ -DGROK_SNOOP -DGROK_TCPDUMP
-DGROK_NET
M -DGROK_ETHERPEEK -DGROK_NS -DGROK_NETSCOUT -DGROK_ERF
-DGROK_LIVE_TCPDUMP -g -ggdb -g -O2 -MT p2p.o -MD -MP -MF
.deps/p2p.Tpo -c -o p2p.o `test -f '../tstat/p2p.c' || echo
'./'`../tstat/p2
p.c
mv -f .deps/p2p.Tpo .deps/p2p.Po
gcc -DHAVE_CONFIG_H -I. -I..-Wall  -DBUILT_USER=\`whoami`\
-DBUILT_HOST=\`hostname`\ -DBUILT_DATE=\`date`\
-DMSN_CLASSIFIER -DYMSG_CLASSIFIER -DXMPP_CLASSIFIER -DRTSP_CLASSIF
IER -DRTP_CLASSIFIER -DP2P_CLASSIFIER -DSKYPE_CLASSIFIER
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DLOG_ALL_UDP
-DGUNZIP=\gunzip\ -DZ7Z=\Z7z\ -DGROK_SNOOP -DGROK_TCPDUMP
-DGROK_NET
M -DGROK_ETHERPEEK -DGROK_NS -DGROK_NETSCOUT -DGROK_ERF
-DGROK_LIVE_TCPDUMP -g -ggdb -g -O2 -MT tcpL7.o -MD -MP -MF
.deps/tcpL7.Tpo -c -o tcpL7.o `test -f '../tstat/tcpL7.c' || echo
'./'`../
tstat/tcpL7.c
mv -f .deps/tcpL7.Tpo .deps/tcpL7.Po
gcc -DHAVE_CONFIG_H -I. -I..-Wall  -DBUILT_USER=\`whoami`\
-DBUILT_HOST=\`hostname`\ -DBUILT_DATE=\`date`\

Re: FreeBSD Boot Manager

2009-01-08 Thread Steve Bertrand
Kurt Buff wrote:
 On Thu, Jan 8, 2009 at 5:17 PM, Grant Peel gp...@thenetnow.com wrote:

 On that drive, there was about 100 GB of free space, so I decided to try 
 putting FreeBSD 6.4 on it.

 During the install, I opted to use the Free BSD boot manage. The install 
 went flawlessly.

 Any idea what I might need to do to make windows work again?

 It may be worth mentioning, I had Norton GoBack running on the disk before I 
 installed FreeBSD, although I am not aware if it does anything to the 
 booting system.

 www.bootdisk.com
 
 Find a bootable floppy image there that includes a DOS fdisk, and
 write it out to a floppy disk.
 
 Boot your machine with that floppy, and at the DOS prompt, type 'fdisk
 /mbr' - it will write a standard boot sector, and Windows should boot
 again.
 
 Of course, this will not allow you to boot to your new FreeBSD
 installation, but with other folks' help, you can probably overcome
 that - probably with GRUB, or another boot manager.

Technically (theoretically) speaking, using a Win32 boot disk to fdisk
/mbr, he should be able to re-initialize the FBSD boot loader by going
through the steps he did initially.

AFAIR, Symantec GoBack, along with many other 'in-disk' restoration
programs, overwrite the boot sector with its own code.

If the OP can boot back into Windows with the fdisk /mbr, he has likely
done both:

- broke his GoBack program's ability to recover, and;
- made it possible to restore the FBSD boot manager

If Windows boots after following Kurt's recommendation of restoring the
Windows MBR, back up your Windows system, then try FreeBSD again.

You sound courageous, give 'er!


Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: issue with extra top level domain appened to mail

2009-01-08 Thread Steve Bertrand
Matthew Davidson [DATACOM] wrote:
 Do you have unusual options like FEATURE(always_add_domain ...) set up?
 
 
 I haven't made any changes to the sendmail configuration.  It's straight
 out of the CD vanila 6.3 Standard install.  I'm completetly stumped.
 If I build with 6.1,  I don't have any issue.  If I build with 6.4,
 same problem.
 
 I might try rebuilding as 'matdav.datacom.com'.  Perhaps it's some bug
 specific to the '.nz' TLD,  but that seems unlikely.

Show output for:

# ifconfig
# dig @localhost matdav.datacom.net

Then, get the nameserver IP address out of /etc/resolv.conf, and
assuming that $IP is equal to the IP address of the nameserver,:

# dig @$IP matdav.datacom.net

This problem resembles an issue with a missing '.' trailer somewhere
within a naming application...

Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Updating from 7.0 to 7.1

2009-01-08 Thread Gabriel Lavoie
For me it was worth the effort as 7.1 has the driver for the network
interface found on my motherboard (Atheros L1E) and has an updated est
(SpeedStep) driver that support my CPU (45nm Pentium Dual Core E5200).
The update using freebsd-update was quick and went smoothly. Also, the
new scheduler is now enabled but I can't tell yet if it performs
better on an SMP system.

Gabriel

2009/1/8 David Karapetyan david.karapet...@gmail.com:
 Hello, I was wondering if it was worth the time or effort to update from
 fbsd 7.0 to 7.1. From what I see, the only major change is the inclusion
 of dtrace. I am leaning towards not switching, but it seems a lot of
 people are.

 On Thu, Jan 08, 2009 at 05:50:24PM -0500, Gabriel Lavoie wrote:
 It depends. This update was related to the flaw found in OpenSSL
 recently. Since this update didn't touch the kernel, it's normal that
 your're still on the 7.1-RELEASE kernel. The kernel version changes
 only when an update touches it directly.

 Gabriel

 2009/1/8 Ivailo Bonev ibb_o...@mbox.contact.bg:
  I've tried to install latest security patches with
  # freebsd-update fetch
  # freebsd-update install
  # reboot
  but after reboot
  # uname -r tells me that I have
  7.1-RELEASE
  If I understand corectly from handbook, it should tells me -p1?
  Is there somthing that I am missing?
  ... and sorry for my bad English :)
 
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
  freebsd-questions-unsubscr...@freebsd.org
 



 --
 Gabriel Lavoie
 glav...@gmail.com
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

 --
 --
 Best,
 David Karapetyan
 http://davidkarapetyan.homeunix.com
 University of Notre Dame
 Department of Mathematics
 255 Hurley Hall
 Notre Dame, IN 46556-4618
 Phone: 574-631-5706
 Cell:  202-460-5173
 Fax:   574-631-6579

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




-- 
Gabriel Lavoie
glav...@gmail.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD Boot Manager

2009-01-08 Thread Grant Peel

Can I use a windows install cd's R option to do the fdisk /mbr ?

-Grant

- Original Message - 
From: Kurt Buff kurt.b...@gmail.com

To: Grant Peel gp...@thenetnow.com
Cc: freebsd-questions@freebsd.org
Sent: Thursday, January 08, 2009 8:23 PM
Subject: Re: FreeBSD Boot Manager



On Thu, Jan 8, 2009 at 5:17 PM, Grant Peel gp...@thenetnow.com wrote:

Hi all,

I was bored earlier tonight and I decided to tinker a bit with FreeBSD 
6.4 on my Windows XP SP3 box.


In that machine, there is one SATA drive.

On that drive, there was about 100 GB of free space, so I decided to try 
putting FreeBSD 6.4 on it.


During the install, I opted to use the Free BSD boot manage. The install 
went flawlessly.


The problem is, when I boot up I get:

F1 ??
F2 FreeBSD
F5 Disk1

F2, is obviously, the new installation of FreeBSD 6.4, which boots 
perfectly.

F5 is a spare SCSI disk connected to an Initio controller.

F1 is the probelem. Windose no longer boots. When I select F2, I simply 
get the cursor on a new line, and nothing happens.


Like this:

F1 ??
F2 FreeBSD
F5 Disk1
_

Any idea what I might need to do to make windows work again?

It may be worth mentioning, I had Norton GoBack running on the disk 
before I installed FreeBSD, although I am not aware if it does anything 
to the booting system.


All suggestions welcome,

-Grant


www.bootdisk.com

Find a bootable floppy image there that includes a DOS fdisk, and
write it out to a floppy disk.

Boot your machine with that floppy, and at the DOS prompt, type 'fdisk
/mbr' - it will write a standard boot sector, and Windows should boot
again.

Of course, this will not allow you to boot to your new FreeBSD
installation, but with other folks' help, you can probably overcome
that - probably with GRUB, or another boot manager.

Kurt
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org




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


Re: FreeBSD Boot Manager

2009-01-08 Thread Grant Peel

So then,

IF we are able to restore the Windows MBR, and boot into windows, should we 
not be able to boot the machine with a bootable FreeBSD disk, then, use 
Sysinstall to restore the FreeBSD boot manager?


-Grant

- Original Message - 
From: Steve Bertrand st...@ibctech.ca

To: Kurt Buff kurt.b...@gmail.com
Cc: Grant Peel gp...@thenetnow.com; freebsd-questions@freebsd.org
Sent: Thursday, January 08, 2009 8:33 PM
Subject: Re: FreeBSD Boot Manager



Kurt Buff wrote:

On Thu, Jan 8, 2009 at 5:17 PM, Grant Peel gp...@thenetnow.com wrote:


On that drive, there was about 100 GB of free space, so I decided to try 
putting FreeBSD 6.4 on it.


During the install, I opted to use the Free BSD boot manage. The install 
went flawlessly.



Any idea what I might need to do to make windows work again?

It may be worth mentioning, I had Norton GoBack running on the disk 
before I installed FreeBSD, although I am not aware if it does anything 
to the booting system.



www.bootdisk.com

Find a bootable floppy image there that includes a DOS fdisk, and
write it out to a floppy disk.

Boot your machine with that floppy, and at the DOS prompt, type 'fdisk
/mbr' - it will write a standard boot sector, and Windows should boot
again.

Of course, this will not allow you to boot to your new FreeBSD
installation, but with other folks' help, you can probably overcome
that - probably with GRUB, or another boot manager.


Technically (theoretically) speaking, using a Win32 boot disk to fdisk
/mbr, he should be able to re-initialize the FBSD boot loader by going
through the steps he did initially.

AFAIR, Symantec GoBack, along with many other 'in-disk' restoration
programs, overwrite the boot sector with its own code.

If the OP can boot back into Windows with the fdisk /mbr, he has likely
done both:

- broke his GoBack program's ability to recover, and;
- made it possible to restore the FBSD boot manager

If Windows boots after following Kurt's recommendation of restoring the
Windows MBR, back up your Windows system, then try FreeBSD again.

You sound courageous, give 'er!


Steve



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


Re: FreeBSD Boot Manager

2009-01-08 Thread Steve Bertrand
Grant Peel wrote:
 So then,
 
 IF we are able to restore the Windows MBR, and boot into windows, should
 we not be able to boot the machine with a bootable FreeBSD disk, then,
 use Sysinstall to restore the FreeBSD boot manager?

Yes, that is exactly what I was getting at.

Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD Boot Manager

2009-01-08 Thread Steve Bertrand
Grant Peel wrote:
 Can I use a windows install cd's R option to do the fdisk /mbr ?

I don't know.

It's been $years since I've had to use a Windows install CD for such a
thing.

If it's win32, my experience would have me recommend just booting from a
floppy of a win boot disk to restore the MBR. It's just quick that way.
If my memory serves right, even a win98 boot disk should work.

Why load up all of the unneeded Windows device drivers and other stuff,
if you can just 'fix' it?

IIRC, just to get to the `Recovery Console' (if you please) takes many,
many minutes.

Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Sun sucks

2009-01-08 Thread RW
On Thu, 8 Jan 2009 17:10:10 -0500
Ansar Mohammed ans...@gmail.com wrote:


 After registering Sun complains that they don't like my ID and I need
 to provide more information. I create another account. Same problem.
 After 3 months I finally get an email saying they want clarification
 on the acronym for my company. 


Well there's your problem. You gave them too much information in the
first place. I usually just make-up a name as a matter of principle.

Just create a new account for some made-up name, don't specify any
company, download your file, and then (if you really care) go through
the hoops afterwards.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


RE: Sun sucks

2009-01-08 Thread Ansar Mohammed
Been there, did that same result :)


-Original Message-
From: owner-freebsd-questi...@freebsd.org
[mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of RW
Sent: Thursday, January 08, 2009 10:48 PM
To: freebsd-questions@freebsd.org
Subject: Re: Sun sucks

On Thu, 8 Jan 2009 17:10:10 -0500
Ansar Mohammed ans...@gmail.com wrote:


 After registering Sun complains that they don't like my ID and I need
 to provide more information. I create another account. Same problem.
 After 3 months I finally get an email saying they want clarification
 on the acronym for my company. 


Well there's your problem. You gave them too much information in the
first place. I usually just make-up a name as a matter of principle.

Just create a new account for some made-up name, don't specify any
company, download your file, and then (if you really care) go through
the hoops afterwards.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

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


Re: Sun sucks

2009-01-08 Thread Jon Radel
Ansar Mohammed wrote:
 Been there, did that same result :)

And in what country is the IP address you were coming from?  It can make
a huge difference when dealing with a company which has to comply with
export regulations for some of their products.

--Jon Radel
j...@radel.com


smime.p7s
Description: S/MIME Cryptographic Signature


Re: Sun sucks

2009-01-08 Thread Steve Bertrand
RW wrote:
 On Thu, 8 Jan 2009 17:10:10 -0500
 Ansar Mohammed ans...@gmail.com wrote:
 
 
 After registering Sun complains that they don't like my ID and I need
 to provide more information. I create another account. Same problem.
 After 3 months I finally get an email saying they want clarification
 on the acronym for my company. 
 
 
 Well there's your problem. You gave them too much information in the
 first place. I usually just make-up a name as a matter of principle.
 
 Just create a new account for some made-up name, don't specify any
 company, download your file, and then (if you really care) go through
 the hoops afterwards.

Improper subject, wrong attitude.

If one wishes to use a license from another product that is outside of
the BSD license scope, then follow it properly.

FreeBSD (  personnel) does a magnificent job of keeping
outside-licensed code and objects separate from itself, and I'd rather
jump through burning hoops of flame to 'add on' to the system to mend it
to my needs, as opposed to  having the system, and possibly its users,
face legal ramifications later...

If you need outside software that requires reading any sort of an
'Agreement', then follow the 'Agreement' until you get rights to use the
software.

FreeBSD isn't about 'easy'. It's about 'right'. Installation methods
print out information about external licenses for a reason. Ask those
external places how to get around their sign-ups...don't ask here.

For that matter, don't answer such questions here, either.

Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


newbie: does irq setting in device.hints work?

2009-01-08 Thread Zhang Weiwu
Hello. I come across device.hints manual which says I can set irq for
each device there. I am using 6.1.

The settings I made in devices.hints never worked. e.g.

hint.uhci.0.at=pci
hint.uhci.0.irq=12

I can set whatever value for irq and it always rebooted as irq 11.

However 'disabled=1' works.

That's strange, I didn't find manual where it say it work in some
condition or for some device only.

Is there a way to assign uhci to use an irq differently? seems it is the
cause of an interrupt storm problem I am having.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


how to use the MFS ?

2009-01-08 Thread PstreeM China
hi all:

  i want to know ,how to compile better speed during the installation of
Ports , use the memery filesystem(MFS) ..

  during make world , mount the md0 to /usr/obj , but what can i do for
the port ?

  thanks !!


PstreeM at  2009-01-09
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


RE: Sun sucks

2009-01-08 Thread Ansar Mohammed
Canada.
Is there an embargo ?

-Original Message-
From: Jon Radel [mailto:j...@radel.com] 
Sent: Thursday, January 08, 2009 11:08 PM
To: Ansar Mohammed
Cc: freebsd-questions@freebsd.org
Subject: Re: Sun sucks

Ansar Mohammed wrote:
 Been there, did that same result :)

And in what country is the IP address you were coming from?  It can make
a huge difference when dealing with a company which has to comply with
export regulations for some of their products.

--Jon Radel
j...@radel.com

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


RE: Sun sucks

2009-01-08 Thread Ansar Mohammed
Steve, we have ports for a reason. So that it's EASY to compile and deploy
apps on FreeBSD.
If we need to fireup a web browser register on a website wait three months
for approval then go to 3 separate sites to MANUALLY download the software
and transfer it to FreeBSD, what's the bloody point? 

Abiding by the software license I agree with, clearly there is no room
there. But why is this process so utterly retarded for something as critical
and common as Java?


-Original Message-
From: owner-freebsd-questi...@freebsd.org
[mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Steve Bertrand
Sent: Thursday, January 08, 2009 11:16 PM
To: RW
Cc: freebsd-questions@freebsd.org
Subject: Re: Sun sucks

RW wrote:
 On Thu, 8 Jan 2009 17:10:10 -0500
 Ansar Mohammed ans...@gmail.com wrote:
 
 
 After registering Sun complains that they don't like my ID and I need
 to provide more information. I create another account. Same problem.
 After 3 months I finally get an email saying they want clarification
 on the acronym for my company. 
 
 
 Well there's your problem. You gave them too much information in the
 first place. I usually just make-up a name as a matter of principle.
 
 Just create a new account for some made-up name, don't specify any
 company, download your file, and then (if you really care) go through
 the hoops afterwards.

Improper subject, wrong attitude.

If one wishes to use a license from another product that is outside of
the BSD license scope, then follow it properly.

FreeBSD (  personnel) does a magnificent job of keeping
outside-licensed code and objects separate from itself, and I'd rather
jump through burning hoops of flame to 'add on' to the system to mend it
to my needs, as opposed to  having the system, and possibly its users,
face legal ramifications later...

If you need outside software that requires reading any sort of an
'Agreement', then follow the 'Agreement' until you get rights to use the
software.

FreeBSD isn't about 'easy'. It's about 'right'. Installation methods
print out information about external licenses for a reason. Ask those
external places how to get around their sign-ups...don't ask here.

For that matter, don't answer such questions here, either.

Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

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


programs...

2009-01-08 Thread Gary Kline

Guys,

I've going to give away what I think could be at least a
multi-thousand dollar idea, something we nearly have already.
And a wish-list for a program that does not, AFAIK, exist.

First, the wish-for:: given all the kinds of video and audio
programs that are now on the web, how difficult would it be
to have a GUI [interface] program pop up a screen with date of
airing, and/or date of podcast?  Not to exceed several hours
worth of recorded podcasts... or live recording.

I can only give examples of thing I watch, but this will give
you some idea.  And bear in mind that at least FreeBSD cannot
capture some programs.  Like FRONTLINE on PBS.

But for the sake of argument, let's say that firefox or
whatever browser or kmplayer or another player did have the
proper codecs.

This GUI app  would find, fetch, and store in /usr/local/tmp
FRONTLINE, NOVA, In Our Time and Everyday Ethics [BBC],
and Marketplace, Weekend, 10jan09.  

When these programs were safely in /usr/local/tmp/Pods, the
program would send mail or otherwise inform the user.

How doable is this...?  and, yes, i know that many of these
audio files can be subscribed to as podcasts.  I have several
on my Google page.  

gary

PS:  oTher, larger idea next, separate post.



-- 
 Gary Kline  kl...@thought.org  http://www.thought.org  Public Service Unix
http://jottings.thought.org   http://transfinite.thought.org
First update of http://transfinite.thought.org/ab/ in seven months.

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


Re: how to use the MFS ?

2009-01-08 Thread Dan Nelson
In the last episode (Jan 09), PstreeM China said:
 hi all:
 
 i want to know ,how to compile better speed during the installation
 of Ports , use the memery filesystem(MFS) ..
 
 during make world , mount the md0 to /usr/obj , but what can i do for
 the port ?

Set WRKDIRPREFIX to point to a directory in your mfs filesystem, and
all the .../work/ directories will get created there.

-- 
Dan Nelson
dnel...@allantgroup.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD 7.1, nvidia-driver, GeForce 8500 GT

2009-01-08 Thread Giuseppe Pagnoni
-- Forwarded message --
From: Giuseppe Pagnoni gpagn...@gmail.com
Date: Thu, Jan 8, 2009 at 6:11 PM
Subject: Re: FreeBSD 7.1, nvidia-driver, GeForce 8500 GT
To: Pieter de Goeje pie...@degoeje.nl


Dear Pieter,

thanks for the information.  Unfortunately, putting the line
hw.physmem=3G in /boot/loader.conf as you suggested does not prevent
the system from crashing when starting X (even using 2G), while
taking physically out the 2G memory bank  from the motherboard does.
That's a pity because this being a dual boot system, I could have left
the 4 GB of RAM in when using the other OS   Is there any other
option that you would be aware of?

thanks again

giuseppe

On Thu, Jan 8, 2009 at 1:44 PM, Pieter de Goeje pie...@degoeje.nl wrote:
  How much memory do you have?  Freebsd/Nvidia doesn't work with 4Gigs
  of memory OR PAE enabled kernels.  Nvidia's forums have lots more
  information
  regarding this.
 
  I'm not sure of the internals exactly, but the amount of onboard memory
  plus the memory that comes with the card can't exceed 4G.  (I could be
  wrong, but I think this is accurate).  In this case, assuming you have a
  512M card or similar then 3 Gigs of memory should work.  I have seen
  reports of 2Gigs of memory working (i386) and am sure that works without
  problems. amd64 doesn't work at all, as you have already stated.
 
  If you have a requirement to use the nvidia based graphics driver, then
  you really don't have an alternative at this time, then to remove system
  memory from your main board.
 
  ~Paul

 Putting hw.physmem=3G in /boot/loader.conf might also work.

 --
 Pieter de Goeje





--
Giuseppe Pagnoni
Dip. Scienze Biomediche
Sezione Fisiologia
Univ. di Modena e Reggio Emilia
Via Campi 287
I-41100 Modena, Italy
Tel: +39-059-205-5742
Fax: +39-059-205-5363



-- 
Giuseppe Pagnoni
Dip. Scienze Biomediche
Sezione Fisiologia
Univ. di Modena e Reggio Emilia
Via Campi 287
I-41100 Modena, Italy
Tel: +39-059-205-5742
Fax: +39-059-205-5363
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


  1   2   >