Re: what way to update named?

2007-08-01 Thread Olivier Nicole
 I think this was it. I originally used sudo but second time I did it as su
 and it went very well. Thank you!

I always build ports using sudo (I have not been using su for years).

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


Re: updating multiple freebsd desktops

2007-08-01 Thread Rakhesh Sasidharan


On Tue, 31 Jul 2007, Garrett Cooper wrote:


Rakhesh Sasidharan wrote:


On Tue, 31 Jul 2007, Bram Van Steenlandt wrote:
So what I would really like is to make one machine the build/test machine 
and keep this machine up to date with the ports and portmanager or so.
Can I then set up some kind of repo with the packages from this machine 
and run something like yum upgrade on every desktop we have ?


1. Use one machine as the build/ test machine. Let /usr/ports be on that, 
and shared to all the other machines.


2. Keep the ports tree up-to-date on this machine, and while building ports 
make packages too. (`make package-recursive` will do I guess). These will 
be stored on /usr/ports/packages.


3. On the clients, let /usr/ports be the shared one from the main machine.
  a) If you want to find the packages that need updating, use
 something like `pkg_version -l `.
  b) If you want to update *all* the packages, use something like
 `portupgrade -aPP`.

I haven't done any of these myself. Just that if I were in a situation such 
as yours, this is what I'd probably do.


Regards,
Rakhesh
rsync or some other means of sharing data may be better than a global share 
as you might have one machine with a different architecture building under a 
work directory in the /usr/ports directory.


Or set WRKDIRPREFIX=   /tmp in your /etc/make.conf on all machines ... ?

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


Re: BSD Tar Question

2007-08-01 Thread Garrett Cooper

Rakhesh Sasidharan wrote:


On Tue, 31 Jul 2007, Garrett Cooper wrote:


Rakhesh Sasidharan wrote:


On Tue, 31 Jul 2007, Chris Maness wrote:

Does BSD tar implementation support splitting the archives?  I have 
a 8G file that I want to burn on DVDs.  I used to be able to do 
this with the linux GNU tar.


I don't think so (atleast its not there in the manpages). Maybe you 
can use the GNU version of tar from archivers/gtar?


Regards,
Rakhesh


  Why not use tar -c[j|z]vf - | split ? See split(1) for more info.
-Garrett


Silly me! I did check the split(1) manpage before posting that, you 
know. But I guess I didn't read carefully, coz somehow I got the 
impression it doesn't work on binary files. I checked again now -- 
you're right. split(1) should do ...


Thanks,
Rakhesh

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


Re: what way to update named?

2007-08-01 Thread perryh
  Are you sure your run the make with sufficient priviledges?

 I think this was it. I originally used sudo but second time
 I did it as su and it went very well. Thank you!

If sudo to root does not give the same privs as su to root,
I'd guess sudo is either buggy or not configured properly.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: what way to update named?

2007-08-01 Thread Zbigniew Szalbot

Hello,

 If sudo to root does not give the same privs as su to root,
 I'd guess sudo is either buggy or not configured properly.

Not sure what to say. I had the same situation on two machines. It is
possible that my sudo is not configured properly but yet in a year's time
of living in UNIX world it is first time I reverted to su. Increased
privelages of sudo were always enough. 

Thanks!

-- 
Zbigniew Szalbot

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


Re: ldap_sasl_interactive_bind_s: Can't contact LDAP server (-1)

2007-08-01 Thread Gaye Abdoulaye Walsimou

Zo Amb a écrit :

Hi lists,
I really need some help. Since the last two weeks, I've been trying to 
configure Openldap on a FreeBSD 6.2-RELEASE. But I just can't go further 
because I get always the same error while I try to use the ldapadd command. 
It says :

ldap_sasl_interactive_bind_s: Can't contact LDAP server (-1)

Any ideas ?

Zo Amb
  
Does the LDAP server run? It seems not! To add entries in a database 
while the server is not running, you  have to use slapadd instead of 
ldapadd. This link can help I think: 
http://www.openldap.org/doc/admin23/dbtools.html

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


Re: help:make installworld(creating osreldate.h from newvers.sh touch: not found *** Error code 127)

2007-08-01 Thread Roy

   Kent Stewart #20889;#36947;:

On Tuesday 31 July 2007, [EMAIL PROTECTED] wrote:


On Wed, 1 Aug 2007, Roy wrote:


[EMAIL PROTECTED] ~]$ uname -a
FreeBSD admin.tmdxy.org 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-p6 #0:
Tue Jul 31 23:11:21 CST 2007
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/RoyKernel i386

--



Installing everything


--
cd /usr/src; make -f Makefile.inc1 install
=== share/info (install)
=== include (install)
creating osreldate.h from newvers.sh
touch: not found
*** Error code 127

Stop in /usr/src/include.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


Your system's definitely fubar'ed. touch should be found immediately
unless /bin isn't in $PATH.



Touch isn't needed in a good installworld. This usually means your
system date is seriously off. If you use local clock in your cmos, you
need to adjkerntz -i when you boot to single user.

Kent




   thanks,
   admin# echo $PATH
   /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bi
   n:/usr/X11R6/bin:/root/bin
   and, i have executed the statement 'adjkerntz -i' ,when i make
   installworld

References

   1. mailto:[EMAIL PROTECTED]
   2. mailto:[EMAIL PROTECTED]:/usr/obj/usr/src/sys/RoyKernel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Cleartype-similar?

2007-08-01 Thread Roger Olofsson

Dear Mailing List,

Is there something similar to cleartype for FreeBSD?

Grateful for any replies!

Greetings

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


Re: Cleartype-similar?

2007-08-01 Thread Adam J Richardson

Roger Olofsson wrote:

Dear Mailing List,

Is there something similar to cleartype for FreeBSD?

Grateful for any replies!

Greetings

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


Hi Roger,

I believe you are after FreeType. Should be in the ports tree.

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


Re: xorg update (not) - configuration for ports

2007-08-01 Thread Adam J Richardson

Neil Short wrote:

several of my computers run just fine on the old xorg.
Is there some configuration tool I can put into some
makefile somewhere that will tell the ports to use the
un-updated version of xorg - so the ports won't try to
update stuff in the xorg libraries?

I updated xorg on one computer that needed it and I
was shocked that every single application needed to be
recompiled - including the big woppers like open
office. I don't want to go through that again if I
don't have to.


Hi Neil,

There's a number of ways. This question was asked recently. You can use 
IGNORE lines in your portsmanager config, or HOLD_PKGS in pkgtools.conf 
if you prefer portupgrade.


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


Re: cookbook for using gutenprint

2007-08-01 Thread Adam J Richardson

Neil Short wrote:

has anybody written - or has anybody considered
writing - a cookbook for using gutenprint on FreeBSD?


Hi Neil,

Why not write one yourself? That's the surest way to learn.

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


Re: Waiting for BIND security announcement

2007-08-01 Thread Jeffrey Goldberg

On Jul 31, 2007, at 10:05 PM, A.G. Russell IV wrote:


On Thu, Jul 26, 2007 at 10:48:10AM +0200, Zbigniew Szalbot wrote:

On 7/25/07, Doug Barton [EMAIL PROTECTED] wrote:


RELENG_6 was updated shortly after the release of 9.3.4. I'll be
updating RELENG_[56] with the new 9.3.4-P1 version after I'm done
regression testing it, which should be some time tonight. Same for
updating HEAD with 9.4.1-P1.


I am running FreeBSD 6.2-RELEASE-p6 and BIND 9.3.3 (not from  
ports but
installed with the system. At least when I do pgk_info -Ix bind I  
am told
there is no such package installed). Where can I find information  
on BIND
upgrade? I tried freebsd-update but it did not think I needed any  
updates

:)




 mine, which was updated a few minutes ago, is still at bind 9.3.3


It appears that BIND has only been fixed in -STABLE and -CURRENT, but  
not in -RELEASE.  Does anyone know if there are plans to get this  
patched in 6.2?


For me it makes little difference since I am not (yet) running named  
in a publicly accessible way.  But my medium term plans for my DNS do  
involve me running a public nameserver on the latest RELEASE with all  
patches.


It does worry me if this kind of thing doesn't get patched in the  
latest RELEASE.


-j



--
Jeffrey Goldberghttp://www.goldmark.org/jeff/

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


Re: help, i'm setting up a router

2007-08-01 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

[EMAIL PROTECTED] wrote:

 I'm making a FreeBSD router with ppp and telnet access to it (currently
 part of a network with a hardware router). When I have 1 NIC in the
 FreeBSD machine (rl0), telnet works fine. Then I add another NIC (ed0).
 Telnet still works. rc.conf:
 
   ipconfig_rl0=inet 192.168.123.251 netmask 255.255.255.0
   #ipconfig_ed0=inet 192.168.123.251 netmask 255.255.255.0
   hostname=qw.erty.com
   defaultrouter=192.168.123.254
   inetd_enable=YES
   gateway_enable=YES

Routers forward packets between different IP networks.  Or in other
words, the IP numbers on the different interfaces on your router
should not just be different -- they should come from completely
different subnets too.

I think that the keyword for you is 'bridging'. There's a whole
article about it here:

http://www.freebsd.org/doc/en_US.ISO8859-1/articles/filtering-bridges/article.html

plus Google will turn up plenty more.

Cheers,

Matthew

- --
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGsIB+8Mjk52CukIwRCHKvAKCRoefdQXWsR+f3GDhvmau5+aBs5ACfViIl
ou/2rQONQsxnEdOZk/AtuEA=
=aq1G
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


help, i'm setting up a router

2007-08-01 Thread deeptech71

Hi,

I'm making a FreeBSD router with ppp and telnet access to it (currently part of 
a network with a hardware router). When I have 1 NIC in the FreeBSD machine 
(rl0), telnet works fine. Then I add another NIC (ed0). Telnet still works. rc.conf:


  ipconfig_rl0=inet 192.168.123.251 netmask 255.255.255.0
  #ipconfig_ed0=inet 192.168.123.251 netmask 255.255.255.0
  hostname=qw.erty.com
  defaultrouter=192.168.123.254
  inetd_enable=YES
  gateway_enable=YES

My PC (192.168.123.111) is hooked up with the FreeBSD box, and through that, to 
the hardware router. In both cases, when the second line is commented or 
uncommented, routing doesn't seem to work. (Even if I change the second IP 
address, but why would that be good?) However, when it's uncommented, I can't 
connect to the FreeBSD via telnet! Errors on the FreeBSD screen, when my PC is 
hooked up with rl0:

ed0: device timeout
and when hooked up with ed0:
kernel: arp: 192.168.123.111 is on ed0, but got reply [a MAC address] on rl0
WTF?!

I have low experience with FreeBSD. What more should I do to make the routing 
work?

One more question, what files does sysinstall edit (such as /etc/rc.conf) when 
configuring network interfaces?


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


Re: help, i'm setting up a router

2007-08-01 Thread deeptech71

Matthew Seaman wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

[EMAIL PROTECTED] wrote:


I'm making a FreeBSD router with ppp and telnet access to it (currently
part of a network with a hardware router). When I have 1 NIC in the
FreeBSD machine (rl0), telnet works fine. Then I add another NIC (ed0).
Telnet still works. rc.conf:

  ipconfig_rl0=inet 192.168.123.251 netmask 255.255.255.0
  #ipconfig_ed0=inet 192.168.123.251 netmask 255.255.255.0
  hostname=qw.erty.com
  defaultrouter=192.168.123.254
  inetd_enable=YES
  gateway_enable=YES


Routers forward packets between different IP networks.  Or in other
words, the IP numbers on the different interfaces on your router
should not just be different -- they should come from completely
different subnets too.

I think that the keyword for you is 'bridging'. There's a whole
article about it here:

http://www.freebsd.org/doc/en_US.ISO8859-1/articles/filtering-bridges/article.html

plus Google will turn up plenty more.

Cheers,

Matthew

- --
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGsIB+8Mjk52CukIwRCHKvAKCRoefdQXWsR+f3GDhvmau5+aBs5ACfViIl
ou/2rQONQsxnEdOZk/AtuEA=
=aq1G
-END PGP SIGNATURE-



Yes that would be the correct word. My net is 192.168.123.0/24, the hardware 
router connected to the modem is 192.168.123.254, and I was trying to be 
connected through the FreeBSD box. Then later do this:

Internet---ADSL_modem---FreeBSD---Other_PCs
That is still called bridging, yes?

Thx for the info, i'll try this and see how it turns out.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Cannot post because of spamassassin blocking my mail

2007-08-01 Thread Eric Crist

On Jul 31, 2007, at 1:29 PMJul 31, 2007, Adam J Richardson wrote:


ytriffy wrote:

Hi list.
Whenever I try to post I get something like this:
Your mail to 'freebsd-questions' with the subject
   [panic]page fault while in kernel mode
Is being held until the list moderator can review it for approval.
The reason it is being held:
   SpamAssassin identified this message as possible spam
Although I'm subscribed user of mailing lists.
What should I do?


Hi ytriffy,

You're posting from gmail.com. That's a known public email domain,  
that is. I would guess you'd get the same problem coming from  
yahoo.com or hotmail.com. Do you have a friend running their own  
email server, so you could get a private email address? Or does  
your ISP not supply you with a private email address?


I don't know for sure, but I think SpamAssassin would label any  
publically accessible email server as possible spam source.  
That's what I'd do, for sure.


Adam,

I've been posting to the list through gmail for quite some time,  
without issue.  I don't think that's the OP's problem.


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


Re: relaying mail

2007-08-01 Thread Derek Ragona

At 05:19 PM 7/31/2007, Christopher Cowart wrote:

On Tue, Jul 31, 2007 at 08:03:50PM +0200, Michael Grant wrote:
 In one of my domains, I have the MX record for it set up to my server.
  But for one of the users within that domain, their mail needs to be
 shuffled off to a different server at google.  But I can't just
 forward it because it's like an MX host I'd need to forward it to.
 And I can't alter the MX to point to google for the entire domain
 because it's only one user within that domain, the other users will be
 screwed in that case.

 For example, mydomain.com, let's say the mx for that comes to my box.
 For [EMAIL PROTECTED], I need to send his mail to ASPMX.L.GOOGLE.COM as
 if it were the MX for mydomain.com.

 In the old days, one would simply forward email to
 [EMAIL PROTECTED]  That would cause mydomain.com's
 sendmail to connect to ASPMX.L.GOOGLE.COM and shove down a message for
 [EMAIL PROTECTED]  But that seems long deprecated because it didn't
 seem to work.

 I am using sendmail and procmail.  Can anyone think of some way I can
 cause something like this to happen for just one user, ideally in a
 .procmailrc file?


You can do this with sendmail by user in /etc/mail/virtualusertable.  You 
should see the file /etc/mail/virtualusertable.sample for some explanations 
of this file.  The virtualuser database is read first by sendmail, before 
aliases.  Also the virtualusertable is read serially from top to bottom, so 
you can specific user maps before a general map for the rest of a domain.


-Derek

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

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


Re: cookbook for using gutenprint

2007-08-01 Thread Neil Short

--- Adam J Richardson [EMAIL PROTECTED] wrote:

 Neil Short wrote:
  has anybody written - or has anybody considered
  writing - a cookbook for using gutenprint on
 FreeBSD?
 
 Hi Neil,
 
 Why not write one yourself? That's the surest way to
 learn.
 
 Adam J Richardson
 

I would if I could figure it out; but I'm finding that
the documentation for gutenprint is so Linux-centric
that I can't figure out how to translate it to FBSD.

==
Because sentence against an evil deed is not executed speedily, the human heart 
is fully set to do evil.
Ecclesiastes 8:11


   

Pinpoint customers who are looking for what you sell. 
http://searchmarketing.yahoo.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Cannot post because of spamassassin blocking my mail

2007-08-01 Thread Hakan K
ytriffy,

I do not think it is a gmail issue...I post from gmail.com,,,

I think you need to start your trouble shooting from
http://www.dnsstuff.com/  check your IPs to find out if they are on any
black list.





Thanks
http://dominor.com

On 8/1/07, Eric Crist [EMAIL PROTECTED] wrote:

 On Jul 31, 2007, at 1:29 PMJul 31, 2007, Adam J Richardson wrote:

  ytriffy wrote:
  Hi list.
  Whenever I try to post I get something like this:
  Your mail to 'freebsd-questions' with the subject
 [panic]page fault while in kernel mode
  Is being held until the list moderator can review it for approval.
  The reason it is being held:
 SpamAssassin identified this message as possible spam
  Although I'm subscribed user of mailing lists.
  What should I do?
 
  Hi ytriffy,
 
  You're posting from gmail.com. That's a known public email domain,
  that is. I would guess you'd get the same problem coming from
  yahoo.com or hotmail.com. Do you have a friend running their own
  email server, so you could get a private email address? Or does
  your ISP not supply you with a private email address?
 
  I don't know for sure, but I think SpamAssassin would label any
  publically accessible email server as possible spam source.
  That's what I'd do, for sure.

 Adam,

 I've been posting to the list through gmail for quite some time,
 without issue.  I don't think that's the OP's problem.

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

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


Re: We serve to improve your Business

2007-08-01 Thread deeptech71
I don't know about you, but I detect spam just by the looks of the title. When's 
the time we have moderators take a quick glance at the mail before forwarding it 
to everyone? I mean it's not a big problem, but I hate spam.

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


ad8: FAILURE - device detached

2007-08-01 Thread Steve Franks
I'm really stumpped.  I have new sata cables, new disks, new
controller card.  Is my installation just corrupted somehow?  The
following happens sometime between 5 minutes and 2 hours after I boot,
and I occasionaly get a painc on shutdown (was always before new
cables)

Steve

ums0: Logitech Trackball, rev 1.10/2.20, addr 2, iclass 3/1
ums0: 3 buttons and Z dir.
Timecounter TSC frequency 2532633348 Hz quality 800
Timecounters tick every 1.000 msec
ad0: 157066MB Hitachi HDS721616PLAT80 P22OA60A at ata0-master UDMA133
acd0: DVDR NEC DVD RW ND-3500AG/2.16 at ata1-master UDMA33
ad4: 157066MB HDT722516DLA380 V43OA9BA at ata2-master SATA150
ad6: 190782MB SAMSUNG SP2004C VM100-49 at ata3-master SATA300
ad8: 157066MB HDT722516DLA380 V43OA9BA at ata4-master SATA150
ad10: 190782MB SAMSUNG SP2004C VM100-49 at ata5-master SATA300
Trying to mount root from ufs:/dev/ad0s1a
WARNING: /raincloud was not properly dismounted
WARNING: /mnt/rsync/raincloud was not properly dismounted
WARNING: /mnt/rsync/rainstone was not properly dismounted
ad6: FAILURE - device detached
subdisk6: detached
ad6: detached
ad10: FAILURE - device detached
subdisk10: detached
ad10: detached
g_vfs_done():ad6s1[READ(offset=114688, length=16384)]error = 6
g_vfs_done():ad10s1[READ(offset=114688, length=16384)]error = 6
g_vfs_done():ad6s1[READ(offset=114688, length=16384)]error = 6
g_vfs_done():ad10s1[READ(offset=114688, length=16384)]error = 6
ad8: FAILURE - device detached
subdisk8: detached
ad8: detached
g_vfs_done():ad8s1[READ(offset=6160384, length=2048)]error = 6
g_vfs_done():ad10s1[READ(offset=114688, length=16384)]error = 6
ad4: FAILURE - device detached
subdisk4: detached
ad4: detached
g_vfs_done():ad4s1[READ(offset=6160384, length=2048)]error = 6
g_vfs_done():ad6s1[READ(offset=114688, length=16384)]error = 6
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


IPv6 Tunnel Brokers?

2007-08-01 Thread Eric Crist

Hey list,

While my ISP is rather geeky and more than willing to give me an IPv6  
tunnel to the internet, there seems to be a large number of routing  
problems upstream from them that prevent us from accessing the  
majority of the IPv6 net.


So, I ask two things really.

1) Does anyone know of an ISP that'll give me a /48 or /64 they'll  
route across a gif tunnel?

2) What could I do to help remedy this routing problem?

Thanks!

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


semi OT: sh scripting problem

2007-08-01 Thread Robert Huff

(This is probably a FAQ, and I'll take a pointer (or even the
magic words to identify the problem) instead of an answer.)
Let's suppose I have a file FILE, with contents:

foo
bar grill
baz

If I do cat FILE, everything comes out fine.
If, however, I write a script:


#!/bin/sh

for i in `cat FILE`
do
.
.
.
.
done

$i is set to

foo
bar
grill
baz

Is there a way within the script - or, failing that, by
modifying FILE - to not break at the whitespace?


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


Re: semi OT: sh scripting problem

2007-08-01 Thread Don Hinton
On Wednesday 01 August 2007 09:35:44 Robert Huff wrote:
   (This is probably a FAQ, and I'll take a pointer (or even the
 magic words to identify the problem) instead of an answer.)
   Let's suppose I have a file FILE, with contents:

   foo
   bar grill
   baz

   If I do cat FILE, everything comes out fine.
   If, however, I write a script:


   #!/bin/sh

   for i in `cat FILE`
   do
   .
   .
   .
   .
   done

   $i is set to

   foo
   bar
   grill
   baz

   Is there a way within the script - or, failing that, by
 modifying FILE - to not break at the whitespace?

I'm sure someone will give you a more elegant solution, but short of using sed 
or awk (my preference), this might help:

$ cat test.sh
#!/bin/sh

myloop()
{
  while read line; do
   echo $line
  done
}

cat test.sh | myloop


hth...
don





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



-- 
Don Hinton don.hinton at vanderbilt.edu or hintonda at gmail.com
Institute for Software Integrated Systems (ISIS), Vanderbilt University
tel: 615.480.5667 or 615.870.9728
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: semi OT: sh scripting problem

2007-08-01 Thread Tom Evans
On Wed, 2007-08-01 at 10:35 -0400, Robert Huff wrote:
   (This is probably a FAQ, and I'll take a pointer (or even the
 magic words to identify the problem) instead of an answer.)
   Let's suppose I have a file FILE, with contents:
 
   foo
   bar grill
   baz
 
   If I do cat FILE, everything comes out fine.
   If, however, I write a script:
 
 
   #!/bin/sh
 
   for i in `cat FILE`
  cat FILE | while read i
   do
   .
   .
   .
   .
   done
 
   $i is set to
 
   foo
   bar
   grill
   baz
 
   Is there a way within the script - or, failing that, by
 modifying FILE - to not break at the whitespace?
 
 
   Robert Huff



signature.asc
Description: This is a digitally signed message part


Re: semi OT: sh scripting problem

2007-08-01 Thread Heiko Wundram (Beenic)
Am Mittwoch 01 August 2007 16:35:44 schrieb Robert Huff:
   Is there a way within the script - or, failing that, by
 modifying FILE - to not break at the whitespace?

If you're using bash, set IFS to the newline only before looping. I guess the 
tcsh also has a similar setting, but I wouldn't know where to look.

---
IFS=


for i in `cat file`
do
...
done
---

HTH!

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


Re: We serve to improve your Business

2007-08-01 Thread Norberto Meijome
On Wed, 01 Aug 2007 14:51:32 +0200
[EMAIL PROTECTED] wrote:

 I don't know about you, but I detect spam just by the looks of the title. 
 When's 
 the time we have moderators take a quick glance at the mail before forwarding 
 it 
 to everyone? 

who said questions@ is moderated?

I mean it's not a big problem, but I hate spam.

don't we all? :) just setup your filters properly... a few emails (uncaught by 
a spam filter) a day to delete isn't the end of the world
_
{Beto|Norberto|Numard} Meijome

Why do you sit there looking like an envelope without any address on it?
  Mark Twain

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


LAN failover redundandcy?

2007-08-01 Thread Ewald Jenisch
Hi,

I'm looking for a way to configure failover redundancy for one of my
servers. To be specific:

The server in question has one IP-address but two LAN interfaces each
of them connecting to a different switch. 

Traffic normally runs only through one of the two interfaces; the
other is for redundandy only. In case the active LAN-interface goes
down (e.g. because of a link and/or switch failure) the second
LAN-interface should take over in the sense that traffic should run
through the second interface (again the server has only one
IP-address, so binding a different IP-address to the interface is not
an option here)

Is there any way how this can be configured under FreeBSD 6.2?

Thanks much in advance for your help,
-ewald

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


Re: We serve to improve your Business

2007-08-01 Thread Zbigniew Szalbot

Hi,

On Wed, 01 Aug 2007 14:51:32 +0200, [EMAIL PROTECTED] wrote:
 I don't know about you, but I detect spam just by the looks of the title.
 When's
 the time we have moderators take a quick glance at the mail before
 forwarding it
 to everyone? I mean it's not a big problem, but I hate spam.

I don't mind an occasional spam slipping through when moderating this list
by hand would require almost full time job.

Regards,

-- 
Zbigniew Szalbot

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


Re: LAN failover redundandcy?

2007-08-01 Thread Ronald Klop

On Wed, 01 Aug 2007 17:14:17 +0200, Ewald Jenisch [EMAIL PROTECTED] wrote:


Hi,

I'm looking for a way to configure failover redundancy for one of my
servers. To be specific:

The server in question has one IP-address but two LAN interfaces each
of them connecting to a different switch.

Traffic normally runs only through one of the two interfaces; the
other is for redundandy only. In case the active LAN-interface goes
down (e.g. because of a link and/or switch failure) the second
LAN-interface should take over in the sense that traffic should run
through the second interface (again the server has only one
IP-address, so binding a different IP-address to the interface is not
an option here)

Is there any way how this can be configured under FreeBSD 6.2?

Thanks much in advance for your help,
-ewald


man lagg
'link aggregation and link failover interface'

It is in 6-STABLE. I don't know since when.

Ronald.

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


Two interfaces, two IPs, nearly twice the speed?

2007-08-01 Thread Federico Lorenzi
Hi list

BACKGROUND:
I have two ppp interfaces tun0 and tun1 configured. Each of them
has an IP address in the same range, like 10.0.0.1 for the first and
10.0.0.2 for the second (They are really dynamic public IPs...). Now,
what I would like to do is get it so that they get mixed together.

QUESTION:
Is it possible to get PF to somehow round-robin the connections?
Lets say Joe connects to the internet and starts downloading a file,
it will use up Connection 1. Now Peter connects, PF knows that
connection 1 is used, and makes Peter's request go through
Connection 2. Kinda like a Dual-Internet?

Any help would be greatly appreciated!

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


Re: We serve to improve your Business

2007-08-01 Thread Hakan K
Zbigniew,

I agree with you..I do not think it is possible to keep it 100% spam-free.
This list looks pretty clean to me.





Thanks
Troy
HQPress News
http://hqpress.com

On 8/1/07, Zbigniew Szalbot [EMAIL PROTECTED] wrote:


 Hi,

 On Wed, 01 Aug 2007 14:51:32 +0200, [EMAIL PROTECTED] wrote:
  I don't know about you, but I detect spam just by the looks of the
 title.
  When's
  the time we have moderators take a quick glance at the mail before
  forwarding it
  to everyone? I mean it's not a big problem, but I hate spam.

 I don't mind an occasional spam slipping through when moderating this list
 by hand would require almost full time job.

 Regards,

 --
 Zbigniew Szalbot

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

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


Re: semi OT: sh scripting problem

2007-08-01 Thread Eric Crist

On Aug 1, 2007, at 9:54 AMAug 1, 2007, Heiko Wundram (Beenic) wrote:


Am Mittwoch 01 August 2007 16:35:44 schrieb Robert Huff:

Is there a way within the script - or, failing that, by
modifying FILE - to not break at the whitespace?


If you're using bash, set IFS to the newline only before looping. I  
guess the

tcsh also has a similar setting, but I wouldn't know where to look.

---
IFS=


for i in `cat file`
do
...
done



This also works for sh.  To the OP, simply add the lines above your  
for listed above to your script, and it should work.  No bash required.


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


Re: Cleartype-similar?

2007-08-01 Thread Tom Evans
On Wed, 2007-08-01 at 11:55 +0100, Adam J Richardson wrote:
 Roger Olofsson wrote:
  Dear Mailing List,
  
  Is there something similar to cleartype for FreeBSD?
  
  Grateful for any replies!
  
  Greetings
  
  /Roger
 
 Hi Roger,
 
 I believe you are after FreeType. Should be in the ports tree.
 
 Adam J Richardson

Cleartype is a Windows 2000 feature that enables sub-pixel anti-aliasing
on fonts displayed on a LCD panel. FreeType assists in that; this page
gives full details[1]. It is a bit dated, and seems to suggest that it
should work straight off the bat in recent KDE/Gnome versions.

Certainly seems like it does anyways. Never been bothered enough to
check!


[1] http://jmason.org/howto/subpixel.html



signature.asc
Description: This is a digitally signed message part


Re: IPv6 Tunnel Brokers?

2007-08-01 Thread Eric Crist

Sure I was:

[T]here seems to be a large number of routing problems upstream from  
them that prevent us from accessing the majority of the IPv6 net.


Eric

On Aug 1, 2007, at 10:06 AMAug 1, 2007, Tuc at T-B-O-H.NET wrote:


http://ipv6tb.he.net/index.php

You aren't clear on the problems at the ISP, so not sure what to tell
you.

Tuc


Hey list,

While my ISP is rather geeky and more than willing to give me an IPv6
tunnel to the internet, there seems to be a large number of routing
problems upstream from them that prevent us from accessing the
majority of the IPv6 net.

So, I ask two things really.

1) Does anyone know of an ISP that'll give me a /48 or /64 they'll
route across a gif tunnel?
2) What could I do to help remedy this routing problem?

Thanks!

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






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


Re: LAN failover redundandcy?

2007-08-01 Thread Ewald Jenisch
On Wed, Aug 01, 2007 at 05:22:05PM +0200, Ronald Klop wrote:
 
 man lagg
 'link aggregation and link failover interface'
 
 It is in 6-STABLE. I don't know since when.
 

Hi Ronald,

Thanks much for the hint. However it seems that lagg(4) isn't
there. At least not on my up2date 6.2 System:

# man lagg
No manual entry for lagg
# find /usr/src -name 'lagg*'
#

I've taken a look at www.freebsd.org and looked for lagg. There's a
hit under
http://www.freebsd.org/relnotes/6-STABLE/relnotes/i386/new.html saying
The lagg(4) driver, ported from OpenBSD and NetBSD, has been added to
support a variety of protocols and algorithms for link aggregation,
failover, and fault tolerance. but when you click on the link for
lagg(4) you get Sorry, no data found for `lagg(4)'.

Shouldn't lagg(4) be in the normal sources for a 6.2 system? 

-ewald

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


Re: LAN failover redundandcy?

2007-08-01 Thread Chuck Swiger

Ewald Jenisch wrote:
[ ... ]
Shouldn't lagg(4) be in the normal sources for a 6.2 system? 


It is, but you need to update to 6.2-STABLE, aka RELENG_6, not to RELENG_6_2 
(aka the patch release branch or what you probably get from freebsd-update).


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


Re: Cannot post because of spamassassin blocking my mail

2007-08-01 Thread Greg Barniskis

Hakan K wrote:

ytriffy,

I do not think it is a gmail issue...I post from gmail.com,,,


It's not gmail. Here is some of what our local SpamAssassin had to say 
about the OP's message that started this thread:


RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net
   [Blocked - see 
http://www.spamcop.net/bl.shtml?80.86.254.135]'


RCVD_IN_SORBS_WEB  RBL: SORBS: sender is a abuseable web server
[80.86.254.135 listed in dnsbl.sorbs.net]

So the root problem seems to be a tainted PPP address, at best caused by 
another customer of their ISP and at worst indicating that the OP has 
bigger problems than emailing this list.

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


localise only one tty?

2007-08-01 Thread Anton Shterenlikht
Is it possible to localise only some (one) virtual terminal?

For example I'd like to have russian only on ttyv0, 
but leave all other terminals with default screen map, so that programs
which use extended ascii set, e.g. sysinstall (typically for arrows
and frame elements) are displayed as intended.

Following recommendations of Chapter 22 Localisation I have the following
lines in my /etc/rc.conf:

keymap=ru.koi8-r
scrnmap=koi8-r2cp866
font8x16=cp866b-8x16
font8x14=cp866-8x14
font8x8=cp866-8x8

I enable cons25r only on ttyv0:

%cat /etc/ttys

[...]

ttyv0   /usr/libexec/getty Pc cons25r on  secure
# Virtual terminals
ttyv1   /usr/libexec/getty Pc cons25  on  secure
ttyv2   /usr/libexec/getty Pc cons25  on  secure
ttyv3   /usr/libexec/getty Pc cons25  on  secure
ttyv4   /usr/libexec/getty Pc cons25  on  secure
ttyv5   /usr/libexec/getty Pc cons25  on  secure
ttyv6   /usr/libexec/getty Pc cons25  on  secure
ttyv7   /usr/libexec/getty Pc cons25  on  secure
ttyv8   /usr/X11R6/bin/xdm -nodaemon  xterm   on  secure

[...]

but I now have russian characters for extended ascii set on all
virutal terminals (except X).

What is the point of changing the terminal type to cons25r if cons25
already shows russian characters?

thanks a lot
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 [EMAIL PROTECTED]


Is distribfold for [EMAIL PROTECTED]

2007-08-01 Thread Chad Perrin
I see that there's both a distribfold and a linux-foldingathome in the
ports.  The contents of pkg-descr say that distribfold is for
distributedfolding.org, but that doesn't seem accurate any longer, as
that domain appears to currently belong to a domain squatter.  Is
distribfold a FreeBSD-native [EMAIL PROTECTED] client, or something else
entirely?

More details would be appreciated.

-- 
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
Rudy Giuliani: You have free speech so I can be heard.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: IPv6 Tunnel Brokers?

2007-08-01 Thread Javier Henderson
On Wed, 1 Aug 2007 09:52:45 -0500, Eric Crist wrote:
 Hey list,
 
 While my ISP is rather geeky and more than willing to give me an IPv6 
 tunnel to the internet, there seems to be a large number of routing 
 problems upstream from them that prevent us from accessing the 
 majority of the IPv6 net.
 
 So, I ask two things really.
 
 1) Does anyone know of an ISP that'll give me a /48 or /64 they'll 
 route across a gif tunnel?

http://www.tunnelbroker.net/

I use them and seem to be quite good.

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


Re: Is distribfold for [EMAIL PROTECTED]

2007-08-01 Thread Reid Linnemann

Written by Chad Perrin on 08/01/07 11:08

I see that there's both a distribfold and a linux-foldingathome in the
ports.  The contents of pkg-descr say that distribfold is for
distributedfolding.org, but that doesn't seem accurate any longer, as
that domain appears to currently belong to a domain squatter.  Is
distribfold a FreeBSD-native [EMAIL PROTECTED] client, or something else
entirely?

More details would be appreciated.



It's something else entirely. If you notice, the latest release that is 
fetched by the port is 0.1.20040613 .. several years old, and the 
project is now defunct anyway. [EMAIL PROTECTED] has its origins at Stanford 
University at around 2001 and is maintained by a group called the Pande 
Group. Distributedfolding, however, was started by professor 
(Christopher Hogue) at the University of Toronto in the same time 
period. He's not listed as a current or previous member of the Pande 
Group. You can see his announcement to the beowulf-announce list in 
their archives:

http://www.beowulf.org/pipermail/beowulf-announce/2002-January/27.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Installing from USB Flash Drive

2007-08-01 Thread Ross Penner

Hi everybody,

I'm trying to install a system on a machine that doesn't have an optical  
drive. I plan on using a USB flash drive to do the job and found a  
messages from [EMAIL PROTECTED]  
(http://www.mail-archive.com/[EMAIL PROTECTED]/msg55434.html)  
about just such a thing. The script provided converts the CD image into  
one suitable for a flashmemory stick. I used  and coverted it without  
issue. The instructions say to use dd to prepare the flash drive so  
executed

#dd if=flashbsd.iso of=/dev/da0
I'm not entirely confident that that was the correct procedure, as I'm  
quite unfamilar with dd. Unfortunetly, I can't seem to get the drive to  
boot. I can mount the filesystem so it seems that prepareing the drive was  
succesful. I'm using a via chipset and yes, the bios is set to boot from  
USB-FDD. I used the 6.2 boot only image.


Thanks for any insight you can provide me.

Ross

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


Re: Installing from USB Flash Drive

2007-08-01 Thread Reid Linnemann

Written by Ross Penner on 08/01/07 13:34

Hi everybody,

I'm trying to install a system on a machine that doesn't have an optical 
drive. I plan on using a USB flash drive to do the job and found a 
messages from [EMAIL PROTECTED] 
(http://www.mail-archive.com/[EMAIL PROTECTED]/msg55434.html) 
about just such a thing. The script provided converts the CD image into 
one suitable for a flashmemory stick. I used  and coverted it without 
issue. The instructions say to use dd to prepare the flash drive so 
executed

#dd if=flashbsd.iso of=/dev/da0
I'm not entirely confident that that was the correct procedure, as I'm 
quite unfamilar with dd. Unfortunetly, I can't seem to get the drive to 
boot. I can mount the filesystem so it seems that prepareing the drive 
was succesful. I'm using a via chipset and yes, the bios is set to boot 
from USB-FDD. I used the 6.2 boot only image.


Thanks for any insight you can provide me.

Ross



That seems correct to me. You may want to 'bsdlabel -B /dev/da0' after 
writing the ufs image to it. The script you referenced does this to the 
image before you write it to the flash drive, so the boot code should 
already be there... but it appears to have gotten lost.

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


Re: Waiting for BIND security announcement

2007-08-01 Thread Doug Barton
Jeffrey Goldberg wrote:

 It appears that BIND has only been fixed in -STABLE and -CURRENT, but
 not in -RELEASE.  Does anyone know if there are plans to get this
 patched in 6.2?
 
 For me it makes little difference since I am not (yet) running named in
 a publicly accessible way.  But my medium term plans for my DNS do
 involve me running a public nameserver on the latest RELEASE with all
 patches.
 
 It does worry me if this kind of thing doesn't get patched in the latest
 RELEASE.

Um, it doesn't work that way. 6.2-RELEASE is just a symbolic name
that is related to the files that have the RELENG_6_2_0_RELEASE flag.

If you want to stay as close as possible to 6.2-RELEASE but also
include the fixes that the security officer deems important enough to
release widely, use the tag RELENG_6_2 (usually in your supfile for
cvsup or csup). If you want the latest code for 6-stable, which will
eventually become 6.3-RELEASE, use just RELENG_6.

When it comes to BIND stuff in particular, I always update the ports
first, so anyone with a mission critical DNS operation can get fixes
ASAP. There is even an option in the port to overwrite the base BIND
if you so desire.

hth,

Doug

-- 

This .signature sanitized for your protection

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


Re: Installing from USB Flash Drive

2007-08-01 Thread Reid Linnemann

Written by Andrey Shuvikov on 08/01/07 14:17

On 8/1/07, Ross Penner [EMAIL PROTECTED] wrote:

Hi everybody,

I'm trying to install a system on a machine that doesn't have an optical
drive. I plan on using a USB flash drive to do the job and found a
messages from [EMAIL PROTECTED]
(http://www.mail-archive.com/[EMAIL PROTECTED]/msg55434.html)
about just such a thing. The script provided converts the CD image into
one suitable for a flashmemory stick. I used  and coverted it without
issue. The instructions say to use dd to prepare the flash drive so
executed
#dd if=flashbsd.iso of=/dev/da0


This will copy CD to USB sector-by-sector recreating CD filesystem
(ISO-9660) on the stick. I don't think it's what system expects. I
tried to do similar thing some time ago. I don't remember details but
what I did was mounting CD-image and copying files from there to
preformatted USB stick.


The script he referenced built a disk image from the iso-9660 fs to 
create his flashbsd.iso image - the .iso extension at this point is 
misleading. The script makes a dedicated freebsd memory disk, puts 
bootcode and a UFS filesystem on it, and copies the contents of the 
install CD to the UFS filesystem. It's this image that he is then dd'ing 
to the flash drive.



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


Re: Installing from USB Flash Drive

2007-08-01 Thread Andrey Shuvikov
On 8/1/07, Ross Penner [EMAIL PROTECTED] wrote:
 Hi everybody,

 I'm trying to install a system on a machine that doesn't have an optical
 drive. I plan on using a USB flash drive to do the job and found a
 messages from [EMAIL PROTECTED]
 (http://www.mail-archive.com/[EMAIL PROTECTED]/msg55434.html)
 about just such a thing. The script provided converts the CD image into
 one suitable for a flashmemory stick. I used  and coverted it without
 issue. The instructions say to use dd to prepare the flash drive so
 executed
 #dd if=flashbsd.iso of=/dev/da0

This will copy CD to USB sector-by-sector recreating CD filesystem
(ISO-9660) on the stick. I don't think it's what system expects. I
tried to do similar thing some time ago. I don't remember details but
what I did was mounting CD-image and copying files from there to
preformatted USB stick.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: IPv6 Tunnel Brokers?

2007-08-01 Thread Christopher Hilton

Javier Henderson wrote:

On Wed, 1 Aug 2007 09:52:45 -0500, Eric Crist wrote:

Hey list,

While my ISP is rather geeky and more than willing to give me an IPv6 
tunnel to the internet, there seems to be a large number of routing 
problems upstream from them that prevent us from accessing the 
majority of the IPv6 net.


So, I ask two things really.

1) Does anyone know of an ISP that'll give me a /48 or /64 they'll 
route across a gif tunnel?


http://www.tunnelbroker.net/

I use them and seem to be quite good.



I second that recommendation. The ISP in question is Hurricane Electric 
and the process is 100% web driven. It took me less than a day to get a 
gif tunnel up and an ipv6 /64 assignment.


-- Chris

--
  __o  All I was doing was trying to get home from work.
_`\,_   -Rosa Parks
___(*)/_(*)___
Christopher Sean Hiltonchris | at | vindaloo.com
pgp key: D0957A2D/f5 30 0a e1 55 76 9b 1f 47 0b 07 e9 75 0e 14
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


pam_ldap receives Invalid credentials

2007-08-01 Thread Noah

Hi,

I am not sure why this happens but out terminal servers, routers, and 
ancillary devices are able to authenticate with our LDAP server.  For 
some reason pam_ldap claims Invalid credentials with the same exact 
user and password.


What could be wrong?  I cant seem to figure out what is wrong with the 
current log messages.  Is there a way to receive verbose messages from 
pam and/or pam_ldap to figure out if it is sending the proper 
authentication information to the LDAP server.


We are on a FreeBSD-6.2 stable machine.

Clues please,

Noah




Aug  1 11:24:11 access1 sshd[6277]: pam_ldap: error trying to bind as 
user cn=Test User,cn=people,dc=bogus,dc=domain,dc=net (Invalid 
credentials)
Aug  1 11:24:11 access1 sshd[6277]: Failed password for invalid user 
tuser from 172.24.241.234 port 49317 ssh2
Aug  1 11:24:14 access1 sshd[6277]: pam_ldap: error trying to bind as 
user cn=Test User,cn=people,dc=bogus,dc=domain,dc=net (Invalid 
credentials)
Aug  1 11:24:14 access1 sshd[6277]: Failed password for invalid user 
tuser from 172.24.241.234 port 49317 ssh2

Aug  1 11:24:14 access1 sshd[6277]: Connection closed by 172.24.241.234


access1# pkg_info | grep pam
checkpassword-pam-0.99 Implementation of checkpassword authentication 
program

nagios-spamd-plugin-1.4 Nagios plugin for checking SpamAssassins spamd
p5-Mail-SpamAssassin-3.1.8_1 A highly efficient mail filter for 
identifying spam

pam_ldap-1.8.2  A pam module for authenticating with LDAP
pam_mkhomedir-0.1   Create HOME with a PAM module on demand
pamtester-0.1.2 A command line pam authentication tester
razor-agents-2.84   A distributed, collaborative, spam detection and 
filtering

access1# pkg_info | grep ldap
ldapsh-2.00_2,1 Interactive shell used to administer ldap directories
nss_ldap-1.255  RFC 2307 NSS module
openldap-client-2.3.37 Open source LDAP client implementation
openldap-server-2.3.37 Open source LDAP server implementation
p5-perl-ldap-0.34   A Client interface to LDAP servers
pam_ldap-1.8.2  A pam module for authenticating with LDAP
php5-ldap-5.2.3_1   The ldap shared extension for php
access1#
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Waiting for BIND security announcement

2007-08-01 Thread Jeffrey Goldberg

On Aug 1, 2007, at 2:13 PM, Doug Barton wrote:


If you want to stay as close as possible to 6.2-RELEASE but also
include the fixes that the security officer deems important enough to
release widely, use the tag RELENG_6_2 (usually in your supfile for
cvsup or csup). If you want the latest code for 6-stable, which will
eventually become 6.3-RELEASE, use just RELENG_6.


Thank you.  I wasn't clear in my original message.  I meant to talk  
about RELENG_6_2 which is what I meant when I said 6.2 Release with  
patches.  But I fully acknowledge that while I've used RCS for ages,  
I still don't fully grok branches and trunks (or HEADs in CVS), so I  
do state things badly and can always use the reminder of how things  
work.


Anyway, I was disappointed that the BIND fix didn't make it into  
RELENG_6_2.

But ...


When it comes to BIND stuff in particular, I always update the ports
first, so anyone with a mission critical DNS operation can get fixes
ASAP. There is even an option in the port to overwrite the base BIND
if you so desire.


Ah-ha.  That makes a big difference.  OK.  If I'm going to expose my  
name server to the big bad world while tracking RELENG_N_M (release  
with patches) I'll use bind from ports.


Are there other things in /usr/src/contrib that follow this pattern?


hth,


Yes, it helps a great deal.  Thank you very much for your work on  
this and your patience with me.


-j


--
Jeffrey Goldberghttp://www.goldmark.org/jeff/

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


Re: LAN failover redundandcy?

2007-08-01 Thread Dan Nelson
In the last episode (Aug 01), Ewald Jenisch said:
 On Wed, Aug 01, 2007 at 05:22:05PM +0200, Ronald Klop wrote:
  man lagg
  'link aggregation and link failover interface'
  
  It is in 6-STABLE. I don't know since when.
 
 Hi Ronald,
 
 Thanks much for the hint. However it seems that lagg(4) isn't
 there. At least not on my up2date 6.2 System:
 
 # man lagg
 No manual entry for lagg
 # find /usr/src -name 'lagg*'
 #

6.2 was released back in January.  The lagg driver went into the 6.x
branch in May.  You'll need to update to 6-stable or wait for 6.3 to be
released.  If you're tracking RELENG_6_2, you are just getting critical
security patches.  You would need to track RELENG_6.
 
-- 
Dan Nelson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: __sys_fcntl() definition ?

2007-08-01 Thread Dan Nelson
In the last episode (Aug 01), Saifi Khan said:
 While working through the FreeBSD 6.2 codebase, I saw the following
 functions referred at multiple places.
 
 __sys_fcntl()
 __sys_open()
 __sys_write()
 ...
 
 Can somebody point out the file which contains the implementation
 of the __sys_* functions ?

Those are stub functions that invoke the equivalent syscall in the
kernel.  The ${SASM}: rule in /usr/src/lib/libc/sys/Makefile.inc is
what generates the stubs themselves.  The actual code for most syscalls
in the kernel is in /usr/src/sys/kern/ .

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


Re: Waiting for BIND security announcement

2007-08-01 Thread Philip M. Gollucci
Jeffrey Goldberg wrote:
 Are there other things in /usr/src/contrib that follow this pattern?
/usr/ports/mail/sendmail
/usr/src/usr.sbin/sendmail

Its very common to install
/usr/ports/security/cyrus-sasl2-saslauthd
add
# SASL (cyrus-sasl v2) sendmail build flags...
SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2
SENDMAIL_LDFLAGS=-L/usr/local/lib
SENDMAIL_LDADD=-lsasl2
## Adding to enable alternate port (smtps) for sendmail...
SENDMAIL_CFLAGS+= -D_FFR_SMTP_SSL

to /etc/make.conf and recompile
/usr/src/usr.sbin/sendmail



-- 

Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708
Senior System Admin - Riderway, Inc. http://riderway.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

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


Re: Waiting for BIND security announcement

2007-08-01 Thread Colin Percival
Jeffrey Goldberg wrote:
 Anyway, I was disappointed that the BIND fix didn't make it into
 RELENG_6_2.

Give us a little time.  Unless an issue is exceptionally urgent, it
usually takes us about a week to confirm that we're affected, to get
a patch from upstream or create our own, to make sure the patch fixes
the issue and doesn't create any new problems (there have been several
issues lately where the upstream patches were broken), to confirm that
the patch applies cleanly to all of our supported branches, and to
write our advisory.

Usually the FreeBSD Security Team hears about issues in major contrib
code (e.g., sendmail, bind, openssl, openssh) ahead of time and is able
to prepare before the issues become public, but this time we didn't get
any advance warning.

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


Re: TMPFS, is it available on FreeBSD 6 or 7?

2007-08-01 Thread Christopher Hilton

Sten Daniel Soersdal wrote:

Is TMPFS available on FreeBSD 6 or 7?
Or do i have to settle for mfs?

[venting frustration]
The reason i ask is i need something very flexible when it comes to 
memory usage as a poor-mans shared-memory feature for a closed source 
data conversion app, used only occasionally but with *alot* of data 
passing through. By alot i mean it took our quad core xeon 3 ghz with 4 
gbyte memory and 4 SAS drives in 1+0 RAID, about a day and a half to 
process (on disk).
Simple tests (by others) using netbsd on a single cpu 3 ghz and tmpfs, 
it took roughly 70 minutes. Most of which was spent loading and 
unloading the data over the network.
I'd really like that memory back after use for other things as this 
server is also serving databases with files etc.





I love FreeBSD enough to have run my personal webserver on 
FreeBSD-Sparc64 but I don't understand here. If NetBSD does the work in 
70 minutes why not do it on NetBSD?


-- Chris


--
  __o  All I was doing was trying to get home from work.
_`\,_   -Rosa Parks
___(*)/_(*)___
Christopher Sean Hiltonchris | at | vindaloo.com
pgp key: D0957A2D/f5 30 0a e1 55 76 9b 1f 47 0b 07 e9 75 0e 14
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: BSD Tar Question

2007-08-01 Thread Chris Maness

Rakhesh Sasidharan wrote:


On Tue, 31 Jul 2007, Chris Maness wrote:

Does BSD tar implementation support splitting the archives?  I have a 
8G file that I want to burn on DVDs.  I used to be able to do this 
with the linux GNU tar.


I don't think so (atleast its not there in the manpages). Maybe you 
can use the GNU version of tar from archivers/gtar?


Regards,
Rakhesh

That did it, thanks.

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


Re: Waiting for BIND security announcement

2007-08-01 Thread Doug Barton
Jeffrey Goldberg wrote:
 On Aug 1, 2007, at 2:13 PM, Doug Barton wrote:
 
 If you want to stay as close as possible to 6.2-RELEASE but also
 include the fixes that the security officer deems important enough to
 release widely, use the tag RELENG_6_2 (usually in your supfile for
 cvsup or csup). If you want the latest code for 6-stable, which will
 eventually become 6.3-RELEASE, use just RELENG_6.
 
 Thank you.  I wasn't clear in my original message.  I meant to talk
 about RELENG_6_2 which is what I meant when I said 6.2 Release with
 patches.  But I fully acknowledge that while I've used RCS for ages, I
 still don't fully grok branches and trunks (or HEADs in CVS), so I do
 state things badly and can always use the reminder of how things work.

I had a feeling that was what you meant, but I wanted to be sure it
was clear for other readers, and for the archives.

 Anyway, I was disappointed that the BIND fix didn't make it into
 RELENG_6_2.

I can't speak for the security team, but I'm pretty sure that this
change is forthcoming.

 When it comes to BIND stuff in particular, I always update the ports
 first, so anyone with a mission critical DNS operation can get fixes
 ASAP. There is even an option in the port to overwrite the base BIND
 if you so desire.
 
 Ah-ha.  That makes a big difference.  OK.  If I'm going to expose my
 name server to the big bad world while tracking RELENG_N_M (release
 with patches) I'll use bind from ports.

In addition to security issues, the ports give you a greater degree of
flexibility in how BIND is configured. If you're going to be offering
a public name server (and by that I hope you mean authoritative, not
recursive) on 6-stable you're probably better off using 9.4.x anyway,
with the threading option disabled.

If you're going to be doing a high-capacity authoritative server (or a
high load resolver for an internal network) your BEST bet is to
evaluate FreeBSD 7 (soon to be release) and BIND 9.4.x with threading
_enabled_. You'll get better performance by far in a high load situation.

 Are there other things in /usr/src/contrib that follow this pattern?

Sure, lots. Too many for me to list without having to think hard about
it and potentially leave something out.

 hth,
 
 Yes, it helps a great deal.  Thank you very much for your work on this
 and your patience with me.

My pleasure. :)

Doug

-- 

This .signature sanitized for your protection

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


Re: What hardware can cause crashes?

2007-08-01 Thread youshi10

On Thu, 2 Aug 2007, ytriffy wrote:


Hi, list.
I recently send some debug data to hackers about crashes on my system.
But it seems that no one knows how to help me.
So I rely on you to help me determine which hardware can cause  frequent 
crashes(page faults mostly).
My system specs:  Athlon(tm) 64 Processor 3200+, MB: ECS (nforce4) A939 , 
geforce 6600gt 128mb,
two memory modules  kingstone and kingmax both 512mb, two hdd drives Samsung 
and WD both 250GB, Realtek chipset NIC,

Cirrus logic cs4281 audio card.

Any suggestions are appreciated.

ytriffy.


(In theory) all hardware can cause problems as well as the drivers which run 
them.

The problem is that you most likely didn't provide enough of the right 
information for people to determine what the problem was, or point you in the 
right direction.

-Garrett

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


Re: What hardware can cause crashes?

2007-08-01 Thread Kris Kennaway
On Thu, Aug 02, 2007 at 12:46:34AM +0400, ytriffy wrote:
 Hi, list.
 I recently send some debug data to hackers about crashes on my system.
 But it seems that no one knows how to help me.
 So I rely on you to help me determine which hardware can cause  frequent 
 crashes(page faults mostly).
 My system specs:  Athlon(tm) 64 Processor 3200+, MB: ECS (nforce4) A939 
 ,  geforce 6600gt 128mb,
 two memory modules  kingstone and kingmax both 512mb, two hdd drives 
 Samsung and WD both 250GB, Realtek chipset NIC,
 Cirrus logic cs4281 audio card.

Any hardware can cause crashes if it is broken.

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


What hardware can cause crashes?

2007-08-01 Thread ytriffy

Hi, list.
I recently send some debug data to hackers about crashes on my system.
But it seems that no one knows how to help me.
So I rely on you to help me determine which hardware can cause  frequent 
crashes(page faults mostly).
My system specs:  Athlon(tm) 64 Processor 3200+, MB: ECS (nforce4) A939 
,  geforce 6600gt 128mb,
two memory modules  kingstone and kingmax both 512mb, two hdd drives 
Samsung and WD both 250GB, Realtek chipset NIC,

Cirrus logic cs4281 audio card.

Any suggestions are appreciated.

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


Re: IPv6 Tunnel Brokers?

2007-08-01 Thread Tuc at T-B-O-H.NET
 
 I second that recommendation. The ISP in question is Hurricane Electric 
 and the process is 100% web driven. It took me less than a day to get a 
 gif tunnel up and an ipv6 /64 assignment.
 

They are FAIRLY response to service issues (I had problems getting
to FTP1.FREEBSD.ORG for a bit, and within 8 hours of putting a ticket in
it was resolved). They also show exact configuration for 1/2 a dozen
different OS/routers.

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


Re: SATA 300 Drive Being Run At 150

2007-08-01 Thread Eduardo Meyer
  4) Is your motherboard set to use AHCI for the SATA (ICH7) controller?
  There's reports that SATA300 is only available/used on some controllers
  when AHCI is used.

 I dont know. I could not find such a similar option on BIOS, so I dont
 know how to check it. Is it possible to be checked from system?

Just to let everyone know, for me this AHCI thing made the whole
difference. On BIOS there were some options to be combined with AHCI,
and doing the right combination made the disk get controlled as
SATA300.

Thank you veryone, specially Jeremy Chadwick for the valuable inputs.


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


Re: What hardware can cause crashes?

2007-08-01 Thread Rob

ytriffy wrote:
So I rely on you to help me determine which hardware can cause  frequent 
crashes(page faults mostly).


Hmmm??  A page fault is not a crash.

The things I usually suspect first are memory, power supply and cooling.  MemTest86 
 http://www.memtest.org/  is a good exerciser / diagnostic for memory and the 
related chips  buses.  Download the iso, burn it, boot it, run it.  The other 
stuff I don't have any easy suggestions for, but memtest is a good start.

 -RW

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


Re: Installing from USB Flash Drive

2007-08-01 Thread Ross Penner
On 8/1/07, Reid Linnemann  [EMAIL PROTECTED] wrote:

 Written by Ross Penner on 08/01/07 13:34
  Hi everybody,
 
  I'm trying to install a system on a machine that doesn't have an optical
  drive. I plan on using a USB flash drive to do the job and found a
  messages from [EMAIL PROTECTED]
  (http://www.mail-archive.com/[EMAIL PROTECTED]/msg55434.html )
  about just such a thing. The script provided converts the CD image into
  one suitable for a flashmemory stick. I used  and coverted it without
  issue. The instructions say to use dd to prepare the flash drive so
  executed
  #dd if=flashbsd.iso of=/dev/da0
  I'm not entirely confident that that was the correct procedure, as I'm
  quite unfamilar with dd. Unfortunetly, I can't seem to get the drive to
  boot. I can mount the filesystem so it seems that prepareing the drive
  was succesful. I'm using a via chipset and yes, the bios is set to boot
  from USB-FDD. I used the 6.2 boot only image.
 
  Thanks for any insight you can provide me.
 
  Ross
 

 That seems correct to me. You may want to 'bsdlabel -B /dev/da0' after
 writing the ufs image to it. The script you referenced does this to the
 image before you write it to the flash drive, so the boot code should
 already be there... but it appears to have gotten lost.


Perhaps it never worked in the first place?

rosbot# bsdlabel -B /dev/da0
bsdlabel: partition c doesn't cover the whole unit!
bsdlabel: An incorrect partition c may cause problems for standard system
utilities

I didn't do anything to the drive before dd'ing to it. Should have it been
prepared somehow? I assumed dd would
take care of partitions. There is a da0a and a da0c in /dev/ .
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: LiveHTTPHeaders

2007-08-01 Thread Yuri Pankov
On Thu, 2007-07-26 at 06:57 -0500, Eric wrote:
 fbsd2 wrote:
  Looking for LiveHTTPHeaders in port library?
  Is it spelled some what different?
  
  
 http://livehttpheaders.mozdev.org/
 
 
 Thats an extension. I dont think it would be in the ports collection. 
 browse to the site above in firefox and install the extension, then 
 restart. All done

Actually, there are a lot of extensions located in www/xpi-*, the
question is someone who will port it. Check http://wiki.freebsd.org/XPI
for more info.


Yuri


signature.asc
Description: This is a digitally signed message part


failover+balancing options

2007-08-01 Thread Patrick Tracanelli
Hello,

I have a problem and could not find a solution yet. I would like to
hear you opinion.

I have 2 machines, machine A and machine B. They are mail servers
serving with Maildir. I need to find out a solution where I can do
balancing between server A and B while in production, and, if one of
the nodes get down, only the other one will do the work of both.

The main problem I find is a solution regarding the information (data
stored). Right now I have it running with NFS on a third machine,
machine C for example. I know machine C is a SPOF but it is
acceptable.

The big problem is performance. NFS is going away on huge load.

I did ggate0+local disc RAID 1 with gmirror. Sincronization on writing
works perfectly but I can not mount the same disk locally while
exporting it via ggated. Why cant I mount it? Anyone knows? If I
could, eliminating the SPOF would be very easy. Performance would be
great too because ggated performance is way better than NFS on this
kind of operations, specially because READ operations can be done on a
local disk (priority configured via gmirror).

Any idea on how to setup this enviroment?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Installing from USB Flash Drive

2007-08-01 Thread Reid Linnemann

Written by Ross Penner on 08/01/07 16:21
On 8/1/07, *Reid Linnemann*  [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]  wrote:


Written by Ross Penner on 08/01/07 13:34
  Hi everybody,
 
  I'm trying to install a system on a machine that doesn't have an
optical
  drive. I plan on using a USB flash drive to do the job and found a
  messages from [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
  (
http://www.mail-archive.com/[EMAIL PROTECTED]/msg55434.html
http://www.mail-archive.com/[EMAIL PROTECTED]/msg55434.html)
  about just such a thing. The script provided converts the CD
image into
  one suitable for a flashmemory stick. I used  and coverted it
without
  issue. The instructions say to use dd to prepare the flash drive so
  executed
  #dd if=flashbsd.iso of=/dev/da0
  I'm not entirely confident that that was the correct procedure,
as I'm
  quite unfamilar with dd. Unfortunetly, I can't seem to get the
drive to
  boot. I can mount the filesystem so it seems that prepareing the
drive
  was succesful. I'm using a via chipset and yes, the bios is set
to boot
  from USB-FDD. I used the 6.2 boot only image.
 
  Thanks for any insight you can provide me.
 
  Ross
 

That seems correct to me. You may want to 'bsdlabel -B /dev/da0' after
writing the ufs image to it. The script you referenced does this to the
image before you write it to the flash drive, so the boot code should
already be there... but it appears to have gotten lost.


Perhaps it never worked in the first place?

rosbot# bsdlabel -B /dev/da0
bsdlabel: partition c doesn't cover the whole unit!
bsdlabel: An incorrect partition c may cause problems for standard
system utilities

I didn't do anything to the drive before dd'ing to it. Should have it 
been prepared somehow? I assumed dd would 
take care of partitions. There is a da0a and a da0c in /dev/ .




No, that's just a warning message and does not prevent the bootcode from 
being installed. Have you ever booted any other system from this flash 
disk on this machine?

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


How to foward subdomains?

2007-08-01 Thread Sdävtaker
Hello
Sorry in advance for my english,it is not my main language.
I got a tiny network with 2 computers and only 1 external ip.
I configured my router to foward the dns port to machine1, and
registered it in nic as ns1.mydomain.com, i had successfully moved my
registered domains to that dns and could run all my services in that
machine, ie i can http://www.mydomain.com from outside.
After that i had setup a second machine in the network and i want to
make this one a subdomain of the first one ie second.mydomain.com,
this second machine got no external ip.
How can i set my first machine to foward all the traffic directed to
that domain?
Thanks for any help u can give me.
Sdav
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Installing from USB Flash Drive

2007-08-01 Thread Ross Penner
On 8/1/07, Reid Linnemann [EMAIL PROTECTED] wrote:

 Written by Ross Penner on 08/01/07 16:21
  On 8/1/07, *Reid Linnemann*  [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED]  wrote:
 
  Written by Ross Penner on 08/01/07 13:34
Hi everybody,
   
I'm trying to install a system on a machine that doesn't have an
  optical
drive. I plan on using a USB flash drive to do the job and found
 a
messages from [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
(
 
 http://www.mail-archive.com/[EMAIL PROTECTED]/msg55434.html
  
 http://www.mail-archive.com/[EMAIL PROTECTED]/msg55434.html)
about just such a thing. The script provided converts the CD
  image into
one suitable for a flashmemory stick. I used  and coverted it
  without
issue. The instructions say to use dd to prepare the flash drive
 so
executed
#dd if=flashbsd.iso of=/dev/da0
I'm not entirely confident that that was the correct procedure,
  as I'm
quite unfamilar with dd. Unfortunetly, I can't seem to get the
  drive to
boot. I can mount the filesystem so it seems that prepareing the
  drive
was succesful. I'm using a via chipset and yes, the bios is set
  to boot
from USB-FDD. I used the 6.2 boot only image.
   
Thanks for any insight you can provide me.
   
Ross
   
 
  That seems correct to me. You may want to 'bsdlabel -B /dev/da0'
 after
  writing the ufs image to it. The script you referenced does this to
 the
  image before you write it to the flash drive, so the boot code
 should
  already be there... but it appears to have gotten lost.
 
 
  Perhaps it never worked in the first place?
 
  rosbot# bsdlabel -B /dev/da0
  bsdlabel: partition c doesn't cover the whole unit!
  bsdlabel: An incorrect partition c may cause problems for standard
  system utilities
 
  I didn't do anything to the drive before dd'ing to it. Should have it
  been prepared somehow? I assumed dd would
  take care of partitions. There is a da0a and a da0c in /dev/ .
 

 No, that's just a warning message and does not prevent the bootcode from
 being installed. Have you ever booted any other system from this flash
 disk on this machine?


I havn't. That's about to be my next step. Thanks for your words of advice.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: IPv6 Tunnel Brokers?

2007-08-01 Thread Javier Henderson
On Wed, August 1, 2007 16:12, Christopher Hilton wrote:
 Javier Henderson wrote:
 On Wed, 1 Aug 2007 09:52:45 -0500, Eric Crist wrote:
 Hey list,

 While my ISP is rather geeky and more than willing to give me an IPv6
 tunnel to the internet, there seems to be a large number of routing
 problems upstream from them that prevent us from accessing the
 majority of the IPv6 net.

 So, I ask two things really.

 1) Does anyone know of an ISP that'll give me a /48 or /64 they'll
 route across a gif tunnel?

 http://www.tunnelbroker.net/

 I use them and seem to be quite good.


 I second that recommendation. The ISP in question is Hurricane Electric
 and the process is 100% web driven. It took me less than a day to get a
 gif tunnel up and an ipv6 /64 assignment.

I was up and running in a few hours!

I'm using a Cisco rouer on my end, it was very easy to set up and get going.

-jav (disclaimer: I work at Cisco)


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


Re: IPv6 Tunnel Brokers?

2007-08-01 Thread Eric Crist

On Aug 1, 2007, at 4:41 PMAug 1, 2007, Javier Henderson wrote:


On Wed, August 1, 2007 16:12, Christopher Hilton wrote:

Javier Henderson wrote:

On Wed, 1 Aug 2007 09:52:45 -0500, Eric Crist wrote:

Hey list,

While my ISP is rather geeky and more than willing to give me an  
IPv6

tunnel to the internet, there seems to be a large number of routing
problems upstream from them that prevent us from accessing the
majority of the IPv6 net.

So, I ask two things really.

1) Does anyone know of an ISP that'll give me a /48 or /64 they'll
route across a gif tunnel?


http://www.tunnelbroker.net/

I use them and seem to be quite good.



I second that recommendation. The ISP in question is Hurricane  
Electric
and the process is 100% web driven. It took me less than a day to  
get a

gif tunnel up and an ipv6 /64 assignment.


I was up and running in a few hours!

I'm using a Cisco rouer on my end, it was very easy to set up and  
get going.


-jav (disclaimer: I work at Cisco)


Thanks for the pointer to he.net!  I signed up, and my tunnel was  
approved within a half hour.  I've already setup reverse DNS and the  
tunnel, and, 2 hours after signing up, I'm routed and operational!


What's weird, is that from the he.net tunnel, I can ping6  
www.kame.net, and I can ping6 my other ip6 addresse (my other  
tunnel).  But, from my old tunnel, I cannot ping6 www.kame.net.


Must be a routing issue somewhere between...

Thanks for the pointer guys!

Eric Crist

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


Re: semi OT: sh scripting problem

2007-08-01 Thread Robert Huff

Eric Crist writes:

   If you're using bash, set IFS to the newline only before looping. I  
   guess the
   tcsh also has a similar setting, but I wouldn't know where to look.
  
   ---
   IFS=
   
  
  This also works for sh.  To the OP, simply add the lines above
  your for listed above to your script, and it should work.  No
  bash required.

Tested and confirmed.
Thanks everyone - the script works.


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


Re: Waiting for BIND security announcement

2007-08-01 Thread Josh Carroll
You need wait no longer...the security advisory just went out with a patch:

http://security.freebsd.org/advisories/FreeBSD-SA-07:07.bind.asc

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


problem in Manmail Makefile?

2007-08-01 Thread Geo

Mailman  Makefile contains:
-- 
.if defined(WITH_SENDMAIL)

MAIL_GID?=   mailnull
.endif
 
But after installation (FreeBSD 6.2, /usr/ports/mail/mailman) when I send

any message
to mailman list I receive the error:
---
Group mismatch error.  Mailman expected the mailwrapper script to be
executed as group mailman, but the system's mail server executed the mail
script as group mailnull.  Try tweaking the mail server to run the script
as group mailman, or re-run configure, providing the command line option
`--with-mail-gid=mailnull'.
--

What (and how!) can I do to set MAIL_GID= mailnull?

If I understand I'll describe this in detail for users!

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


Re: problem in Manmail Makefile?

2007-08-01 Thread Yuri Pankov
On Thu, 2007-08-02 at 02:49 +0400, Geo wrote:
 Mailman  Makefile contains:
  -- 
  .if defined(WITH_SENDMAIL)
  MAIL_GID?=   mailnull
  .endif
   
  But after installation (FreeBSD 6.2, /usr/ports/mail/mailman) when I send
  any message
  to mailman list I receive the error:
  ---
 Group mismatch error.  Mailman expected the mailwrapper script to be
  executed as group mailman, but the system's mail server executed the mail
  script as group mailnull.  Try tweaking the mail server to run the script
  as group mailman, or re-run configure, providing the command line option
  `--with-mail-gid=mailnull'.
 --
 
  What (and how!) can I do to set MAIL_GID= mailnull?
 
  If I understand I'll describe this in detail for users!
 

Are you sure that you have selected Sendmail in `make config' stage?

Check that you have the same output (and if it's indeed the same, then
there's really something wrong with args passed to configure by port):

[/usr/ports/mail/mailman] make -V WITH_SENDMAIL
true
[/usr/ports/mail/mailman] make -V MAIL_GID
mailnull
[/usr/ports/mail/mailman] make -V CONFIGURE_ARGS
--prefix=/usr/local/mailman --with-python=/usr/local/bin/python2.5
--with-username=mailman  --with-groupname=mailman
--with-mail-gid=mailnull --with-cgi-gid=www


HTH,
Yuri


signature.asc
Description: This is a digitally signed message part


Re: Installing from USB Flash Drive

2007-08-01 Thread Craig Boston
On Wed, Aug 01, 2007 at 12:34:15PM -0600, Ross Penner wrote:
 I'm using a via chipset and yes, the bios is set to boot from  
 USB-FDD. I used the 6.2 boot only image.

I don't think that that option, which is for USB floppy drives, is what
you want.  USB flash memory uses a different protocol and looks like a
hard drive.

What you want is a USB-HDD or USB Mass Storage option in the boot
order.  With some BIOSes, USB storage devices don't show up in the
normal boot order screen, but rather in a list of hard drives --
sometimes called hard disk priority or something similar.

If it still doesn't work, you may want to check your motherboard manual
and make sure that it's really capable of booting from USB flash memory.
Not all BIOSes are.

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


what triggers you have mail

2007-08-01 Thread David Banning
I keep getting the you have mail reminder. I am using Maildir
and I have no new mail. I also have looked in /var/mail and
nothing is new. Wondering what is being checked and where it
is set.

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


milter-greylist, spf and ipv6

2007-08-01 Thread Yuri Pankov
Hi,

I've been recently playing with just established ipv6 tunnel (thanks to
all who provided their feedback to IPV6 Tunnel Brokers topic) and have
found one problem - mail coming in from ipv6 addresses is greylisted
regardless of spf records, for example:
addr mx2.freebsd.org[2001:4f8:fff6::35] from
[EMAIL PROTECTED] to ... delayed for ..

though `freebsd.org descriptive text v=spf1 ip4:69.147.83.53
ip4:69.147.83.54 ip6:2001:4f8:fff6::35 ip6:2001:4f8:fff6::36 ~all'
clearly lists this address.

Is it limitation of milter-greylist, libspf2 or is there something wrong
with my setup?

milter-greylist-3.0
libspf2-1.2.5_2
sendmail-8.14.1

from `hostname`.mc:
define(`confMILTER_MACROS_HELO', confMILTER_MACROS_HELO``, {verify}'')
define(`confMILTER_MACROS_ENVRCPT', confMILTER_MACROS_ENVRCPT``,
{greylist}'')
INPUT_MAIL_FILTER(`greylist',
`S=local:/var/milter-greylist/milter-greylist.sock, F=T, T=R:30s')


TIA,
Yuri


signature.asc
Description: This is a digitally signed message part


RE: what triggers you have mail

2007-08-01 Thread Terry Sposato
Hi David,

It is most likely coming to your mailbox setup. You can create an alias for
it to be delivered appropriately to your maildir.

Regards,

Terry

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David Banning
Sent: Thursday, 2 August 2007 9:45 AM
To: [EMAIL PROTECTED]
Subject: what triggers you have mail

I keep getting the you have mail reminder. I am using Maildir
and I have no new mail. I also have looked in /var/mail and
nothing is new. Wondering what is being checked and where it
is set.

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

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


Compiling xorg 7.2 issue

2007-08-01 Thread Roberth Sjonøy
Hello, I have just installed FreeBSD for the first time, and I prefer to 
just install the kernel and the base system under the installation, now 
I'm compiling xorg, but I got an issue,


===  Installing for xorg-7.2
===   xorg-7.2 depends on file: /usr/local/lib/dri/r128_dri.so - not found
===Verifying install on /usr/local/lib/dri/r128_dri.so in 
/usr/ports/graphics/dri

===  Building for dri-7.0,2
Please run 'make realclean' before changing configs
gmake: *** Error code 2

Stop in /usr/ports/graphics/dri.
*** Error code 1

Stop in /usr/ports/x11/xorg.


How do I solve this? please explain properly im very new to *bsd.

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


Re: Cleartype-similar?

2007-08-01 Thread Norberto Meijome
On Wed, 01 Aug 2007 16:08:02 +0100
Tom Evans [EMAIL PROTECTED] wrote:

 Cleartype is a Windows 2000 feature that enables sub-pixel anti-aliasing
 on fonts displayed on a LCD panel. FreeType assists in that; this page
 gives full details[1]. It is a bit dated, and seems to suggest that it
 should work straight off the bat in recent KDE/Gnome versions.

Subpixel aliasing is available (If i read the config screen correctly) in XFCE4 
as well.

_
{Beto|Norberto|Numard} Meijome

All parts should go together without forcing. You must remember that the parts 
you are reassembling were disassembled by you.
 Therefore, if you can't get them together again, there must be a reason. 
 By all means, do not use hammer.
   IBM maintenance manual, 1975

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


HPLIP I forgot rc.conf file

2007-08-01 Thread Predrag Punosevac

I forgot to give you my rc.conf file

# This file now contains just the overrides from /etc/defaults/rc.conf.
blanktime=60
hostname=.domain.actdsltmp
ifconfig_ral0=DHCP
linux_enable=YES
moused_enable=YES
saver=blank
usbd_enable=YES


# added by Predrag by typing
gnome_enable=YES
lpd_enable=NO
cupsd_enable=YES
hpiod_enable=YES
hpssd_enable=YES
oss_enable=YES
clear_tmp_enable=NO   # Clear /tmp at startup.
clear_tmp_X=YES   # Clear and recreate X11-related directories in /tmp

# added by xorg-libraries port
local_startup=/usr/local/etc/rc.d
accounting_enable=YES

Sincerely,
Predrag Punosevac

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


OfficeJet R60 and HPLIP

2007-08-01 Thread Predrag Punosevac

Dear ALL,
I am an older newbie trying to set up an old HP Office Jet R60 on my 
office computer running

FreeBSD 6.2 Stable with the Generic kernel. I followed excellent how to
http://dsteinbrook.googlepages.com/hpliponfreebsd 
by Daniel Steinbrook (I am trying to use HPLIP since the printer is 
listed as a fully functional even Linux printing is recommending HPLIP 
for this printer)
except the part about customizing kernel since my printer has a parallel 
port(I assume that part was relevant only for USB printers so I left 
kernel GENERIC). Unfortunately when I run hp-setup utility the printer 
is not detected. However printer is detected by OS as you can see from

[root@ ~]# dmesg
Copyright (c) 1992-2007 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
   The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 6.2-STABLE-200706 #0: Sun Jun  3 14:20:02 UTC 2007
   [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: Intel(R) Core(TM)2 CPU  4300  @ 1.80GHz (1799.98-MHz 
686-class CPU)

 Origin = GenuineIntel  Id = 0x6f2  Stepping = 2
 
Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE

 Features2=0xe39dSSE3,RSVD2,MON,DS_CPL,EST,TM2,b9,CX16,b14,b15
 AMD Features=0x2000LM
 AMD Features2=0x1LAHF
 Cores per package: 2
real memory  = 1064894464 (1015 MB)
avail memory = 1032892416 (985 MB)
ACPI APIC Table: A_M_I_ OEMAPIC 
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
cpu0 (BSP): APIC ID:  0
cpu1 (AP): APIC ID:  1
ioapic0 Version 2.0 irqs 0-23 on motherboard
kbd1 at kbdmux0
ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
acpi0: NEC  on motherboard
acpi0: Power Button (fixed)
Timecounter ACPI-fast frequency 3579545 Hz quality 1000
acpi_timer0: 24-bit timer at 3.579545MHz port 0x808-0x80b on acpi0
cpu0: ACPI CPU on acpi0
acpi_perf0: ACPI CPU Frequency Control on cpu0
acpi_throttle0: ACPI CPU Throttling on cpu0
cpu1: ACPI CPU on acpi0
acpi_perf1: ACPI CPU Frequency Control on cpu1
acpi_throttle1: ACPI CPU Throttling on cpu1
acpi_throttle1: failed to attach P_CNT
device_attach: acpi_throttle1 attach returned 6
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
agp0: Intel 82945G (945G GMCH) SVGA controller port 0x8800-0x8807 mem 
0xcfd0-0xcfd7,0xd000-0xdfff,0xcfd8-0xcfdb irq 16 
at device 2.0 on pci0

agp0: detected 7932k stolen memory
agp0: aperture size is 256M
pcib1: ACPI PCI-PCI bridge irq 16 at device 28.0 on pci0
pci3: ACPI PCI bus on pcib1
pcib2: ACPI PCI-PCI bridge irq 17 at device 28.1 on pci0
pci2: ACPI PCI bus on pcib2
pci2: network, ethernet at device 0.0 (no driver attached)
uhci0: UHCI (generic) USB controller port 0x9000-0x901f irq 20 at 
device 29.0 on pci0

uhci0: [GIANT-LOCKED]
usb0: UHCI (generic) USB controller on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: UHCI (generic) USB controller port 0x9400-0x941f irq 17 at 
device 29.1 on pci0

uhci1: [GIANT-LOCKED]
usb1: UHCI (generic) USB controller on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2: UHCI (generic) USB controller port 0x9800-0x981f irq 18 at 
device 29.2 on pci0

uhci2: [GIANT-LOCKED]
usb2: UHCI (generic) USB controller on uhci2
usb2: USB revision 1.0
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
uhci3: UHCI (generic) USB controller port 0xa000-0xa01f irq 19 at 
device 29.3 on pci0

uhci3: [GIANT-LOCKED]
usb3: UHCI (generic) USB controller on uhci3
usb3: USB revision 1.0
uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub3: 2 ports with 2 removable, self powered
ehci0: Intel 82801GB/R (ICH7) USB 2.0 controller mem 
0xcfdffc00-0xcfdf irq 20 at device 29.7 on pci0

ehci0: [GIANT-LOCKED]
usb4: EHCI version 1.0
usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3
usb4: Intel 82801GB/R (ICH7) USB 2.0 controller on ehci0
usb4: USB revision 2.0
uhub4: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub4: 8 ports with 8 removable, self powered
pcib3: ACPI PCI-PCI bridge at device 30.0 on pci0
pci1: ACPI PCI bus on pcib3
fwohci0: VIA Fire II (VT6306) port 0xc400-0xc47f mem 
0xcfef7800-0xcfef7fff irq 21 at device 3.0 on pci1

fwohci0: OHCI version 1.10 (ROM=1)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 00:11:d8:00:00:dc:32:ee
fwohci0: Phy 1394a available S400, 2 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0: IEEE1394(FireWire) bus on fwohci0
fwe0: Ethernet over FireWire on firewire0
if_fwe0: Fake Ethernet address: 02:11:d8:dc:32:ee
fwe0: Ethernet address: 02:11:d8:dc:32:ee
fwe0: 

HP OfficeJet R60 using HPLIP

2007-08-01 Thread Predrag Punosevac

Dear ALL,
I am an older newbie trying to set up an old HP Office Jet R60 on my 
office computer running

FreeBSD 6.2 Stable with the Generic kernel. I followed excellent how to
http://dsteinbrook.googlepages.com/hpliponfreebsd by Daniel Steinbrook 
(I am trying to use HPLIP since the printer is listed as a fully 
functional even Linux printing is recommending HPLIP for this printer)
except the part about customizing kernel since my printer has a parallel 
port(I assume that part was relevant only for USB printers so I left 
kernel GENERIC). Unfortunately when I run hp-setup utility the printer 
is not detected. However printer is detected by OS as you can see from

[root@ ~]# dmesg
Copyright (c) 1992-2007 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
  The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 6.2-STABLE-200706 #0: Sun Jun  3 14:20:02 UTC 2007
  [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: Intel(R) Core(TM)2 CPU  4300  @ 1.80GHz (1799.98-MHz 
686-class CPU)

Origin = GenuineIntel  Id = 0x6f2  Stepping = 2

Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE 


Features2=0xe39dSSE3,RSVD2,MON,DS_CPL,EST,TM2,b9,CX16,b14,b15
AMD Features=0x2000LM
AMD Features2=0x1LAHF
Cores per package: 2
real memory  = 1064894464 (1015 MB)
avail memory = 1032892416 (985 MB)
ACPI APIC Table: A_M_I_ OEMAPIC 
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
cpu0 (BSP): APIC ID:  0
cpu1 (AP): APIC ID:  1
ioapic0 Version 2.0 irqs 0-23 on motherboard
kbd1 at kbdmux0
ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
acpi0: NEC  on motherboard
acpi0: Power Button (fixed)
Timecounter ACPI-fast frequency 3579545 Hz quality 1000
acpi_timer0: 24-bit timer at 3.579545MHz port 0x808-0x80b on acpi0
cpu0: ACPI CPU on acpi0
acpi_perf0: ACPI CPU Frequency Control on cpu0
acpi_throttle0: ACPI CPU Throttling on cpu0
cpu1: ACPI CPU on acpi0
acpi_perf1: ACPI CPU Frequency Control on cpu1
acpi_throttle1: ACPI CPU Throttling on cpu1
acpi_throttle1: failed to attach P_CNT
device_attach: acpi_throttle1 attach returned 6
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
agp0: Intel 82945G (945G GMCH) SVGA controller port 0x8800-0x8807 mem 
0xcfd0-0xcfd7,0xd000-0xdfff,0xcfd8-0xcfdb irq 16 
at device 2.0 on pci0

agp0: detected 7932k stolen memory
agp0: aperture size is 256M
pcib1: ACPI PCI-PCI bridge irq 16 at device 28.0 on pci0
pci3: ACPI PCI bus on pcib1
pcib2: ACPI PCI-PCI bridge irq 17 at device 28.1 on pci0
pci2: ACPI PCI bus on pcib2
pci2: network, ethernet at device 0.0 (no driver attached)
uhci0: UHCI (generic) USB controller port 0x9000-0x901f irq 20 at 
device 29.0 on pci0

uhci0: [GIANT-LOCKED]
usb0: UHCI (generic) USB controller on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: UHCI (generic) USB controller port 0x9400-0x941f irq 17 at 
device 29.1 on pci0

uhci1: [GIANT-LOCKED]
usb1: UHCI (generic) USB controller on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2: UHCI (generic) USB controller port 0x9800-0x981f irq 18 at 
device 29.2 on pci0

uhci2: [GIANT-LOCKED]
usb2: UHCI (generic) USB controller on uhci2
usb2: USB revision 1.0
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
uhci3: UHCI (generic) USB controller port 0xa000-0xa01f irq 19 at 
device 29.3 on pci0

uhci3: [GIANT-LOCKED]
usb3: UHCI (generic) USB controller on uhci3
usb3: USB revision 1.0
uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub3: 2 ports with 2 removable, self powered
ehci0: Intel 82801GB/R (ICH7) USB 2.0 controller mem 
0xcfdffc00-0xcfdf irq 20 at device 29.7 on pci0

ehci0: [GIANT-LOCKED]
usb4: EHCI version 1.0
usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3
usb4: Intel 82801GB/R (ICH7) USB 2.0 controller on ehci0
usb4: USB revision 2.0
uhub4: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub4: 8 ports with 8 removable, self powered
pcib3: ACPI PCI-PCI bridge at device 30.0 on pci0
pci1: ACPI PCI bus on pcib3
fwohci0: VIA Fire II (VT6306) port 0xc400-0xc47f mem 
0xcfef7800-0xcfef7fff irq 21 at device 3.0 on pci1

fwohci0: OHCI version 1.10 (ROM=1)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 00:11:d8:00:00:dc:32:ee
fwohci0: Phy 1394a available S400, 2 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0: IEEE1394(FireWire) bus on fwohci0
fwe0: Ethernet over FireWire on firewire0
if_fwe0: Fake Ethernet address: 02:11:d8:dc:32:ee
fwe0: Ethernet address: 02:11:d8:dc:32:ee
fwe0: if_start 

Missing KDEprint printer choices?

2007-08-01 Thread Bill Schoolcraft

Hello Family,

I normally can use KDEprint's setup tool,

(A) Add printer/class

(B) Click next on the popup screen

and then see scores of printer makes and models to choose from.  I see
nothing in my FreeBSD-6.2 offerings.  I use KDEprint on all my Unix
based OS's and KDEprint is fully poplulated when I get to this point.

I felt I have loaded just about everything under /usr/ports/print
and still see no printers to choose from.

Can anyone shed some pointers my way?  Thanks

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


Re: what triggers you have mail

2007-08-01 Thread [EMAIL PROTECTED]
On 01/08/07, David Banning [EMAIL PROTECTED] wrote:
 I keep getting the you have mail reminder. I am using Maildir
 and I have no new mail. I also have looked in /var/mail and
 nothing is new. Wondering what is being checked and where it
 is set.

Maybe look in
/var/spool/clientmqueue
or /var/spool/mqueue

Though, honestly, most server-side mail stuff baffles me.

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


Re: Confused about version

2007-08-01 Thread Olivier Nicole
 What should I be running when updating my sources? RELENG_6 or
 RELENG_6_2? Or is there no difference?

I think that right now RELENG_6 and RELENG_6_2 are the same, but when
6.3 comes out, RELENG_6 will be the same as RELENG_6_3 and RELENG_6_2
will be something else.

 When running RELENG_6, how often would I have to make buildworld?

Not sure I understand your question. You buildworld every time you
upgrade your system and need to rebuild your system.

But you may decide that the fix is a minor thing and that you can save
time from rebuilding everything and apply patch manually.

Bests,

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


Confused about version

2007-08-01 Thread Peter Boosten
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

What should I be running when updating my sources? RELENG_6 or
RELENG_6_2? Or is there no difference?

When running RELENG_6, how often would I have to make buildworld?

TIA

Peter
- --
http://www.boosten.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGsVGMrvsez6l/SvARAhTyAJ9glFQzlM04ScZlVNLmPQ7tpc4HiACbB9e6
i+PomuHxqUE/ktDklGMv9Pw=
=+2pY
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: help:make installworld(creating osreldate.h from newvers.sh touch: not found *** Error code 127)

2007-08-01 Thread Kent Stewart
On Wednesday 01 August 2007, Roy wrote:
Kent Stewart #20889;#36947;:

 On Tuesday 31 July 2007, [EMAIL PROTECTED] wrote:


 On Wed, 1 Aug 2007, Roy wrote:


 [EMAIL PROTECTED] ~]$ uname -a
 FreeBSD admin.tmdxy.org 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-p6 #0:
 Tue Jul 31 23:11:21 CST 2007
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/RoyKernel i386

 --



 Installing everything


 --
 cd /usr/src; make -f Makefile.inc1 install
 === share/info (install)
 === include (install)
 creating osreldate.h from newvers.sh
 touch: not found
 *** Error code 127

 Stop in /usr/src/include.
 *** Error code 1

 Stop in /usr/src.
 *** Error code 1

 Stop in /usr/src.
 *** Error code 1

 Stop in /usr/src.
 *** Error code 1

 Stop in /usr/src.


 Your system's definitely fubar'ed. touch should be found immediately
 unless /bin isn't in $PATH.



 Touch isn't needed in a good installworld. This usually means your
 system date is seriously off. If you use local clock in your cmos,
 you need to adjkerntz -i when you boot to single user.

 Kent




thanks,
admin# echo $PATH
   
 /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/b
i n:/usr/X11R6/bin:/root/bin
and, i have executed the statement 'adjkerntz -i' ,when i make
installworld

 References

1. mailto:[EMAIL PROTECTED]
2. mailto:[EMAIL PROTECTED]:/usr/obj/usr/src/sys/RoyKernel

BTW, there is a FAQ on the subject, see
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#TOUCH-NOT-FOUND

The adjkerntz command is mentioned in /usr/src/UPDATING and the 
handbook, see section 23.4.5 Drop to Single User Mode.

Kent


-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ I am Andean project.
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Confused about version

2007-08-01 Thread [EMAIL PROTECTED]
On 01/08/07, Peter Boosten [EMAIL PROTECTED] wrote:

 Hi all,

 What should I be running when updating my sources? RELENG_6 or
 RELENG_6_2? Or is there no difference?

Short answer:
What do you want to do?

Slightly longer:
RELENG_6 is the stable testing branch that
will become 6.3 (soonest).  RELENG_6_2 is
the security branch of 6.2.

If you want to just use FreeBSD, RELENG_6_2
is what you want.  You can upgrade to 6_3
when it is released, probably without difficulty.

If you want to help test, or are curious to watch
the whole release process, or are just dying for
some feature in -stable, RELENG_6 is probably
what you want.

Security branches are more or less (although
in no legal way) guaranteed to work (for some
definition of work), -stable and -current much
less so.


 When running RELENG_6, how often would I have to make buildworld?


As often as you want, and as often as you check
out the code.  A couple of times a day or once a month.

And, though you didn't ask, if you run RELENG_6_2,
you'll want to rebuild (at least the pertinent bits) when
there is a security notice which affects you.

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


Re: Confused about version

2007-08-01 Thread Peter Boosten
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

[EMAIL PROTECTED] wrote:
 On 01/08/07, Peter Boosten [EMAIL PROTECTED] wrote:
 
 Hi all,

 What should I be running when updating my sources? RELENG_6 or
 RELENG_6_2? Or is there no difference?
 
 Short answer:
 What do you want to do?
 
 Slightly longer:
 RELENG_6 is the stable testing branch that
 will become 6.3 (soonest).  RELENG_6_2 is
 the security branch of 6.2.
 
 If you want to just use FreeBSD, RELENG_6_2
 is what you want.  You can upgrade to 6_3
 when it is released, probably without difficulty.
 
 If you want to help test, or are curious to watch
 the whole release process, or are just dying for
 some feature in -stable, RELENG_6 is probably
 what you want.
 
 Security branches are more or less (although
 in no legal way) guaranteed to work (for some
 definition of work), -stable and -current much
 less so.
 
 When running RELENG_6, how often would I have to make buildworld?

 
 As often as you want, and as often as you check
 out the code.  A couple of times a day or once a month.
 
 And, though you didn't ask, if you run RELENG_6_2,
 you'll want to rebuild (at least the pertinent bits) when
 there is a security notice which affects you.
 

Thanks to all: very clear answer. I'll stick to 6_2 then.

Greetz,

Peter
- --
http://www.boosten.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGsVmCrvsez6l/SvARAuXKAJ4vQODQhBEG9HdHPA3coOzPttO8qgCfQfg1
HF8BkBdOALFWNF4XvrH/5Ao=
=ILce
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD vs mysql50-server

2007-08-01 Thread Hartleigh Burton

Hi Guys,

I have installed MySQL 5.0.45 server on a new FreeBSD 6.2 boxen, and  
having some problems restoring a 10GB database backup to the new  
server. The error I receive is max_allowed_packet too large. When I  
change the value for max_allowed_packet and set it to 100M, or 500M,  
or 1G, or 1000M, or 8589934592 (bits), it does not appear to be  
changing the value in MySQL.


I only have one configuration file located in /etc/mysql/my.cnf which  
is where I am setting the max_allowed_packet value.


After altering this value, I restart MySQL (or even the entire  
server) and then log into mysql and do a show variables; command.  
The max_allowed_packet variable is ALWAYS set to 1048576 (1M), and  
has not changed no matter what I try.


Is the my.cnf file in the right location (/etc/mysql/)??? How can I  
check where MySQL is reading the configuration from if there is a  
possibility it is not coming from this location???


Not sure if this additional information is of any use, in the rc.conf  
file I have changed the database directory by using mysql_dbdir=/db/ 
mysql.


Any help is greatly appreciated.




Regards,
Hartleigh Burton
Resident Geek

MRA Entertainment Pty Ltd
5 Dividend St | Mansfield | QLD 4122 | Australia
Phone: (07) 3457 5041
Fax: (07) 3349 8806
Mobile: 0421 646 978

www.mraentertainment.com



Internal Virus Database was built: Never
Checked by MAC OSX... we don't get viruses!


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


Re: What hardware can cause crashes?

2007-08-01 Thread Steve Franks
My time honored method is to start swapping parts - I'm getting my but
kicked by a couple of brand-new disks right now.  Swapped out
controllers and cables, the system still is useless, but I'm now sure
it's the disks.  Better yet, I know it's the brand-new disks, not the
old ones.  Fortunately, it's not the disk I have BSD on, just a data
drive, otherwise it would be hard to swap out and isolate, but with
bsd, you can swap pretty much every component but the root disk for a
new one and it will still boot.  It can get expensive fast, but what
can you do?

Steve

On 8/1/07, ytriffy [EMAIL PROTECTED] wrote:
 Hi, list.
 I recently send some debug data to hackers about crashes on my system.
 But it seems that no one knows how to help me.
 So I rely on you to help me determine which hardware can cause  frequent
 crashes(page faults mostly).
 My system specs:  Athlon(tm) 64 Processor 3200+, MB: ECS (nforce4) A939
 ,  geforce 6600gt 128mb,
 two memory modules  kingstone and kingmax both 512mb, two hdd drives
 Samsung and WD both 250GB, Realtek chipset NIC,
 Cirrus logic cs4281 audio card.

 Any suggestions are appreciated.

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



-- 
Steve Franks, KE7BTE
Staff Engineer
La Palma Devices, LLC
http://www.lapalmadevices.com
(520) 312-0089
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD vs mysql50-server

2007-08-01 Thread Duane Hill

On Thu, 2 Aug 2007 at 00:45 -0400, [EMAIL PROTECTED] confabulated:


On Thu, Aug 02, 2007 at 02:04:45PM +1000, Hartleigh Burton wrote:

Hi Guys,

I have installed MySQL 5.0.45 server on a new FreeBSD 6.2 boxen, and
having some problems restoring a 10GB database backup to the new
server. The error I receive is max_allowed_packet too large. When I
change the value for max_allowed_packet and set it to 100M, or 500M,
or 1G, or 1000M, or 8589934592 (bits), it does not appear to be
changing the value in MySQL.

I only have one configuration file located in /etc/mysql/my.cnf which
is where I am setting the max_allowed_packet value.

After altering this value, I restart MySQL (or even the entire
server) and then log into mysql and do a show variables; command.
The max_allowed_packet variable is ALWAYS set to 1048576 (1M), and
has not changed no matter what I try.

Is the my.cnf file in the right location (/etc/mysql/)???


No, that is not the default location.  I think it uses
/var/db/mysql/my.cnf by default.


My config file is located at /etc/my.cnf and it works fine.

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


Re: FreeBSD vs mysql50-server

2007-08-01 Thread Kris Kennaway
On Thu, Aug 02, 2007 at 02:04:45PM +1000, Hartleigh Burton wrote:
 Hi Guys,
 
 I have installed MySQL 5.0.45 server on a new FreeBSD 6.2 boxen, and  
 having some problems restoring a 10GB database backup to the new  
 server. The error I receive is max_allowed_packet too large. When I  
 change the value for max_allowed_packet and set it to 100M, or 500M,  
 or 1G, or 1000M, or 8589934592 (bits), it does not appear to be  
 changing the value in MySQL.
 
 I only have one configuration file located in /etc/mysql/my.cnf which  
 is where I am setting the max_allowed_packet value.
 
 After altering this value, I restart MySQL (or even the entire  
 server) and then log into mysql and do a show variables; command.  
 The max_allowed_packet variable is ALWAYS set to 1048576 (1M), and  
 has not changed no matter what I try.
 
 Is the my.cnf file in the right location (/etc/mysql/)???

No, that is not the default location.  I think it uses
/var/db/mysql/my.cnf by default.

 Not sure if this additional information is of any use, in the rc.conf  
 file I have changed the database directory by using mysql_dbdir=/db/ 
 mysql.

OK, then it is presumably /db/mysql/my.cnf.

Kris


pgpg3PGvRCL6S.pgp
Description: PGP signature


PAM, su, and ksu behavior

2007-08-01 Thread Jason C. Wells
I would like for the su command to NOT prompt the user for any password 
when the user has a kerberos ticket.  That is su should not prompt for a 
kerberos or unix passwd.  PAM is unable to determine if a terminal is 
encrypted and so the system should not inspire the user to cough up a 
password.


I simply added:

authsufficient  pam_ksu.so  no_warn

to the second line in the default /etc/pam.d/su config file.  It worked, 
but I would not expect to be prompted for a password when I already have 
a ticket.  (Secure single sign on is the whole point, right?)


What I desire is the behavior of the MIT ksu command.  If the principal 
is listed in .k5login and has a valid ticket for the requesting 
principle, to be granted the shell as the new UID.


Near as I can tell, the heimdal ksu command that comes with FreeBSD has 
nothing to do with PAM.  Is that true?


Don't assume that I understand PAM.  I have been looking at this for all 
of a couple days.  It seems dead simple.  Maybe I just can't get the 
behavior I want.


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


6.2 not compatible with new sata drives ?!

2007-08-01 Thread Steve Franks
I know it strains credibility, but I can't see what else the problem
could be.  I got 2 new 160GB drives last month, and my system has been
unstable ever since.  I have swapped cables, purchased a brand-new
sata150 controller (as opposed to the year old sataII), and the
results are always the same.  I thought the drives might be DOA so I
RMA'd one of the 160's, and got a new 400GB yesterday, and it's
differenent, but similar.  Get lots of setfeatures settransfermode
taskqueue timeout errors in dmesg, can't read sectors, sometimes the
system reboots, etc.  The only fix is to remove the new drives.
Anyone else had this issue?  My 2 old sata 160GB drives from last year
are rock solid, but they get disconnected if you touch one of the
new drives.  Unplug the new drives, and no problems whatsoever with
the old ones.  I put both the sata150 and the sataII card in my
system, and put the old 160's on one, and the new 160's on the other,
and the old ones work fine, but the new ones still die (they just
don't take the old ones with them when they are on their own card).
So I'm pretty convinced it's the drives, but why?  This is like the
old Win95 days.  I haven't had a legitimate hardware issue since I
don't know when

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


Firewall question

2007-08-01 Thread z999
Hi
What I want to accomplish is a DMZ on the third ethernet on my
soekrisbox. I have done this before with OpenBSD and PF but now I
want to do it with FreeBSD and ipfw. My isp uses dhcp but they
don't change my ip so very often (almost never) so you can see it
like I have a static ip. First the ipnumbers on the three cards
in the box.
sis0 have 83.x.x.x  
sis1 have 192.168.0.1 , and this is the lan.
sis2 have 10.0.0.1 , and this is meant to be a dmz.
Another box with ip 10.0.0.2 is connected to sis2 and is
configured as a webserver.
I have a working firewall in the soekris-box with ipfw. What I
want to do is redirect incoming on port 80 to 10.0.0.2. I have
tried this in my /etc/natd.conf
redirect_port tcp 10.0.0.2:80 80
In combination with an opening for incoming in the firewall for
port 80 (any to any). I also opened for it in hosts.allow. I can
see the website on my local lan and I can see it from the
firewall, but not from outside. I use my cellphone to check if
it's reachable (and that worked under OpenBSD and pf). In my
rc.conf I have the 
natd_flags=-f /etc/natd.conf after the firewall, I want the
firewall early in the file before the ethernets are configured.

I then tried to do the natd directly in my ipfw_rules (my ipfw
rules file) with this 
natd -redirect_port tcp 10.0.0.2:80 80 which gave me this
natd:instance default: aliasing address not given.
The hand book says The external IP address on the natd machine
must be active and aliased to the external interface. Look at
rc.conf (5) to do so.

Well ifconfig_sis0_alias0=inet 10.0.0.2 netmask 255.255.255.255
would not make it (I have tried other netmasks as well). I have
googled around and seen that others have had the same problem,
but no solutions or suggestions that leads in the right
direction.

Someone must have done this before I assume? Or if someone have
some ideas I will be very happy.

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


Re: Two interfaces, two IPs, nearly twice the speed?

2007-08-01 Thread CyberLeo Kitsana
Federico Lorenzi wrote:
 Hi list
 
 BACKGROUND:
 I have two ppp interfaces tun0 and tun1 configured. Each of them
 has an IP address in the same range, like 10.0.0.1 for the first and
 10.0.0.2 for the second (They are really dynamic public IPs...). Now,
 what I would like to do is get it so that they get mixed together.
 
 QUESTION:
 Is it possible to get PF to somehow round-robin the connections?
 Lets say Joe connects to the internet and starts downloading a file,
 it will use up Connection 1. Now Peter connects, PF knows that
 connection 1 is used, and makes Peter's request go through
 Connection 2. Kinda like a Dual-Internet?

I tried that once. It wasn't pretty.
There are still rogue and unresolved memory leaks that cause this to
fail under high load by exhausting mbufs.

I documented my experiences here:

http://wiki.cyberleo.net/index.php/MultiHomedRouter

Hope this helps!

-- 
Fuzzy love,
-CyberLeo
Technical Administrator
CyberLeo.Net Webhosting
http://www.CyberLeo.Net
[EMAIL PROTECTED]

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


hi

2007-08-01 Thread james . dummy


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


  1   2   >