Re: power point

2004-02-19 Thread Tony Frank
Hi,

On Fri, Feb 20, 2004 at 08:26:15AM +0100, Martin Vana wrote:
> is there a way to convert ms powerpoint presentation into jpegs?
> or to view it under Freebsd?

One of the following ports may help you:

/usr/ports/textproc/xlhtml
/usr/ports/editors/openoffice-1.1
/usr/ports/editors/staroffice60

Otherwise:
MS Powerpoint has an export option that lets you save your slides as
gif or jpg.

File->Save As->Save as type and pick your preference: gif, jpg, png, bmp etc

Regards,

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


Re: continued make world problems...

2004-02-19 Thread Tony Frank
Hi,

On Fri, Feb 20, 2004 at 12:53:15AM -0600, Eric F Crist wrote:
> I've managed to get cvsup working (after my botched make world and a power 
> failure a couple days ago).  I deleted the /usr/src tree, and the /usr/obj 
> tree and tried to complete a make world afterwards.  No matter what I do, I 
> get the following error after 2 hours of a make world:
> 
> btxld -v -E 0x2000 -f bin 
> -b /usr/obj/usr/src/sys/boot/i386/boot2/  ../btx/btx/btx -l boot2.ldr -o 
> boot2.ld -P 1 boot2.bin
> btxld: No such file or directory
> *** Error code 1
> 
> Stop in /usr/src/sys/boot/i386/boot2.
> *** Error code 1
> 
> etc.
> 
> What do I need to do to fix this.  I cannot get this to go away with the tiny 
> bit of knowledge I have.  Please help.  :(

What branch/release are you trying to make?  
RELENG_4 is working for me.  (cvsupped last night)

Are you running "make -j4 world" etc?  If so try without the -j4 option.

Do you have any non-default settings in /etc/make.conf?  
Try removing them and building again.

If you cd to /usr/src/sys/boot/i386/boot2 can you run "make" to build just
this part of the tree manually?

About all I can suggest right now.

Regards,

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


Re: endless "sysquery: no addrs found for root"

2004-02-19 Thread Tony Frank
Hi,

On Thu, Feb 19, 2004 at 10:25:04PM -0600, John wrote:
> OK. I'm stumped.

Hopefully we can help.

> This is on a FreeBSD 4.9-STABLE system with named 8.3.7-REL

Fairly standard setup.

[EMAIL PROTECTED] [119]:/usr/src> uname -a
FreeBSD marvin.home.local 4.9-STABLE FreeBSD 4.9-STABLE #122: Fri Jan 23 08:52:48 EST 
2004 root@:/data/ad3/obj/usr/src/sys/MARVIN  i386
Fri Feb 20 18:26:15 EST 2004
[EMAIL PROTECTED] [120]:/usr/src> named -v
named 8.3.7-REL Fri Jan 23 17:43:07 EST 2004
[EMAIL PROTECTED]:/data/ad3/obj/usr/src/usr.sbin/named

> I have set up a pretty basic named.conf file:
> 
> options {
> directory "/etc/namedb";
> 
> forwarders {
> 64.81.159.2;
> 216.231.41.2;
> };
> 
> zone "." {
> type hint;
> file "named.root";
> };
> 
> zone "0.0.127.IN-ADDR.ARPA" {
> type master;
> file "localhost.rev";
> };
> 
> zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.INT" {
> type master;
> file "localhost-v6.rev";
> };
> 
> When I try to start named with this config, the log file shows
> Feb 19 22:16:50 jsrh named[177]: starting (/etc/namedb/named.conf).  named 8.3.7-REL 
> Tue Feb 17 15:01:48 CST 2004   [EMAIL PROTECTED]:/usr/obj/usr/src/usr.sbin/named
> Feb 19 22:16:50 jsrh named[178]: Ready to answer queries.
> 
> but then I get an endless stream of
> Feb 19 22:16:58 jsrh named[178]: sysquery: no addrs found for root NS 
> (K.ROOT-SERVERS.NET)
> 
> for each one of the root name servers.  Just for grins, I downloaded the
> lastest named.root file, but that didn't help (of course).  I also dropped
> the firewall, but that didn't help, either.
> 
> When I run nslookup with the name nameservers listed as in the forwarders,
> I'm able to make queries from this same system, including resolving
> the root NS entries that are generating all these errors.
> 
> I'm clearly assuming something I shouldn't, or think I know something I
> don't - because this just doesn't make sense to me.

fyi I do not get this kind of error, but then I have "forward-only" configured
in my options section to send all queries to my ISP DNS servers instead of 
querying root servers direct. See below.

log messages at startup:


Feb 19 17:39:48 marvin named[28890]: starting (/etc/namedb/named.conf).  named 
8.3.7-REL Fri Jan 23 17:43:07 EST 2004   [EMAIL 
PROTECTED]:/data/ad3/obj/usr/src/usr.sbin/named
Feb 19 17:39:49 marvin named[28890]: limit files set to fdlimit (1024)
Feb 19 17:39:49 marvin named[28890]: hint zone "" (IN) loaded (serial 0)
Feb 19 17:39:49 marvin named[28890]: master zone "0.0.127.IN-ADDR.ARPA" (IN) loaded 
(serial 20020407)
Feb 19 17:39:49 marvin named[28890]: master zone 
"1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA" (IN) loaded 
(serial 20020407)
Feb 19 17:39:49 marvin named[28890]: master zone 
"1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.INT" (IN) loaded 
(serial 20020407)
Feb 19 17:39:49 marvin named[28890]: master zone "home.local" (IN) loaded (serial 
2004021902)
Feb 19 17:39:49 marvin named[28890]: master zone "168.192.in-addr.arpa" (IN) loaded 
(serial 2004021902)
Feb 19 17:39:49 marvin named[28890]: listening on [192.168.3.2].53 (fxp0)
Feb 19 17:39:49 marvin named[28890]: listening on [127.0.0.1].53 (lo0)
Feb 19 17:39:49 marvin named[28890]: Forwarding source address is [0.0.0.0].53
Feb 19 17:39:49 marvin named[28891]: Ready to answer queries.


The only subsequent messages I get (hourly) are:


Feb 20 07:39:49 marvin named[28891]: Cleaned cache of 8 RRsets
Feb 20 08:39:49 marvin named[28891]: Cleaned cache of 2 RRsets
Feb 20 09:39:49 marvin named[28891]: Cleaned cache of 5 RRsets


The named.root I have is the stock file installed by FreeBSD:

; $FreeBSD: src/etc/namedb/named.root,v 1.9.2.1 2002/11/06 09:24:12 dougb Exp $

For reference, my named.conf is:


acl allowed_sources {
localhost;
localnets;
};

options {
directory "/etc/namedb";

forward only;

forwarders {
198.142.0.66;   // dns01.meb.optusnet.com.au
203.2.75.108;   // dns01.syd.optusnet.com.au
211.29.132.154; // dns07.syd.optusnet.com.au
};

query-source address * port 53;

listen-on port 53 {
127.0.0.1;
192.168.3.2;
};

allow-query { allowed_sources; };
};

key DHCP_UPDATER {
algorithm HMAC-MD5.SIG-ALG.REG.INT;
secret ** ;
};

zone "." {
type hint;
file "named.root";
};

zone "0.0.127.IN-ADDR.ARPA" {
type master;
file "localhost.rev";
};

zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA" {
type master;
file "localhost-v6.rev";
};

zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.INT" {
type master;
file "localhost-v6.rev";
};

zone "home.loc

Re: power point

2004-02-19 Thread Peter Risdon
Martin Vana wrote:

hi,
is there a way to convert ms powerpoint presentation into jpegs?
or to view it under Freebsd?
 

Openoffice, or KDE's KPresenter can open MS Powerpoint docs. You'll find 
the results slightly imperfect but, normally, fine.

KPresenter will export not as jpegs but as an html slideshow.

PWR.

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


power point

2004-02-19 Thread Martin Vana
hi,
is there a way to convert ms powerpoint presentation into jpegs?
or to view it under Freebsd?
Thank you
Martin

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


syntax error on cinfig file of 5.0

2004-02-19 Thread ÁТÒÁ
one of my friend try adding  COM3 to his config file
of freebsd 5.0 as follow

# Serial (COM) ports
device sio # 8250, 16[45]50 based serial ports
<---(GENERIC)
device sio2 at isa? port IO_COM3 irq 5 <---his
file

once make he got series of messages

make KERNCONF=Ehead kernel

Running test variables
PASS: Test variables detected no regression, output
matches.
Running test targets
PASS : Test targets detected no regression.
Running test sysvmatch
PASS : Test sysvmatch detected no regression.
Running test lhs_expn
PASS : Test lhs_expn detected no regression.
Running test notdef
PASS : Test notdef detected no regression.
Running test modifiers
PASS : Test modifiers detected no regression.
Running test funny_targets
PASS : Test funny_targets detected no regression.

- - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - -
>>> Kernel build for Gra started on Web Feb 18
14:46:46 ICT 2004
- - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - -
===> Gra
mkdir -p /usr/obj/usr/src/sys
cd /usr/src/sys/i386/conf;
PATH=/usr/obj/src/i386/usr/sbin :
/usr/obj/usr/src/i386/usr/bin :
/usr/obj/usr/src/i386/usr/games :
/usr/obj/usr/src/make.i386 : /sbin : /bin : /usr/sbin
: /usr/bin config -d /usr/obj/usr/src/sys/Gra
/usr/src/sys/i386/conf/Gra
config : /usr/src/sys/i386/conf/Gra : 127 : syntax
error
*** Error code 1

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

Stop in /usr/src.


the line 127 is the one he add as i shown above.

would you please help us solving this problem ?
any help and hints are appreciated.


=
ÁТÒÁ ¤Ô¹à´Ô¹´¹
http://www.thai.net/makham

__
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


continued make world problems...

2004-02-19 Thread Eric F Crist
Hello list.

I've managed to get cvsup working (after my botched make world and a power 
failure a couple days ago).  I deleted the /usr/src tree, and the /usr/obj 
tree and tried to complete a make world afterwards.  No matter what I do, I 
get the following error after 2 hours of a make world:

btxld -v -E 0x2000 -f bin 
-b /usr/obj/usr/src/sys/boot/i386/boot2/  ../btx/btx/btx -l boot2.ldr -o 
boot2.ld -P 1 boot2.bin
btxld: No such file or directory
*** Error code 1

Stop in /usr/src/sys/boot/i386/boot2.
*** Error code 1

etc.

What do I need to do to fix this.  I cannot get this to go away with the tiny 
bit of knowledge I have.  Please help.  :(

TIA
-- 
Eric F Crist
AdTech Integrated Systems, Inc
(612) 998-3588


pgp0.pgp
Description: signature


SOLVED: apsfilter and margins

2004-02-19 Thread Eric F Crist
Here's a little howto for those of you who are having problems with faulty 
margins with apsfilter.  I'm personally using a Brother HL-1440, but the 
general idea still applies to all printers.

1) Edit the file /usr/local/share/gho.stscript/7.07/lib/align.ps and add %! on 
a line by itself, before anything else.

2) type lpr /usr/local/share/ghostscript/7.07/lib/align.ps and you will get a 
page that has two lines, intersecting in the lower left corner.

3) Follow the instructions on the page that prints to compute the numbers you 
need to enter.

4) Create a file called /etc/margins.ps that contains the following:

%!
<< /.HWMargins [18 0 18 0] /Margins [0 -90] >> setpagedevice

Your numbers will vary from mine.  This is for a Brother HL-1440 Laser 
printer. (The bottom margin on mine is very low on the page, but I don't 
loose any text.  Changing the bottom value seems to cut off text.)

Make certain that this file is world readable.  
#chmod a+r /etc/margins.ps

5) Edit the file /usr/local/etc/apsfilter/apsfilterrc and find the line near 
the bottom containing PS_INIT (currently commented out).

6) Uncomment the line and change it to read:

PS_INIT=/etc/margins.ps

7) Print a test page!  Play with those numbers in the /etc/margins.ps file 
until you get the margins you're looking for.  You do not need to restart lpd 
in order for changes to take effect.

Hope you all enjoy this!
-- 
Eric F Crist
AdTech Integrated Systems, Inc
(612) 998-3588
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


/usr/libexec/ld-elf.so.1: Shared object "libintl.so.4" not found

2004-02-19 Thread Noah

FreeBSD 4.8

still having installation issues with apache-1.3.29 with mod_ssl-2.8.16 from
/usr/ports 

I even upgraded gettext from /usr/ports/devel/gettext to version gettext-0.13.1

still the same problem.  any other ideas here?


--- snip ---

===> [data: Installing initial data files]
echo "Copying tree ./htdocs/ -> /usr/local/www/data-dist/";  (cd ./htdocs/ && /u
sr/local/bin/gtar -cf - index* apache_pb.* ) | (cd /usr/local/www/data-dist/ &&
/usr/local/bin/gtar -xf -);  find /usr/local/www/data-dist/ -type d -exec chmod
a+rx {} \; ;  find /usr/local/www/data-dist/ -type f -print0 | xargs -0 chmod
a+r ;
Copying tree ./htdocs/ -> /usr/local/www/data-dist/
/usr/libexec/ld-elf.so.1: /usr/libexec/ld-elf.so.1: Shared object
"libintl.so.4" not found
Shared object "libintl.so.4" not found
*** Error code 1

Stop in /usr/ports/www/apache13-modssl/work/apache_1.3.29.
*** Error code 1

Stop in /usr/ports/www/apache13-modssl/work/apache_1.3.29.
*** Error code 1

Stop in /usr/ports/www/apache13-modssl/work/apache_1.3.29.
*** Error code 1

Stop in /usr/ports/www/apache13-modssl.

--- snip ---

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


running postnuke php scripts creates apache segmentation fault

2004-02-19 Thread Noah
FreeBSD 4.8 stable
Apache/1.3.29 (Unix) mod_perl/1.28 PHP/4.3.4 PHP/3.0.18 mod_ssl/2.8.16
OpenSSL/0.9.7a mod_fastcgi/2.4.0


okay I am attmepting to figure out why apache is complaining about
segmentation faults when I am browsing the php postnuke scripts?

--- snip ---

[Thu Feb 19 20:05:32 2004] [notice] child pid 64930 exit signal Segmentation fau
lt (11)
[Thu Feb 19 20:05:32 2004] [notice] child pid 64926 exit signal Segmentation fau
lt (11)

--- snip --- 


Any clues on where to being to troubleshoot this issue?

- Noah

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


Re: Error 127 During Makeinstall of 4.8 to 4.9 Upgrade

2004-02-19 Thread Bob Perry
Matthew Seaman wrote:

On Wed, Feb 18, 2004 at 12:52:48AM -0500, Bob Perry wrote:

 

I googled (first time ever for FreeBSD issues) as suggested and found
the message you referred to.  My system date/time was 5 hours off, if I
remember correctly, so I set the time with 'date 0402172134' and started
my  upgrade again with 'make buildworld'.   Everything ran smoothly,
except for mergemaster...still not 100% with that function yet.  I
rebooted successfully, around 12:30am but my system clock is back to the
5-hour difference as before reading 5:30 am.  Must have set it
incorrectly.  Will have to read the man date page more thoroughly.
   

It sounds to me as if your bios or CMOS clock is set to wall-clock
time, which is the norm for windows systems, rather than to UCT, which
is the norm for Unix systems.  We can also deduce that you are
probably located on the US East coast... Since the system clock is set
from the bios clock at reboot time, this explains the observed
symptoms.
You can fix this behavoiur using /usr/sbin/tzsetup -- the first dialog
asks:
   Is this machines CMOS clock set to UTC?
 

I remember running this command during installation.  I selected "No" 
because I
wasn't sure and proceeded per installation instructions.

If your machine is dedicated to FreeBSD you should answer 'Yes'.

Selected "Yes" this time around and subsequently set BIOS clock accordingly.

 If
you have a Windows partition on the machine that you sometimes boot
into, you should answer 'No'.  Then go through and choose an
appropriate timezone for your machine.
If you answer 'No' to that question, a zero-length file
/etc/wall_cmos_clock will be created, which cues the system to account
for the difference between wall-clock and UCT when referring to the
CMOS clock.
Otherwise, you should go into your system BIOS and set the clock to
the correct UCT time.
 

I rebooted and this seems to work.

Thanks,
Bob
--
FreeBSD 4.9-RELEASE-p2 #0
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


make install error on mozilla 1.6

2004-02-19 Thread Richard


hi guys,

I have just succesfully installed 5.2.1-RC2 FreeBSD. I tried to install the
mozilla 1.6 port and heres what i got in the end 

//usr/bin/find /usr/ports/www/mozilla/work/mozilla/dist/bin -type d | 
/usr/bin/sort -r |  /usr/bin/xargs /bin/rmdir 2> /dev/null || true
===>  Installing for mozilla-1.6_2,2
===>   mozilla-1.6_2,2 depends on file: /usr/local/bin/perl5.6.1 - found
===>   mozilla-1.6_2,2 depends on executable: pkg-config - found
/bin/rm -f /usr/ports/www/mozilla/work/pkg-plist
/usr/bin/touch -f /usr/ports/www/mozilla/work/pkg-plist
if [ ! -x /usr/X11R6/bin/mozilla -a ! -L /usr/X11R6/bin/mozilla ]; then  
echo bin/mozilla >> /usr/ports/www/mozilla/work/pkg-plist ;  fi
if [ "mozilla" != "mozilla" ]; then  echo bin/mozilla >> 
/usr/ports/www/mozilla/work/pkg-plist ;  fi
if [ ! -L /usr/X11R6/lib/browser_plugins/libjavaplugin_oji.so ]; then  
for jpi in 
/usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so  
/usr/local/jdk1.4.1/jre/plugin/i386/ns610/libjavaplugin_oji.so  
/usr/local/diablo-jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so  
/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so; do  if [ 
-f ${jpi} ]; then  echo lib/browser_plugins/libjavaplugin_oji.so >> 
/usr/ports/www/mozilla/work/pkg-plist ;  break;  fi;  done;  echo @dirrm 
lib/browser_plugins >> /usr/ports/www/mozilla/work/pkg-plist ;  fi
cd /usr/ports/www/mozilla/work/mozilla/dist/bin && /usr/bin/find -s * 
-type f -o -type l |  /usr/bin/sed -e 's:^:lib/mozilla/:' >> 
/usr/ports/www/mozilla/work/pkg-plist  && /usr/bin/find -d * -type d |  
/usr/bin/sed -e 's:^:@dirrm lib/mozilla/:' >> 
/usr/ports/www/mozilla/work/pkg-plist
echo @dirrm lib/mozilla >> /usr/ports/www/mozilla/work/pkg-plist
for pcfile in mozilla-gtkmozembed mozilla-js mozilla-xpcom  mozilla-nspr 
mozilla-nss mozilla-plugin; do  echo libdata/pkgconfig/${pcfile}.pc >> 
/usr/ports/www/mozilla/work/pkg-plist ;  done
cd /usr/ports/www/mozilla/work/mozilla/dist/include && /usr/bin/find -s 
* -type f -o -type l |  /usr/bin/sed -e 's:^:include/mozilla/:' >> 
/usr/ports/www/mozilla/work/pkg-plist  && /usr/bin/find -d * -type d |  
/usr/bin/sed -e 's:^:@dirrm include/mozilla/:' >> 
/usr/ports/www/mozilla/work/pkg-plist
echo @dirrm include/mozilla >> /usr/ports/www/mozilla/work/pkg-plist
===>   Generating temporary packing list
===>  Checking if www/mozilla already installed
/bin/mkdir -p /usr/X11R6/lib/mozilla
/bin/chmod 755 /usr/X11R6/lib/mozilla
cd /usr/ports/www/mozilla/work/mozilla/dist/bin && /usr/bin/find . |   
-pdm -L -R root:wheel /usr/X11R6/lib/mozilla
-pdm: not found
*** Error code 127

Stop in /usr/ports/www/mozilla.
/
any ideas ...
thanks
clovis
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: endless "sysquery: no addrs found for root"

2004-02-19 Thread Mike Maltese
> When I try to start named with this config, the log file shows
> Feb 19 22:16:50 jsrh named[177]: starting (/etc/namedb/named.conf).  named
8.3.7-REL Tue Feb 17 15:01:48 CST 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/usr.sbin/named
> Feb 19 22:16:50 jsrh named[178]: Ready to answer queries.
>
> but then I get an endless stream of
> Feb 19 22:16:58 jsrh named[178]: sysquery: no addrs found for root NS
(K.ROOT-SERVERS.NET)

I've experienced the exact same thing with 8.4.4 on 4.9-RELEASE-p2. It
actually filled up /var once. It was doing it randomly, now it seems to
contain itself to startup and only for about 20-30 seconds. Then it will
mysteriously stop and DNS works fine.

> for each one of the root name servers.  Just for grins, I downloaded the
> lastest named.root file, but that didn't help (of course).

I also tried the same thing, got the same result.

Just letting you know you're no the only one. =) The real question is
whether this a BIND problem or a FreeBSD problem.

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


endless "sysquery: no addrs found for root"

2004-02-19 Thread John
OK. I'm stumped.

This is on a FreeBSD 4.9-STABLE system with named 8.3.7-REL

I have set up a pretty basic named.conf file:

options {
directory "/etc/namedb";

forwarders {
64.81.159.2;
216.231.41.2;
};

zone "." {
type hint;
file "named.root";
};

zone "0.0.127.IN-ADDR.ARPA" {
type master;
file "localhost.rev";
};

zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.INT" {
type master;
file "localhost-v6.rev";
};

When I try to start named with this config, the log file shows
Feb 19 22:16:50 jsrh named[177]: starting (/etc/namedb/named.conf).  named 8.3.7-REL 
Tue Feb 17 15:01:48 CST 2004   [EMAIL PROTECTED]:/usr/obj/usr/src/usr.sbin/named
Feb 19 22:16:50 jsrh named[178]: Ready to answer queries.

but then I get an endless stream of
Feb 19 22:16:58 jsrh named[178]: sysquery: no addrs found for root NS 
(K.ROOT-SERVERS.NET)

for each one of the root name servers.  Just for grins, I downloaded the
lastest named.root file, but that didn't help (of course).  I also dropped
the firewall, but that didn't help, either.

When I run nslookup with the name nameservers listed as in the forwarders,
I'm able to make queries from this same system, including resolving
the root NS entries that are generating all these errors.

I'm clearly assuming something I shouldn't, or think I know something I
don't - because this just doesn't make sense to me.

Help?

TIA
-- 

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


Re: vinum - suitablity for use with removable disks

2004-02-19 Thread Tony Frank
Hi there,

On Fri, Feb 20, 2004 at 09:46:48AM +1100, Pietralla, Siegfried P wrote:
> i want to use vinum with some removable ( e.g. usb2 ) hard disks. i want to
> use vinum because : it lets me create as many appropriately sized volumes as
> i need ; and, it doesn't matter whether the disk connects as da0 or da1
> since vinum uses it's own label.
> 
> my question is, will vinum comfortably handle more than one disk where there
> is an equal chance that none, one or more will be online at any one time. if
> i plug in a disk, will i need to "restart" or "bring up" or whatever the
> disk, or the plex etc every time a disk comes back online? if so, what is
> the smallest set of commands i can use to do this?
> 
> note that i only intend to run single plexes ( no mirrors or raid 5 ) where
> all subdisks reside on the same physical disk.
> 
> any thoughts or experiences appreciated.

Sounds interesting.
Note I have not tried this myself - will have to get USB support running to
try it locally.

But...

Basic setup is quite straightforward (as per any other disk):
1. fdisk the USB drive to put a freebsd slice on there
2. create vinum partition on the disk
3. create vinum drive with the device
4. build subdisks/plex/volumes etc
5. newfs volumes
6. mount volume
7. transfer data as needed

I expect you would want to at least umount the volume before
removing a device.
Probably want to 'stop' the volume/plex/subdisk also.
That way vinum says disk is 'down' and wont try to write to it.
You should then be able to remove safely (minus any other
FreeBSD USB disk caveats that I am not aware of)
Possibly camcontrol stop would be appropriate - I'll have to
do some research on this.

If the disk is used in a different USB port etc such that it 
gets a different device name I expect Vinum should still be
able to recognise it.  
My experience here is nonexistant.

At such time you should be able to start the objects and
mount the filesystem again.

If nothing else this has raised some ideas for things to spend a day 
or two on :)

Hope there was something useful in that,

Tony

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


Re: Boot loop in FreeBSD 5.2-RELEASE after install

2004-02-19 Thread Tony Frank
Hi,

On Thu, Feb 19, 2004 at 09:48:04PM -0500, Mike Newell wrote:
> On Wed, 18 Feb 2004, Tony Frank wrote:
> tfrank> While I cannot perhaps comment on your problem, you can try either pressing
> tfrank> 'pause' key or 'scrolllock' which might help depending on where the problems
> tfrank> are occuring.
> They don't work.  Fortunately I was able to:
> 
>   1. Hook a null modem to the serial port and my laptop.
>   2. Run hyperterm on my laptop to view serial port data.
>   3. During the initial boot load hit ESC to get the "Boot:" promt,
>  then do "-h" to switch to serial console.
>   4. Capture the stuff on the serial console.
> 
> What it does is repeatedly go through the BTX boot loader, saying
> something like (this is from memory):
> 
>   BTX loader...
>   BIOS Drive A is disk 0
>   BIOS Drive C is disk 1
>   BIOS Drive D is disk 2
> 
>   BTX loader...
>   BIOS Drive A is disk 3
>   BIOS Drive C is disk 4
>   BIOS Drive D is disk 5
> 
>   BTX loader...
> 
> and so on.  Eventually it runs out of drive numbers and starts saying
> "Can't figure out our boot device" a few times, then crashes with an
> assert error.  Looks like the loader is just looping until it runs out of
> heap.

That suggests that it may be confused somehow.
I saw the crash/assert type scenario if the boot blocks are not installed
properly.
Ie the MBR is updated with the bootmgr (F1 .. bit) but the 2nd/3rd stages
were corrupted somehow.
(In my case I accidentally overwrote the blocks with some experiementation)
You can reinstall boot blocks using bsdlabel (or disklabel on 4.9)
If you can boot from floppy/CD, get into fixit mode.
Then run:
bsdlabel -B da0s1 (assuming da0 is the disk you are trying to boot from)

> If I try to boot directly into the kernel the cursor changes from a
> blinking underscore to a solid block and the system just locks up.
> 
> In no case is there an error message or any other indication that
> something is weird.

Have you tried 4.9-RELEASE on this system?

I understand that 5.2.1-RC2 ISO is also available which might be another option.

Regards,

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


Re: GBDE - Destroy command not working

2004-02-19 Thread Dany Nativel
It didn't work but after several other attempts. I've been able to run 
it using a specific combination.

So to summarize,  in my case, I can only run "destroy" :
- using external lock files (-l parameter mandatory)
- with the current key only (no -n -1 parameter to say destroy them all)
- using /dev/xxx  (xxx  only doesn't work)
First, what's not working :
--> Without detached lockfile
# kldload geom_bde
# gbde init /dev/da0 -i
# gbde attach da0
# gbde detach da0
# gbde destroy da0
Enter passphrase:
gbde: read: Inappropriate ioctl for device
and also

# gbde destroy /dev/da0
Enter passphrase:
gbde: No -L option and no space in sector 0 for lockfile
--> With detached lockfile
# gbde destroy da0 -l /etc/mykey
Enter passphrase:
gbde: Error 22 decrypting lock
and then

# gbde destroy /dev/da0 -l /etc/mykey
Enter passphrase:
Wrote key 0 at 5371894
And it worked for the current key.

I also tried to use the -n x, --n x parameter (with x= -1, 1) but it 
never worked!

At one point I even received  a
Fatal trap 12: page fault while in kernel mode  (many of them in fact)


Dany Nativel wrote:

I've been playing around with GBDE under 5.2RC2-1. It's a fantastic 
encrypted FS.
Following the man page, I've tried to use the destroy command but 
without success.

Here is what I did to create the encrypted FS (for this test I didn't 
use the /dev/random to fill-up the disc).

# kldload geom_bde
# gbde init /dev/da0 -i
# gbde setkey /dev/da0 -n 2
# gbde attach /dev/da0 # newfs /dev/da0.bde
# mount /dev/da0.bde /mnt/usbkey
--> use the FS, works fine
# umount /mnt/usbkey
# gbde detach da0
Then according to the man page I should use  :
#gbde destroy da0 -n -1   to purge all keys but I get :
gbde: illegal option -- n
so I changed to :
#gbde destroy da0 --n -1   and got  :
gbde: read: Innapropriate ioctl for device
so I changed to :
#gbde destroy /dev/da0 --n -1  and this time I get the password prompt 
but it fails to destroy anything :
Enter passphrase:
Opened with key 0
gbde: No -L option and no space in sector 0 for lockfile

Maybe I didn't understand the purpose of the this command. I thought 
it was going to replace each lock key with some random data.
Can somebody explain me how to use the "destroy" command ?

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


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


Re: problem starting X with normal user

2004-02-19 Thread John
hi

thank you very much..

yes warpper-1.0.3 is installed...

i don't know what else could be wrong... 

as for the siliconmotion issue, 

i found this :
-bash-2.05b$ tail -f /var/log/XFree86.0.log
(II) Silicon Motion SMI_GEReset called from
smi_accel.c line 263
(II) Silicon Motion SMI_GEReset called from
smi_accel.c line 263
(II) Silicon Motion SMI_GEReset called from
smi_accel.c line 263

A search on google lead me to 

http://mail-index.netbsd.org/netbsd-bugs/2003/03/28/0004.html

the guy provides a "fix", but i don't know how to
apply it



--- Lowell Gilbert
<[EMAIL PROTECTED]> wrote:
> John <[EMAIL PROTECTED]> writes:
> 
> > I install fbsd 5.2 on a imb thinkpad 240x.
> > 
> > I have a siliconmoion LynxEM+, and when I start X,
> I
> > got my system hang.
> > 
> > then i do a make install clean under
> > /usr/ports/x11/XFree86-4
> > 
> > I got some errors because some ports can't
> install,
> > but i overcome it by installing them as packages.
> > 
> > thn when i start X again, I got
> > 
> > Could not create server lock file: /tmp/.X0-lock
> > 
> > if i remove /tmp/.X0-lock, it will complain 
> > 
> > cannot move old log file ("/var/log/XFree86.0.log"
> to
> > "/var/log/XFree86.0.log.old")
> 
> Make sure you have the wrapper port installed:
> [868] (be-well) lowell> pkg_info |grep -i wrap
> wrapper-1.0_3   Wrapper for XFree86-4 server
> [869] (be-well) lowell> 
> 
> > and i think XFree ver 4 don;t work with
> SiliconMotion
> 
> It certainly does.


__
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


openldap w /sasl

2004-02-19 Thread Dogg Haus

Hi, I'm having some difficulty installing openldap21-client with sasl support.  I have 
tried on several occasions from a fresh 5.2 install, and have had no luck.  The error 
I get when installing is:
configure: warning: SASL authentication not supported!

Here are the ports I installed from a fresh install:
krb5
vsftpd
openssl
cyrus-sasl2
openldap21-client   --WITH_SASL=yes

The only configuration files I modified were for sshd, vsftpd, and added 
/usr/local/etc/krb5.conf.  I can run kadmin from this machine to my internal krb5/ldap 
server, and have extracted a keytab for the machine.

My objective is to replace my redhat9 dmz box, which is running an ldap-enabled 
postfix relay, apache, and the horde suite.

I am new to freebsd, and definitely don't want a snag like this preventing me from 
continuing to use it.  Can anyone offer any help or suggestions?




___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Boot loop in FreeBSD 5.2-RELEASE after install

2004-02-19 Thread Mike Newell
On Wed, 18 Feb 2004, Tony Frank wrote:

tfrank> Hi there,
tfrank>
tfrank> > Can anyone help?  Is there any way to slow the bootup process so I can at
tfrank> > least read the errors?
tfrank>
tfrank> While I cannot perhaps comment on your problem, you can try either pressing
tfrank> 'pause' key or 'scrolllock' which might help depending on where the problems
tfrank> are occuring.

They don't work.  Fortunately I was able to:

  1. Hook a null modem to the serial port and my laptop.
  2. Run hyperterm on my laptop to view serial port data.
  3. During the initial boot load hit ESC to get the "Boot:" promt,
 then do "-h" to switch to serial console.
  4. Capture the stuff on the serial console.

What it does is repeatedly go through the BTX boot loader, saying
something like (this is from memory):

  BTX loader...
  BIOS Drive A is disk 0
  BIOS Drive C is disk 1
  BIOS Drive D is disk 2

  BTX loader...
  BIOS Drive A is disk 3
  BIOS Drive C is disk 4
  BIOS Drive D is disk 5

  BTX loader...

and so on.  Eventually it runs out of drive numbers and starts saying
"Can't figure out our boot device" a few times, then crashes with an
assert error.  Looks like the loader is just looping until it runs out of
heap.

If I try to boot directly into the kernel the cursor changes from a
blinking underscore to a solid block and the system just locks up.

In no case is there an error message or any other indication that
something is weird.

tfrank> Do you get past the "F1 FreeBSD" part to the loader?
tfrank> ie do you see a "-" appear on screen?

Yes.  This happens after the "F1 FreeBSD" prompt.

tfrank> Can you perhaps try a serial console?
tfrank> If you can get into the boot loader you should be able to set com1 as
tfrank> your console.

Did it.  Didn't help...  :-(

Thanks!

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


Re: method to test for link before dhclient at boot?

2004-02-19 Thread Dan Pelleg
Duane Winner <[EMAIL PROTECTED]> writes:

> Hello,
>
> I'm wondering if anybody knows a technique for this problem:
>
> I have a laptop that I frequently boot when it is not plugged into an
> ethernet network.
>
> In these circumstances, I would like to add some logic during boot time
> that looks at at the status of my fxp0 interface.
>
> If "status: no carrier" is true, then I do not want dhclient to run. I
> want the boot process to bypass DHCP so that it will boot faster, or so
> that I don't have to hit "CTRL-C" after the hostname is set, and so that
> I can easily run my wireless setup script or ppp manually if I choose to
> connect to a network at all.
>
> But I still need to be able to detect an active link state on fxp0 and
> lease a DHCP address automatically for when I'm in the office and
> plugged in.
>
> Is there a way to accomplish this?
>
> Thanks,
> DW
>

Use nicmond (net/nicmond in ports). It will do all that, and even bring
your interface up as soon as you plug the network cable in.

-- 

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


method to test for link before dhclient at boot?

2004-02-19 Thread Duane Winner
Hello,

I'm wondering if anybody knows a technique for this problem:

I have a laptop that I frequently boot when it is not plugged into an
ethernet network.

In these circumstances, I would like to add some logic during boot time
that looks at at the status of my fxp0 interface.

If "status: no carrier" is true, then I do not want dhclient to run. I
want the boot process to bypass DHCP so that it will boot faster, or so
that I don't have to hit "CTRL-C" after the hostname is set, and so that
I can easily run my wireless setup script or ppp manually if I choose to
connect to a network at all.

But I still need to be able to detect an active link state on fxp0 and
lease a DHCP address automatically for when I'm in the office and
plugged in.

Is there a way to accomplish this?

Thanks,
DW

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


long(!) Re: need help on CFLAGS in /etc/make.conf please

2004-02-19 Thread Paul Seniura

Hi Chuck, me again

I'll study the pointers you mentioned, and merely reply what I can for now.
Thank you very much for spending time on this.

>> The delay in my response here was due to pest control in our building
>> and the three-day weekend (I have no li'l-endians at home ;) .
> 
> No problem...and a good job of solving the endian-debate.  :-)

Heh... if you only knew...
I am actually a system programmer on IBM mainframes <- big-endians.
I better stop right there before I get really cranked-up.  :)

>>[...]
>> I want a default setting -O "iff"=="if and only if" the original does not
>> provide it.  That's what "default setting" means.  ;)
>
> If the port uses "CFLAGS ?=" or uses that value via implicit rules, you will 
> get the behavior you've asked for by not setting CFLAGS at all: ie, the port 
> will use whatever CFLAGS setting it has as the default unless another value is 
> specified elsewhere.
> 
> If the port uses "CFLAGS =", the port Makefile or possibly a patch in the 
> files subdirectory ought to override this to pay heed to the system-wide 
> settings.  In this case, you will have to modify that mechanism for each 
> relevant port yourself.

Yeah I found out the hard way.  ;)  I have CPUTYPE=p2 in my
/etc/make.conf because its example, e.g. CPUTYPE?=p2, didn't 'take' anywhere,
not even building kernel & world.
BTW this is one parm I must override, as this is an early p2 chip and it does
not have much of what is assumed in later i686 chips.  I had been seeing some
unexplainable glitches & traps etc. until I forced things to recompile with
this 'dumber' setting (told the higher-ups that, too).  Now at least I'm
seeing the same glitches that others are seeing (usually ;) and
repeatable/recreatable (usually ;) .  Having to explain to the higher-ups
why I can't use prebuilt binaries (packages or rpms) because 'they' provided
a box that has some really old chips (these were slated for state auction, but
we kept 'em because of the shortfall budget fiasco y'know). 

[...I'll snip some here and study it...]

>> And as far as i386 is concerned, it is looking like -O2 is the "maximum"
>> that should be attempted.  Other platforms, e.g. -march=7450 I use at home,
>> can go -O5 without problems.  At any rate, I certainly want to cut-down
>> anything like what Kris mentions e.g. -O999!
> 
> It's entirely likely that -O3, -O5, and -O999 will all behave exactly the 
> same.  Have you benchmarked any differences in performance?

It's going to be tough to do any accurate benchmarking: every time this p2
boots up is showing slightly different timecounter calibrations in dmesg. 
(Yeah that's all I need, a PC that may be on the skids. ;)  It isn't supported
anymore because IBM won't even consider maintenance contracts for this model.)

I forgot to mention another reason for wanting to set -O levels.  Now,
I'm not overly sure about GCC's criteria; it keeps changing as it is
developed, and is different for other platforms & chips.  But AFAIK for
-march=7450 (G4) and the way Apple has it working under XCode:  GCC will
not honor some of the compiler's tweaking flags if -O is not high enough. 
For example, MPlayer sets this high on purpose, so GCC will actually
'turn on' what is specified in MPlayer's Makefile for loop-unrolling and
other such tweaks.  IIRC GCC certainly needs the -faltivec parm before
it'll even consider compiling any Motorola vector code in the src -- if
you don't have a 'non-vector replacement' function there, the vector
code will simply be ignored and nothing inserted in its place.  "Oops"

OTOH a higher -O will automatically turn on other tweaking flags that you
might not want or need to steer in your code to function correctly.  Each
next level -O turns on the previous level's tweaks plus some more.

Benchmarks aren't the main reason to give it a high -O.  I'm finding this
difficult to explain what I mean here exactly, because of course faster
benchmarks are the end result.  Let me try:  GCC won't use the full power
of the chips (cache, coprocessors, etc.) and/or won't consider other
flags & options if told not to optimize (in effect).  GENERALLY.
I hope I said that correctly.  ;)

BTW I've been testing -O2 for the custom kernel during the past few days. 
FWIW the 'feel' is _quite_ different.  ;)  I _think_ we shaved ~5 minutes
off for a buildkernel (usually around 30 minutes with plain -O). 
If I can find a way to make decent standalone backups, I'd love making
world at -O2, too.
And as of lunchtime I have hand-patched and compiled the libthr "SIG-less"
changes that can be seen on the -threads list (posted earlier today).

> You might find it interesting to review a thread from July of last year titled 
> "buggy optimization levels", in which I wrote:  /usr/src/contrib/gcc/toplev.c 
> is clear enough which specific optimizations are involved at the different 
> number levels:
> 
>if (optimize >= 1)
>  {
>flag_defer_pop = 1;
>flag_thread_jumps = 1;
> #ifdef DELAY_SLO

Re: your mail

2004-02-19 Thread Kevin D. Kinsey, DaleCo, S.P.
Matthew Seaman wrote:

On Thu, Feb 19, 2004 at 02:02:32PM -0800, Matthew, Kristina and Ethan wrote:

 

i have a mac osx machine and a freebsd 4.4 machine
connected via a crossover cable for a small network. 
i have been able to figure out NFS, Apache, FTP etc. 
and so far it's really fun.  what i'd like to be able
to do is as follows:

i have a modem on my bsd box and it connects via ppp
to a dial-up isp.  i would like to configure such that
when i request an internet site from my mac, the bsd
box dials up the isp and acts as a gateway until i'm
done online, then disconnects... 

is this possible, is it really complicated?
   

It's certainly possible, and it's not too difficult.  Start by setting
up PPP on the FreeBSD box -- there's plenty of examples and howtos
around to help you do that, particularly:
   ppp(8)

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

   /usr/share/examples/ppp

I recommend you use the user-mode PPP if you're just using a standard
POTS dialup.  You will want to use the ppp -nat command line option.
 

She probably also wants "-auto" if she wants the FBSD
box to dial on request, etc.  
IIRC, when I tried, the clients timed out before the ISP
link came up on the FBSD box, so she may need to adjust
settings on the Mac to allow for longer timeouts.
I did find the handbook's PPP section quite helpful, though.

Kevin Kinsey
DaleCo, S.P.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ext2 mount

2004-02-19 Thread Robert Storey

You must add this line to the kernel and recompile:

options EXT2FS

regards,
Robert


On Thu, 19 Feb 2004 19:22:28 +0100
[EMAIL PROTECTED] wrote:

> 
> How can I mount ext2 under FreeBSD 5.2?
> 
> 
> I use this command:
> mount_ext2fs /dev/ad1s3 /mnt
> 
> 
> and the reply with error:
> mount_ext2fs: /dev/ad1s3: Operation not supported by device
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Error when installing FreeBSD 5.2: " /mnt/usr: create symlink failed, no inode free"

2004-02-19 Thread Dave Vollenweider
Hello,

Been trying to install FreeBSD 5.2 using the kern.flp and mfsroot.flp images on 
floppies and proceeding with a network install via FTP on an old Acer Aspire with a 
Pentium 120 MHz processor and 80 MB of RAM on a 1.6 GB hard drive (the second on the 
system; I have another OS on the other hard drive which shall remain nameless).

The install goes fine until it begins to extract the files to the /usr directory, at 
which it then spits out this error multiple times:

/mnt/usr: create symlink failed, no inode free

and continues to do so whenever something is added to the hard drive during the 
installation.  Curiously enough, though, the installation continues, even though I got 
that error message again and again when the base install was completed and the extra 
packages were being installed.  I decided at that point to abort the installation.

Is there any way for me to fix this, and if so, how can I do it?

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


Re: Win200 gateway blocking FBSD html?

2004-02-19 Thread James Long
On Thu, Feb 19, 2004 at 01:12:45PM +0800, Robert Storey wrote:
> 
> I find this very peculiar. Just to be sure that I don't have a misconfigured 
> firewall on the FBSD box, I installed FBSD on my laptop, plugged it into a different 
> network - works fine, I can surf the web. Then I plug it into the school's network, 
> and http doesn't work, but ping and ftp can reach the outside world (though again, 
> it's slow).

A couple suggestions:

1) wrap your lines at 70 character or so;

2) check a windows client which can browse easily and see whether they're
using any settings that suggest a proxy server.  If you do find a proxy
server in use, configure your FreeBSD machine to use the same settings.

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


RE: Daemon Monitor

2004-02-19 Thread Miranda Gomez Miguel Angel
> I took a look at this as well as monitord in the ports collection, but
> neither seems to do exactly what I'm looking for.  I want a 
> way to take
> an action other than restarting the service if the service dies,

Use mon, http://www.kernel.org/software/mon/
it can send alerts and execute a script of your choice, i.e. restart clamav
, exim, etc

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


RE: ez-ipupdate setup info needed

2004-02-19 Thread luke
> Thanks, I have not read through the files you sent, but I have
> a point I want to clear up.
>
> I installed the package version and it does not have the help stuff.
>
> I am coming to the conclusion that the person who built the package
> which is distributed from the FBSD ftp site did it wrong, as it is
> missing this stuff you have access to.
>
> I think this is me problem. Should I submit this as  problem report?

I don't know since I have not educated myself on the process of building a
package so I don't know what the intended outcome should be. Maybe you are
or maybe you're not experiencing a 'real' problem.

May I suggest you remove said package and just build the port, it sounds
like it would save you a headache. If I recall it's not that big and
wouldn't take but a few minutes.

# cd /usr/ports/dns/ez-ipupdate
# make install clean

Cheers,

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


Re: your mail

2004-02-19 Thread Matthew Seaman
On Thu, Feb 19, 2004 at 02:02:32PM -0800, Matthew, Kristina and Ethan wrote:

> i have a mac osx machine and a freebsd 4.4 machine
> connected via a crossover cable for a small network. 
> i have been able to figure out NFS, Apache, FTP etc. 
> and so far it's really fun.  what i'd like to be able
> to do is as follows:
> 
> i have a modem on my bsd box and it connects via ppp
> to a dial-up isp.  i would like to configure such that
> when i request an internet site from my mac, the bsd
> box dials up the isp and acts as a gateway until i'm
> done online, then disconnects... 
> 
> is this possible, is it really complicated?

It's certainly possible, and it's not too difficult.  Start by setting
up PPP on the FreeBSD box -- there's plenty of examples and howtos
around to help you do that, particularly:

ppp(8)

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

/usr/share/examples/ppp

I recommend you use the user-mode PPP if you're just using a standard
POTS dialup.  You will want to use the ppp -nat command line option.

Now, put:

gateway_enable="YES"

into /etc/rc.conf, and either reboot or run:

# sysctl net.inet.ip.forwarding=1

On your MacOS X machine, set the default route to the IP number of the
FreeBSD box on your X-over cable.  Set the nameserver IP numbers in
/etc/resolv.conf or whatever the MacOS X eqivalent is to the same
numbers as on your FreeBSD box (these will either have been provided
for you in your ISP's documentation, or automatically as part of the
PPP dialup process).

That should be pretty much all you need to do: try looking at some
Internet sites and see how well it works.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


vinum - suitablity for use with removable disks

2004-02-19 Thread Pietralla, Siegfried P
hi all,

i want to use vinum with some removable ( e.g. usb2 ) hard disks. i want to
use vinum because : it lets me create as many appropriately sized volumes as
i need ; and, it doesn't matter whether the disk connects as da0 or da1
since vinum uses it's own label.

my question is, will vinum comfortably handle more than one disk where there
is an equal chance that none, one or more will be online at any one time. if
i plug in a disk, will i need to "restart" or "bring up" or whatever the
disk, or the plex etc every time a disk comes back online? if so, what is
the smallest set of commands i can use to do this?

note that i only intend to run single plexes ( no mirrors or raid 5 ) where
all subdisks reside on the same physical disk.

any thoughts or experiences appreciated.

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


RE: ez-ipupdate setup info needed

2004-02-19 Thread JJB
Thanks, I have not read through the files you sent, but I have
a point I want to clear up.

I installed the package version and it does not have the help stuff.

I am coming to the conclusion that the person who built the package
which is distributed from the FBSD ftp site did it wrong, as it is
missing this stuff you have access to.

I think this is me problem. Should I submit this as  problem report?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
[EMAIL PROTECTED]
Sent: Thursday, February 19, 2004 5:18 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED] ORG
Subject: RE: ez-ipupdate setup info needed

> Luke
> Thanks for your reply
> When I run ez-ipupdate --help  or -help or help or ? it just goes
> to service prompt and if I hit enter again it displays msg to
> uses an list of names.
>
> Really need more help

Umm.. how about this. The attached file "ez-ipupdate.help.txt"
contains
the output for ez-ipupdate --help. Where it says -S, --service-type,
find
the one you need for zoneedit. You can see my ez-ipupdate.conf only
contains 6 lines, I figure you need to change the service part to
zoneedit, ie the -S switch, and the user=[:password] to
your
user name and password and put that in /usr/local/etc.

Copy the ez-ipupdate.sh to /usr/local/etc/rc.d

Add ez_ipupdate_enable="YES" to your /etc/rc.conf

reboot or type

# /usr/local/bin/ez-ipupdate -c /usr/local/etc/ez-ipupdate.conf

Hope this is of more help

Luke

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


Re: Help with Vinum disk crash...

2004-02-19 Thread Tony Frank
Hi,

On Thu, Feb 19, 2004 at 09:46:35AM +0100, Danny Carroll wrote:
> Thanks for the information...  I really need the space now so I am going to wipe
> it and start from scratch, although I am not sure if I will use vinum again.
> 
> I guess my main concern is that when one of my disks crashed, the ufs filesystem
> got corrupted and I really did not expect that to happen.
> 
> It could be ignorance on my part, I dont know but perhaps someone can help me
> understand how this could have happened?

Filesystems can get corrupted if the system crashes and does not cleanly close the
filesystem first.
In your case I'm personally not too sure - some more questions perhaps can help.

- Were you using softupdates on the filesystem?
- Did the system panic/reboot when the disk crashed without shutting down cleanly?
- What version of FreeBSD are you / were you running?

> Another thing, Greg, you mentioned that I should have a second plex if I wanted
> to protect the data.  You mean like a mirror?  Surely 1 is enough when we are
> talking raid-5?

Raid-5 should still work if a single subdisk fails.  
In your original post you did not indicate if you were using raid5 setup.

If you had configured the subdisks as a concatenated or striped plex then there
would most likely be no way to continue with a disk missing unless there existed
a second plex with a copy of the data.

Regards,

Tony

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


Antigen found =*.sh file

2004-02-19 Thread ANTIGEN_NOLA
Antigen for Exchange found ez-ipupdate.sh matching =*.sh file filter.
The file is currently Removed.  The message, "RE: ez-ipupdate setup info
needed", was
sent from [EMAIL PROTECTED] and was discovered in IMC Queues\Inbound
located at mcglinchey/NewOrleans/NOLA.


Confidentiality Statement 
"The information contained in this electronic message is attorney privileged
and confidential information intended only for the use of the owner of the
email address listed as the recipient of this message.  If you are not the
intended recipient, or the employee or agent responsible for delivering this
message to the intended recipient, you are hereby notified that any
disclosure, dissemination, distribution, or copying of this communication is
strictly prohibited.  If you have received this transmission in error,
please immediately notify us by telephone at 504-586-1200 and return the
original message to us at McGlinchey Stafford*643 Magazine St.*New
Orleans,*LA*70130 via the United States Postal Service."


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


RE: ez-ipupdate setup info needed

2004-02-19 Thread luke
> Luke
> Thanks for your reply
> When I run ez-ipupdate --help  or -help or help or ? it just goes
> to service prompt and if I hit enter again it displays msg to
> uses an list of names.
>
> Really need more help

Umm.. how about this. The attached file "ez-ipupdate.help.txt" contains
the output for ez-ipupdate --help. Where it says -S, --service-type, find
the one you need for zoneedit. You can see my ez-ipupdate.conf only
contains 6 lines, I figure you need to change the service part to
zoneedit, ie the -S switch, and the user=[:password] to your
user name and password and put that in /usr/local/etc.

Copy the ez-ipupdate.sh to /usr/local/etc/rc.d

Add ez_ipupdate_enable="YES" to your /etc/rc.conf

reboot or type

# /usr/local/bin/ez-ipupdate -c /usr/local/etc/ez-ipupdate.conf

Hope this is of more help

Lukeusage: /usr/local/bin/ez-ipupdate [options]

 Options are:
  -a, --address string to send as your ip address
  -b, --cache-filefile to use for caching the ipaddress
  -c, --config-file   configuration file, almost all arguments can be
given with: [=]
to see a list of possible config commands
try "echo help | /usr/local/bin/ez-ipupdate -c -"
  -d, --daemon  run as a daemon periodicly updating if
necessary
  -e, --executeshell command to execute after a successful
update
  -f, --foreground  when running as a daemon run in the foreground
  -F, --pidfile   use  as a pid file
  -g, --request-uriURI to send updates to
  -h, --host  string to send as host parameter
  -i, --interfacewhich interface to use
  -L, --cloak_title   some stupid thing for DHS only
  -m, --mx   string to send as your mail exchange
  -M, --max-interval <# of sec> max time in between updates
  -N, --notify-email address to send mail to if bad things happen
  -o, --offline set to off line mode
  -p, --resolv-period  period to check IP if it can't be resolved
  -P, --period <# of sec>   period to check IP in daemon
mode (default: 1800 seconds)
  -q, --quiet   be quiet
  -r, --retrys number of trys (default: 1)
  -R, --run-as-user   change to  for running, be ware
that this can cause problems with handeling
SIGHUP properly if that user can't read the
config file. also it can't write it's pid file
to a root directory
  -Q, --run-as-euser  change to effective  for running,
this is NOT secure but it does solve the
problems with run-as-user and config files and
pid files.
  -s, --server   the server to connect to
  -S, --service-typethe type of service that you are using
try one of: null ezip pgpow dhs
dyndns dyndns-static dyndns-custom
ods tzo easydns easydns-partner
gnudip justlinux dyns hn zoneedit
heipv6tb
  -t, --timeout   the amount of time to wait on I/O
  -T, --connection-typenumber sent to TZO as your connection
type (default: 1)
  -U, --urlstring to send as the url parameter
  -u, --user user ID and password, if either is left blank
they will be prompted for
  -w, --wildcardset your domain to have a wildcard alias
  -z, --partnerspecify easyDNS partner (for easydns-partner
services)
  --helpdisplay this help and exit
  --version output version information and exit
  --credits print the credits and exit
  --signalhelp  print help about signals

ez-ipupdate.conf
Description: Binary data


ez-ipupdate.conf.sample
Description: Binary data


ez-ipupdate.sh
Description: Binary data
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: start interface without IP address in rc.conf

2004-02-19 Thread Chuck Swiger
Michael Goodman wrote:
How do you start an interface in rc.conf without and IP address? 
Thanks.
If you don't provide an ifconfig entry for the interface in /etc/rc.conf, it 
will not be configured with an IP address.  If you meant, "How do you 
automaticly configure a network interface using a DHCP server?" :-), try:

ifconfig_fxp0="DHCP"

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


[no subject]

2004-02-19 Thread Matthew, Kristina and Ethan
hi,
i'm a FreeBSD/*nix newbie, all self taught.  I am
trying to figure out if a certain scenario is
possible.

i have a mac osx machine and a freebsd 4.4 machine
connected via a crossover cable for a small network. 
i have been able to figure out NFS, Apache, FTP etc. 
and so far it's really fun.  what i'd like to be able
to do is as follows:

i have a modem on my bsd box and it connects via ppp
to a dial-up isp.  i would like to configure such that
when i request an internet site from my mac, the bsd
box dials up the isp and acts as a gateway until i'm
done online, then disconnects... 

is this possible, is it really complicated?

i know a windoze app. called WinProxy used to be
available to do this.

thanks
--MM

=
Matthew, Kristina and Ethan McGraw
Las Vegas, NV
www.kickme.to/mcgrawfam

__
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: start interface without IP address in rc.conf

2004-02-19 Thread Ceri Davies
On Thu, Feb 19, 2004 at 04:44:11PM -0500, Michael Goodman wrote:
> How do you start an interface in rc.conf without and IP address? 

Should be something along the lines of:

ifconfig_dc0="up"

If you actually want the interface to try and acquire an IP address with
DHCP, then use:

ifconfig_dc0="DHCP"

instead.

Ceri

-- 


pgp0.pgp
Description: PGP signature


Re: Sendmail Newbie Question

2004-02-19 Thread Chuck Swiger
dps wrote:
[ ... ]
1) How to I monitor the sendmail log
Sendmail uses syslog to log messages to /var/log/maillog.

2) Do I need to do anything special with respect to DNS to get sendmail
to be able to send outside of localhost
In your circumstances, what you want to do is configure your sendmail to relay 
all external mail to your ISP's mail server, which can be done by setting 
SMART_HOST in /etc/mail/freebsd.mc appropriately.

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


start interface without IP address in rc.conf

2004-02-19 Thread Michael Goodman
How do you start an interface in rc.conf without and IP address? 
Thanks.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Sendmail Newbie Question

2004-02-19 Thread Matt Navarre
On Thursday 19 February 2004 13:13, JJB wrote:
> You can not use your FBSD sendmail server to send email to the
> public internet because you do not have officially registered domain
> name.
Bullpuckey. It's actually fairly easy to set sendmail up relay mail through 
your ISP's smtp server. See this page of the handbook:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-dialup.html

Basically you need to set SMART_HOST and MASQUERADE_AS and rebuild sendmail.cf

You still need fetchmail to retrieve mail from your ISP's pop/imap server, but 
outgoing mail can now be sent the way pine or mutt expect. 

If you are trying to use the FreeBSD box as a server for other hosts on the 
network you will need to set up DNS for your network. Andrew Boothman posted 
an example back on Jan. 22 that has example BIND config files you can use as 
an example. 
freebsd.org/cgi/getmsg.cgi?fetch=2352034+2356646+/usr/local/www/db/text/2004/freebsd-questions/20040125.freebsd-questions
You'll also need to install a mail server like imap-uw or qpopper so other 
hosts can retrieve mail from the FreeBSD box
.
> You can install fetchmail to retrieve your email from your ISP 
> and populate your gateway sendmail mail boxes. Then config your lan
> users mail clients to target your sendmail server to get their
> email. But really that is a lot of busy work unless you want to
> learn about how email works. What you should really do is config
> your lan users email clients to get their email directly from your
> ISP, side stepping sendmail completely.  You will only use sendmail
> to receive email msgs to root from the FBSD operating system. You
> know, when you log in an root, the you have mail mesg.
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of dps
> Sent: Thursday, February 19, 2004 3:59 PM
> To: [EMAIL PROTECTED]
> Subject: Sendmail Newbie Question
>
> Hello~
>
> Excuse the extreme nature of my newbieness, I will try and do my
> best
> here. I am using  4.9-RELEASE FreeBSD 4.9-RELEASE on i386.
> Basically, I
> am having trouble with sendmail. I know sendmail is running:
>
> $ ps -aux | grep sendmail
> root 97  0.0  0.8  3052 1552  ??  Ss   Tue10PM   0:07.85
> sendmail:
> accepting connections (sendmail)
> smmsp   100  0.0  0.8  2932 1436  ??  Is   Tue10PM   0:00.13
> sendmail:
> Queue [EMAIL PROTECTED]:30:00 for /var/spool/clientmqueue (sendmail)
>
> I can go into pine, and send mail to other users on the system. i.e.
> mail [EMAIL PROTECTED] from [EMAIL PROTECTED]  My problem is that I cannot
> send mail out to the Internet.  It appears it just goes into a black
> hole and its gone. I am not really too sure even how to monitor the
> sendmail log. I found some sendmail logs in /var/log, but when I
> tail
> them, they are either blank or jibberish.  My BSD server does not
> have a
> domain or a real IP. (for example the computer name is
> groovy.sockthief.com which cannot be resolved from the Internet, and
> the
> IP of the machine is 192.168.2.4). I have one of those cheap-o
> Linksys
> DHCP DSL/Cable routers that is acting as a network gateway.  I have
> read
> through the sendmail configuration section of the FreeBSD handbook,
> and
> it appears that everything should pretty much be working fine out of
> the
> box.  I guess my questions are:
>
> 1) How to I monitor the sendmail log
> 2) Do I need to do anything special with respect to DNS to get
> sendmail
> to be able to send outside of localhost
>
> Any help, guidance, de-dumbifying would be greatly appreciated.
> Thanks.
>
> ~Dan
>

-- 
[EMAIL PROTECTED] 
it was a hard sell, since he's a database person, and as far as I've seen, 
once those database worms eat into your brain, it's hard to ever get anything 
practical done again. To a database person, every nail looks like a thumb. Or 
something like that. - jwz
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


SFTP vs. SCP and transfer rates

2004-02-19 Thread Steven N. Fettig
I know this question doesn't relate directly to FreeBSD, but because I 
use both sftp and scp on FreeBSD systems constantly, I thought someone 
here might know.
If I sftp into a server and get a file, it usually transfers at about 
1.2 KBps - regardless of interface, machine speed and connection speed.  
If I transfer a file via scp, it transfers at around 6.5 MBps on a 
gigabit link.  If the link is slower, it still transfers at a rate many 
multiples of my sftp transfer.  Is there a reason why one form works 
faster than the other?  I remember someone once mentioning that sftp is 
really designed to run at a much slower rate than is available on many 
intranetwork connections these days.  If this is true, is there a way to 
make changes?  Is scp also limited by a number of speed factors?  
(Because even though it is much faster, it still is not necessarily 
moving at a speed my network gear is capable of.)

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


RE: ez-ipupdate setup info needed

2004-02-19 Thread JJB
Luke
Thanks for your reply
When I run ez-ipupdate --help  or -help or help or ? it just goes
to service prompt and if I hit enter again it displays msg to
uses an list of names.

Really need more help




-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 19, 2004 3:56 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED] ORG
Subject: Re: ez-ipupdate setup info needed

> FBSD friends
>
> Installed ez-ipupdate package to use with zoneedit, but there is
no
> setup information or description about how it works,
> and no zoneedit config example files.
>
> An explanation of how it works, how to activate and a working
> zoneedit conf file would really be great.

If you installed it from ports try
# /usr/local/bin/ez-ipupdate --help

to get a list of options. Pay attention to the -S for your service.

I would assume that you probably want this to run from boot. Check
in
/usr/local/etc for the ez-ipupdate.conf.sample and change it to suit
your
needs and /usr/local/etc/rc.d for the ez-ipupdate.sh. You may have
to add

ez_ipupdate_enable="YES"

to your /etc/rc.conf file.

Cheers,

Luke

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


Re: System hangs when I go from X to console (nvidia)

2004-02-19 Thread Bob Johnson
Date: Thu, 19 Feb 2004 18:01:28 +
From: Graeme Smith <[EMAIL PROTECTED]>
Subject: System hangs when I go from X to console (nvidia)
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
I wonder if anybody has had this problem or can tell me what to try   
next.

I installed a Geforce 2 400 MX into my machine yesterday and actually 
succeeded in getting it to work with X after 12 hours.  All apart 
from from one annoying detail anyway.  When I leave X, either by 
ctrl+alt+bs or ctrl+alt+f[1-8] or rebooting etc. the machine becomes 
totally non responsive as soon as it tries to go into console.  I 
have to switch off and switch on (no reset button) to get it back to 
life.  I think my hard drives are going to start a petition soon to 
make me stop.
I have an Nvidia GeForce FX 5200 and a similar problem.  When I shut 
down KDE it locks up the system with graphical garbage on the screen and 
requires a reboot to recover.  However, there are some differences from 
what you describe:

- If I switch to text mode with ctrl-alt-f[1-8], there is no problem.

- If I tell KDE to shut down and then _very_quickly_ do ctrl-alt-f1 I
  can cleanly exit from KDE.
- I can reboot without powering down by using ctrl-alt-delete (which in
  a default install will do a clean shutdown and reboot).  This avoids
  the fsck caused by powering down to reboot, and is safer for your
  filesystem.
[part of message skipped]
The machine is a Compaq Proliant 800 (with embedded video which I've 
turned off on motherboard)
The card is a Elsa Gladiac 511 PCI (with twin output + TV, I'm only 
interested in getting it to work with one output)
FreeBSD is 5.2 and all ports are up to date as of this morning.
I'm using Nvidia's driver.  The default FreeBSD driver did not have this 
problem for me.  It appears that I installed the Nvidia driver on Oct 
13, but I don't know how to check what specific version it may be. 
Other than this problem, I've been quite happy with Nvidia's driver. 
I'm using it rather than the FreeBSD nv driver because I wanted support 
for dual-headed operation (TwinView).

Any pointers or suggestions welcomed.

I'm figuring that some day I will get annoyed enough that I will 
download a new version of the driver from Nvidia, and that by the time I 
do that, they will have fixed the problem.  I don't know when that might 
be, though.

Many thanks,

Graeme

- Bob

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


Re: System hangs when I go from X to console (nvidia)

2004-02-19 Thread Karel J. Bosschaart
On Thu, Feb 19, 2004 at 06:01:28PM +, Graeme Smith wrote:
> I wonder if anybody has had this problem or can tell me what to try   
> next.
> 
> I installed a Geforce 2 400 MX into my machine yesterday and actually 
> succeeded in getting it to work with X after 12 hours.  All apart 
> from from one annoying detail anyway.  When I leave X, either by 
> ctrl+alt+bs or ctrl+alt+f[1-8] or rebooting etc. the machine becomes 
> totally non responsive as soon as it tries to go into console.  I 
> have to switch off and switch on (no reset button) to get it back to 
> life.  I think my hard drives are going to start a petition soon to 
> make me stop.
>
I had a similar problem with an nvidia GeForce4 (Ti4200). Switching
to console would make it hang while the letters on the console appeared
very faint. Searching on the linux forum of the nvidia site I found 
people having the same problem as well as a workaround: put
'Option "IgnoreDisplayDevices" "TV"' in the 'Screen' section of 
XF86Config, disabling the TV-out. Also, this problem seems to be
present only if a cable is connected to TV-out. (Yes I have a cable
there but almost never use it - a working console is much more important
for me.)
 
> I've tried the VESA, nv and nvidia drivers for X and all seem to 
> exhibit this in one form or another.  I've tried loading with and 
> without the VESA driver at boot with no apparent difference. At the 
> moment I'm using the nvidia drivers. 
>
That's different from what I observed: my problem would occur *only*
with the nvidia driver, not with nv. Not sure about VESA but I don't
recommend that driver anyway. Also, only if a cable is attached to TV-out.
I don't have the link anymore but it shouldn't be too difficult to
find it again on the nvidia site. Might be useful as I don't remember
for what models of nvidia cards this was/is a problem.
 
> If I had to put money on what I think is happening I would say the 
> card tells the monitor "go into x by y mode at z refresh" but the 
> monitor can't handle that mode.  However it doesn't tell the card it 
> can't deal with it, but the card is waiting for the OK from the 
> monitor before it tells the machine to carry on.  That's what it 
> looks like from where I'm sitting anyway.
>
Hmm, if you have another machine and a network you could try to do
a remote login and see if that works. If you succeed to login (ie.
the machine is still alive but displays nothing on the screen), you
might be able to bring it back killing X.
 
> The machine is a Compaq Proliant 800 (with embedded video which I've 
> turned off on motherboard)
> The card is a Elsa Gladiac 511 PCI (with twin output + TV, I'm only 
> interested in getting it to work with one output)
> FreeBSD is 5.2 and all ports are up to date as of this morning.
> 
> Any pointers or suggestions welcomed.
>
Not sure if this helps but I wish you good luck.

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


RE: Sendmail Newbie Question

2004-02-19 Thread JJB
You can not use your FBSD sendmail server to send email to the
public internet because you do not have officially registered domain
name. You can install fetchmail to retrieve your email from your ISP
and populate your gateway sendmail mail boxes. Then config your lan
users mail clients to target your sendmail server to get their
email. But really that is a lot of busy work unless you want to
learn about how email works. What you should really do is config
your lan users email clients to get their email directly from your
ISP, side stepping sendmail completely.  You will only use sendmail
to receive email msgs to root from the FBSD operating system. You
know, when you log in an root, the you have mail mesg.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of dps
Sent: Thursday, February 19, 2004 3:59 PM
To: [EMAIL PROTECTED]
Subject: Sendmail Newbie Question

Hello~

Excuse the extreme nature of my newbieness, I will try and do my
best
here. I am using  4.9-RELEASE FreeBSD 4.9-RELEASE on i386.
Basically, I
am having trouble with sendmail. I know sendmail is running:

$ ps -aux | grep sendmail
root 97  0.0  0.8  3052 1552  ??  Ss   Tue10PM   0:07.85
sendmail:
accepting connections (sendmail)
smmsp   100  0.0  0.8  2932 1436  ??  Is   Tue10PM   0:00.13
sendmail:
Queue [EMAIL PROTECTED]:30:00 for /var/spool/clientmqueue (sendmail)

I can go into pine, and send mail to other users on the system. i.e.
mail [EMAIL PROTECTED] from [EMAIL PROTECTED]  My problem is that I cannot
send mail out to the Internet.  It appears it just goes into a black
hole and its gone. I am not really too sure even how to monitor the
sendmail log. I found some sendmail logs in /var/log, but when I
tail
them, they are either blank or jibberish.  My BSD server does not
have a
domain or a real IP. (for example the computer name is
groovy.sockthief.com which cannot be resolved from the Internet, and
the
IP of the machine is 192.168.2.4). I have one of those cheap-o
Linksys
DHCP DSL/Cable routers that is acting as a network gateway.  I have
read
through the sendmail configuration section of the FreeBSD handbook,
and
it appears that everything should pretty much be working fine out of
the
box.  I guess my questions are:

1) How to I monitor the sendmail log
2) Do I need to do anything special with respect to DNS to get
sendmail
to be able to send outside of localhost

Any help, guidance, de-dumbifying would be greatly appreciated.
Thanks.

~Dan

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

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


Re: ez-ipupdate setup info needed

2004-02-19 Thread luke
> FBSD friends
>
> Installed ez-ipupdate package to use with zoneedit, but there is no
> setup information or description about how it works,
> and no zoneedit config example files.
>
> An explanation of how it works, how to activate and a working
> zoneedit conf file would really be great.

If you installed it from ports try
# /usr/local/bin/ez-ipupdate --help

to get a list of options. Pay attention to the -S for your service.

I would assume that you probably want this to run from boot. Check in
/usr/local/etc for the ez-ipupdate.conf.sample and change it to suit your
needs and /usr/local/etc/rc.d for the ez-ipupdate.sh. You may have to add

ez_ipupdate_enable="YES"

to your /etc/rc.conf file.

Cheers,

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


Sendmail Newbie Question

2004-02-19 Thread dps
Hello~
 
Excuse the extreme nature of my newbieness, I will try and do my best
here. I am using  4.9-RELEASE FreeBSD 4.9-RELEASE on i386.  Basically, I
am having trouble with sendmail. I know sendmail is running:
 
$ ps -aux | grep sendmail
root 97  0.0  0.8  3052 1552  ??  Ss   Tue10PM   0:07.85 sendmail:
accepting connections (sendmail)
smmsp   100  0.0  0.8  2932 1436  ??  Is   Tue10PM   0:00.13 sendmail:
Queue [EMAIL PROTECTED]:30:00 for /var/spool/clientmqueue (sendmail)
 
I can go into pine, and send mail to other users on the system. i.e.
mail [EMAIL PROTECTED] from [EMAIL PROTECTED]  My problem is that I cannot
send mail out to the Internet.  It appears it just goes into a black
hole and its gone. I am not really too sure even how to monitor the
sendmail log. I found some sendmail logs in /var/log, but when I tail
them, they are either blank or jibberish.  My BSD server does not have a
domain or a real IP. (for example the computer name is
groovy.sockthief.com which cannot be resolved from the Internet, and the
IP of the machine is 192.168.2.4). I have one of those cheap-o Linksys
DHCP DSL/Cable routers that is acting as a network gateway.  I have read
through the sendmail configuration section of the FreeBSD handbook, and
it appears that everything should pretty much be working fine out of the
box.  I guess my questions are:
 
1) How to I monitor the sendmail log
2) Do I need to do anything special with respect to DNS to get sendmail
to be able to send outside of localhost
 
Any help, guidance, de-dumbifying would be greatly appreciated. Thanks.
 
~Dan
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Alcatel Speedtouch 330 using PPPOE, how can I do it on FreeBSD 4.9?

2004-02-19 Thread Joe Altman


On Thu, Feb 19, 2004 at 07:34:37PM -, Godinho, Carla wrote:
> Yes did tried that link when installing de modem, but I get a protocol
> error when connecting to ADSL. See the details bellow:
> 
> I'm having problems when trying to use the Modem Alcatel SpeedTouch 330
> with the FreeBSD 4.9. Everytime I tried to start the ppp I get the
> following error:
> ppp[2742]: tun0: Phase: Unknown protocol 0x7075 (unrecognised protocol)
> 
> I've done some research in the Internet and I'm aware that it is tuff to
> use this kind of Modem with FreeBSD 4.9.

http://lists.freebsd.org/pipermail/freebsd-questions/2003-July/012224.html

points toward pppoa3...while saying it may be as buggy as pppoa2.

-- 
Someone dial 911. My bling-bling was stolen and smuggled into Syria.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mail client question...

2004-02-19 Thread Andrew L. Gould
On Thursday 19 February 2004 12:57 pm, HOLLOW, CHRISTOPHER wrote:
> mutt + fetchmail is a nice combo too.
>
> Felipe Neuwald wrote:
> >You can use pine + fetchmail.
> >
> >On Wed, 2004-02-18 at 15:13, Xpression wrote:
> >>Hi list, anyone are using exim as a MUA ??? I can't configure it
> >> to send mails, or anyone know a very easy configurable mail client for
> >> FreeBSD ??? Thanks in advance...

From within a GUI, I use Kmail; although sylpheed is also popular.  From the 
console, I use mutt, fetchmail and msmtp.  Msmtp is a smtp that plugs into 
several email clients, such as mutt.  It's great if you're only sending your 
own mail to the internet, or if different users are sending mail via 
different email providers.

Best of luck,

Andrew Gould

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


problem with port pdumpfs

2004-02-19 Thread Rob
I've been using this port sysutils/pdumpfs for a while now for backups, and 
have hit a problem.  I've tried emailing the author but had no 
response.  According to his website, there have been no updates to this 
since August 2002.

The problem would appear to be an issue with some size, counter, or 
something overflowing.  It's written in Ruby, which means I am totally 
lost.  Can someone give me a clue as to where I should be looking?

The machibe is running 4.8-RELEASE, Generic kernel.

FreeBSD luggage.internal.irrelevant.com 4.8-RELEASE FreeBSD 4.8-RELEASE #0: 
Thu Apr  3 10:53:38 GMT 
2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

the output from the program (as forwarded to me via email from cron) is simply:

ruby 1.6.8 (2003-01-17) [i386-freebsd4]
directory  /data/internal1
[many lines listing files copied...]
unchanged  /data/internal/Trish/nbpro/newstemp/FILTERS.XML
unchanged  /data/internal/Trish/larger glass Items recieved.doc
unchanged  /data/internal/Trish/landsoflore.doc
unchanged  /data/intebignum too big to convert into `int'
bignum too big to convert into `int'
bignum too big to convert into `int'
bignum too big to convert into `int'
bignum too big to convert into `int'
[repeats for many many lines]
bignum too big to convert into `int'
bignum too big to convert into `int'
bignum too big to convert into `int'
bignum too big to convert into `int'
rnal/Trish/jan03.nbi
unchanged  /data/internal/Trish/support figures.txt
unchanged  /data/internal/Trish/Imported Hand Blown Collectable Russian 
Glass.doc
unchanged  /data/internal/Trish/glassleft.doc
unchanged  /data/internal/Trish/glass sales 190703.xls
[more files copied correctly]
symlink 
/data/internal/ports/ports/www/mod_php4/work/php-4.3.3RC1/ext/standard/syslog.o
symlink 
/data/internal/ports/ports/www/mod_php4/work/php-4.3.3RC1/ext/standard/scanf.o
symlink 
/data/internal/ports/ports/www/mod_php4/work/php-4.3.3RC1/ext/standard/string.o
symlink/datbignum too big to convert into `int'
bignum too big to convert into `int'
bignum too big to convert into `int'
bignum too big to convert into `int'
bignum too big to convert into `int'
bignum too big to convert into `int'
[lots more errors]
bignum too big to convert into `int'
bignum too big to convert into `int'
bignum too big to convert into `int'
a/internal/ports/ports/www/mod_php4/work/php-4.3.3RC1/ext/standard/soundex.o
symlink 
/data/internal/ports/ports/www/mod_php4/work/php-4.3.3RC1/ext/standard/reg.o
symlink 
/data/internal/ports/ports/www/mod_php4/work/php-4.3.3RC1/ext/standard/rand.o
symlink 
/data/internal/ports/ports/www/mod_php4/work/php-4.3.3RC1/ext/standard/quot_print.o
[comtinues ok to end..]

At the end of each block of errors, it seems to miss the first part of the 
next line.  I'm not sure if this is significant?!

Anyway I know nothing about Ruby - what should i be looking for in the 
script?  Are there type definitions I can add for 'bignum' anywhere?

Thanks in advamce,

Rob

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


Re: System hangs when I go from X to console (nvidia)

2004-02-19 Thread Wayne Sierke
On Fri, 2004-02-20 at 04:31, Graeme Smith wrote:
> I wonder if anybody has had this problem or can tell me what to try   
> next.
> 
> I installed a Geforce 2 400 MX into my machine yesterday and actually 
> succeeded in getting it to work with X after 12 hours.  All apart 
> from from one annoying detail anyway.  When I leave X, either by 
> ctrl+alt+bs or ctrl+alt+f[1-8] or rebooting etc. the machine becomes 
> totally non responsive as soon as it tries to go into console.  I 
> have to switch off and switch on (no reset button) to get it back to 
> life.  I think my hard drives are going to start a petition soon to 
> make me stop.
> 
> I've tried the VESA, nv and nvidia drivers for X and all seem to 
> exhibit this in one form or another.  I've tried loading with and 
> without the VESA driver at boot with no apparent difference. At the 
> moment I'm using the nvidia drivers. 
> 
I have a similar issue with an MX440SE. From what I've read the likely
candidate is ACPI (try disabling it with option 2 from the FreeBSD boot
menu). Works for me. I'm using the nv driver from the XFree port, you
might need to research further for using the nvidia-supplied drivers.


Wayne


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


Re: FreeBSD 5.2 & OpenOffice 1.1

2004-02-19 Thread Jerry McAllister
> 
> [EMAIL PROTECTED] wrote:
> 
> >Error message trying to open soffice.cfg file???
> >
> >Tom Karnes
> >___
> >[EMAIL PROTECTED] mailing list
> >http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> >To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> >
> >
> >
> >  
> >
> 3 possibilities come to mind:
> 
> 1.  Location.
> 2.  Permissions.
> 3.  Existence.
> 
> Perhaps
> 
> %find -name soffice.cfg -ls
> 
>will get you started on the case
> 
> HTH,
> 
> Kevin Kinsey
> DaleCo, S.P.
> 
> PS > I don't use OO, and have no idea about the error.
> A quick Google search reveals that it may be a folder
> and need to be created

Yes.   I don't have the system with openoffice handy at the
moment so I can't tell you the whole path, but just go to
where you have OO installed .../conf I think and do:  'touch soffice.cfg'

Later, if you find some things you want in it, you can add it, but
for starters, empty is good enough.

There is also another file like that too (eg non-existant) that needs
to be created but empty is enough.  I don't remember the name right now.
It would help if their web page had some separate getting started
documentation.

jerry

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

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


Re: Is this serious?

2004-02-19 Thread Mark
- Original Message - 
From: "Lowell Gilbert" <[EMAIL PROTECTED]>
To: "Mark" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, February 19, 2004 5:37 PM
Subject: Re: Is this serious?


> Mark <[EMAIL PROTECTED]> writes:
> 
> > I just found this in my log:
> > 
> > ad4: WRITE command timeout tag=0 serv=0 - resetting
> > ata2: resetting devices .. ata2-slave: ATA identify retries
> > exceeded done
> > 
> > Is it serious? The RAID 1 has not degraded; but it feels
> > awkward.
> 
> If it doesn't happen again, it isn't serious.
> If it happens a lot, it indicates a hardware problem; most likely
> a cable problem, although possibly a disk or controller having
> trouble.

Thanks for the reply. The disk died, though, a few hours later. :(

- Mark

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


RE: Alcatel Speedtouch 330 using PPPOE, how can I do it on FreeBSD 4.9?

2004-02-19 Thread Godinho, Carla
Yes did tried that link when installing de modem, but I get a protocol
error when connecting to ADSL. See the details bellow:

I'm having problems when trying to use the Modem Alcatel SpeedTouch 330
with the FreeBSD 4.9. Everytime I tried to start the ppp I get the
following error:
ppp[2742]: tun0: Phase: Unknown protocol 0x7075 (unrecognised protocol)

I've done some research in the Internet and I'm aware that it is tuff to
use this kind of Modem with FreeBSD 4.9.

I will try to describe the installation and configuration steps that
I've done to set this modem, so you can help me:


1) I get the firmware from
http://speedtouch.sourceforge.net/files/firmware.bin and the
speedtouch-1.2-beta2 from
http://speedtouch.sourceforge.net/index.php?/download.en.html

2) I installed the speedtouch-1.2-beta2 with success

3) Then I copied the firmware.bin to /usr/local/libdata/firmware.bin

4) I connected my Modem to the usb Port and my system recognized the
Modem saying: ugen0 Alcatel Speech Modem 330

4) I configured my /etc/ppp/ppp.conf like this:

#   $Id: ppp.conf.sample,v 1.4 2003/01/01 15:18:33 rogler Exp $
#

default:
 ident user-ppp VERSION (built COMPILATIONDATE)
 set log Phase Chat IPCP CCP tun command

adsl:
 set phone <>
 set authname [EMAIL PROTECTED]
 set authkey 14851889
 set device !"/usr/local/sbin/pppoa2 -vpi 0 -vci 35 -e 1 -d /dev/ugen0
-v 2"
 accept chap
 set speed sync
 set timeout 0
 enable lqr
 set lqrperiod 5
 set redial 15 1
 set dial ""
 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
 add default HISADDR
 enable dns

###end
__

Where vpi,vci is 0.35 for Portugal

5) Then I started manually the modem_run like this:

/usr/local/sbin/modem_run -m -v 2 -f /usr/local/libdata/firmware.bin -d
/dev/ugen0 &

6) I run the command

ppp -background adsl

7) The error is described in the file /var/log/ppp.log:

Feb 18 09:54:39 Nereus_teste ppp[2741]: Phase: Using interface: tun0
Feb 18 09:54:39 Nereus_teste ppp[2741]: Phase: deflink: Created in
closed state
Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set phone
<>
Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set
authname [EMAIL PROTECTED]
Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set authkey

Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set device
!/usr/local/sbin/pppoa2 -vpi 0 -vci 35 -e 1 -d /dev/u
gen0 -v 2
Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: accept chap
Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set speed
sync
Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set timeout
0
Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: enable lqr
Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set
lqrperiod 5
Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set redial
15 1
Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set dial
Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set ifaddr
10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: add default
HISADDR
Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: enable dns
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: PPP Started
(background mode).
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: bundle: Establish
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: closed ->
opening
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: Connected!
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: opening ->
dial
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Chat: deflink: Dial
attempt 1 of 1
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: dial ->
carrier
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: carrier ->
login
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: login ->
lcp
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: Unknown protocol
0x7075 (unrecognised protocol)
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: read (0):
Connection reset by peer
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink:
Disconnected!
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: lcp ->
logout
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: logout ->
hangup
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink:
Disconnected!
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: Connect
time: 0 secs: 63 octets in, 71 octets out
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: 1 packets
in, 1 packets out
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase:  total 134
bytes/sec, peak 0 bytes/sec on Wed Feb 18 09:54:39 2004
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: HUPing
2744
Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: hangup ->
closed
Feb 18 09:54:39 Nereus_teste 

RE: make buildworld fails and a reboot?

2004-02-19 Thread Eric F Crist
-Original Message-
From: Chuck Swiger [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 18, 2004 10:50 PM
To: [EMAIL PROTECTED]
Cc: FreeBSD questions List
Subject: Re: make buildworld fails and a reboot?


Eric F Crist wrote:
> Hey all.  I figured out why my system doesn't seem to be working.  For

> some
> reason, make world failed and the system rebooted.  Now, I can't cvsup
any
> new sources.  How do I recover from this?

"make world" doesn't always result in a working system, which is why the

procedure in UPDATING has many more steps (but which should be safe[r]).

You haven't provided an error message as to what happens when you try to

cvsup; what happens when you try?  For that matter, you haven't told us
which
version of FreeBSD you are running and what branch of the sources you
were
building world with...

> Please tell me I don't have to reinstall from scratch.

Oh, it's absolutely certain that you could recover in other ways, but it
also
might be the case that doing a clean reinstall is faster than any of
these
alternatives.

--
-Chuck

Chuck, sorry about the lack of information.  Here's the dilly-oh.

I've got a FreeBSD 5.2 system.  I've figured out that cvsup doesn't work
because nslookup doesn't exist on the system.  I figure I could just
copy the binary from my 4.9 system and try from there.  I use the
RELENG_5_2 tag for CVSUP.  I'm thinking this is wrong.  Bah.  In the
mean time, I'm going to try copying the nslookup exec from my 4.9 laptop
and see if I can't get cvsup to work like that.  Dig works just fine,
which is why I think this method could work.

If all else fails, I'll just start a rebuild tonight.

Thanks,

Eric F Crist



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


Re: mplayer

2004-02-19 Thread Vulpes Velox
I just commented the lines for setting it broken out and it compiled
fine on 5.2.1...


On Wed, 18 Feb 2004 17:02:53 +
"marlon corleone" <[EMAIL PROTECTED]> wrote:

> how do i fix mplayer-gtk-esound-0.92.0_5 so i can install mplayer?  
> thanks mmp# make install clean
> ===>  mplayer-gtk-esound-0.92.0_5 is marked as broken: Does not
> compile.===>  Cleaning for arts-1.2.0,1
> ===>  Cleaning for esound-0.2.32_1
> ===>  Cleaning for lame-3.95.1_2
> ===>  Cleaning for libaudiofile-0.2.5
> ===>  Cleaning for libmad-0.15.0b
> ===>  Cleaning for libmikmod-esound-3.1.10_2
> ===>  Cleaning for libogg-1.1,3
> ===>  Cleaning for libvorbis-1.0.1,3
> ===>  Cleaning for libiconv-1.9.1_3
> ===>  Cleaning for gettext-0.13.1
> ===>  Cleaning for glib-1.2.10_10
> ===>  Cleaning for glib-2.2.3_1
> ===>  Cleaning for gmake-3.80_2
> ===>  Cleaning for imake-4.3.0_2
> ===>  Cleaning for libtool-1.3.5_2
> ===>  Cleaning for libtool-1.5.2_1
> ===>  Cleaning for nasm-0.98.38_1,1
> ===>  Cleaning for pkgconfig-0.15.0_1
> ===>  Cleaning for qmake-3.2.3_1
> ===>  Cleaning for sdl-1.2.5_3,1
> ===>  Cleaning for aalib-1.4.r5_1
> ===>  Cleaning for jpeg-6b_1===>  Cleaning for lcms-1.09_1,1
> ===>  Cleaning for libmng-1.0.5_1
> ===>  Cleaning for libungif-4.1.0b1_1
> ===>  Cleaning for png-1.2.5_3
> ===>  Cleaning for svgalib-1.4.3_2
> ===>  Cleaning for tiff-3.6.1_1
> ===>  Cleaning for perl-5.6.1_15
> ===>  Cleaning for libdvdcss-1.2.8_1
> ===>  Cleaning for mplayer-skins-1.1.0
> ===>  Cleaning for win32-codecs-2.0.90_1,1
> ===>  Cleaning for xmms-esound-1.2.9_1
> ===>  Cleaning for cups-base-1.1.20.0
> ===>  Cleaning for freetype2-2.1.5_2
> ===>  Cleaning for expat-1.95.6_1
> ===>  Cleaning for libxml-1.8.17_2
> ===>  Cleaning for Xft-2.1.2_1
> ===>  Cleaning for fontconfig-2.2.90_4
> ===>  Cleaning for gtk-1.2.10_11
> ===>  Cleaning for qt-3.2.3
> ===>  Cleaning for XFree86-libraries-4.3.0_6
> ===>  Cleaning for mplayer-gtk-esound-0.92.0_5
> mmp#
> 
> _
> Protect your PC - get McAfee.com VirusScan Online 
> http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Sendmail rule questions

2004-02-19 Thread Matthew Seaman
On Thu, Feb 19, 2004 at 01:11:55PM -0500, Chuck Swiger wrote:
> Benjamin Meade wrote:
> >Just wondering if sendmail (not procmail) can reject messages from a 
> >specific user that are above a certain size?
> 
> You can control the max message size on a sitewide basis via:
> 
> define(`confMAX_MESSAGE_SIZE', `2100')dnl
> 
> ...but I don't believe you can do so on a per-user basis, no.

The only way I could think of for doing this would be to create a
second set of mailer definitions with the 'M=' (Maximum message size)
setting altered appropriately, and custom parsing rules to force the
messages sent from a particular address to be delivered via those
mailers.  Needless to say, that's going to be a pig of a job to set up
and configure correctly.  You would be better off setting up some sort
of Milter or indeed forcing all of the messages to be processed
through procmail(8).

See http://www.benzedrine.cx/milter-regex.html or
http://www.snert.com/Software/milter-sender/ for somethings that might
do the job -- except that apparently neither of those can filter by
message size.  Both are available in ports -- if the term 'Milter'
means anything to you, and you're fluent at C programming then adding
a check on message size might be possible.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: ext2 mount

2004-02-19 Thread Andrew L. Gould
On Thursday 19 February 2004 12:22 pm, [EMAIL PROTECTED] wrote:
> How can I mount ext2 under FreeBSD 5.2?
>
>
> I use this command:
> mount_ext2fs /dev/ad1s3 /mnt
>
>
> and the reply with error:
> mount_ext2fs: /dev/ad1s3: Operation not supported by device
>
>
> uname -a output:
> FreeBSD  5.2-RELEASE FreeBSD 5.2-RELEASE #0: Sun Jan 11 04:21:45 GMT 2004
> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
>
>
> Thanks!

Is ext2 compatibility enabled in the kernel?

Best regards,

Andrew Gould

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


Re: mail client question...

2004-02-19 Thread Jason Stewart
On 18/02/04 13:13 -0500, Xpression wrote:
> Hi list, anyone are using exim as a MUA ??? I can't configure it to
> send mails, or anyone know a very easy configurable mail client for FreeBSD
> ??? Thanks in advance...

Exim is an MTA.

My setup looks like this:
MUA (The mail client): Mutt
MTA (SMTP Server): Postfix
POP3 Client: postfix
MDA (Local delivery agent): procmail with spamassassin.

The whole setup wasn't all that easy to get working how I wanted it
to, but now that it's all set up, it's nice. I was using mozilla mail
and before that evolution, but now that I have mutt, I won't go back. 

Mutt is really great for dealing with large volumes of mail. My sapm
get filtered via spamass and procmail separates my other mail into
separate boxes for me. I used to spend 2 hours a day on mail, now with
Mutt, it's only 1/2 hour per day.

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


Re: mail client question...

2004-02-19 Thread HOLLOW, CHRISTOPHER
mutt + fetchmail is a nice combo too.

Felipe Neuwald wrote:

You can use pine + fetchmail.

On Wed, 2004-02-18 at 15:13, Xpression wrote:
 

   Hi list, anyone are using exim as a MUA ??? I can't configure it to
send mails, or anyone know a very easy configurable mail client for FreeBSD
??? Thanks in advance...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
   

--
Christopher Hollow - Technical Consultant
Infrastructure & Technology Support


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


Re: New

2004-02-19 Thread Matthew Seaman
On Thu, Feb 19, 2004 at 10:58:54AM -0500, Pedro Sam wrote:
> On Wednesday February 18 2004 20:30, Robert Huff wrote:
> > Kevin D. Kinsey, DaleCo, S.P. writes:
> > >  >Where is a good place to start?
> > >
> > >  5.2-RELEASE. Grab the floppies from ftp.freebsd.org
> > >  and install over the 'Net.
> >
> > If this is your first installation, go with 4.9.  5.x is still
> > rated "early adopter"; while nothing's exactly broken, there are
> > more likely to be surprises lurking in wait for the inexperienced.
> 
> Just wondering... if one installed 4.9, would the system be stuck with really 
> outdated userland apps?  or would CVSup be able to update the userland ports, 
> without changing the base system?

Ummm... you've got a bit of an incorrect idea about how FreeBSD works.
The OS consists of the kernel plus the user system (aka 'the world')
-- that is, the complete set of system libraries and standard
applications.  Under FreeBSD all of these parts are developed in
synchrony, and all out of a unified source tree.  Generally you will
always update kernel and world together -- occasionally there may be
security updates or the like where you single out a particular
application for rebuilding, but that is not a frequent occurrence.

The system sources are divided into a number of branches: there is a
branch corresponding to each release, known as a 'Release' or
'Security' branch, because the only permitted changes to it are
security fixes; and there are two active development branches, known
at the moment as 4-STABLE and 5-CURRENT.  There are also the old
1-STABLE, 2-STABLE and 3-STABLE branches as well, but those are
essentially quiescent nowadays and mostly of historical interest.

The 5.x release branches start out as snapshots of the 5-CURRENT
branch, and the 4.x releases likewise of the 4-STABLE branch.

5-CURRENT is the real bleeding edge where there is no guarrantee that
anything will work at any particular point and the code base is
occasionally liable to sweeping and invasive changes.  Only system
developers should be running 5-CURRENT.  5.x releases are for testing
the major new features introduced in 5-CURRENT: they offer a better
user experience than raw 5-CURRENT but don't generally come up to the
required standards of stability and performance you'ld normally expect
from a FreeBSD release.

4-STABLE is the branch for tried and tested changes merged from the
current branch.  You should always be able to compile and run the
latest 4-STABLE sources -- the 'STABLE' in the name does not imply
'unchanging' as the term does in some other projects, but that the
system versions so labeled will run with a high level of stability.
4-STABLE is suitable for day-to-day use by ordinary users, although if
you're betting your business on FreeBSD, one of the 4.x-RELEASE
branches would usually be a better choice.

Eventually the 5-CURRENT branch will reach a suitable level of
refinement that it will be possible to create the 5-STABLE branch.
That's intended to occur with the release of FreeBSD-5.3.  Arround
that point the current branch will be renamed 6-CURRENT and all of the
major development works will be shifted there.  5-STABLE will become
the principal target for merging in the tested changes and the
releases branched from it will be recommended as the best versions of
the OS to run.  That's still several months away, at the minimum
though. Work on 4-STABLE will gradually tail off and that branch will
head for honourable retirement like it's predecessors.

3rd party software -- ports: essentially everything installed under
/usr/local or /usr/X11R6 -- is built and updated completely
independently of the development of the main system sources.  There's
only one ports tree and it serves 4-STABLE and any of the release
branches, although limited resources mean that testing can only be
done on the latest 4.x and 5.x release branches.

You can always grab the latest ports tree and compile what you want
from source: this generally gives the best results and it's easy
enough even for inexperienced users.  However, installing pre-compiled
versions of the ports, called 'packages' will often be quicker.  As
complete a set of packages as possible is created to go with each
release.  Between releases, and as resources allow, updated packages
are produced as new upstream versions of ported software appear --
you'll find those in the 'Latest' directories on the FTP sites.
However, so long as you use packages compiled for a version of the OS
with the same major version number, you should (in theory) be able to
use those packages on other versions of the OS than the release they
were compiled under.  Unfortunately, that's something that cannot be
entirely guarranteed.

Ports/packages already installed on your system should continue to
work even if you upgrade the base system.  If you upgrade over a major
version number, you will have to install compatibility libraries --
basically a copy of libc.so from an earlier version o

Re: New

2004-02-19 Thread Andrew L. Gould
On Thursday 19 February 2004 09:58 am, Pedro Sam wrote:
> On Wednesday February 18 2004 20:30, Robert Huff wrote:
> > Kevin D. Kinsey, DaleCo, S.P. writes:
> > >  >Where is a good place to start?
> > >
> > >  5.2-RELEASE. Grab the floppies from ftp.freebsd.org
> > >  and install over the 'Net.
> >
> > If this is your first installation, go with 4.9.  5.x is still
> > rated "early adopter"; while nothing's exactly broken, there are
> > more likely to be surprises lurking in wait for the inexperienced.
>
> Just wondering... if one installed 4.9, would the system be stuck with
> really outdated userland apps?  or would CVSup be able to update the
> userland ports, without changing the base system?
>
> This way, one can get an update(perhaps unstable) userland, but need not
> fear the OS crashing...

You can use cvsup to update the system source code, the ports, the docs, etc 
or any combination thereof.  Remember:

1. You have the option of cvsup'ing the STABLE branch -- it's not outdated; 
and
2. just because you download source code doesn't mean you have to compile it.

Best regards,

Andrew Gould

Q: How many SCO executives does it take to change a light bulb?
A: Three -- one the change the light bulb and one to confuse the issue.

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


System hangs when I go from X to console (nvidia)

2004-02-19 Thread Graeme Smith
I wonder if anybody has had this problem or can tell me what to try   
next.

I installed a Geforce 2 400 MX into my machine yesterday and actually 
succeeded in getting it to work with X after 12 hours.  All apart 
from from one annoying detail anyway.  When I leave X, either by 
ctrl+alt+bs or ctrl+alt+f[1-8] or rebooting etc. the machine becomes 
totally non responsive as soon as it tries to go into console.  I 
have to switch off and switch on (no reset button) to get it back to 
life.  I think my hard drives are going to start a petition soon to 
make me stop.

I've tried the VESA, nv and nvidia drivers for X and all seem to 
exhibit this in one form or another.  I've tried loading with and 
without the VESA driver at boot with no apparent difference. At the 
moment I'm using the nvidia drivers. 

If I had to put money on what I think is happening I would say the 
card tells the monitor "go into x by y mode at z refresh" but the 
monitor can't handle that mode.  However it doesn't tell the card it 
can't deal with it, but the card is waiting for the OK from the 
monitor before it tells the machine to carry on.  That's what it 
looks like from where I'm sitting anyway.

The machine is a Compaq Proliant 800 (with embedded video which I've 
turned off on motherboard)
The card is a Elsa Gladiac 511 PCI (with twin output + TV, I'm only 
interested in getting it to work with one output)
FreeBSD is 5.2 and all ports are up to date as of this morning.

Any pointers or suggestions welcomed.

Many thanks,

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


ext2 mount

2004-02-19 Thread sfx

How can I mount ext2 under FreeBSD 5.2?


I use this command:
mount_ext2fs /dev/ad1s3 /mnt


and the reply with error:
mount_ext2fs: /dev/ad1s3: Operation not supported by device


uname -a output:
FreeBSD  5.2-RELEASE FreeBSD 5.2-RELEASE #0: Sun Jan 11 04:21:45 GMT 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386


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


Re: Alcatel Speedtouch 330 using PPPOE, how can I do it on FreeBSD 4.9?

2004-02-19 Thread Joe Altman
On Thu, Feb 19, 2004 at 03:53:13PM +, Wayne Pascoe wrote:
> On Thu, Feb 19, 2004 at 12:01:29PM -, Godinho, Carla wrote:
> > Hi,
> > Is there anyone who has run with success the Modem Alcatel Speedtouch
> > 330 (USB) using the PPPOE, for FreeBSD 4.9?
> > Where can I find Alcatel Speedtouch 330 drivers or (ports) for FreeBSD
> > 4.9 using the PPPOE?
> > I'm trying to connect this kind of Modem in my system FreeBSD 4.9, but
> > the only drivers I've found were for pppoa2 and pppoa3, and my ADSL
> > Provider uses the pppoe.
> 
> I'm not sure if the 330 is supported, but have you tried
> http://speedtouch.sourceforge.net/ ? 
> 
> Not sure if that's any good.

Is it necessary to use this type of driver because of the USB to
ethernet? Does it perform some sort of translation, USB <--> ethernet?

Looking at the readme and faq, I see that a person will still have to
set up ppp.conf and other generic stuff, like usb, resolv.conf, and
ifconfig in /etc/rc.conf, for instance.

-- 
Someone dial 911. My bling-bling was stolen and smuggled into Syria.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Sendmail rule questions

2004-02-19 Thread Chuck Swiger
Benjamin Meade wrote:
Just wondering if sendmail (not procmail) can reject messages from a 
specific user that are above a certain size?
You can control the max message size on a sitewide basis via:

define(`confMAX_MESSAGE_SIZE', `2100')dnl

...but I don't believe you can do so on a per-user basis, no.

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


Re: New

2004-02-19 Thread Chuck Swiger
Pedro Sam wrote:
On Wednesday February 18 2004 20:30, Robert Huff wrote:
[ ... ]
Just wondering... if one installed 4.9, would the system be stuck with really 
outdated userland apps?  or would CVSup be able to update the userland ports, 
without changing the base system?
A FreeBSD 4.9 installation will contain quite modern userland applications. 
You can use cvsup to update both the sources for userland or for the ports 
collection.

You can also install a port (by default things go under /usr/local) to get a 
newer version of software than what FreeBSD ships, but the base system and 
ports are kept seperate (by default, again).

This way, one can get an update(perhaps unstable) userland, but need not fear 
the OS crashing...
If you want maximum stability, track RELENG_4_9 for now; otherwise track 
-STABLE (which is RELENG_4, currently).

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


Re: FreeBSD 5-stable

2004-02-19 Thread Peter Schuller
> looks like 5.2.1 will be out soon, does it mean that the STABLE branch
> cycle is going to start also for 5.x ?

AFAIK the current goal is to create 5-STABLE in conjunction with 5.3-RELEASE. 
But I may have outdated information.
-- 
/ Peter Schuller, InfiDyne Technologies HB

PGP userID: 0xE9758B7D or 'Peter Schuller <[EMAIL PROTECTED]>'
Key retrieval: Send an E-Mail to [EMAIL PROTECTED]
E-Mail: [EMAIL PROTECTED] Web: http://www.scode.org

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


Re: problem starting X with normal user

2004-02-19 Thread Lowell Gilbert
John <[EMAIL PROTECTED]> writes:

> I install fbsd 5.2 on a imb thinkpad 240x.
> 
> I have a siliconmoion LynxEM+, and when I start X, I
> got my system hang.
> 
> then i do a make install clean under
> /usr/ports/x11/XFree86-4
> 
> I got some errors because some ports can't install,
> but i overcome it by installing them as packages.
> 
> thn when i start X again, I got
> 
> Could not create server lock file: /tmp/.X0-lock
> 
> if i remove /tmp/.X0-lock, it will complain 
> 
> cannot move old log file ("/var/log/XFree86.0.log" to
> "/var/log/XFree86.0.log.old")

Make sure you have the wrapper port installed:
[868] (be-well) lowell> pkg_info |grep -i wrap
wrapper-1.0_3   Wrapper for XFree86-4 server
[869] (be-well) lowell> 

> and i think XFree ver 4 don;t work with SiliconMotion

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


Re: cvsup gets connection refused

2004-02-19 Thread Tiller Beauchamp
On Tue, 2004-02-10 at 06:25, James Gallagher wrote:
> Hi Carl,
> 
> Just out of curiosity, do you have a firewall between your BSD box and 
> the cvs server you're trying to connect to? Alternatively, have you 
> tested another cvs server? The reason I ask about the firewall is that 
> I had a similar problem recently which turned out to be a particular 
> port being blocked. I can look back and see what it was if you think 
> it's relevant. It's the only thing I can think of right now.

I've been suffering from this same connection refused problem.  I'd be
interested to know which ports those were.

Thanks,

.tiller

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


Re: Alcatel Speedtouch 330 using PPPOE, how can I do it on FreeBSD 4.9?

2004-02-19 Thread Alex de Kruijff
On Thu, Feb 19, 2004 at 12:01:29PM -, Godinho, Carla wrote:
> Hi,
> Is there anyone who has run with success the Modem Alcatel Speedtouch
> 330 (USB) using the PPPOE, for FreeBSD 4.9?
> Where can I find Alcatel Speedtouch 330 drivers or (ports) for FreeBSD
> 4.9 using the PPPOE?
> I'm trying to connect this kind of Modem in my system FreeBSD 4.9, but
> the only drivers I've found were for pppoa2 and pppoa3, and my ADSL
> Provider uses the pppoe.
> 
> 
> Please help me on this matter!
> Thanks
> CG

Dear CG,

If I where you I would google for the option to tweak your modem. I did
this with my Alcatel Speedtouch ADSL modum and now have a modem that
knows how to connect to my ISP. I find this ideal. There's an option to
use a natd router or you can just route packages though you Gateway. I
did the later, but this is a bit difficult (if you don't know how). By
the way I have no experiance with PPPOE and use PPTP instead.

Alex

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


Re: "Cannot find file system superblock" error - how to recover?

2004-02-19 Thread Sergey 'DoubleF' Zaharchenko
On Thu, 19 Feb 2004 06:42:22 -0800 (PST)
"Scott I. Remick" <[EMAIL PROTECTED]> probably wrote:

> 
> --- Sergey 'DoubleF' Zaharchenko <[EMAIL PROTECTED]> wrote:
> > Try
> > 
> > $ hd /dev/...| grep -A 5 "02 00 00 00 0c 00 04 01  2e 00 00 00 02 00 00
> > 00"
> 
> Well that definitely produced something:
> 
> bash-2.05b# hd /dev/ad2s1e | grep -A 5 "02 00 00 00 0c 00 04 01  2e 00 00 00 02 00 
> 00"
> 002d  02 00 00 00 0c 00 04 01  2e 00 00 00 02 00 00 00  ||
> 002d0010  0c 00 04 02 2e 2a 00 00  00 a0 09 00 10 00 04 00  |.*..|
> 002d0020  70 69 63 73 00 10 6a c0  00 f8 40 00 14 00 04 08  |[EMAIL PROTECTED]|
> 002d0030  6f 68 64 5b 6e 70 66 73  00 00 00 00 03 00 00 00  |ohd[npfs|
> 002d0040  14 00 08 0a 58 42 38 32  43 6b 6e 62 69 63 00 d9  |XB82Cknbic..|
> 002d0050  00 00 63 00 0c 00 04 03  65 70 63 00 00 58 63 00  |..c.epc..Xc.|
> --
> 002f4000  02 00 00 00 0c 00 04 01  2e 00 00 00 02 00 00 00  ||
> 002f4010  0c 00 04 02 2e 2e 00 00  00 a0 09 00 10 00 04 04  ||
> 002f4020  70 69 63 73 00 14 6a c4  00 f8 40 00 14 00 04 08  |[EMAIL PROTECTED]|
> 002f4030  6f 6c 64 5f 6e 74 66 73  00 00 00 00 03 00 00 00  |old_ntfs|
> 002f4040  14 00 08 0a 58 46 38 36  43 6f 6e 66 69 67 00 d9  |XF86Config..|
> 002f4050  00 00 63 00 0c 00 04 03  65 74 63 00 00 58 63 00  |..c.etc..Xc.|

You created directories in / of that drive (that is, /data) recently,
didn't you?

> That second one seems to be more intact. "pics" and "old_ntfs" and "X" were
> directories off /data (there were others). The first match would appear to
> be slightly corrupted (that "etc" might have been a backup I made of /etc at
> some point in case of / failure).

If you are feeling adventurous (not in the sense of writing anything
there yet), you could `walk' the directory structure manually so as to
find out if it's still there. Just mask out the inode numbers, use
this

# hd /dev/ad2s1e | grep -A 5 ".. .. .. .. 0c 00 04 01  2e 00 00 00 .. .. .. .."

and be ready to read a huge amount of hexdump:). If you wish to see
more of a directory, increase the `5' in -A (afterwards context line
count).

> It's still churning away but I'm going to assume that it's found all it's
> going going to and send this email now.
> 
> For what it's worth, FedEx is estimating Monday the 23rd as delivery of the
> spare 80GB.


-- 
DoubleF
"The illegal we do immediately. The unconstitutional takes a bit
longer."
-- Henry Kissinger


pgp0.pgp
Description: PGP signature


Re: SPAM?: Re: Microsoft USB wireless mouse

2004-02-19 Thread HOLLOW, CHRISTOPHER
Assuming you have:

deviceuhci
deviceohci
deviceusb
deviceums
compiled into your kernel,
can you test the mouse with
any success through
sysinstall -> configure -> mouse?
Check this page for some more det's:
http://www.freebsddiary.org/usb-mouse.php
HTH,

Christopher Hollow

Chungwei Hsiung wrote:

I tried to plug in the mouse b4 I start the system. It was fine. But if
u want to plug in later.. I believe there should be something you need
to do, but I don't know either... 
sorry.. newbie as well 

Chungwei

On Wed, 2004-02-18 at 15:55, Blain M Gatterdam wrote:
 

I recently bought a micro innovations wireless USB mouse and it worked great
with my FreeBSD. It didn't work too good with windows, so I bought a
Microsoft wireless USB intelimouse. No matter how many times I try to
connect the mouse and the receiver, it wont work. I tried going to the
peripherals and see if I could fix it, but there's no options. I'm a
beginner on FreeBSD and could use any help possible, THANKS!


(AMD ATHLON XP 2500+, running windows xp pro and free bsd) 

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

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

--
Christopher Hollow - Technical Consultant
Infrastructure & Technology Support
Toronto, ON


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


Re: mail client question...

2004-02-19 Thread Felipe Neuwald
You can use pine + fetchmail.

On Wed, 2004-02-18 at 15:13, Xpression wrote:
> Hi list, anyone are using exim as a MUA ??? I can't configure it to
> send mails, or anyone know a very easy configurable mail client for FreeBSD
> ??? Thanks in advance...
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
-- 
Felipe Neuwald
[EMAIL PROTECTED]

"Mi espada desconocerá su funda,
mientras dure el oprobio y la injusticia
que sojuzga a mi pueblo"
Simón Bolívar

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


5.1-RELEASE - UDMA ICRC error - falling back to PIO mode

2004-02-19 Thread Rajamani, Rajarajan (Rajarajan)
I am running 5.1-RELEASE on a DELL GX150 with 512MB RAM on which I installed a new 
WD-1600JB IDE along
with the promise UDMA100 controller which came along with the drive.  The drive can be 
accessed
but the access speed is very slow and I noticed that dmesg shows the following
ad4: UDMA ICRC error cmd=read fsbn 0 of 0-3 retrying 
This repeats and is followed by
ad4: UDMA ICRC error cmd=read fsbn 0 of 0-3 falling back to PIO mode

I have changed the PCI slot on which the card is seated, changed cables and even 
hooked 
the drive directly to the mother board but the problem persists. 
The disc+controller however works ok on a wintel machine. Could it be some type of 
hard disc error ?

Can anyone help,

Thanks,

Rajarajan


--- BEGIN dmesg output 
Copyright (c) 1992-2003 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 5.1-RELEASE #0: Thu Jun  5 02:55:42 GMT 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Preloaded elf kernel "/boot/kernel/kernel" at 0xc06d4000.
Preloaded elf module "/boot/kernel/acpi.ko" at 0xc06d426c.
Timecounter "i8254"  frequency 1193182 Hz
Timecounter "TSC"  frequency 996769775 Hz
CPU: Intel Pentium III (996.77-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x68a  Stepping = 10
  
Features=0x383fbff
real memory  = 534802432 (510 MB)
avail memory = 512077824 (488 MB)
Pentium Pro MTRR support enabled
npx0:  on motherboard
npx0: INT 16 interface
acpi0:  on motherboard
pcibios: BIOS version 2.10
Using $PIR table, 11 entries at 0xc00fbb40
acpi0: power button is handled as a fixed feature programming model.
Timecounter "ACPI-fast"  frequency 3579545 Hz
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
acpi_cpu0:  on acpi0
acpi_button0:  on acpi0
pcib0:  port 0xcf8-0xcff on acpi0
pci0:  on pcib0
agp0:  mem 
0xff00-0xff07,0xf800-0xfbff irq 9 at device 2.0 on pci0
pcib1:  at device 30.0 on pci0
pci1:  on pcib1
atapci0:  port 
0xecc0-0xeccf,0xecd8-0xecdb,0xece0-0xece7,0xecf0-0xecf3,0xecf8-0xecff mem 
0xfdffc000-0xfdff irq 11 at device 9.0 on pci1
ata2: at 0xecf8 on atapci0
ata3: at 0xece0 on atapci0
xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xec00-0xec7f mem 0xfdffbc00-0xfdffbc7f 
irq 11 at device 12.0 on pci1
xl0: Ethernet address: 00:b0:d0:94:f2:67
miibus0:  on xl0
ukphy0:  on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
isab0:  at device 31.0 on pci0
isa0:  on isab0
atapci1:  port 0xffa0-0xffaf at device 31.1 on pci0
ata0: at 0x1f0 irq 14 on atapci1
ata1: at 0x170 irq 15 on atapci1
uhci0:  port 0xff80-0xff9f irq 11 at 
device 31.2 on pci0
usb0:  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
pci0:  at device 31.3 (no driver attached)
uhci1:  port 0xff60-0xff7f irq 11 at 
device 31.4 on pci0
usb1:  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
pci0:  at device 31.5 (no driver attached)
fdc0:  port 0x3f7,0x3f0-0x3f5 
irq 6 drq 2 on acpi0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
sio1 port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
ppc0 port 0x778-0x77f,0x378-0x37f irq 7 on acpi0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
ppbus0:  on ppc0
plip0:  on ppbus0
lpt0:  on ppbus0
lpt0: Interrupt-driven port
ppi0:  on ppbus0
orm0:  at iomem 0xca000-0xcbfff,0xc-0xc9fff on isa0
pmtimer0 on isa0
atkbdc0:  at port 0x64,0x60 on isa0
sc0:  at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0:  at port 0x3c0-0x3df iomem 0xa-0xb on isa0
Timecounters tick every 10.000 msec
ad0: 19073MB  [38752/16/63] at ata0-master UDMA100
ad4: 152627MB  [310101/16/63] at ata2-master UDMA100
ad4: READ command timeout tag=0 serv=0 - resetting
ata2: resetting devices ..
done
ad4: UDMA ICRC error cmd=read fsbn 0 of 0-3 retrying
ad4: UDMA ICRC error cmd=read fsbn 0 of 0-3 retrying
ad4: UDMA ICRC error cmd=read fsbn 0 of 0-3 falling back to PIO mode
acd0: CDROM  at ata1-master PIO4
Mounting root from ufs:/dev/ad0s1a

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


Re: crontab question

2004-02-19 Thread Matt Emmerton
> Greetings,
> I am running 5.1-release.  I created the file
> /var/cron/tabs/root .  It is owner root, group wheel.
> permissions are -rw---
>
> I have the following entry in the file root
>
> 0 22 2-31 * * /usr/local/bin/rsync -av /dept2/Marketing/ /data/Marketing
> 2>&1 /r
> oot/rsync.log
>
> Of course the line above is all on one line.
>
> Well, this command did not run last night.  No /root/rsync.log file was
> created.
> No email was generated.  Zip.
>
> what did I screw up to prevent cron from running the command ?

You did it by hand instead of using the more automated method.  Although you
got the ownership/permissions correct, I bet you didn't restart the cron
daemon (which is required so that it sees the newly created crontab.)

You should really use "crontab -e" to edit/create crontab files.  It will
look after ownership/permissions automatically, as well as kicking the cron
daemon.

--
Matt Emmreton

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


Re: FreeBSD 5-stable

2004-02-19 Thread Andrew L. Gould
On Thursday 19 February 2004 07:49 am, RJ45 wrote:
> looks like 5.2.1 will be out soon, does it mean that the STABLE branch
> cycle is going to start also for 5.x ?
>
> thanks
>
> Rick

Currently, I think 5.3 is the planned "STABLE" release.  See:

http://www.freebsd.org/doc/en_US.ISO8859-1/articles/5-roadmap/schedule.html

Best regards,

Andrew Gould

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


RE: crontab question

2004-02-19 Thread Derrick Ryalls
> Greetings,
> I am running 5.1-release.  I created the file 
> /var/cron/tabs/root .  It is owner root, group wheel. 
> permissions are -rw---
> 
> I have the following entry in the file root
> 
> 0 22 2-31 * * /usr/local/bin/rsync -av /dept2/Marketing/ 
> /data/Marketing
> 2>&1 /r
> oot/rsync.log
> 
> Of course the line above is all on one line.
> 
> Well, this command did not run last night.  No 
> /root/rsync.log file was created. No email was generated.  Zip.
> 
> what did I screw up to prevent cron from running the command ?
> 

As far as I know, you should never manually create a crontab file.  Normal
users should just type crontab -e on a command line for scheduling.  The
same might apply to root, never tried personally.  One sure fire way to get
it working is to add your above line to /etc/crontab with root in the user
column.  This is not normally recommanded, so you might try doing crontab -e
as root first.

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


Re: dropping dhclient lease

2004-02-19 Thread Peter Schuller
> is there a means to stop dhclient and drop the lease at the DHCP
> server at the same time?

dhclient -r 

If -r is not available it's probably because you're running an older version 
of dhclient. But if I recall correctly, FreeBSD (both 4.x and 5.x) comes with 
a version that has this feature, at least in their newer incarnations.

-- 
/ Peter Schuller, InfiDyne Technologies HB

PGP userID: 0xE9758B7D or 'Peter Schuller <[EMAIL PROTECTED]>'
Key retrieval: Send an E-Mail to [EMAIL PROTECTED]
E-Mail: [EMAIL PROTECTED] Web: http://www.scode.org

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


Re: dropping dhclient lease

2004-02-19 Thread Lowell Gilbert
Hanspeter Roth <[EMAIL PROTECTED]> writes:

> is there a means to stop dhclient and drop the lease at the DHCP
> server at the same time?

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


Re: Alcatel Speedtouch 330 using PPPOE, how can I do it on FreeBSD 4.9?

2004-02-19 Thread Joe Altman
On Thu, Feb 19, 2004 at 12:01:29PM -, Godinho, Carla wrote:
> Hi,
> Is there anyone who has run with success the Modem Alcatel Speedtouch
> 330 (USB) using the PPPOE, for FreeBSD 4.9?
> Where can I find Alcatel Speedtouch 330 drivers or (ports) for FreeBSD
> 4.9 using the PPPOE?
> I'm trying to connect this kind of Modem in my system FreeBSD 4.9, but
> the only drivers I've found were for pppoa2 and pppoa3, and my ADSL
> Provider uses the pppoe.

I think the answer to your question is to look at Chapter 18 of the
Handbook. Your local copy can be found in /usr/share/doc/. A summary
of that chapter indicates that all you need to do is set up a ppp.conf
and the necessary netgraph modules will be loaded.

You can find some relevant examples in:

/usr/share/examples

-- 
Someone dial 911. My bling-bling was stolen and smuggled into Syria.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Welcome to the "Test" mailing list

2004-02-19 Thread Gerard Seibert
Date: Thu, 19 Feb 2004 02:04:50 -0600
From: [EMAIL PROTECTED]
Subject: Welcome to the "Test" mailing list
To: [EMAIL PROTECTED]
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

Welcome to the [EMAIL PROTECTED] mailing list!

To post to this list, send your email to:

  [EMAIL PROTECTED]

General information about the mailing list is at:

  http://alshababnet.com/mailman/listinfo/test_alshababnet.com

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://alshababnet.com/mailman/options/test_alshababnet.com/freebsd-questions%40freebsd.org


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.  It is:

  emofop

Normally, Mailman will remind you of your alshababnet.com 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.

Thursday, February 19, 2004 10:08:01 AM

** Reply Separator **

Upon visiting the site, all I receive is the following error message:

No such list test_alshababnet.com
There currently are no publicly-advertised Mailman mailing lists on alshababnet.com. 
To visit the general information page for an unadvertised list, open a URL similar to 
this one, but with a '/' and the right list name appended. 

List administrators, you can visit the list admin overview page to find the management 
interface for your list. 

If you are having trouble using the lists, please contact [EMAIL PROTECTED]


Gerard Seibert
[EMAIL PROTECTED]

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


Re: FreeBSD 5.2 & OpenOffice 1.1

2004-02-19 Thread Kevin D. Kinsey, DaleCo, S.P.
[EMAIL PROTECTED] wrote:

Error message trying to open soffice.cfg file???

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


 

3 possibilities come to mind:

1.  Location.
2.  Permissions.
3.  Existence.
Perhaps

   %find -name soffice.cfg -ls

  will get you started on the case

HTH,

Kevin Kinsey
DaleCo, S.P.
PS > I don't use OO, and have no idea about the error.
A quick Google search reveals that it may be a folder
and need to be created
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: USB hard disk

2004-02-19 Thread Lowell Gilbert
"dave" <[EMAIL PROTECTED]> writes:

> I've recently come in to possession of a Kangaroo external USB hard
> drive manufactured by
> www.interactivemediacorp.com.
> 
> I'd like to use it under
> FreeBSD 5.x. I have not found any docs on this particular drive nor much in
> general
> on USB disks. If anyone has this working or recommendations i'd appreciate
> it.

Start with "man 4 umass".
If it follows the USB/umass specs reasonably well, it should be easy
to get going.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Is this serious?

2004-02-19 Thread Lowell Gilbert
Mark <[EMAIL PROTECTED]> writes:

> I just found this in my log:
> 
> ad4: WRITE command timeout tag=0 serv=0 - resetting
> ata2: resetting devices .. ata2-slave: ATA identify retries exceeded
> done
> 
> Is it serious? The RAID 1 has not degraded; but it feels awkward.

If it doesn't happen again, it isn't serious.
If it happens a lot, it indicates a hardware problem; most likely a
cable problem, although possibly a disk or controller having trouble.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Please help - URGENT - disk/fsck problems!--SOLVED!

2004-02-19 Thread Sean Noonan
> I'm in need of urgent help.  I have a production 4.9-RELEASE
> server.  I track STABLE, last cvsup/make world was about two
> months ago.  After powering on after an extended power outage
> (was given advanced notice by electric company and I shut the
> server down before the outage occurred), the server hung with
> disk problems and suggested I run fsck.  I ran fsck and came
> up with thousands of errors.  I re-ran fsck and came up with
> less.  I repeated this process for what seems like a hundred
> times.  No matter what I do, though, I still have errors that
> fsck seems unable to repair.  HELP!!

Well, seeing as that I didn't get a single response to my URGENT plea for
help, and noting that necessity is the mother of all invention, I managed to
solve this problem myself (48 hours after the fact with users screaming at
me for 6 of them).  I'm repling to my own post in the hopes it'll be
archived and help some poor SOB like myself should they encounter the same
problem.  I don't know if it was the *right* way to solve the problem, or
even if there were alternative ways.  This method did work, though.  It
resulted in some data loss, but I was illing to live with that since I have
good tape backups to restore from.  Here's how I fixed my problem.

After RTFM on fsck (man fsck) for the 4,341st time, I noticed under the "see
also" section a utility called fsdb, the FFS debugging/editing tool.  While
messing with inodes and such as always scared the hell out of me, I figured
I had nothing to loose at this point.  I went back to my fsck output and
noted that certain errors seemed to never go away, like this one:

INCORRECT BLOCK COUNT I=447212 (5280 should be 4064)

I assumed that the "I" above was an Inode number.

I fired up fsdb with the disk slice in question as a paramenter, like this:

fsdb /dev/da0s1g

This gave me a "fsdb >" prompt.

>From there I issued the command:

clri i-number (e.g., clri 447212).

This apparently nukes the Inode number given to it.

I did this for all the Inode numbers that continually re-appeared after
numerous fsck's.

I typed "quit" (or was it "exit"?) to leave fsdb and then re-ran fsck.

Problem sovled.  Restored from tape (love AMANDA!) and I was good-to-go!

Hopes this helps somebody...

Thanks,

--Sean Noonan


*

No employee or agent is authorized to conclude any binding agreement on behalf of 
Watkins Contracting, L.P., with another 
party by email without express written confirmation by an Officer of the company.  In 
addition, any views or opinions 
presented in this email are solely those of the author and do not necessarily 
represent those of Watkins Contracting, L.P.  
Employees of Watkins Contracting, L.P., are expressly required not to make defamatory 
statements and not to infringe or 
authorize any infringement of copyright or any other legal right by email 
communications.  Any such communication is contrary 
to company policy and outside the scope of the employment of the individual concerned. 
 The company will not accept any 
liability in respect of such communication, and the employee responsible will be 
personally liable for any damages or other 
liability arising.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: My fault or just Spam

2004-02-19 Thread Jorn Argelo
On Wednesday 18 February 2004 21:08, Ed Budd wrote:
> It's a virus (my AV calls it Worm.Gibe.F). I bet most of the list gets
> these occasionally. 

Heh, yeah, I'm getting it 3 times a day at least. Same goes for the mydoom A 
variant. It's quite anoying to have your mailbox flooding with these things. 

But then again, I'm happy to be 100% Microsoft free :)

Cheers,

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


RE: Setting up samba as PDC

2004-02-19 Thread BUTTERWORTH,THADDAEUS (HP-Boise,ex1)
Hi Joerg,
Thanks for the reply. I've done that already and still get the same message
when I do the smbpasswd -a command. The user I'm trying to add is one that
has already been added to the BSD users. Do you have any other ideas?

Thad


**
Thad Butterworth
396-5321
[EMAIL PROTECTED]
\\et.boi.hp.com
**

-Original Message-
From: Joerg Pulz [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 18, 2004 3:16 PM
To: BUTTERWORTH,THADDAEUS (HP-Boise,ex1)
Cc: [EMAIL PROTECTED]
Subject: Re: Setting up samba as PDC

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wed, 18 Feb 2004, BUTTERWORTH,THADDAEUS (HP-Boise,ex1) wrote:

> Hello all,
>
> I'm needing to set up my machine as a PDC. When I go to add users using
the
> smbpasswd -a username command I get the following error. Does anyone have
> any suggestions on how to fix this error?
>
> fetch_ldap_pw: no ldap secret retrieved!
>
> ldap_connect_system: Failed to retrieve password for  from secrets.tdb

you have to set the password for "ldap admin dn" first.

try 'smbpasswd -w '

the password is then stored in the secrets.tdb file. this is necessary to
make samba able to connect as a user with write permissions to the LDAP
server. otherwise, as your current situation shows, it is not possible to
change any information in the LDAP tree.

Joerg
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAM+RASPOsGF+KA+MRAr7nAJ9gaH22T4117dO/2elK03+Iaz8bagCgqmyS
AVLcsy1vlZY27zwHNiPAZ28=
=ZI1c
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: New

2004-02-19 Thread Pedro Sam
On Wednesday February 18 2004 20:30, Robert Huff wrote:
> Kevin D. Kinsey, DaleCo, S.P. writes:
> >  >Where is a good place to start?
> >
> >  5.2-RELEASE. Grab the floppies from ftp.freebsd.org
> >  and install over the 'Net.
>
>   If this is your first installation, go with 4.9.  5.x is still
> rated "early adopter"; while nothing's exactly broken, there are
> more likely to be surprises lurking in wait for the inexperienced.

Just wondering... if one installed 4.9, would the system be stuck with really 
outdated userland apps?  or would CVSup be able to update the userland ports, 
without changing the base system?

This way, one can get an update(perhaps unstable) userland, but need not fear 
the OS crashing...

-- 
Q:  How many existentialists does it take to screw in a lightbulb?
A:  Two.  One to screw it in and one to observe how the lightbulb
itself symbolizes a single incandescent beacon of subjective
reality in a netherworld of endless absurdity reaching out toward a
maudlin cosmos of nothingness.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Alcatel Speedtouch 330 using PPPOE, how can I do it on FreeBSD 4.9?

2004-02-19 Thread Wayne Pascoe
On Thu, Feb 19, 2004 at 12:01:29PM -, Godinho, Carla wrote:
> Hi,
> Is there anyone who has run with success the Modem Alcatel Speedtouch
> 330 (USB) using the PPPOE, for FreeBSD 4.9?
> Where can I find Alcatel Speedtouch 330 drivers or (ports) for FreeBSD
> 4.9 using the PPPOE?
> I'm trying to connect this kind of Modem in my system FreeBSD 4.9, but
> the only drivers I've found were for pppoa2 and pppoa3, and my ADSL
> Provider uses the pppoe.

I'm not sure if the 330 is supported, but have you tried
http://speedtouch.sourceforge.net/ ? 

Not sure if that's any good.

-- 
Wayne Pascoe
God gave you the power - Preacher on the Simpsons
Hmm. You'd think he'd wanna...  limit my 
power - Bart
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: redirect port

2004-02-19 Thread Randy Grafton
Stanley,

If you are using natd and have recompiled your kernel with the appropriate
options then this should work for you.
These are entries to your /etc/rc.conf, (just a starting point, you can fine
tune to your needs):
gateway_enable="YES"
firewall_enable="YES"
firewall_type="OPEN"
firewall_quiet="YES"
firewall_logging="YES"
natd_enable="YES"
natd_interface="fxp0"
natd_flags="-f /etc/natd.conf"

In the above statement natd_interface="fxp0", fxp0 is the outside nic of
your system.
Next put these statements in your /etc/natd.conf file as referenced above,
(natd.conf doesn't exist by default, you'll create it):
same_ports  yes
dynamic yes
redirect_port tcp inside_address:port outside_address:port
redirect_port udp inside_address:port outside_address:port

As shown above, don't forget to redirect udp traffic if the service you're
trying to facilitate needs it. Also know that the ports for the inside and
the outside don't have to match. For example, my service provider blocks
http/port 80 traffic coming in to my connection so my statement in the
natd.conf file would be something like:
redirect_port 192.168.1.10:80 outside_address:8080

By doing so outside connectivity attempts to my isp assigned address have to
be stated as: http://outside_address:8080.

FYI if you ever want to host gaming sessions on an inside system like
Counter strike or Unreal Tournament, then put a couple of lines like these
in your natd.conf file, (these examples are ones that I used so that my
buddies and I could blast away in Unreal Tournament):

redirect_port tcp inside_address:-7781 outside_address:-7781
redirect_port udp inside_address:-7781 outside_address:-7781

As you make these changes you can apply them without restarting by running
/etc/netstart.

Hope that helps.

-Randy



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Stanley Chan
Sent: Friday, January 01, 1999 9:10 AM
To: [EMAIL PROTECTED]
Subject: redirect port


Dear Friends,

The example in the NAT documents is sufficient, can anyone tell me how to
redirect ports in the NAT machine. How to put the following command in the
rc.conf ? I want to use one of the amchine behind the NAT to run web server.


-redirect_port tcp 192.168.0.2:6667 6667
-redirect_port tcp 192.168.0.3:80 80

Thanks

Sanley



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

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


Re: New

2004-02-19 Thread Benjamin Walkenhorst
On Tue, 17 Feb 2004 19:25:23 -0500
"Patrick Rooney" <[EMAIL PROTECTED]> wrote:

> Want to give it a try!

"it" is FreeBSD, I suppose?
I hope you'll enjoy FreeBSD as much as I do. =)

> Very experienced with all versions of windows, have been building
> computers for 15 years.. Sick of the windows restrictions.

Well, I can see why. =) When I first came to non-windows systems, it was
Linux, too. I was just curious, but I came to like Unix a lot. Doing any
real work on Windows machines has become an annoyance to me. 
I mean, you can't even set the input focus to follow the mouse... 

> What am I in for??
> Have tried many versions of Linux.There are too many anymore.

Well, what was it you did not like that much about Linux? 
FreeBSD is very similar to windows, in many ways, from a user's point of
view. The basic command-line tools are more or less the same (differing
in detail, though), X11 is the same, you got the same desktop
environments and window managers available (like KDE, GNOME,
Windowmaker, ...), mozilla's there, too, all the network services...
Unlike some distributions of Linux, FreeBSD does not have any graphical
tools for installing or configuring the system.
It uses a text-based tool called sysinstall for installing and some
system-configuration, but once you got the system installed, you're on
your own, more or less. So far, this is pretty similar to Debian or
Slackware. 
But if configuring the system by command-line and config-files does not
scare you, you'll probably find FreeBSD very easy to configure. Unlike
Linux, FreeBSD is a complete system which can look back on a long
history, and you see that - FreeBSD is very tidy and reasonable in
respect to what config-file belongs where, where applications are
installed, and so on. 
Compared to Linux, FreeBSD has a reputation for being very reliable (not
that Linux was entirely unreliable) and performant (though I don't know
if/how much this has changed with Linux 2.6).
Also, installing applications is very easy to do, as is upgrading the
system. 

What you're in for depends on what you want or need.
If you have some knowledge of Unix-systems already, you'll feel pretty
familiar and will probably like FreeBSD a lot.
If you want to do mainly desktop-stuff (office, email, mozilla, ...),
you'll be fine - I do so, too. I also use FreeBSD to watch movies (DVD,
DiVX, ...), listen to music and watch TV.
If you want to do development, you'll find an excellent environment, the
GNU C Compiler is part of the base system, as well as Perl, compilers,
interpreters and libraries for a number of other languages are easily
available. 

> Where is a good place to start?

www.freebsd.org

But since you're writing to this mailing list, I suppose you found that
site already. =)

> What's a good read to get up 2 speed???

First, there's the FreeBSD manual, which is *great* - it's available
online (www.FreeBSD.org -> Documentation -> Manual), and it's also
installed with the base system. Numerous translations are available, as
well.

If you want a printed book, I can recommend "The Complete FreeBSD" by
Greg Lehey. Mr. Lehey is an active developer of FreeBSD, and a great
author as well. 

"Absolute BSD" by Michael Lucas is said to be very good, too, I don't
own that book myself, though, so I can't tell for sure.

If I'm not mistaken, you'll find more tips on books on the
FreeBSD-website.

> (work) I have time to read

That's good. Unless you have much experience with Unix, you'll have to
read a lot. Whether or not that's bad depends on you. 
I'm a big reader, so I even enjoy it, mostly. 

> [EMAIL PROTECTED] (home) I have
> time too play with new operating systems

Well, as I said, I hope, you'll enjoy FreeBSD as much as I do. I like
playing around with different operating systems, too, Linux
distributions mainly. 
If you like FreeBSD, you might want to give one of the other free
BSD-based systems a try. There is NetBSD (www.netbsd.org) and OpenBSD
(www.openbsd.org), plus some 'spin-offs' (DragonFlyBSD, EkkoBSD, to name
just two, there's more...).
Before someone thinks of flaming me, I should hasten to add that FreeBSD
- in my view - is the best system for 'first-contact' among these. It
also somehow feels like it is the best *BSD-system for desktop-work and
especially multimedia, but I might be wrong here. =)


If you give FreeBSD a try (CDs are available for free download as well
as from several vendors), you'll probably run into further questions.
Before asking the mailing-list, you should consult google, or this
mailing-list's archive (which you can find at the FreeBSD-website, too),
as well as the manual. This is considered an act of politeness by some,
but it tends to be the faster way, too, since with
google/archives/documentation you find your answer pretty quickly in
most cases, while on the mailing-list you have to wait for someone to
look at your problem and answer.
Also, if ask the mailing-list, you

Re: Disk Quota Question

2004-02-19 Thread Jerry McAllister
> 
> You've got /dev/da0s1f listed twice. I'm not sure what mount does in that 
> case, but it's probably worth fixing.

It probably takes the first one and ignores the second one.
Sorry I missed that before.

jerry

> 
> On Tuesday 17 February 2004 15:10, Joel Eddy wrote:
> > I've followed the manual on FreeBsd 5.1. Recompiled the kernel with quota
> > options. It is on the  /usr file system. everything appears to be running
> > correctly.
> > I've made entries to fstab by the manual also.
> >
> > mail# cat /etc/fstab
> > # DeviceMountpoint  FStype  Options Dump   
> > Pass# /dev/da0s1b noneswapsw  0
> >   0 /dev/da0s1a /   ufs rw  1  
> > 1 /dev/da0s1e /tmpufs rw  2   2
> > /dev/da0s1f /usrufs rw  2   2
> > /dev/da0s1d /varufs rw  2   2
> > /dev/cd0/cdrom  cd9660  ro,noauto   0   0
> > /dev/da0s1f /usrufs rw,userquota,groupquota 1 2
> >
> >
> > But when I quota -u USERID I get
> >
> > mail# quota -u USERID
> > Disk quotas for user USERID (uid 1001): none
> >
> > Either I'm missing something or something isn't working. Where do I look
> > next.
> >
> >
> > Sincerely,
> >
> > Joel Eddy
> > Iowa Connect, Inc.
> > http://www.iowaconnect.com
> > Ph. 641-456-5964
> > Fax 641-456-5912
> >
> >
> >
> > ___
> > [EMAIL PROTECTED] mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> > "[EMAIL PROTECTED]"
> 
> -- 
> [EMAIL PROTECTED]
> it was a hard sell, since he's a database person, and as far as I've seen, 
> once those database worms eat into your brain, it's hard to ever get anything 
> practical done again. To a database person, every nail looks like a thumb. Or 
> something like that. - jwz
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 

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


Re: Apsfilter and margins...

2004-02-19 Thread Malcolm Kay
On Wed, 18 Feb 2004 02:18, Eric F Crist wrote:
> -Original Message-
> From: Malcolm Kay [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 17, 2004 9:27 AM
> To: [EMAIL PROTECTED]; FreeBSD questions List
> Subject: Re: Apsfilter and margins...
>
> On Tue, 17 Feb 2004 02:33, Eric F Crist wrote:
> > Hello list,
> >
> > Does anyone here use apsfilter?  If so, can you tell me how to fix the
> >
> > margins.  There is NO bottom margin (text runs off bottom of the page)
> >
> > and the top margin is about 2 inches.  Any idea on how to change this?
>
> No information about your circumstances -- printer make/model -- what
> sort of files you are passing to it.
>
> This is sometimes a printer adjustment. Have you read the printer
> manual?
>
> Malcolm Kay
>
>
> Malcolm,
>
> I've got Brother HL-1440 laser printer.  I throw all kinds of files to
> it.  Everything from text via command line (i.e. lpr /etc/rc.conf) to
> openoffice documents to webpages from Konquror or Firebird.
>
> Yes, I've read the printer manual.
>
> Eric F Crist

At work I have an HL1440 shared as a network printer.
I don't use Apsfilter.

It works fine with plain-text, postscript or PCL.
The printcap entry:

hl1440|raw1440|Brother HL1440:\
:sd=/var/spool/lpd/raw1440:\
:if=/usr/local/libexec/lpd/raw1440:\
:mx#0:\
:sh:\
:lp=:\
:rm=hl1440:\
:lf=/var/log/lpd-errs:

And /usr/local/libexec/lpd/raw1440:
#!/bin/sh
#
#  Treat LF as CR+LF:
#
printf "\033&k2G" || exit 2

#
#  Read first two characters of the file
#
IFS="" read -r first_line
first_two_chars=`expr "$first_line" : '\(..\)'`

if [ "$first_two_chars" = "%!" ]; then
#
#  It is PostScript; use Ghostscript to scan-convert and print it.
#
/usr/local/bin/gs -dSAFER -dNOPAUSE -q -sDEVICE=hl1250 -r300 \
-sOutputFile=- - && exit 0
else
#
#  Plain text or PCL, so just print it directly; print a form feed
#  at the end to eject the last page.
#
echo "$first_line" && cat && printf "\033&l0H" && exit 0
fi

exit 2
---

Suggest you check what ghostscript DEVICE Apsfilter is using -- hl1250
seems to be a good choice.

Other than that you could set up something similar to the above as an
alternative printcap entry to test out your printer while bypassing
Apsfilter -- should at least resolve whether the problem is with the printer
or Apsfilter.

Malcolm


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


Re: Win200 gateway blocking FBSD html?

2004-02-19 Thread Gerard Seibert
Date: Thu, 19 Feb 2004 11:46:57 +0800
From: Robert Storey <[EMAIL PROTECTED]>
Subject: Win200 gateway blocking FBSD html?
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=US-ASCII

I'm trying to set up a FreeBSD client machine for a school. They have never used FBSD 
or even Linux, they are 100% Windows. They are interested in letting their students 
gain experience with non-Windows software. So I need to prove to them that FBSD can 
work, but I've run into a major obstacle.

The client machines are connected to a switch, which is connected to a Windows 2000 
gateway machine to access the Internet. I set up a FBSD client, and using dhcp it can 
find the network. I can ping the gateway machine, and even ping the local ISP. I can 
also use gftp to access some anonymous ftp sites (such as FreeBSD.org) though 
performance seems slow.

The problem - I cannot access any web sites with http. Doesn't matter if I use 
Konqueror, Mozilla or Lynx. Yet, all the Windows machines on this network can browse 
the web (using Internet Explorer) without difficulty.

I find this very peculiar. Just to be sure that I don't have a misconfigured firewall 
on the FBSD box, I installed FBSD on my laptop, plugged it into a different network - 
works fine, I can surf the web. Then I plug it into the school's network, and http 
doesn't work, but ping and ftp can reach the outside world (though again, it's slow).

Is it somehow possible that the Windows gateway only allows Internet Explorer to work? 
Doesn't seem possible, but what do I know? All suggestions welcome.

best regards,
Robert

Thursday, February 19, 2004 9:52:48 AM

** Reply Separator **

Have you tried using nslookup to see if it is working correctly?

Gerard Seibert
[EMAIL PROTECTED]

Did You Know?

"Jingle Bells" was originally written as a song for Thanksgiving.

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


Re: "Cannot find file system superblock" error - how to recover?

2004-02-19 Thread Scott I. Remick

--- Sergey 'DoubleF' Zaharchenko <[EMAIL PROTECTED]> wrote:
> Try
> 
> $ hd /dev/...| grep -A 5 "02 00 00 00 0c 00 04 01  2e 00 00 00 02 00 00
> 00"

Well that definitely produced something:

bash-2.05b# hd /dev/ad2s1e | grep -A 5 "02 00 00 00 0c 00 04 01  2e 00 00 00
02 00 00"
002d  02 00 00 00 0c 00 04 01  2e 00 00 00 02 00 00 00 
||
002d0010  0c 00 04 02 2e 2a 00 00  00 a0 09 00 10 00 04 00 
|.*..|
002d0020  70 69 63 73 00 10 6a c0  00 f8 40 00 14 00 04 08 
|[EMAIL PROTECTED]|
002d0030  6f 68 64 5b 6e 70 66 73  00 00 00 00 03 00 00 00 
|ohd[npfs|
002d0040  14 00 08 0a 58 42 38 32  43 6b 6e 62 69 63 00 d9 
|XB82Cknbic..|
002d0050  00 00 63 00 0c 00 04 03  65 70 63 00 00 58 63 00 
|..c.epc..Xc.|
--
002f4000  02 00 00 00 0c 00 04 01  2e 00 00 00 02 00 00 00 
||
002f4010  0c 00 04 02 2e 2e 00 00  00 a0 09 00 10 00 04 04 
||
002f4020  70 69 63 73 00 14 6a c4  00 f8 40 00 14 00 04 08 
|[EMAIL PROTECTED]|
002f4030  6f 6c 64 5f 6e 74 66 73  00 00 00 00 03 00 00 00 
|old_ntfs|
002f4040  14 00 08 0a 58 46 38 36  43 6f 6e 66 69 67 00 d9 
|XF86Config..|
002f4050  00 00 63 00 0c 00 04 03  65 74 63 00 00 58 63 00 
|..c.etc..Xc.|

That second one seems to be more intact. "pics" and "old_ntfs" and "X" were
directories off /data (there were others). The first match would appear to
be slightly corrupted (that "etc" might have been a backup I made of /etc at
some point in case of / failure).

It's still churning away but I'm going to assume that it's found all it's
going going to and send this email now.

For what it's worth, FedEx is estimating Monday the 23rd as delivery of the
spare 80GB.

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


FreeBSD 5-stable

2004-02-19 Thread RJ45

looks like 5.2.1 will be out soon, does it mean that the STABLE branch
cycle is going to start also for 5.x ?

thanks

Rick


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


crontab question

2004-02-19 Thread Darryl Hoar
Greetings,
I am running 5.1-release.  I created the file
/var/cron/tabs/root .  It is owner root, group wheel.
permissions are -rw---

I have the following entry in the file root

0 22 2-31 * * /usr/local/bin/rsync -av /dept2/Marketing/ /data/Marketing
2>&1 /r
oot/rsync.log

Of course the line above is all on one line.

Well, this command did not run last night.  No /root/rsync.log file was
created.
No email was generated.  Zip.

what did I screw up to prevent cron from running the command ?

thanks,
Darryl

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


hardware video capture

2004-02-19 Thread Antoine Jacoutot
Hi :)

I was wondering if there was a supported "Hardware Compression Video Capture" 
card under FreeBSD ?

I know that, for exemple, Hauppauge WinTV or the Miro PC TV are supported, but 
these are software compression capture cards. I also know that Zoran cards 
(like Pinnaccle DC10+) are NOT supported...
Not that I'm not looking for DV capture, but regular video (composite or 
S-Video).

Thanks in advance.
Regards,

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


  1   2   >