Re: error with squid: Page faults with physical i/o: 0

2005-07-11 Thread Chad Morland
On 7/11/05, vladone [EMAIL PROTECTED] wrote:
 I have installed squid from ports and i try to build the cache:
 #: /usr/local/sbin/squid -z
 and receive:
 FATAL: Could not determine fully qualified hostname.  Please set 
 'visible_hostname'
 How i can resolv this?
 

Either configure DNS for that machine or set 'visible_hostname' in
squid.conf. 'I'm feeling lucky' button on google returns the same
information. Is the error really that cryptic?

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


Re: Apache2 + mod_python problems

2005-06-29 Thread Chad Morland
On 6/23/05, Csaba Henk [EMAIL PROTECTED] wrote:
 Can it be that you have installed mod_python with thread support
 enabled, but your python is w/o thread support?
 
 I had mysterious errors with mod_python (the error messages had nothing
 to do with threads) until I disabled threads both in python and
 mod_python.

Threads were the problem, but not with Python itself. I had to build
the apache2 port with --enable-threads specified.

Apache starts up fine after being recompiled with that option.

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


Apache2 + mod_python problems

2005-06-23 Thread Chad Morland
I am having problems getting mod_python and apache2 ports to work properly.

Here are the relevant ports that I have installed:
apache-2.0.54
mod_python-3.1.4_1
python-2.4.1_1

When I try and start apache I get the following:

pxetest# apachectl start
Syntax error on line 276 of /usr/local/etc/apache2/httpd.conf:
Cannot load /usr/local/libexec/apache2/mod_python.so into server:
/usr/local/libexec/apache2/mod_python.so: Undefined symbol
pthread_attr_init

Line 276 is the mod_python LoadModule line. I've changed my LogLevel
to debug but nothing is printed in the error_log.

Thanks in advance for the help!

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


PXE and rc.conf

2005-06-09 Thread Chad Morland
I have created a Jumpstart server using the guide located at
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/pxe/index.html

I am trying to set configure settings in rc.conf using a post-install
script that is installed using a custom created package.

However, it seems that when the machine reboots after sysinstall is
run my custom rc.conf is replaced by one generated by sysinstall.

One workaround I have for this is to create a rc.conf.local which does
seem to work. However, there is still a sysinstall generated rc.conf
with different values which leads to confusion.

Is there a way to prevent sysinstall from writing over my new rc.conf
or a way to not make it generate that file at all? I would rather have
a file named rc.conf than rc.conf.local for simplicity's sake.

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


Network interface counters

2005-05-12 Thread Chad Morland
I was wondering if there is a FreeBSD equivalent to /proc/net/dev from
Linux. I am trying to get bit and packet counter info from my network
devices.

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


Re: Show me

2005-05-02 Thread Chad Morland
On 4/29/05, Dillinger [EMAIL PROTECTED] wrote:
 Would somebody care to show me an actual working computer with FreeBSD 
 installed and give me a brief tour of some of the basic capabilities? I am 
 in Redwood Shores but I would be willing to drive to Berkeley or SF.

Why would you do that when it is fairly trivial to install FreeBSD on
your own computer?

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


Re: longest uptime

2005-04-28 Thread Chad Morland
On 4/28/05, Stevan Tiefert [EMAIL PROTECTED] wrote:
 
 Question: Is there a possiblity to run the system inclusive patching it,
 without rebooting? Goal is to run a system maybe longer than a year!!!
 

For educational purposes only: http://www.jwsdot.com/tuptune/

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


Re: ftpd: user needs to upload in mode 777

2005-04-28 Thread Chad Morland
What photo album is she using? I don't think it is the picture files
themselves that need such liberal permissions. Perhpas the directory
where the thumnails are stored should be writable by the webserver
user.

This message is really off-topic. Consult the docs for the photo-album
software. I'm sure your answer is in there.

-CM

On 4/28/05, Fafa Diliha Romanova [EMAIL PROTECTED] wrote:
 hello!
 
 i got this user who only connects to her account with ftp
 to upload pictures to her photoalbum. all the files she uploads
 has to be in mode 777 for the photoalbum to work properly;
 to generate thumbnails etc.
 
 hence, i've set her .login_conf to:
 
 me:\
  :umask=0:
 
 but still the files she upload aren't in mode 777.
 does anybody know?
 
 thanks,
 fafa
 
 --
 ___
 Sign-up for Ads Free at Mail.com
 http://promo.mail.com/adsfreejump.htm
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: pf's ftp-proxy outside inetd (with pure-ftpd)

2005-04-28 Thread Chad Morland
On 4/28/05, Fafa Diliha Romanova [EMAIL PROTECTED] wrote:
 i am trying to disable inetd.

i wonder what happens to this inetd.conf entry:
  
 how is this applied now?

Common sense tells me that if you disable inetd any entries in
inetd.conf are no longer applicable.

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


Re: newbie question

2005-04-18 Thread Chad Morland
On 4/17/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Hello
 
 Can anyone give me a very rough estimate on how much time is required on an
 ongoing basis, after a server is set up with FreeBSD and Apache, to maintain
 everything.  By everything I am referring to everything required to keep  the
 server up, and host about 100 domains.  Thank you in advance and I  apologize
 if this question is not appropriate for this list.
 
 Sue

If you will be doing this as a business venture I HIGHLY recommend
that you either get a managed server or hire someone to help you admin
the server when you are stuck. There are many people out there that
offer this service. Go to any webhosting forum and ask for some
referrals.

The reason I say this is because it seems that A LOT of people think
they can make a quick buck off of webhosting without any real work.
These are usually the companies that fail quickly and give the hosting
industry a bad name. Running any type of business requires some
thought and experience.

There are a lot of minor issues that will stump a self described
newbie and having someone there to assist you will make your life
and the life of your clients that much easier.

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


Re: Monitoring critical processes

2005-03-24 Thread Chad Morland
On Thu, 24 Mar 2005 11:31:58 -0600, Paul Schmehl [EMAIL PROTECTED] wrote:
 Thanks, Nick.  I knew of nagios, but I was not aware that it was capable of
 restarting stopped services.

Nagios is able to restart stopped services. I currently use it to
monitor my network. You can create plugins for Nagios that will run
after a certain set of conditions have been met. I'm not sure if this
is completely documented but you may want to search the nagios list
archives.

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


Re: dumb network question

2005-03-03 Thread Chad Morland
ifconfig_nic2=DHCP

man rc.conf

-CM


On Thu, 03 Mar 2005 14:05:07 -0600, J.D. Bronson [EMAIL PROTECTED] wrote:
 Ok. I admit it. I cant figure what I am missing.
 
 I have 2 NICs in this machine.
 
 NIC 1 is a LAN NIC and static IP. - that I can figure out.
 
 NIC 2 needs to be DHCP (from cable modem).
 and I want the default router to be the DHCP cable
 modem gateway IP (passed from dhclient).
 
 What do I need to setup in /etc/rc.conf
 to make this happen?
 
 Thanks and sorry for the dumb question.
 
 --
 J.D. Bronson
 Aurora Health Care // Information Services // Milwaukee, WI USA
 Office: 414.978.8282 // Email: [EMAIL PROTECTED] // Pager: 414.314.8282
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: WHAT KIND OF SH*T IS THIS: telnet and ssh

2005-02-18 Thread Chad Morland
This user is constantly cross-posting, using profanity and asking
questions that are answered in the handbook. Not only that he is
constantly making demands of OTHERS to help with HIS problems.

Fafa: Do the research YOURSELF and maybe you will learn something. 

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



From: Fafa Diliha Romanova [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Date: Sun, 13 Feb 2005 09:53:02 -0500
Subject: WEIRD: telnet

From: Fafa Diliha Romanova [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Sat, 12 Feb 2005 06:50:06 -0500
Subject: make world: HOW CLEAN IS IT?

From: Fafa Diliha Romanova [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Date: Fri, 11 Feb 2005 05:39:14 -0500
Subject: I can't BOOT! You all need to WAKE UP and HELP a BROTHER!!!

From: Fafa Diliha Romanova [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Wed, 09 Feb 2005 16:31:14 -0500
Subject: what a fucking serious problem: really, it *doesn't* boot
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


/tmp on same partition as /

2005-02-11 Thread Chad Morland
I'm setting up a mail server at the momment, one of the things that I
forgot to do was create /tmp as a separate partiton (/ = 2gb).  There
will be no user logins to the machine aside from admins and the only
thing that it will run is qmail acting as a smarthost (vanilla qmail,
no amavis or anything of the sort.)

In your opinion is having /tmp on the same partition as / really THAT
bad in this case? I'm just wondering cause some people have mentioned
that its a major security risk. Really, I don't think it is for what
this box is doing.

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


Re: /tmp on same partition as /

2005-02-11 Thread Chad Morland
Thanks for the responses. I do have a firewall in place and the only
open port to the public is 25 which is qmail. I think I'll take your
considerations to heart and rebuild the box with its own /tmp
partition with noexec. I should have done that in the first place.
Thankfully it is not yet in production so its no biggie.

-CM 


On Fri, 11 Feb 2005 22:14:19 +0100, Oliver Leitner [EMAIL PROTECTED] wrote:
 well, its ok to have /tmp on the same partition as /, as long as other
 security measurements work, for example a tripwire setup and logging user
 actions of any kind, also having an overview over the logs.
 
 as long as these work, and you take care whats going on on the box, it does
 not really matter where /tmp resides.
 
 On Friday 11 February 2005 21:13, Chad Morland wrote:
  I'm setting up a mail server at the momment, one of the things that I
  forgot to do was create /tmp as a separate partiton (/ = 2gb).  There
  will be no user logins to the machine aside from admins and the only
  thing that it will run is qmail acting as a smarthost (vanilla qmail,
  no amavis or anything of the sort.)
 
  In your opinion is having /tmp on the same partition as / really THAT
  bad in this case? I'm just wondering cause some people have mentioned
  that its a major security risk. Really, I don't think it is for what
  this box is doing.
 
  -CM
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
 
 --
 By reading this mail you agree to the following:
 
 using or giving out the email address and any
 other info of the author of this email is strictly forbidden.
 By acting against this agreement the author of this mail
 will take possible legal actions against the abuse.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: Please don't change Beastie to another crap logo such as NetBSD!!!

2005-02-09 Thread Chad Morland
On Wed, 09 Feb 2005 18:48:19 +, Mark Ovens [EMAIL PROTECTED] wrote:
 See the thread The FreeBSD Project is announcing a public competition
 for the new logo design.  in -advocacy - I've already replied with
 my views on the subject, along the same lines as your comments.
 

I'm not subscribed to -advocacy can you provide me with an archive
link to this thread in question? I wasn't able to find it based on the
subject you provided.

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


Orion Application Server port

2005-02-08 Thread Chad Morland
What happened to the Orion application server port? I am reading
articles that say there is a port for it. I am using the latest port
on 4.10 and the only Orion I can find is in x11-wm.

Is there a seperate mailing list to track changes in the ports tree?

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


Best JDK for performance?

2005-02-08 Thread Chad Morland
Which JDK gives the best performance on FreeBSD? I have the following
installed from ports:

/usr/local/jdk1.4.2
/usr/local/linux-sun-jdk1.4.2

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


Re: how can i find out which modules are loaded in apache

2005-02-01 Thread Chad Morland
httpd -l will only show you the compiled in modules. If you built your
other modules as DSOs then you will not see them listed. The easiest
way to see what modules you are using is the LoadModule directive in
httpd.conf.

To see what options apache was compiled with, if you still have the
source lying around you can look at config.cache and that should show
you what options apache was built with.

If you rebuild your apache, it will not overwrite your current
httpd.conf if it detects one.


On Tue, 1 Feb 2005 11:08:46 -0500, Ken Hawkins [EMAIL PROTECTED] wrote:
 I have installed apache13 and it is running however when i run;
 'httpd -l' I see this:
 
 Compiled-in modules:
   http_core.c
   mod_so.c
 suexec: disabled; invalid wrapper /usr/local/sbin/suexec
 
 I am running as root on the box and am trying to make sure that
 mod_alias is part of apache. it looks like it is not however since
 their is a BIG hole in between _core.s and _so.c
 
 what is the easiest path to installing apache13 with ssl and mod_alias?
 
 I also have php4-pear, mysql, phpbb and phpmyadmin installed on the box
 so, will just make reinstal apache13 destroy all my settings here? I
 have to ask to make sure that I catch all the configuration files such
 as httpd.conf, php.ini, etc.
 
 how can i find out all the flags that are available to set for
 make/make install for the apache13 port? (rookie question)
 
 thanks,
 ken;
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


RAID1, failed drive, performance?

2005-01-27 Thread Chad Morland
What happens in terms of performance when a drive in a RAID1 system
fails? Will disk access be slower because it attempts to read/write to
a failed disk or will performance be faster because it doesn't need to
do half the work it usually does?

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


RAID1, a failed disk and performance

2005-01-27 Thread Chad Morland
What happens in terms of performance when a drive in a RAID1 system
fails? Will disk access be slower because it attempts to read/write to
a failed disk or will performance be faster because it doesn't need to
do half the work it usually does? I couldn't really find any online
resources that deal with performance levels when there are failed
drives present in a RAID array.

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


Re: RAID1, a failed disk and performance

2005-01-27 Thread Chad Morland
 http://members.chello.at/freebsd-5.3/bonnie-gmirror/summary
 http://members.chello.at/freebsd-5.3/bonnie-gmirror/detail

I expect to see data transfer rate increase when you break the mirror.
RAID1 has the higest disk overhead of all RAID configurations and is
very inefficient in that regard. It would be interesting to see
performance results with the bad disk still attached to the mirror.
Unfortunately I am not able to break disks on a whim so I can't test
it out. :P
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: NTP Output question

2005-01-27 Thread Chad Morland
Directly from the ntpdc manpage:

A . indicates that this peer was cast off in the falseticker
detection, while a + indicates that the peer made it through.  A *
denotes the peer the server is currently synchronizing with.


On Thu, 27 Jan 2005 14:11:39 -0800, Sean Murphy [EMAIL PROTECTED] wrote:
 in my output from ntpdc -s i get the following
 
 $ ntpdc -s
 remote   local  st poll reach  delay   offsetdisp
 ===
 *x.x.x.x  10.0.0.15   2   64  377 0.00018  0.029325 0.00363
 .x.x.x.x 10.0.0.5   2   64  377 0.00017  0.030048 0.00325
 
 what does the asterisk mean and the period mean before the server name?
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Creating a custom package

2005-01-17 Thread Chad Morland
I have recently setup a FreeBSD jumpstart server to install using PXE.
I would like to add some additional third-party applications as part
of the install. The last page of the FreeBSD jumpstart guide describes
how to make a custom package but it looks like it has to be built from
the ports tree. The applications that I am trying to install are
heavily customized and built from source.

Would it be best to create a package of the compiled sources? Can a
package be built if it is not a port? Do I need to create a custom
port first AND THEN create a package?

or..

Should I create a small package with pre and post install scripts that
install the compiled source files via NFS as well as configure any
system settings?

My aim is to Jumpstart my server and have it running 100% operational
by the end of the install process with no human interaction.

Thanks!

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


DLT Backup Questions

2002-10-22 Thread Chad Morland
I am looking to create a multi-tape backup of close to 260G of data
using a DLT-7000 with compression turned on. Does anyone have any
recommendations for what to use to accomplish this? Amanda does not
support multi-tape archives so that is out of the question. I have tried
to use gnu tar but for some reason that was only placing 35G onto each
tape (I am trying to use compression.)

Here is what I tried when using tar: 'tar -b 126 -cMpf /dev/nsa0
/backup'

Output of 'mt status':

Mode  Density  Blocksize  bpi  Compression
Current:  0x1b variable   0IDRC
-available modes-
0:0x1b variable   0IDRC
1:0x1b variable   0IDRC
2:0x1b variable   0IDRC
3:0x1b variable   0IDRC
-
Current Driver State: at rest.
-
File Number: 0  Record Number: 0Residual Count 0


-CM


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



dump help

2002-10-22 Thread Chad Morland
Take a look at the estimated number of tapes needed below. Now, I'm not
sure why it would need almost 1500 DLT IV tapes to backup 65G of data.
Can someone possibly explain this to me? I am having a hell of a time
trying to backup this data. I have hardware compression turned on on the
drive as well.

backup# mt rewind
backup# dump 0bfun 126 /dev/nsa0 /dev/vinum/striped
  DUMP: Date of this level 0 dump: Tue Oct 22 17:11:19 2002
  DUMP: Date of last level 0 dump: the epoch
  DUMP: Dumping /dev/vinum/striped to /dev/nsa0
  DUMP: mapping (Pass I) [regular files]
  DUMP: mapping (Pass II) [directories]
  DUMP: estimated 84906026 tape blocks on 1498.69 tape(s).
  DUMP: dumping (Pass III) [directories]
  DUMP: dumping (Pass IV) [regular files]
  DUMP: Closing /dev/nsa0
  DUMP: Change Volumes: Mount volume #2
backup# df -k
Filesystem 1K-blocks Used Avail Capacity  Mounted on
/dev/da0s1a   3023505086022730218%/
/dev/da0s1f  5426350   614662   437758012%/usr
/dev/da0s1e  2015918 2068   1852578 0%/var
procfs 44 0   100%/proc
/dev/vinum/striped 454465653 64241886 35386651515%/backup


-CM


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



mkfile??

2002-10-17 Thread Chad Morland
Hi,
I was just wondering if there is something similiar on FreeBSD to
Solaris' 'mkfile' command? Thanks.


-CM


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Strange tar problem

2002-10-08 Thread Chad Morland


I am trying to backup some files to tape using tar -cpf /dev/nsa0
/backup. Once everything is done, I use tar -tv to show me the
details of the files on the tape. Here is what I get:

drwxr-xr-x root/wheel0 Sep 29 11:27 2002 vnt/vnt21.nj2/
-rw-r--r-- root/wheel -747272192 Sep 29 15:59 2002
vnt/vnt21.nj2/vnt20.nj2-08282002_Full.tar.gz
drwxr-xr-x root/wheel  0 Sep 29 16:27 2002 vnt/vnt22.nj2/
-rw-r--r-- root/wheel  692824064 Sep 29 21:23 2002
vnt/vnt22.nj2/vnt22.nj2-09252002_Full.tar.gz

Now, if I do an ls -la
/backup/vnt/vnt22.nj2/vnt22.nj2-09252002_Full.tar.gz I get this:
-rw-r--r--  1 root  wheel  4987791360 Sep 29 21:23
/backup/vnt/vnt22.nj2/vnt22.nj2-09252002_Full.tar.gz

As you can see I am getting some pretty strange results from tar. Can
someone please explain why tar is showing a negitive number for one file
and only 690M for the other? These are only two examples of many files
that this is happening to.

-CM


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: kernel message

2002-09-18 Thread Chad Morland

ipfw(8) man page:

FINE POINTS
 ·   There are circumstances where fragmented datagrams are
uncondition­
 ally dropped.  TCP packets are dropped if they do not contain
at
 least 20 bytes of TCP header, UDP packets are dropped if they
do not
 contain a full 8 byte UDP header, and ICMP packets are dropped
if
 they do not contain 4 bytes of ICMP header, enough to specify
the
 ICMP type, code, and checksum.  These packets are simply logged
as
 ``pullup failed'' since there may not be enough good data in
the
 packet to produce a meaningful log entry.

Fragmented packets like that are probably due to broken hardware on
your network, although they can be the result of enemy action


-CM
- Original Message -
From: adrian kok [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, September 18, 2002 11:55 AM
Subject: kernel message


 Hi all

 I received the following message from /var/log
 What is this meaning?

 Sep 17 12:33:04 mail /kernel: pullup failed

 Thank you


___
 Do You Yahoo!?
 Get your free @yahoo.com.hk address at
http://mail.english.yahoo.com.hk

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message