Re: pf(4) + fetch(1) + http://ftp.gnu.org

2007-06-15 Thread Vlad GURDIGA

On 15/06/07, Chuck Swiger [EMAIL PROTECTED] wrote:

On Jun 14, 2007, at 2:24 PM, Vlad GURDIGA wrote:
 Presumably you want to make sure that fetch(1) is using:

   FTP_PASSIVE_MODEIf set to anything but `no', forces the FTP
 code to
   use passive mode.

 Just in case, I have checked my environment and FTP_PASSIVE_MODE is
 set to yes. I'm saying just in case because the downloads were
 from http://ftp.gnu.org;, not from ftp://ftp.gnu.org;, I mean the
 HTTP protocol was used, not FTP.

Hrm, missed that part, or perhaps just ran with the ftp.gnu.org
hostname implying FTP access.  :-)

I might watch out for the no-df entry to your scrub line, as it is
probably breaking PMTUd:


I thought about it too and ran a test with that line commented out,
but it did not help.



http://en.wikipedia.org/wiki/Path_MTU_discovery

--
-Chuck



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


Re: Problem with installworld in FreeBSD 6.2-RELEASE-p5

2007-06-15 Thread ExTaZyTi

kern.securelevel: -1  and the permessions on /bin and / is the correct :[

2007/6/15, Jeremy Chadwick [EMAIL PROTECTED]:


On Fri, Jun 15, 2007 at 12:07:40AM +0300, ExTaZyTi wrote:
  My problem is with the installing new world in my system, this is the
error

  === bin (install)
  === bin/cat (install)
  install -s -o root -g wheel -m 555   cat /bin
  strip: /bin/sthZDAzl: Operation not permitted
  install: wait: Operation not permitted
  *** Error code 70

Could be caused by some filesystem mount options you've got set, maybe
incorrect permissions on /bin (no execute bit?), or possibly a secure
runlevel setting (which I believe was the cause of your last issue you
reported here).

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



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


Re: Problem with installworld in FreeBSD 6.2-RELEASE-p5

2007-06-15 Thread ExTaZyTi

I do chflags noschg /bin and its work :)

2007/6/15, ExTaZyTi [EMAIL PROTECTED]:


kern.securelevel: -1  and the permessions on /bin and / is the correct :[

2007/6/15, Jeremy Chadwick [EMAIL PROTECTED]:

 On Fri, Jun 15, 2007 at 12:07:40AM +0300, ExTaZyTi wrote:
   My problem is with the installing new world in my system, this is the
 error
 
   === bin (install)
   === bin/cat (install)
   install -s -o root -g wheel -m 555   cat /bin
   strip: /bin/sthZDAzl: Operation not permitted
   install: wait: Operation not permitted
   *** Error code 70

 Could be caused by some filesystem mount options you've got set, maybe
 incorrect permissions on /bin (no execute bit?), or possibly a secure
 runlevel setting (which I believe was the cause of your last issue you
 reported here).

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




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


Re: Problem with installworld in FreeBSD 6.2-RELEASE-p5

2007-06-15 Thread Miroslav Lachman

ExTaZyTi wrote:

Hi,

My problem is with the installing new world in my system, this is the error

=== bin (install)
=== bin/cat (install)
install -s -o root -g wheel -m 555   cat /bin
strip: /bin/sthZDAzl: Operation not permitted
install: wait: Operation not permitted
*** Error code 70

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

Stop in /usr/src/bin.
*** 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.

If someone can help me. Thanks in advance.


It could be caused /tmp is mounted with noexec, or by securelevel settings.

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


Re: password file migration

2007-06-15 Thread Garrett Cooper

Ofloo wrote:

I did the same thing a long time ago and i just created used pwd_mkdb, and it
worked fine.

Though i'm not entirely sure what this has to do with this topic.


Mark Messier wrote:
  

I know this has been covered before, but the search mechanism
at the mailing list archive doesn't seem to work (zero matches for
the word: password).

I've got a 5.3 system and a 6.2 system.  I want to migrate the user
accounts from the 5.3 to the 6.2.  They use different encryption
mechanisms for the password in master.password.

Other that running a cracker, is there a way to upconvert the
old to the new?

Thanks,
-mark

   Simply running mergemaster (part of the recommended upgrade errata) 
should do the trick, as it will prompt you to execute some commands to 
'upgrade' the password database and other relevant databases.

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


Re: samba config problems

2007-06-15 Thread Jonathan McKeown
On Thursday 14 June 2007 18:51, Andrew Falanga wrote:
 On 6/14/07, Reid Linnemann [EMAIL PROTECTED] wrote:
  Don't forget to cc: freebsd-questions@freebsd.org

 Once again I apologize to the forum.  I keep forgetting to do this.

  The rc script at /usr/local/etc/rc.d/samba follows the FreeBSD rcng
  scheme, if the rcvar 'samba_enable' is not set to 'yes', then the script
  will not start or stop the samba process.
 
  Run the script without any commands to see usage. To check the status of
  rcvars that control the script's behavior, run the script with the
  'rcvar' argument; e.g.
 
  ~/ /usr/local/etc/rc.d/samba rcvar
  # samba
  $samba_enable=YES
  # nmbd
  $nmbd_enable=YES
  # smbd
  $smbd_enable=YES
  # winbindd
  $winbindd_enable=NO
 
  Note that nothign is stopping you from running smbd and nmbd manually,
  the rc control script simply automates the control of the daemon for you.

 Ah, thank you.  Very enlightening.  I guess I'll have to read through
 that section of the Handbook to make sure I understand how all that
 works together.  I finally did get it working by starting the smbd
 manually.

 Thanks,
 Andy

Just to add to this: if you want to start the service as a one-off without 
putting the enabling variable in /etc/rc.conf, use onestart instead of start 
(this also works with stop|onestop and status|onestatus).

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


csh and echo syntax

2007-06-15 Thread Olivier Regnier

Hello,

I'm running FreeBSD 6.2 and i use for the moment csh. When i test this 
command in console

echo -ne /dev/da0s1\t /mnt/usb\t msdos\t rw,noauto\t 0\t 0  /etc/fstab

and with a cat /etc/fstab,
i have this : -ne /dev/da0s1\t /mnt/usb\t msdos\t rw,noauto\t 0\t 0

The \t is not supported with a echo in csh ? What happened ?

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


Re: password file migration

2007-06-15 Thread Ofloo

I did the same thing a long time ago and i just created used pwd_mkdb, and it
worked fine.

Though i'm not entirely sure what this has to do with this topic.


Mark Messier wrote:
 
 
 I know this has been covered before, but the search mechanism
 at the mailing list archive doesn't seem to work (zero matches for
 the word: password).
 
 I've got a 5.3 system and a 6.2 system.  I want to migrate the user
 accounts from the 5.3 to the 6.2.  They use different encryption
 mechanisms for the password in master.password.
 
 Other that running a cracker, is there a way to upconvert the
 old to the new?
 
 Thanks,
 -mark
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
 

-- 
View this message in context: 
http://www.nabble.com/6to4-IPv6-problems-FreeBSD-6.2-p4-tf3829352.html#a11134620
Sent from the freebsd-questions mailing list archive at Nabble.com.

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


mail reader/agent for xfce4

2007-06-15 Thread chatlove
Hi everybody,

Could anyone share their experiences on which mail reader or agent they use 
with xfce4? Something simple, lightweight, with GUI, is highly desirable. 
I tried xmail, but it looks a bit complicated for my 8 years old son.
Just for the record: FreeBSD i386 STABLE.

Thank you in advance!

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


Re: mail reader/agent for xfce4

2007-06-15 Thread Dick Hoogendijk
chatlove [EMAIL PROTECTED] writes:

 Could anyone share their experiences on which mail reader or agent
 they use with xfce4? Something simple, lightweight, with GUI, is
 highly desirable.  I tried xmail, but it looks a bit complicated for
 my 8 years old son.  Just for the record: FreeBSD i386 STABLE.

Thunderbird Mail and News
Claws-Mail (mail / news)
KMail (kde mailreader)
Pan (newsreader)

-- 
Dick Hoogendijk -- PGP/GnuPG key: F86289CE
++ http://nagual.nl/ + Solaris 11 05/07 ++
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mail reader/agent for xfce4

2007-06-15 Thread Andreas Rudisch

On Fri, 15 Jun 2007 11:15:49 +0200, chatlove [EMAIL PROTECTED] wrote:


Hi everybody,

Could anyone share their experiences on which mail reader or agent they  
use

with xfce4? Something simple, lightweight, with GUI, is highly desirable.
I tried xmail, but it looks a bit complicated for my 8 years old son.
Just for the record: FreeBSD i386 STABLE.



I like these:

ports/mail/sylpheed2/
ports/www/opera/

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


problem with sed command and csh

2007-06-15 Thread Olivier Regnier

Hi everybody,

Actually, i'm working on FreeBSD 6.2 and csh shell. With a sh script, i 
trying to execute this command :
sed -e s/MAKE_ARGS\([^{]*\){/MAKE_ARGS\1{\n\t'mail/nbsmtp' = 
'WITH_IPV6=1 WITH_SSL=1',/  /usr/local/etc/pkgtools.conf


The result is not correct, i have an error :
sed: 1: s/MAKE_ARGS\([^{]*\){/M . . .: bad flag in subsitute command: 'n'

Can you help me please ?

Thank you in advance.


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


Re: csh and echo syntax

2007-06-15 Thread Alex Zbyslaw

Olivier Regnier wrote:

I'm running FreeBSD 6.2 and i use for the moment csh. When i test this 
command in console
echo -ne /dev/da0s1\t /mnt/usb\t msdos\t rw,noauto\t 0\t 0  
/etc/fstab


and with a cat /etc/fstab,
i have this : -ne /dev/da0s1\t /mnt/usb\t msdos\t rw,noauto\t 0\t 0

The \t is not supported with a echo in csh ? What happened ?


I'm not sure that any echo has ever supported special escape chars.  
Maybe it's some Gnu/Linuxism?  /bin/echo does the same as csh echo and 
the man page mentions no -e flag.


Try printf.

printf %b /dev/da0s1\t /mnt/usb\t msdos\t rw,noauto\t 0\t 0

Why aren't you adding a newline?  Do your command twice and you have a 
broken fstab :-(


printf %b /dev/da0s1\t /mnt/usb\t msdos\t rw,noauto\t 0\t 0\n

would, imho, be the right incantation.

--Alex

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


Re: problem with sed command and csh

2007-06-15 Thread Nikos Vassiliadis
On Friday 15 June 2007 13:29, Olivier Regnier wrote:
 Hi everybody,

 Actually, i'm working on FreeBSD 6.2 and csh shell. With a sh script, i
 trying to execute this command :
 sed -e s/MAKE_ARGS\([^{]*\){/MAKE_ARGS\1{\n\t'mail/nbsmtp' =
 'WITH_IPV6=1 WITH_SSL=1',/  /usr/local/etc/pkgtools.conf

 The result is not correct, i have an error :
 sed: 1: s/MAKE_ARGS\([^{]*\){/M . . .: bad flag in subsitute command:
 'n'

 Can you help me please ?

s/MAKE_ARGS\([^{]*\){/MAKE_ARGS\1{\n\t'mail/nbsmtp' =
This n is invalid--^^^

You should add a backslash before each slash
that is not used as a separator for the s command.
E.g.
s/I want to substitute the \/ character/with the _ character/
s/\/\/\//three slashes/

You can also use a separator of choice for the s command.
That is:
s/foo/bar/ is equivalent to [EMAIL PROTECTED]@bar@
is equivalent to sAfooAbarA
is equivalent to s1foo1bar1.

keep in mind, that our sed might not be
totally compatible with GNU sed.

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


KDE 3.5 Crashing

2007-06-15 Thread Gemma Fletcher
Edit: Resending as having problems with my mail.  If it pops up twice then 
apologies :)

Hi list :)

Installed BSD 6.2 a few days ago and am totally new to it all.  I installed 
KDE 3.5 and it was working nicely until it juststopped.

No obvious crash - it just froze.  Had to reboot the system with the reset 
button as no other method was working.

So I thought  it might be my sound since it wasn't configured and I had read 
a few things that said that sometimes caused KDE to crash.  Also disabled a 
few buggy plugins and what not and still it keeps on freezing on me.

The annoying thing is its totally random - It could be running for several 
hours before it freezes; and sometimes it freezes the moment I log on.  Its 
frozen at last count 7 times today and I ended up having to do a some random 
hardrive check as boot up was starting to fail and logging me in as single 
mode user only.

Anyway - to get to the point; is there a log somewhere that I can check out in 
console mode which incidently never crashes that might help me pinpoint the 
problem?

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


Re: KDE 3.5 Crashing

2007-06-15 Thread Matthias Apitz
El día Friday, June 15, 2007 a las 09:33:27PM +1000, Gemma Fletcher escribió:

 Edit: Resending as having problems with my mail.  If it pops up twice then 
 apologies :)
 
 Hi list :)
 
 Installed BSD 6.2 a few days ago and am totally new to it all.  I installed 
 KDE 3.5 and it was working nicely until it juststopped.
 
 No obvious crash - it just froze.  Had to reboot the system with the reset 
 button as no other method was working.
 
 So I thought  it might be my sound since it wasn't configured and I had 
 read 
 a few things that said that sometimes caused KDE to crash.  Also disabled a 
 few buggy plugins and what not and still it keeps on freezing on me.
 
 The annoying thing is its totally random - It could be running for several 
 hours before it freezes; and sometimes it freezes the moment I log on.  Its 
 frozen at last count 7 times today and I ended up having to do a some random 
 hardrive check as boot up was starting to fail and logging me in as single 
 mode user only.
 
 Anyway - to get to the point; is there a log somewhere that I can check out 
 in 
 console mode which incidently never crashes that might help me pinpoint the 
 problem?

Can you check if only X or KDE is frozen, or the system at all?
Try to connect from some other host on the network.
Try to do some RAM testing as well.

matthias
-- 
Matthias Apitz
Manager Technical Support - OCLC PICA GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e [EMAIL PROTECTED] - w http://www.oclcpica.org/ http://guru.UnixArea.de/
b http://gurucubano.blogspot.com/
OCLC PICA GmbH, Geschaeftsfuehrer: Christine Magin-Weeger, Norbert Weinberger
Sitz der Gesellschaft: Oberhaching, HRB Muenchen: 113261
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem with sed command and csh

2007-06-15 Thread Olivier Regnier

Nikos Vassiliadis a écrit :

On Friday 15 June 2007 13:29, Olivier Regnier wrote:
  

Hi everybody,

Actually, i'm working on FreeBSD 6.2 and csh shell. With a sh script, i
trying to execute this command :
sed -e s/MAKE_ARGS\([^{]*\){/MAKE_ARGS\1{\n\t'mail/nbsmtp' =
'WITH_IPV6=1 WITH_SSL=1',/  /usr/local/etc/pkgtools.conf

The result is not correct, i have an error :
sed: 1: s/MAKE_ARGS\([^{]*\){/M . . .: bad flag in subsitute command:
'n'

Can you help me please ?



s/MAKE_ARGS\([^{]*\){/MAKE_ARGS\1{\n\t'mail/nbsmtp' =
This n is invalid--^^^

You should add a backslash before each slash
that is not used as a separator for the s command.
E.g.
s/I want to substitute the \/ character/with the _ character/
s/\/\/\//three slashes/

You can also use a separator of choice for the s command.
That is:
s/foo/bar/ is equivalent to [EMAIL PROTECTED]@bar@
is equivalent to sAfooAbarA
is equivalent to s1foo1bar1.

keep in mind, that our sed might not be
totally compatible with GNU sed.

HTH, Nikos
  

Thank for you anserw but the result is bad again :)
I tryed this : sed s/MAKE_ARGS\([^{]*\){/MAKE_ARGS\1{\n\t'mail\/nbsmtp' 
= 'WITH_IPV6=1 WITH_SSL=1',/  /usr/local/etc/pkgtools.conf

but i have this with cat /usr/local/etc/pkgtools.conf

MAKE_ARGS = {nt'mail/nbsmtp' = 'WITH_IPV6=1 WITH_SSL=1',
}

Sed and csh is strange no ? I think \n \t not supported by csh.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem with sed command and csh

2007-06-15 Thread Nikos Vassiliadis
On Friday 15 June 2007 15:24, Olivier Regnier wrote:
 Nikos Vassiliadis a écrit :
  On Friday 15 June 2007 13:29, Olivier Regnier wrote:
  Hi everybody,
 
  Actually, i'm working on FreeBSD 6.2 and csh shell. With a sh script,
  i trying to execute this command :
  sed -e s/MAKE_ARGS\([^{]*\){/MAKE_ARGS\1{\n\t'mail/nbsmtp' =
  'WITH_IPV6=1 WITH_SSL=1',/  /usr/local/etc/pkgtools.conf
 
  The result is not correct, i have an error :
  sed: 1: s/MAKE_ARGS\([^{]*\){/M . . .: bad flag in subsitute
  command: 'n'
 
  Can you help me please ?
 
  s/MAKE_ARGS\([^{]*\){/MAKE_ARGS\1{\n\t'mail/nbsmtp' =
  This n is invalid--^^^
 
  You should add a backslash before each slash
  that is not used as a separator for the s command.
  E.g.
  s/I want to substitute the \/ character/with the _ character/
  s/\/\/\//three slashes/
 
  You can also use a separator of choice for the s command.
  That is:
  s/foo/bar/ is equivalent to [EMAIL PROTECTED]@bar@
  is equivalent to sAfooAbarA
  is equivalent to s1foo1bar1.
 
  keep in mind, that our sed might not be
  totally compatible with GNU sed.
 
  HTH, Nikos

 Thank for you anserw but the result is bad again :)
 I tryed this : sed s/MAKE_ARGS\([^{]*\){/MAKE_ARGS\1{\n\t'mail\/nbsmtp'
 = 'WITH_IPV6=1 WITH_SSL=1',/  /usr/local/etc/pkgtools.conf
 but i have this with cat /usr/local/etc/pkgtools.conf

 MAKE_ARGS = {nt'mail/nbsmtp' = 'WITH_IPV6=1 WITH_SSL=1',
 }

 Sed and csh is strange no ? I think \n \t not supported by csh.

No, its sed. You cannot use backslash notation with
BSD sed.
nik:0:~$ sed s/foo/\t\n/
foo
tn

You can use a literal tab character, but not a literal
newline character...

How about this?
nik:0:~$ echo foo | awk '{ sub(/foo/, foo\n\tbar); print; }'
foo
bar

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


Re: beryl/agpgart/i810/Intel 950 GMA

2007-06-15 Thread mrspock

Thank you, guys.

My system has been updated to 6.2-STABLE and now
I can see my /dev/agpgart perfectly.

I think it is important to notice that 6.2-RELEASE does
not handle my video card: 950 GMA.

Thank you Reid,  thanks list.

  Eduardo.


 On 6/14/07, Reid Linnemann [EMAIL PROTECTED] wrote:
 Written by Kevin Downey on 06/14/07 11:32
  On 6/14/07, Reid Linnemann [EMAIL PROTECTED] wrote:
  Written by Eduardo Viruena Silva on 06/13/07 21:07
  
   Hello Guys,
  
   I have an Intel 950 GMA video card,
   built-in in my computer's motherboard.
   My motherboard is D945NT.
  
   I installed FreeBSD-6.2-RELEASE, and cvsupdated
   it to FreeBSD-6.2-RELEASE-p5.
  
   Installed my ports and cvsupdated them.
  
   I found beryl  in /usr/ports/x11-wm, it
   seemed to depend on Xorg-7.2
  
   I successfully upgrade Xorg-6.9 to Xorg-7.2.
   I also compiled beryl, everything seems to be ok.
  
   ..and I have tried to make it work, I give up.
  
   The problem seems to be that X is
   trying to find /dev/agpgart, according
   to my /var/log/Xorg.0.log:
  
   (II) I810(0): VESA VBE OEM Vendor: Intel Corporation
   (II) I810(0): VESA VBE OEM Product: Intel(r) 82945G Chipset Family
   Graphics Controller
   (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
   (II) I810(0): Integrated Graphics Chipset: Intel(R) 945G
   (--) I810(0): Chipset: 945G
   (--) I810(0): Linear framebuffer at 0x4000
   (--) I810(0): IO registers at addr 0x5010
   (==) I810(0): Write-combining range (0x5010,0x8) was
 already
  clear
   (II) I810(0): 2 display pipes available.
   (II) I810(0): detected 7932 kB stolen memory.
   (EE) GARTInit: Unable to open /dev/agpgart (No such file or
 directory)
   (WW) I810(0): /dev/agpgart is either not available, or no memory is
   available
   for allocation.  Using pre-allocated memory only.
   (--) I810(0): Pre-allocated VideoRAM: 7932 kByte
  
   I have seen beryl working on Gentoo Linux,
   /dev/agpgart is present in an identical system,
   and it seems to me that it is not a problem
   of memory allocation.
  
   so...
  
   What do I have to do to create /dev/agpgart?
  
   My kernel has
  
   device agp
  
   present.
  
   Thank you in advance.
  
Eduardo.
  
   ___
   freebsd-questions@freebsd.org mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to
   [EMAIL PROTECTED]
 
  It looks to me like you don't have working dri/drm. You have to have
  direct rendering working before you can get beryl working. AFAIK, drm
  support for your chipset is not available in 6.1-RELEASE, and the drm
  module is what provides the agpgart device.
 
  sys/dev/drm/drm_pciids.h on 6-STABLE from about February shows this:
 
  #define i915_PCI_IDS \
   {0x8086, 0x3577, 0, Intel i830M GMCH}, \
   {0x8086, 0x2562, 0, Intel i845G GMCH}, \
   {0x8086, 0x3582, 0, Intel i852GM/i855GM GMCH}, \
   {0x8086, 0x2572, 0, Intel i865G GMCH}, \
   {0x8086, 0x2582, 0, Intel i915G}, \
   {0x8086, 0x2592, 0, Intel i915GM}, \
   {0x8086, 0x2772, 0, Intel i945G}, \
   {0x8086, 0x27A2, 0, Intel i945GM}, \
   {0, 0, 0, NULL}
 
  So you have to have the i915 module loaded to use this chipset.
 Though
  the i915 driver was ported for 6.1-RELEASE there was no Makefile
  included, and it never really worked until after 6.2-RELEASE.
  Personally, I'm tracking 6-STABLE and I've had drm working with an
 i845G
since February of this year when anholt MFC'd a load of i915 drm
  changes. See this log for more info:
 
  http://anholt.livejournal.com/34566.html
  in an email on may 19th anholt indicated that there is no working
  support for the 965G
 

 Thanks for the link to anholt's journal. This doesn't affect the 945G,
 though, right?


 Truth is best determined by examination of reality. If your 945G is
 working then I would say it is unaffected.

 --
 i'll unhook my oily pink mini-kimono, you kill him in honolulu --
 www.thelastcitadel.com
 ___
 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: problem with sed command and csh

2007-06-15 Thread Garrett Cooper

Nikos Vassiliadis wrote:

On Friday 15 June 2007 15:24, Olivier Regnier wrote:
  

Nikos Vassiliadis a écrit :


On Friday 15 June 2007 13:29, Olivier Regnier wrote:
  

Hi everybody,

Actually, i'm working on FreeBSD 6.2 and csh shell. With a sh script,
i trying to execute this command :
sed -e s/MAKE_ARGS\([^{]*\){/MAKE_ARGS\1{\n\t'mail/nbsmtp' =
'WITH_IPV6=1 WITH_SSL=1',/  /usr/local/etc/pkgtools.conf

The result is not correct, i have an error :
sed: 1: s/MAKE_ARGS\([^{]*\){/M . . .: bad flag in subsitute
command: 'n'

Can you help me please ?


s/MAKE_ARGS\([^{]*\){/MAKE_ARGS\1{\n\t'mail/nbsmtp' =
This n is invalid--^^^

You should add a backslash before each slash
that is not used as a separator for the s command.
E.g.
s/I want to substitute the \/ character/with the _ character/
s/\/\/\//three slashes/

You can also use a separator of choice for the s command.
That is:
s/foo/bar/ is equivalent to [EMAIL PROTECTED]@bar@
is equivalent to sAfooAbarA
is equivalent to s1foo1bar1.

keep in mind, that our sed might not be
totally compatible with GNU sed.

HTH, Nikos
  

Thank for you anserw but the result is bad again :)
I tryed this : sed s/MAKE_ARGS\([^{]*\){/MAKE_ARGS\1{\n\t'mail\/nbsmtp'
= 'WITH_IPV6=1 WITH_SSL=1',/  /usr/local/etc/pkgtools.conf
but i have this with cat /usr/local/etc/pkgtools.conf

MAKE_ARGS = {nt'mail/nbsmtp' = 'WITH_IPV6=1 WITH_SSL=1',
}

Sed and csh is strange no ? I think \n \t not supported by csh.



No, its sed. You cannot use backslash notation with
BSD sed.
nik:0:~$ sed s/foo/\t\n/
foo
tn

You can use a literal tab character, but not a literal
newline character...

How about this?
nik:0:~$ echo foo | awk '{ sub(/foo/, foo\n\tbar); print; }'
foo
bar

HTH, Nikos
  
   Note: Using (t)csh as a part of any text manipulation operation I've 
discovered is generally a bad idea. When using sed, perl, or (g)awk, I 
always use (ba)sh, because (t)csh does some nasty evaluation of inline 
expressions, whereas (ba)sh doesn't. Just try using an expression with 
an exclamation point, for example :).
   Also for most strings, I'd get in the habit of quoting with single 
quotes instead of double quotes, if at all possible, because sometimes 
shells and other programs evaluate double quoted arguments differently 
than single quoted arguments.

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


Re: The FreeBSD Diary -- Is your ISP blocking port 25? Here's a Postfix solution.

2007-06-15 Thread Simon Chang

Um, since you had pulled this article from The FreeBSD Diary, why
don't you try...

www.freebsddiary.org?

SC

On 6/11/07, John Hoskins [EMAIL PROTECTED] wrote:

I need to get ion touch with the person who posted the article:
I have a serious problem, and I need help.

The FreeBSD Diary

(TM)
Providing practical examples since 1998

[ HOME | TOPICS | INDEX | WEB RESOURCES | BOOKS | CONTRIBUTE | SEARCH
| FEEDBACK | FAQ | FORUMS ]

Is your ISP blocking port 25? Here's a Postfix solution.10 February 2006
Need more help on this topic? Click here
This article has 7 comments
Show me similar articles

My ISP started blocking incoming port 25. It's already blocking
outgoing port 25 and I'm handling that. Now it's time to start
accepting incoming mail on the submission port, 587. They aren't
blocking my incoming port 25. But we went through this process for
another guy on our computer, so I figured that this is a good thing
for which it will pay to be pro active.

This solution assumes you have a mail server at home and at least one
other mail server out there on the Internet, one which does not have
port 25 blocked. That part is crucial to this solution. It is the
external server[s] that will accept incoming mail and forward it to
you. In DNS terms, your MX records will not point to your home
server, but to your public server.

Your home mail server
I started by adding the following line to /usr/local/etc/postfix/
master.cf on my Postfix mail server at home:

10.34.0.1:587 inet n - n - - smtpd
where 10.34.0.1 is the public IP address of my mail server [no,
that's not really my IP address]. This instructs Postfix to listen on
that IP address on port 587. This is known as the submission port:
$ grep 587 /etc/services
submission  587/tcp
submission  587/udp
Your public mail server
Then I added this to /usr/local/etc/postfix/main.cf on my public mail
server:

transport_maps = hash:/usr/local/etc/postfix-config/transport
This tells Postfix to observe the transport directives in the above
mentioned file. You can put the file whereever you want. I like to
keep it in that directory, which you'll probably have to create
because it's not part of the standard system. In /usr/local/etc/
postfix-config/transport I have:

myserver.example.orgsmtp:[myserver.example.org]:587
Where myserver.example.org is the hostname of my mail server at home.
You need to create a .db file to go with that. I issued these commands:

cd /usr/local/etc/postfix-config
postmap transport
You should now see a transport.db file. After making these changes
you should restart postfix:

postix restart
Testing
Then I sent a test message from the public mail server

$ echo 'test' | mail [EMAIL PROTECTED]
I confirmed that it was coming in on port 587 with this command on my
mail server at home:

tcpdump -i fxp0 port 587
Where fxp0 is the outside NIC on my firewall (the one with IP
10.34.0.1) as shown above.

Then, on the public mail server, I requeued all the messages, so
they'd use the right transport:

postsuper -r ALL
It's magic!

All the messages were delivered to the right spot.

Controlling access
I control access to port 587 on my mail server. I have firewall rules
in place that allow connections only from my home server. I think
there are no security risks involved in keeping it open, but I see no
reason to give access where no access is required.

What about the other way around?
If you need to handle outgoing port 25 to avoid ISP blocks, you can
always the same instructions, but in the reverse direction. It should
just work.




Like the website? Want to give back? Please visit my wish list!




Need more help on this topic? Click here
This article has 7 comments
Show me similar articles
[ HOME | TOPICS | INDEX | WEB RESOURCES | BOOKS | CONTRIBUTE | SEARCH
| FEEDBACK | FAQ | FORUMS ]
Servers and bandwidth provided by New York Internet and SuperNews
Valid HTML, CSS , and RSS.
Copyright (c) 1997-2007 DVL Software Ltd.
All rights reserved.

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


BPF and buffering

2007-06-15 Thread Ghislain

Hi,

I'd like to write a specific BPF filter in order to read all packets  
( before routing them ) on a network interface and buffering them in  
order to process them and after routing them if I decide that they  
are correct. But I don't know how to intercept them ( then they are  
not processed immediatly by the kernel ) in order to buffering them  
before giving them back to the kernel.


Can you show me example, tutorials or documentation.

Thanks

Ghislain
 
___

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


Invite from Sergey Lapin ([EMAIL PROTECTED])

2007-06-15 Thread Sergey Lapin
Join Sergey on Quechup

You have been invited to join
SergeyLapin's
friends network

http://quechup.com/ - REGISTER NOW FOR FREE and find out why everyone's
joining

As a member of Quechup you can...
- Start a blog and share your thoughts with private groups, friends or the
world
- Get in touch with old friends.
- Meet new people in your area, or anywhere else in the world.
- Online instant messenger with full video and audio support.
- Socialize with 'friends-of-friends' and mutual acquaintances.
- Increase your social circle
... and so much more!

Become part of Sergey's Quechup.com friends.

New amp; Coming Soon on Quechup

- Games - play Solitaire, Mahjong, Dice, Bubble Up and more online
- Blogs - let people know what you're up to
- Video Posts - use your webcam to record video clips on Quechup
- Member Comments - on photos and blogs

--
You received this because Sergey Lapin ([EMAIL PROTECTED]) knows and
agreed to invite you. You will only receive one invitation from
[EMAIL PROTECTED] Quechup will not spam or sell your email address, see
our privacy policy - http://quechup.com/privacy.php
Go to
http://quechup.com/emailunsubscribe.php/ZW09ZnJlZWJzZC1xdWVzdGlvbnNAZnJlZWJzZC5vcmc%3D
if you do not wish to receive any more emails from Quechup.
--

This e-mail was sent on behalf of SergeyCopyright Quechup.com 2007.
Quechup.com is owned by iDate Ltd
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mail reader/agent for xfce4

2007-06-15 Thread Andriy Babiy
Hi everybody,

Could anyone share their experiences on which mail reader or agent they use 
with xfce4? Something simple, lightweight, with GUI, is highly desirable. 
I tried xmail, but it looks a bit complicated for my 8 years old son.
Just for the record: FreeBSD i386 STABLE.

Thank you in advance!

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


problems with freebsd-update

2007-06-15 Thread RJ45



hello
I have 2 servers with FreeBSD 6.2 rebuilt from sources.

when I use freebsd-update it fetchs updates and install them.
AFter rebooting I always have the old kernel booting.

what's wrong ?

thanks


Rick

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


Upgrading x.org to 7.2 (to make other ports happy)

2007-06-15 Thread Andrew Falanga

Hi,

Ok, last night I sit down to continue installing software on that web
server I mentioned a couple of days ago.  By the way, the culprit was
definitely heat.  Last night, I successfully recompiled the GENERIC
kernel for 6.2p5 without a hitch, and the day before I successfully
completed the buildworld.  Continuing on, after getting the system
caught up, I updated my ports tree using csup and proceeded to
portupgrade all installed ports (only about 5 at this time).  However,
X.org is among them.

So, the portupgrade program is doing its thing I figure since it took
a little over an hour to compile all of X before, I was going to do
other things and so left the box to its own devices.  I come back a
little later to find that I've got to update X.org according
/usr/ports/UPDATING.  I open this file and read up on what it says.
In there it says I need to run a script called xorg-upgrade however,
this script does not exist on this box.  I just finished a search on
www.x.org for xorg-upgrade with no results.  So, where am I supposed
to get this script?  The UPDATING file doesn't mention that.

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


Re: problems with freebsd-update

2007-06-15 Thread Eduardo Viruena Silva

On Fri, 15 Jun 2007, RJ45 wrote:




hello
I have 2 servers with FreeBSD 6.2 rebuilt from sources.

when I use freebsd-update it fetchs updates and install them.
AFter rebooting I always have the old kernel booting.

what's wrong ?

thanks


Rick


Did you compile your kernel?
Building the world from the sources does not modify your kernel.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mail reader/agent for xfce4

2007-06-15 Thread Nikola Lecic
On Fri, 15 Jun 2007 12:15:49 +0300
chatlove [EMAIL PROTECTED] wrote:

 Hi everybody,
 
 Could anyone share their experiences on which mail reader or agent
 they use with xfce4? Something simple, lightweight, with GUI, is
 highly desirable. I tried xmail, but it looks a bit complicated for
 my 8 years old son. Just for the record: FreeBSD i386 STABLE.
 
 Thank you in advance!

Hello Andriy,

The Xfce Project offers a list of recommended applications in all
categories:

  http://wiki.xfce.org/recommendedapps

My personal recommendation for mail app: Claws Mail, very small, rich in
plugins and options, and fast, fast, fast.

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


Re: mail reader/agent for xfce4

2007-06-15 Thread Daniel Molina Wegener

El Vie, 15 de Junio de 2007, 1:13, Andriy Babiy escribió:
 Hi everybody,

 Could anyone share their experiences on which mail reader or agent they use
 with xfce4? Something simple, lightweight, with GUI, is highly desirable.
 I tried xmail, but it looks a bit complicated for my 8 years old son.
 Just for the record: FreeBSD i386 STABLE.

  Try Sylpheed. It's in the ports collection.


 Thank you in advance!

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


Regards,
-- 
 .O. | Daniel Molina Wegener   | C/C++ Developer
 ..O | dmw [at] unete [dot] cl | FOSS Coding Adict
 OOO | BSD  Linux User| Standards Rocks!


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


Re: Upgrading x.org to 7.2 (to make other ports happy)

2007-06-15 Thread Daniel Molina Wegener

El Vie, 15 de Junio de 2007, 11:35, Andrew Falanga escribió:
 Hi,

 Ok, last night I sit down to continue installing software on that web
 server I mentioned a couple of days ago.  By the way, the culprit was
 definitely heat.  Last night, I successfully recompiled the GENERIC
 kernel for 6.2p5 without a hitch, and the day before I successfully
 completed the buildworld.  Continuing on, after getting the system
 caught up, I updated my ports tree using csup and proceeded to
 portupgrade all installed ports (only about 5 at this time).  However,
 X.org is among them.

 So, the portupgrade program is doing its thing I figure since it took
 a little over an hour to compile all of X before, I was going to do
 other things and so left the box to its own devices.  I come back a
 little later to find that I've got to update X.org according
 /usr/ports/UPDATING.  I open this file and read up on what it says.
 In there it says I need to run a script called xorg-upgrade however,
 this script does not exist on this box.  I just finished a search on
 www.x.org for xorg-upgrade with no results.  So, where am I supposed
 to get this script?  The UPDATING file doesn't mention that.

  You must set the XORG_UPGRADE environment variable to YES, and the script
is made through the command line in the UPGRADE file using the script(1)
utility.

  If you want a 100% secure X.Org upgrading, try 'portupgrade -vfarR', but
this recompiles all your installed ports... use -P instead of -f if you want
to install binary packages.


 Andy
 [SNIP]



Regards,
-- 
 .O. | Daniel Molina Wegener   | C/C++ Developer
 ..O | dmw [at] unete [dot] cl | FOSS Coding Adict
 OOO | BSD  Linux User| Standards Rocks!


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


Re: Upgrading x.org to 7.2 (to make other ports happy)

2007-06-15 Thread Alex Zbyslaw

Andrew Falanga wrote:


I come back a
little later to find that I've got to update X.org according
/usr/ports/UPDATING.  I open this file and read up on what it says.
In there it says I need to run a script called xorg-upgrade however,
this script does not exist on this box.


Please read the instructions more carefully.  You are supposed to run a 
program called script with the parameter xorg-upgrade.  script is a 
program which will create a file called xorg-upgrade.  All the commands 
you subsequently  type and all the output you get will be logged in the 
file xorg-upgrade, so that if something goes wrong you have a log of the 
errors to refer to, cut-and-pate from etc.


--Alex

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


Problem after upgrade, please help

2007-06-15 Thread scuba

Hi all,

I'm in trouble here.
	I did an upgrade via Boot CD, from FBSD 5.4 to 6.1 that finished 
without errors. But after the reboot, I discovered that the disk partition 
has gone.
	The original disk had two partitions, one DOS (20GB) and the other 
FBSD (60 GB), selectable via FBSD boot manager.
	Since I don't have a backup of the original disk labels, how can I 
recover my partitions?


Thank you,

- Marcelo

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


Re: Upgrading x.org to 7.2 (to make other ports happy)

2007-06-15 Thread Andrew Falanga

On 6/15/07, Alex Zbyslaw [EMAIL PROTECTED] wrote:

Andrew Falanga wrote:

 I come back a
 little later to find that I've got to update X.org according
 /usr/ports/UPDATING.  I open this file and read up on what it says.
 In there it says I need to run a script called xorg-upgrade however,
 this script does not exist on this box.

Please read the instructions more carefully.  You are supposed to run a
program called script with the parameter xorg-upgrade.  script is a
program which will create a file called xorg-upgrade.  All the commands
you subsequently  type and all the output you get will be logged in the
file xorg-upgrade, so that if something goes wrong you have a log of the
errors to refer to, cut-and-pate from etc.



I did read through that part, but I made a bad assumption.  I was
assuming that the script xorg-upgrade was something separate because
other instructions in there said to be sure to use a filesystem with
lots of space.  I was thinking that the script program was some sort
of program that would capture the output of the program so that
developers could see it or something like that.  Bogus assumption
because I'm not at all familiar with script.  Thanks for setting me
straight.

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


Re: pf(4) + fetch(1) + http://ftp.gnu.org

2007-06-15 Thread RW
On Thu, 14 Jun 2007 23:36:40 +0300
Vlad GURDIGA [EMAIL PROTECTED] wrote:

 Hello,
 
 There is one strange thing going on with this combination. I saw this
 many times by now: when fetch(1) is trying to download something from
 http://ftp.gnu.org, it is hanging after a very small amount of data;
 sometimes on 0%. After disabling pf(4), fetch(1) is not hanging any
 more, so I guess that the problem is somewhere in my pf.conf. Here is
 ...
 pass in inet proto icmp all icmp-type $icmp_types keep state
 pass out on $ext_if proto tcp all modulate state flags S/SA

Try replacing modulate with keep. I had a similar problem and that
fixed it for me. 

I don't think that modulate gives you any benefit unless you have very
old, unpatched OS's behind the firewall.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gimp-2.2.15,2 crashes after gtk-2.10.13 upgrade

2007-06-15 Thread cpghost
On Thu, Jun 14, 2007 at 07:57:22PM -0400, Joe Marcus Clarke wrote:
 On Thu, 2007-06-14 at 19:14 -0400, Howard Goldstein wrote:
  cpghost wrote:
   Can anyone else confirm this bug, perhaps with other Gtk2 apps?
  
  Confirmed.  Here's what I got
  
  cally:/usr/ports/editors/openoffice.org-2$ gimp
  The program 'gimp' received an X Window System error.
  This probably reflects a bug in the program.
  The error was 'BadWindow (invalid Window parameter)'.
 (Details: serial 29407 error_code 3 request_code 39 minor_code 0)
 (Note to programmers: normally, X errors are reported asynchronously;
  that is, you will receive the error a while after causing it.
  To debug your program, run it with the --sync command line
  option to change this behavior. You can then get a meaningful
  backtrace from your debugger if you break on the gdk_x_error() 
  function.)
  cally:/usr/ports/editors/openoffice.org-2$
  (script-fu:4359): LibGimpBase-WARNING **: script-fu: wire_read(): error
  
  cally:/usr/ports/editors/openoffice.org-2$
 
 See the freebsd-x11@ archives.  There is a bug in libX11 that is causing
 this.  A patch can be found in the bug to fix this problem.

Ah, yes! Thank you. It was indeed not the gtk, but the libX11 upgrade
that broke gimp here (didn't use a few days, so I didn't notice).
Sorry for the confusion and thanks for the patch! :)

 Joe

Regards,
-cpghost.

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


Re[2]: mail reader/agent for xfce4

2007-06-15 Thread chatlove
  Could anyone share their experiences on which mail reader or agent
  they use with xfce4? Something simple, lightweight, with GUI, is
  highly desirable. I tried xmail, but it looks a bit complicated for
  my 8 years old son. Just for the record: FreeBSD i386 STABLE.
  
  Thank you in advance!
 
 Hello Andriy,
 
 The Xfce Project offers a list of recommended applications in all
 categories:
 
 http://wiki.xfce.org/recommendedapps
 
 My personal recommendation for mail app: Claws Mail, very small, rich in
 plugins and options, and fast, fast, fast.
 
 Nikola Le?i?

Nikola,

Thank you. That's the page I was looking for.

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


UFS(2, 3 ?) vs ZFS.

2007-06-15 Thread Albert Shih
Hi all

Anyone known what's the futur of ufs2 ? Is there any plan to make a ufs3
for very large FS ( 2TB) . Or the plan is to use classic ufs for /   /usr and 
lets
use ZFS for /home 

Regards.
--
Albert SHIH
Observatoire de Paris Meudon
SIO batiment 15
Heure local/Local time:
Ven 15 jui 2007 18:49:50 CEST
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


How to get best results from FreeBSD-questions

2007-06-15 Thread Greg Lehey

How to get the best results from FreeBSD questions.
===

Last update $Date: 2005/08/10 02:21:44 $

This is a regular posting to the FreeBSD questions mailing list.  If
you got it in answer to a message you sent, it means that the sender
thinks that at least one of the following things was wrong with your
message:

- You left out a subject line, or the subject line was not appropriate.
- You formatted it in such a way that it was difficult to read.
- You asked more than one unrelated question in one message.
- You sent out a message with an incorrect date, time or time zone.
- You sent out the same message more than once.
- You sent an 'unsubscribe' message to FreeBSD-questions.

If you have done any of these things, there is a good chance that you
will get more than one copy of this message from different people.
Read on, and your next message will be more successful.

This document is also available on the web at
http://www.lemis.com/questions.html.

=

Contents:

I:Introduction
II:   How to unsubscribe from FreeBSD-questions
III:  Should I ask -questions or -hackers?
IV:   How to submit a question to FreeBSD-questions
V:How to answer a question to FreeBSD-questions

I: Introduction
===

This is a regular posting aimed to help both those seeking advice from
FreeBSD-questions (the newcomers), and also those who answer the
questions (the hackers).

   Note that the term hacker has nothing to do with breaking
   into other people's computers.  The correct term for the latter
   activity is cracker, but the popular press hasn't found out
   yet.  The FreeBSD hackers disapprove strongly of cracking
   security, and have nothing to do with it.

In the past, there has been some friction which stems from the
different viewpoints of the two groups.  The newcomers accused the
hackers of being arrogant, stuck-up, and unhelpful, while the hackers
accused the newcomers of being stupid, unable to read plain English,
and expecting everything to be handed to them on a silver platter.  Of
course, there's an element of truth in both these claims, but for the
most part these viewpoints come from a sense of frustration.

In this document, I'd like to do something to relieve this frustration
and help everybody get better results from FreeBSD-questions.  In the
following section, I recommend how to submit a question; after that,
we'll look at how to answer one.

II:  How to unsubscribe from FreeBSD-questions
==

When you subscribed to FreeBSD-questions, you got a welcome message
from [EMAIL PROTECTED]  In this message, amongst
other things, it told you how to unsubscribe.  Here's a typical
message:

  Welcome to the freebsd-questions@freebsd.org mailing list!

If you ever want to unsubscribe or change your options (eg, switch to
or from digest mode, change your password, etc.), visit your
subscription page at:

  http://lists.freebsd.org/mailman/options/freebsd-questions/[EMAIL PROTECTED]
  
(obviously, substitute your mail address for [EMAIL PROTECTED]).  You can
also make such adjustments via email by sending a message to:

  [EMAIL PROTECTED]
  
with the word 'help' in the subject or body (don't include the
quotes), and you will get back a message with instructions.

You must know your password to change your options (including
changing the password, itself) or to unsubscribe.
  
Normally, Mailman will remind you of your freebsd.org mailing list
passwords once every month, although you can disable this if you
prefer.  This reminder will also include instructions on how to
unsubscribe or change your account options.  There is also a button on
your options page that will email your current password to you.

  Here's the general information for the list you've
  subscribed to, in case you don't already have it:

  FREEBSD-QUESTIONS   User questions
  This is the mailing list for questions about FreeBSD.  You should not
  send how to questions to the technical lists unless you consider the
  question to be pretty technical.

Normally, unsubscribing is even simpler than the message suggests: you
don't need to specify your mail ID unless it is different from the one
which you specified when you subscribed.

If Majordomo replies and tells you (incorrectly) that you're not on
the list, this may mean one of two things:

  1.  You have changed your mail ID since you subscribed.  That's where
  keeping the original message from majordomo comes in handy.  For
  example, the sample message above shows my mail ID as
  [EMAIL PROTECTED]  Since then, I have changed it to
  [EMAIL PROTECTED]  If I were to try to remove [EMAIL PROTECTED] from
  the list, it would fail: I would have to specify the name with
  which I joined.

  2.  You're subscribed to a mailing list which is subscribed to
  

The Complete FreeBSD: errata and addenda

2007-06-15 Thread Greg Lehey
The trouble with books is that you can't update them the way you can a web page
or any other online documentation.  The result is that most leading edge
computer books are out of date almost before they are printed.  Unfortunately,
The Complete FreeBSD, published by O'Reilly, is no exception.  Inevitably, a
number of bugs and changes have surfaced.

The Complete FreeBSD has been through a total of five editions, including its
predecessor Installing and Running FreeBSD.  Two of these have been reprinted
with corrections.  I maintain a series of errata pages.  Start at
http://www.lemis.com/errata-4.html to find out how to get the errata
information.

Note also that the book has now been released for free download in PDF
form.  Instead of downloading the changed pages, you may prefer to
download the entire book.  See http://www.lemis.com/grog/Documentation/CFBSD/ 
for more information.

Have you found a problem with the book, or maybe something confusing?
Please let me know: I'm no longer constantly updating it, but I may be
able to help

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


Re: Problem after upgrade, please help

2007-06-15 Thread Chuck Swiger

On Jun 15, 2007, at 8:54 AM, [EMAIL PROTECTED] wrote:
	I did an upgrade via Boot CD, from FBSD 5.4 to 6.1 that finished  
without errors. But after the reboot, I discovered that the disk  
partition has gone.
	The original disk had two partitions, one DOS (20GB) and the other  
FBSD (60 GB), selectable via FBSD boot manager.
	Since I don't have a backup of the original disk labels, how can I  
recover my partitions?


You can try to use the fdisk program via the sysinstall program from  
your boot CD (ie Configure-Fdisk) and recreate your partitions,  
assuming you can remember or get lucky recreating the exact  
parameters.  There's also:


/usr/ports/sysutils/testdisk

Tool to check and undelete partition
Works with the following partitions:
- FAT12 FAT16 FAT32
- Linux EXT2/EXT3
- Linux SWAP (version 1 and 2)
- NTFS (Windows NT/W2K/XP)
- BeFS (BeOS)
- UFS (BSD)
- Netware
- ReiserFS

TestDisk is under GNU Public License.
You can compile it under Dos with DJGPP or under Linux or BSD with gcc.

WWW: http://www.cgsecurity.org/

- Florent Thoumie
[EMAIL PROTECTED]

--
-Chuck

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


Re: Problem after upgrade, please help

2007-06-15 Thread scuba
Hi Chuck,

On Fri, 15 Jun 2007, Chuck Swiger wrote:

|On Jun 15, 2007, at 8:54 AM, [EMAIL PROTECTED] wrote:
|  I did an upgrade via Boot CD, from FBSD 5.4 to 6.1 that finished
| without errors. But after the reboot, I discovered that the disk partition
| has gone.
|  The original disk had two partitions, one DOS (20GB) and the other FBSD
| (60 GB), selectable via FBSD boot manager.
|  Since I don't have a backup of the original disk labels, how can I
| recover my partitions?
|
|You can try to use the fdisk program via the sysinstall program from your boot
|CD (ie Configure-Fdisk) and recreate your partitions, assuming you can
|remember or get lucky recreating the exact parameters.  There's also:

I don't think I have that lock. :-)

|/usr/ports/sysutils/testdisk

I'll try testdisk, thank you.

- Marcelo Souza

|Tool to check and undelete partition
|Works with the following partitions:
|- FAT12 FAT16 FAT32
|- Linux EXT2/EXT3
|- Linux SWAP (version 1 and 2)
|- NTFS (Windows NT/W2K/XP)
|- BeFS (BeOS)
|- UFS (BSD)
|- Netware
|- ReiserFS
|
|TestDisk is under GNU Public License.
|You can compile it under Dos with DJGPP or under Linux or BSD with gcc.
|
|WWW: http://www.cgsecurity.org/
|
|- Florent Thoumie
|[EMAIL PROTECTED]
|
|-- 
|-Chuck


- Marcelo

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


Re: UFS(2, 3 ?) vs ZFS.

2007-06-15 Thread Kris Kennaway
On Fri, Jun 15, 2007 at 06:51:31PM +0200, Albert Shih wrote:
 Hi all
 
 Anyone known what's the futur of ufs2 ? Is there any plan to make a ufs3
 for very large FS ( 2TB) . Or the plan is to use classic ufs for /   /usr 
 and lets
 use ZFS for /home 

ZFS will remain an optional alternative because of the licensing, so
UFS and future derivatives are here to stay.

UFS2 does not have problems with creating filesystems 2TB so there is
no need for a UFS3 on that account.

Kris


pgpGyiq0NmNMS.pgp
Description: PGP signature


OK - I'm fairly clueless on this...

2007-06-15 Thread Kurt Buff

This is very strange - I can't get traceroute to work as I expect.
Forgive me if I'm being stupid as well as blind, but perusing the man
page for traceroute brings no joy.

It simply doesn't produce expected results - I don't think I'm on the
same network as www.freebsd.org, so where are the answers from all of
the intervening hops?

zsquid# traceroute www.freebsd.org
traceroute to www.freebsd.org (69.147.83.33), 64 hops max, 40 byte packets
1  www.freebsd.org (69.147.83.33)  1.050 ms  0.970 ms  2.110 ms



Why is this so important? Well, I'm in a network segment with two
routers, and I'm trying to determine that the machine is using the
correct default gateway.


uname -a yeilds:
FreeBSD zsquid.mycompany.com 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Jun
1 16:03:26 PDT 2007
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

/etc/rc.conf has these lines:

defaultrouter=192.168.8.4
hostname=zsquid.mycompany.com
ifconfig_fxp0=inet 192.168.8.72 netmask 255.255.255.0

ifconfig shows the following:

fxp0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   options=8VLAN_MTU
   inet 192.168.8.72 netmask 0xff00 broadcast 192.168.8.255
   ether 00:11:11:2b:db:97
   media: Ethernet autoselect (100baseTX full-duplex)
   status: active
plip0: flags=108810POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT mtu 1500
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
   inet6 ::1 prefixlen 128
   inet 127.0.0.1 netmask 0xff00

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


Re: UFS(2, 3 ?) vs ZFS.

2007-06-15 Thread Jim Capozzoli

On 6/15/07, Kris Kennaway [EMAIL PROTECTED] wrote:

On Fri, Jun 15, 2007 at 06:51:31PM +0200, Albert Shih wrote:
 Hi all

 Anyone known what's the futur of ufs2 ? Is there any plan to make a ufs3
 for very large FS ( 2TB) . Or the plan is to use classic ufs for /   /usr 
and lets
 use ZFS for /home

ZFS will remain an optional alternative because of the licensing, so
UFS and future derivatives are here to stay.


Yeah, but you know because of how nice ZFS is, a concept of using ZFS
for /home and UFS for everything else will probably turn into a
tradition or something. ;)  Why couldn't one make it so you have ZFS
capability during a FreeBSD install, ZFS licensing isn't that bad is
it?

UFS2 does not have problems with creating filesystems 2TB so there is
no need for a UFS3 on that account.

Kris




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


Keyspan P/N= USA-19QW (not recognized?)

2007-06-15 Thread Bill-Schoolcraft

Hello Family,

Just plugged in my Keyspan 19QW usb-2-serial adapter and not even
the USB link light activated...

Is this a kernel recompile issue in regards to activating some
param?

Gotta get into a console server right now and need to reboot my
laptop to hurry and get in...

Laptop is triple-booted...

BRB

--
  Bill Schoolcraft * http://wiliweld.com

Health nuts are going to feel stupid someday,
lying in hospitals dying of nothing.
-- Redd Foxx
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


linux-opera java

2007-06-15 Thread Wojciech Puchar
what should i install (preferably ports) to make java working in 
linux-opera? linux-flashplugin7, acroread  realplayer works in opera.


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


Re: UFS(2, 3 ?) vs ZFS.

2007-06-15 Thread Wojciech Puchar

UFS and future derivatives are here to stay.


Yeah, but you know because of how nice ZFS is, a concept of using ZFS
for /home and UFS for everything else will probably turn into a


if ZFS will really be so nice i will be making small (50MB) partition for 
/boot files, ZFS on rest.

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


Re: OK - I'm fairly clueless on this...

2007-06-15 Thread Wojciech Puchar

zsquid# traceroute www.freebsd.org
traceroute to www.freebsd.org (69.147.83.33), 64 hops max, 40 byte packets
1  www.freebsd.org (69.147.83.33)  1.050 ms  0.970 ms  2.110 ms


very short times suggest that the router (possibly NAT machine as 
192.168 suggest) is doing strange things...

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


Re: Keyspan P/N= USA-19QW (not recognized?)

2007-06-15 Thread Wojciech Puchar




On Fri, 15 Jun 2007, Bill-Schoolcraft wrote:


Hello Family,

Just plugged in my Keyspan 19QW usb-2-serial adapter and not even
the USB link light activated...



nothing in dmesg?


Is this a kernel recompile issue in regards to activating some
param?

Gotta get into a console server right now and need to reboot my
laptop to hurry and get in...

Laptop is triple-booted...

BRB

--
 Bill Schoolcraft * http://wiliweld.com

Health nuts are going to feel stupid someday,
   lying in hospitals dying of nothing.
   -- Redd Foxx
___
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: OK - I'm fairly clueless on this...

2007-06-15 Thread Joe Holden
Wojciech Puchar wrote:
 zsquid# traceroute www.freebsd.org
 traceroute to www.freebsd.org (69.147.83.33), 64 hops max, 40 byte
 packets
 1  www.freebsd.org (69.147.83.33)  1.050 ms  0.970 ms  2.110 ms
 
 very short times suggest that the router (possibly NAT machine as
 192.168 suggest) is doing strange things...
Do you have a bogus rdr/fwd in your config anywhere?
-- 
Joe Holden
T: (UK) 02071009593 (AU) 282442321
E: [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


hi

2007-06-15 Thread DiGiTX
hay :)
I wanna freeBSD email adress. ([EMAIL PROTECTED])
ok.. ? :)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: OK - I'm fairly clueless on this...

2007-06-15 Thread Kurt Buff

On 6/15/07, Joe Holden [EMAIL PROTECTED] wrote:

Wojciech Puchar wrote:
 zsquid# traceroute www.freebsd.org
 traceroute to www.freebsd.org (69.147.83.33), 64 hops max, 40 byte
 packets
 1  www.freebsd.org (69.147.83.33)  1.050 ms  0.970 ms  2.110 ms

 very short times suggest that the router (possibly NAT machine as
 192.168 suggest) is doing strange things...
Do you have a bogus rdr/fwd in your config anywhere?
--
Joe Holden
T: (UK) 02071009593 (AU) 282442321
E: [EMAIL PROTECTED]


Uh, don't know what those are, and I built this machine myself, from
scratch, so I doubt it.

All it's got on it is postfix (for mailing daily reports) and squid.
It's pointed to our new T1, out a Watchguard firewall - we're going to
use the old T1 for mail and traffic to our branch offices.

Oh, and to reply to Wojciech, here's what he wanted as well:

zsquid# ifconfig -a
fxp0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   options=8VLAN_MTU
   inet 192.168.8.72 netmask 0xff00 broadcast 192.168.8.255
   ether 00:11:11:2b:db:97
   media: Ethernet autoselect (100baseTX full-duplex)
   status: active
plip0: flags=108810POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT mtu 1500
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
   inet6 ::1 prefixlen 128
   inet 127.0.0.1 netmask 0xff00
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: UFS(2, 3 ?) vs ZFS.

2007-06-15 Thread Dick Hoogendijk
Wojciech Puchar [EMAIL PROTECTED] writes:

 UFS and future derivatives are here to stay.

 Yeah, but you know because of how nice ZFS is, a concept of using
 ZFS for /home and UFS for everything else will probably turn into a

 if ZFS will really be so nice i will be making small (50MB)
 partition for /boot files, ZFS on rest.

http://www.opensolaris.org/os/community/zfs/

zfs _is_ nice but bear in mind it is still in development. There are
issues. But overall it might become a very important FS.
Even booting off zfs became available.

-- 
Dick Hoogendijk -- PGP/GnuPG key: F86289CE
++ http://nagual.nl/ + Solaris 11 05/07 ++
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: hi

2007-06-15 Thread Gabor Kovesdan

DiGiTX escribió:

hay :)
I wanna freeBSD email adress. ([EMAIL PROTECTED])
ok.. ? :)

  

Hey!

Our policy is that only official FreeBSD developers get a @FreeBSD.org 
address. Of course, you can get one as well, but you have to become a 
developer first. This does not mean that you have to be a hardcore 
kernel hacker, you can work on the ports collection or the documentation 
as well.


Cheers,

--
Gabor Kovesdan
FreeBSD Volunteer

EMAIL: [EMAIL PROTECTED] .:|:. [EMAIL PROTECTED]
WEB:   http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org

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


RE: OK - I'm fairly clueless on this...

2007-06-15 Thread Michael K. Smith - Adhost
Hello:

snip
 On 6/15/07, Joe Holden [EMAIL PROTECTED] wrote:
  Wojciech Puchar wrote:
   zsquid# traceroute www.freebsd.org
   traceroute to www.freebsd.org (69.147.83.33), 64 hops max, 40
byte
   packets
   1  www.freebsd.org (69.147.83.33)  1.050 ms  0.970 ms  2.110 ms
  
   very short times suggest that the router (possibly NAT machine as
   192.168 suggest) is doing strange things...
  Do you have a bogus rdr/fwd in your config anywhere?
  --
  Joe Holden
  T: (UK) 02071009593 (AU) 282442321
  E: [EMAIL PROTECTED]
 
 Uh, don't know what those are, and I built this machine myself, from
 scratch, so I doubt it.
 
 All it's got on it is postfix (for mailing daily reports) and squid.
 It's pointed to our new T1, out a Watchguard firewall - we're going to
 use the old T1 for mail and traffic to our branch offices.
 
snip

Do you have a Proxy of some sort on your network that might have cached
www.freebsd.org?

Regards,

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


Re: UFS(2, 3 ?) vs ZFS.

2007-06-15 Thread Dick Hoogendijk
Wojciech Puchar [EMAIL PROTECTED] writes:

 UFS and future derivatives are here to stay.

 if ZFS will really be so nice i will be making small (50MB)
 partition for /boot files, ZFS on rest.

http://blogs.sun.com/ontherecord/entry/now_available_three_new_solaris

I know it is a sun site. Don't intend to attack fbsd. But the topic is
ZFS and that will become available in many systems, I'm sure!

-- 
Dick Hoogendijk -- PGP/GnuPG key: F86289CE
++ http://nagual.nl/ + Solaris 11 05/07 ++
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: hi

2007-06-15 Thread Andrew Pantyukhin

On 6/15/07, DiGiTX [EMAIL PROTECTED] wrote:

hay :)
I wanna freeBSD email adress. ([EMAIL PROTECTED])
ok.. ? :)


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


Re: Keyspan P/N= USA-19QW (not recognized?)

2007-06-15 Thread Bill-Schoolcraft

At Fri, 15 Jun 2007 it looks like Wojciech Puchar composed:





On Fri, 15 Jun 2007, Bill-Schoolcraft wrote:


Hello Family,

Just plugged in my Keyspan 19QW usb-2-serial adapter and not even
the USB link light activated...



nothing in dmesg?



Yes, actually ugen0 but what worried me is that when I plug in
this device, it always lit-up (lights come on) to indicate the
device is getting a link/power light.

I had to reboot my laptop into linux to get access, the link/power
light came on immediately in both my Keyspan device and the the link
light in the USB cable itself.

It appears that the USB port did not even give power to the
device, kind of felt like a lower level hardware issue if you get my
drift...

--
  Bill Schoolcraft * http://wiliweld.com

Health nuts are going to feel stupid someday,
lying in hospitals dying of nothing.
-- Redd Foxx
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: OK - I'm fairly clueless on this...

2007-06-15 Thread Chuck Swiger

On Jun 15, 2007, at 1:14 PM, Kurt Buff wrote:

 traceroute to www.freebsd.org (69.147.83.33), 64 hops max, 40 byte
 packets
 1  www.freebsd.org (69.147.83.33)  1.050 ms  0.970 ms  2.110 ms

 very short times suggest that the router (possibly NAT machine as
 192.168 suggest) is doing strange things...
Do you have a bogus rdr/fwd in your config anywhere?
--
Joe Holden
T: (UK) 02071009593 (AU) 282442321
E: [EMAIL PROTECTED]


Uh, don't know what those are, and I built this machine myself, from
scratch, so I doubt it.

All it's got on it is postfix (for mailing daily reports) and squid.
It's pointed to our new T1, out a Watchguard firewall - we're going to
use the old T1 for mail and traffic to our branch offices.


It would not be astonishing if your Watchguard firewall was blocking  
or modifying the traceroute traffic and ICMP time exceeded packets  
which result, unless someone has explicitly configured it to pass  
traceroutes.


However, the problem you've shown can also happen when something  
things it should proxy-arp for all IPs, in other words, it will claim  
that anything outside of the subnet it is actually on is really a  
local IP and should go to that particular MAC address.


Doing an arp -a and looking for dups should indicate whether this  
sort of thing is happening...


--
-Chuck

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


Re: OK - I'm fairly clueless on this...

2007-06-15 Thread Kurt Buff

Not for traceroute, no.

On 6/15/07, Michael K. Smith - Adhost [EMAIL PROTECTED] wrote:

Hello:

snip
 On 6/15/07, Joe Holden [EMAIL PROTECTED] wrote:
  Wojciech Puchar wrote:
   zsquid# traceroute www.freebsd.org
   traceroute to www.freebsd.org (69.147.83.33), 64 hops max, 40
byte
   packets
   1  www.freebsd.org (69.147.83.33)  1.050 ms  0.970 ms  2.110 ms
  
   very short times suggest that the router (possibly NAT machine as
   192.168 suggest) is doing strange things...
  Do you have a bogus rdr/fwd in your config anywhere?
  --
  Joe Holden
  T: (UK) 02071009593 (AU) 282442321
  E: [EMAIL PROTECTED]

 Uh, don't know what those are, and I built this machine myself, from
 scratch, so I doubt it.

 All it's got on it is postfix (for mailing daily reports) and squid.
 It's pointed to our new T1, out a Watchguard firewall - we're going to
 use the old T1 for mail and traffic to our branch offices.

snip

Do you have a Proxy of some sort on your network that might have cached
www.freebsd.org?

Regards,

Mike


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


Re: linux-opera java

2007-06-15 Thread Nikola Lecic
On Fri, 15 Jun 2007 21:46:58 +0200 (CEST)
Wojciech Puchar [EMAIL PROTECTED] wrote:

 what should i install (preferably ports) to make java working in 
 linux-opera? linux-flashplugin7, acroread  realplayer works in opera.

Hello Wojciech,

Please don't hijack threads.

Install java/linux-blackdown-jdk14, then Tools-Preferences-Advanced.

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


Re: UFS(2, 3 ?) vs ZFS.

2007-06-15 Thread Kris Kennaway
On Fri, Jun 15, 2007 at 03:25:12PM -0400, Jim Capozzoli wrote:
 On 6/15/07, Kris Kennaway [EMAIL PROTECTED] wrote:
 On Fri, Jun 15, 2007 at 06:51:31PM +0200, Albert Shih wrote:
  Hi all
 
  Anyone known what's the futur of ufs2 ? Is there any plan to make a ufs3
  for very large FS ( 2TB) . Or the plan is to use classic ufs for /   
 /usr and lets
  use ZFS for /home
 
 ZFS will remain an optional alternative because of the licensing, so
 UFS and future derivatives are here to stay.
 
 Yeah, but you know because of how nice ZFS is, a concept of using ZFS
 for /home and UFS for everything else will probably turn into a
 tradition or something. ;)  Why couldn't one make it so you have ZFS
 capability during a FreeBSD install, ZFS licensing isn't that bad is
 it?

It could be done.  At the present time ZFS is not really suitable on
systems without a lot of memory (I'd recommend at least 1GB).  It is
also very hard to tune it to perform well on i386 because of VM and
address space issues.  It might be possible to address these over
time.

Kris


pgpemZqy5d9j2.pgp
Description: PGP signature


Re: OK - I'm fairly clueless on this...

2007-06-15 Thread Kurt Buff

On 6/15/07, Chuck Swiger [EMAIL PROTECTED] wrote:

On Jun 15, 2007, at 1:14 PM, Kurt Buff wrote:
  traceroute to www.freebsd.org (69.147.83.33), 64 hops max, 40 byte
  packets
  1  www.freebsd.org (69.147.83.33)  1.050 ms  0.970 ms  2.110 ms
 
  very short times suggest that the router (possibly NAT machine as
  192.168 suggest) is doing strange things...
 Do you have a bogus rdr/fwd in your config anywhere?
 --
 Joe Holden
 T: (UK) 02071009593 (AU) 282442321
 E: [EMAIL PROTECTED]

 Uh, don't know what those are, and I built this machine myself, from
 scratch, so I doubt it.

 All it's got on it is postfix (for mailing daily reports) and squid.
 It's pointed to our new T1, out a Watchguard firewall - we're going to
 use the old T1 for mail and traffic to our branch offices.

It would not be astonishing if your Watchguard firewall was blocking
or modifying the traceroute traffic and ICMP time exceeded packets
which result, unless someone has explicitly configured it to pass
traceroutes.

However, the problem you've shown can also happen when something
things it should proxy-arp for all IPs, in other words, it will claim
that anything outside of the subnet it is actually on is really a
local IP and should go to that particular MAC address.

Doing an arp -a and looking for dups should indicate whether this
sort of thing is happening...

--
-Chuck


Problem solved, but this was indeed quite interesting.

I've got several FreeBSD boxes scattered at various points through our
network. After checking them, the ones that I had trouble with are
those that are in the same subnet as our two firewalls. Doing a
traceroute from the others worked just fine.

However, 'arp -a' on the affected FreeBSD boxes (those in the subnet
with the Watchguards) didn't reveal anything interesting.

So, the Watchguards were doing *something*. OTOH, running tracert (the
Windows version of traceroute) from a box on that same subnet worked
just fine - that is, I get a full list of hops, etc.

This is where the light started to shine..

I tried 'traceroute -P udp' and 'traceroute -P tcp', with no
difference - that is, the machines in the same subnet got a single
line back. However, if I specified 'tracert -I' (capital i - which
means use ICMP) I get the output I expect from a traceroute command.
As mentioned above, however, arp -a reveals no duplicates.

Windows uses ICMP for its traceroutes, FreeBSD doesn't, by default,
though it can.

So, I took a look at my traceroute filter on the firewall, and found,
finally, that it wasn't allowed from the subnet where my problem
children were. I adjusted the filter on the firewall, and all is now
happy.

Thanks for your help, Chuck - it made the difference I needed to
figure this out.

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


beryl/KDE

2007-06-15 Thread Eduardo Viruena Silva


Hi Guys,

I have installed FreeBSD 6.2-STABLE in my computer,
I also compiled and installed Xorg 7.2, KDE, and beryl,
everything seems to be ok.

Ok, now what?

What do I have to do for KDE has the beryl effects?

Any reference?

Thanks in advance.

  Eduardo.


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


stopping connect attacks in apache

2007-06-15 Thread Bob
Every time my apache server slows down or has denial of service the access
log is full this

61.228.122.220 -  CONNECT 66.196.97.250:25 HTTP/1.0 200 7034 - -
61.228.122.220 -  CONNECT 216.39.53.3:25 HTTP/1.0 200 7034 - -
61.228.122.220 -  CONNECT 216.39.53.1:25 HTTP/1.0 200 7034 - -
61.228.122.220 -  CONNECT 168.95.5.155:25 HTTP/1.0 200 7034 - -
61.228.122.220 -  CONNECT 168.95.5.157:25 HTTP/1.0 200 7034 - -
61.228.122.220 -  CONNECT 168.95.5.159:25 HTTP/1.0 200 7034 - -


I think I can stop this by adding this to my httpd-config

SetEnvIf  THE_REQUEST CONNECT* drop
Directory /usr/local/www/data
order allow,deny
allow from all
deny from env=drop
/Directory


Am I on the correct solutions here?

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


Re: mail reader/agent for xfce4

2007-06-15 Thread Andriy Babiy
  Hi everybody,
 
  Could anyone share their experiences on which mail reader or agent
  they use with xfce4? Something simple, lightweight, with GUI, is
  highly desirable. I tried xmail, but it looks a bit complicated for my
  8 years old son. Just for the record: FreeBSD i386 STABLE.

   Try Sylpheed. It's in the ports collection.

I'll give it a try. And thanks to everybody for replies!

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