Hi,
I saw a reference to kern.ngroups on this list and didn't know what it
meant.
I decided to peek at the source and it seems to me that it is the
number of process groups. Is that correct?
Thanks in advance,
Duane Whitty
--
[EMAIL PROTECTED]
___
On Tue, May 23, 2006 at 03:32:09PM +1000, Norberto Meijome wrote:
> Hi all,
> i want to do some java / c++ / php development using Eclipse. I currently have
> the following installed:
>
> jdk-1.4.2p8_3 Java Development Kit 1.4.2
> swt-3.1.1 Standard Widget Toolkit for Java
>
> ecl
On 5/23/06, Albert Shih <[EMAIL PROTECTED]> wrote:
Le 22/05/2006 à 19:27:47+0200, Dominique Goncalves a écrit
> Hi,
>
> On 5/22/06, Albert Shih <[EMAIL PROTECTED]> wrote:
> >Hi all
> >
> >>From many time I make the upgrade my FreeBSD by using :
> >
> >make -DNO_PROFILE buildowlrd
> >
Thanks for your response and sorry to be so late.
I've tested what the FAQ told about and every thing look fine.
Prevuiously there was a NetBSD installation on this disk, why FreeBSD
can't be installed on the same disk?
Ghislain
On 5/17/06, Ghislain Garçon <[EMAIL PROTECTED]> wrote:
Nobo
Hi all,
i want to do some java / c++ / php development using Eclipse. I currently have
the following installed:
jdk-1.4.2p8_3 Java Development Kit 1.4.2
swt-3.1.1 Standard Widget Toolkit for Java
eclipse-3.1.2 An open extensible IDE for anything and nothing in particul
eclip
Jeff Cross schrieb:
> Is there anyway I can apply the DRM updates w/o upgrading my system to
> 6-STABLE? I would really like to maintain my system with freebsd-update
> and not have to compile every time a security update comes out. I run
> FreeBSD on my laptop and compile times can run a little
--- Scott Tuc Ellentuch at T-B-O-H <[EMAIL PROTECTED]> wrote:
> >
> >
> > --- Scott Tuc Ellentuch at T-B-O-H <[EMAIL PROTECTED]> wrote:
> >
> > > Hi,
> > >
> > > I'd like to find out where to put the "upsdrvctl shutdown" in
> the
> > > shutdown process. Putting it in rc.shutdown causes me t
On Mon, 22 May 2006 11:54:02 -0500
Kevin Kinsey <[EMAIL PROTECTED]> wrote:
> > At 07:17 AM 5/22/2006, Evren Yurtesen wrote:
> >> Hello,
> >>
> >> I was wondering how does services like yahoo mail is storing
> >> e-mails. Somehow the smtp server should know where to deliver
> >> the mail inside the
I am really running across the need to change this to something
higher than 16.
I was just wondering if there is any specific reason it is set so low
and any thing to worry about when bumping it up?
___
freebsd-questions@freebsd.org mailing list
http://l
>
>
> --- Scott Tuc Ellentuch at T-B-O-H <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> >
> > I'd like to find out where to put the "upsdrvctl shutdown" in the
> > shutdown process. Putting it in rc.shutdown causes me to have dirty
> > filesystems constantly that sometimes don't allow the system t
Jon Falconer wrote:
> Greetings All,
>
> I have installed FreeBSD 6.1 Release on a Dell 2850. I is has two Xeon
> CPUs. Seeing the comment in the SMP man page about hyperthreading being a
> problem in some situations, I added "machdep.hlt_logical_cpus=1" in
> /boot/loader.conf file. Upon rebooting
Greetings All,
I have installed FreeBSD 6.1 Release on a Dell 2850. I is has two Xeon
CPUs. Seeing the comment in the SMP man page about hyperthreading being a
problem in some situations, I added "machdep.hlt_logical_cpus=1" in
/boot/loader.conf file. Upon rebooting, the system still finds four CP
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On May 22, 2006, at 8:27 PM, Michael P. Soulier wrote:
On 5/22/06, Joe Auty <[EMAIL PROTECTED]> wrote:
Starting up Mailman on one machine I'm on produces the following
error message (see below). For some reason, this is not a problem
Test your p
On 5/22/06, Joe Auty <[EMAIL PROTECTED]> wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Is there a way to get a listing of all files installed by a port?
Perhaps there is a tool that will scan a package and output its
contents to standard out?
$ pkg_info -Lx yourportname
I.E:
$ pkg_in
On 5/22/06, Joe Auty <[EMAIL PROTECTED]> wrote:
Starting up Mailman on one machine I'm on produces the following
error message (see below). For some reason, this is not a problem
Test your python installation. Try
python -c 'import sys; print sys.path'
See which python interpreter this is, /u
Dear Colleagues,
I have a laptop with FreeBSD 6.1 on it and it is working fine. I
recently received a card for wireless internet; it is in fact a
Verizon Wireless PC5740 card and I am wondering if I can set it up on
my FreeBSD laptop.
I googled about it and I found [1] mentioning about some conf
On Mon, 2006-05-22 at 18:45 -0400, Parv wrote:
> in message <[EMAIL PROTECTED]>,
> wrote Andrew thusly...
> >
> > I'm trying to use $(addprefix) build lists of source files and
> > object files containing the relative paths for each. The problem
> > is that $(addprefix) never seems to be evaluated
On Mon, May 22, 2006, Bret J Esquivel wrote:
>Thanks Bill, that did it!
>
>mount -o tcp 10.0.20.1:/usr /mnt
Glad to hear that it worked.
I suspect that the tcp connection is more efficient in any case.
>
>
>--
>Bret J. Esquivel
>Immense Networks LLC
>http://www.immense.net
>
>
>Quoting Bill Cam
Le 22/05/2006 à 19:27:47+0200, Dominique Goncalves a écrit
> Hi,
>
> On 5/22/06, Albert Shih <[EMAIL PROTECTED]> wrote:
> >Hi all
> >
> >>From many time I make the upgrade my FreeBSD by using :
> >
> >make -DNO_PROFILE buildowlrd
> >make buildkernel
> >make installkernel
>
--- Scott Tuc Ellentuch at T-B-O-H <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'd like to find out where to put the "upsdrvctl shutdown" in the
> shutdown process. Putting it in rc.shutdown causes me to have dirty
> filesystems constantly that sometimes don't allow the system to come
> up.
You
Hello,
You are correct; I am using GNU make, err, rather, trying to, at least.
Found a typo that fixed part of the problem: $(addprefix, PREFIX, ITEM)
should be $(addprefix PREFIX, ITEM). Note that there is no comma after
'addprefix'.
This particular Makefile seems to be horribly broken. So I th
Thanks Bill, that did it!
mount -o tcp 10.0.20.1:/usr /mnt
--
Bret J. Esquivel
Immense Networks LLC
http://www.immense.net
Quoting Bill Campbell <[EMAIL PROTECTED]>:
On Mon, May 22, 2006, Bret J Esquivel wrote:
I am trying to connect to a NFS server over my IPSec tunnel. However,
I whenev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sun, May 21, 2006 at 06:57:43PM -0500, Denny White wrote:
Searched through the cvs & stable mailing lists, as well as
in /usr/ports/UPDATING, & couldn't find any instance of anyone
having problems updating the foomatic-db port. After the initia
On Mon, May 22, 2006, Bret J Esquivel wrote:
>I am trying to connect to a NFS server over my IPSec tunnel. However,
>I whenever I try to mount I get:
>
>[udp] 10.0.20.1:/usr: RPCPROG_MNT: RPC: Timed out
The first things I would check are (a) the /etc/exports file on
the server, and (b) specify
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi list,
if these were the big problems in life, we would all be happy anyway...
I have a small network at home, and actually I have these three
possibilities to transfer data between the hosts:
- - NFS
- - Samba
- - FUSE over SSH
I someway test
in message <[EMAIL PROTECTED]>,
wrote Andrew thusly...
>
> I'm trying to use $(addprefix) build lists of source files and
> object files containing the relative paths for each. The problem
> is that $(addprefix) never seems to be evaluated. When I run 'make
> -p', $OBJECT_LIST looks exactly like in
Greetings,
I had a server running FreeBSD 6.0 Release with openldap 2.3.20 running
fine (along with postfix, cyrus-sasl, courier-imap, bdb-4.3, etc.) I
needed to move the system to new hardware, so I rebuild it using 6.1
Release. The ports tree has been updated so openldap 2.3.23 is current.
After
On Mon, May 22, 2006 at 07:52:56PM -0200, Rafael Aquino wrote:
> Hello ALL,
>
> I use to set all my systems to pt_BR.ISO8859-1, and everytime
> works perfect. The ports that are sensible for locale always uses
> the correct language (Apache, Postgresql, etc).
>
> After upgrate from 5.4 to 6.1, I
I am trying to connect to a NFS server over my IPSec tunnel. However,
I whenever I try to mount I get:
[udp] 10.0.20.1:/usr: RPCPROG_MNT: RPC: Timed out
What's wierd is that I can do RPC calls to it, such as:
[EMAIL PROTECTED]:/mnt] rpcinfo -t 10.0.20.1 nfs
program 13 version 2 ready and
Hello all,
I'm trying to clean up the source tree for some software I'm writing.
The program itself is relatively simple, but is very fragmented; i.e. it
has a lot of source files. I'd like to write one top-level Makefile that
is able to find all of my source files, build the object files, and put
Hello ALL,
I use to set all my systems to pt_BR.ISO8859-1, and everytime
works perfect. The ports that are sensible for locale always uses
the correct language (Apache, Postgresql, etc).
After upgrate from 5.4 to 6.1, I realize that postgresql wasn´t starting
up with rc.d script. Trying to mannua
Eric Anholt wrote:
> On Fri, 2006-05-19 at 16:26 -0500, Jeff Cross wrote:
>> Michael Nottebrock wrote:
>>> Jeff Cross schrieb:
I ran the "make" commands you specified but still do not have a i915.o
file on my system. Here is what I have related to i915:
>>> Oops. Turns out the complete i
At 10:56 AM 5/22/2006, Brent Rieck wrote:
Hello,
I've been having some freeze problems with my "managed" freebsd
server
that my host has been less than helpful with; I hope that this is the
right place to ask the questions I have.
os: freebsd 4.8-stable
major applications: apache 1.3.29 +
On Mon, May 22, 2006 at 02:57:28PM +, db wrote:
> Hi all
>
> I'm trying to make a new port that depends on ACE and pqxx, but it can't
> find lib pqxx even though it is installed.
>
> work# make -DNO_CHECKSUM
> ===> WARNING: Vulnerability database out of date, checking anyway
> ===> Extract
On Mon, May 22, 2006 at 03:18:59PM +0100, Vittorio wrote:
> To update the system in my /etc/make.conf among other building(-world)
> options I put
> a:
>
> NO_RESCUE= true
>
> Which actually is not declared
> neither in the man page of make.conf nor in the
> /usr/share/examples/etc/make.conf
Since you say the hardware is all replaced, you should still run hardware
diagnostics to verify the new hardware is not also problematic.
Also the version of FreeBSD you are running is quite old and beyond its end
of life. I would at least update the base OS to 4.11.
A freeze like you are se
The best way to use Maple (I don't have maple 8, my versions 9, 9.5 and 10)
is to run maple without java by typing :
xmaple -cw
(cw mean : classic worksheet)
Hi --
Thanks for trying to help. My question refereed to the fact that, at
least on my official CD, there is no such FL
Hi,
I'm new to this list so bare with me!
I have some problems with a USB device with a built in memory card. The
problem is that when I attach the device new devs are created
under /dev; da0 and da1. There are a FAT file system on the card so I
want da1s1 but there are no dev with that name.
So
On May 22, 2006, at 10:46 AM, YTResearch wrote:
Please let me know if this is not the right list to ask this.
I have a Tyan 4882 4 CPU (dual core) Opteron, running amd64 FreeBSD
6.0 Release, 8 gig ram (all recognized), SCSI 15K Seagate
ST373454LC drives. BIOS is running all stock settings.
On 5/22/06, Darryl Hoar <[EMAIL PROTECTED]> wrote:
Greetings,
I am running Freebsd 6 - Release.
I have apache up and running. I would like to serve up some
video's from my server. Based on size, I would like to stream them from
my server.
What ports software would be good for streaming video
Hi there,
i've just upgrade lang/php5 to version 5.1.4 in freebsd 5.5-prerelease
i've got a problem with mbstring.so.
I paste the output from my php.log:
May 22 21:58:46 thunderbird httpd: PHP Warning: PHP Startup: Unable
to load dynamic library '/usr/local/lib/php/20050922/mbstring.so' -
/usr/
Greetings,
I am running Freebsd 6 - Release.
I have apache up and running. I would like to serve up some
video's from my server. Based on size, I would like to stream them from
my server.
What ports software would be good for streaming video ?
thanks,
Darryl
___
Not sure what I did, but It's compiled now. Sorry for the noise
On 5/22/06, Andy Greenwood <[EMAIL PROTECTED]> wrote:
I'm trying to build perl 5.8.8 inside a jail and it won't build. I
always error at the same spot. Below is the last 100 lines out of
make. Anyone have any ideas?
Finding depend
Hi Derek,
This isn't starting and stopping nut, this is shutting the UPS itself
off. The supplied scripts don't take care of anything having to do with
"upsdrvctl" doing a shutdown, only a stop or start.
Tuc
>
> I use nut. The port puts an rc script in /usr/local/etc/rc
Sory if this isn't the correct place to put this question. I've also
posted it to kde.freebsd list.
I'm using Xming to connect to a remote FreeBSD box, everything works
perfect wen using Gnome, TWM, etc...
When I run a KDE session, there is no problem till I press any key...
after that, the
Hi,
On 5/22/06, Albert Shih <[EMAIL PROTECTED]> wrote:
Hi all
>From many time I make the upgrade my FreeBSD by using :
make -DNO_PROFILE buildowlrd
make buildkernel
make installkernel
reboot/single
make -DNO_PROFILE installworld
mergemaster
At Mon, 22 May 2006 it looks like Daniel Bye composed:
> If you have /rescue on your system, you have a static vi already. Not
> vim, admittedly, but in a fix I would think you could muddle through with
> it.
>
Bingo Dan!
#
[EMAIL PROTECTED] /rescue]-> ldd
Hunter Fuller wrote:
On 22 May 2006, at 1:39 PM, Kevin Kinsey wrote:
I hereby admit to being a vi wimp. I did memorize 'q:!',
for obvious reasons; and, this isn't about an editor war,
either.
Woops! Are you sure about that last statement? :P
I think you meant :q!
:D
Maybe if I'd been us
On Mon, May 22, 2006 at 07:16:03AM -0700, Bill Schoolcraft wrote:
> At Mon, 22 May 2006 it looks like Jerry McAllister composed:
>
> > Yup. It is in /usr/bin
> > I guess, I am so used to putting a copy of vi in /bin shortly after
> > installing a new system that I assume it is always there.
> >
At 07:17 AM 5/22/2006, Evren Yurtesen wrote:
Hello,
I was wondering how does services like yahoo mail is storing e-mails.
Somehow the smtp server should know where to deliver the mail inside the
system and webmail should know from which server to read it from.
Does anybody have any practical id
Please let me know if this is not the right list to ask this.
I have a Tyan 4882 4 CPU (dual core) Opteron, running amd64 FreeBSD
6.0 Release, 8 gig ram (all recognized), SCSI 15K Seagate ST373454LC
drives. BIOS is running all stock settings.
It's job is to run Apache (ran 2.1 now latest 2.
Dave wrote:
Hello,
I'm trying to get apache2 and webalizer to work together. So far all
i'm getting in my output is "Can not parse oversized line" from
webalizer. I'm assuming i don't have an apache log format set correctly,
i've got combined format set in both apache and webalizer. I was
well, it looks like my sh has some dependancies too, so I wouldn't
worry about it really.
[EMAIL PROTECTED] /usr/ports/lang/php5]# ldd `which sh`
/bin/sh:
libedit.so.5 => /lib/libedit.so.5 (0x2808c000)
libncurses.so.6 => /lib/libncurses.so.6 (0x280a)
libc.so.6 => /lib/lib
At Mon, 22 May 2006 it looks like Jerry McAllister composed:
> >
> > At Mon, 22 May 2006 it looks like Jerry McAllister composed:
> >
> > > Yup. It is in /usr/bin
> > > I guess, I am so used to putting a copy of vi in /bin shortly after
> > > installing a new system that I assume it is always
On 22 May 2006, at 1:39 PM, Kevin Kinsey wrote:
I hereby admit to being a vi wimp. I did memorize 'q:!',
for obvious reasons; and, this isn't about an editor war,
either.
Woops! Are you sure about that last statement? :P
I think you meant :q!
Personally, I moved a binary of e3 (ports/edi
Dear Customer,
This communication should be dealt with by your marketing dept.
Please update your directory listing at Richdex as soon as possible. We
have listed your website/homepage for no charge on our Online Directory
in an effort to provide you with as much exposure as is possible.
Ric
I'm trying to build perl 5.8.8 inside a jail and it won't build. I
always error at the same spot. Below is the last 100 lines out of
make. Anyone have any ideas?
Finding dependencies for pp_ctl.o.
Finding dependencies for pp_sys.o.
Finding dependencies for regcomp.o.
Finding dependencies for reg
Hello,
I've been having some freeze problems with my "managed" freebsd server
that my host has been less than helpful with; I hope that this is the
right place to ask the questions I have.
os: freebsd 4.8-stable
major applications: apache 1.3.29 + php 4.3.10 , mysql 4.1.18-log,
dirvish, riff-bac
I'd have to agree with most of Ted and Gayn's points. Also, it's hard
to answer many of the questions when they are different for different
servers. Unless there is a serious bug in something like SSH, then a
paying client with a seriously firewalled server and no malicious users
might get up
>
> At Mon, 22 May 2006 it looks like Jerry McAllister composed:
>
> > Yup. It is in /usr/bin
> > I guess, I am so used to putting a copy of vi in /bin shortly after
> > installing a new system that I assume it is always there.
> >
>
> Can we actually 'de-install' then 're-install' vi(m) from
Just installed Jetty and I wanted to control it with an rc script, live every
other port I've installed ;o)
I came up with a simple wrapper to the handy script provided by jetty (see
below). Copy and paste from the Postgres script is about the extent of my rc
skills right now...
I'm actually
If you are using sendmail, as most FreeBSD users are, you can check the
sendmail.org site for information on mail handling. There are a number of
methods that depend on your setup.
-Derek
At 07:17 AM 5/22/2006, Evren Yurtesen wrote:
Hello,
I was wondering how does services like yaho
I use nut. The port puts an rc script in /usr/local/etc/rc.d to start and
stop nut.
-Derek
At 09:54 AM 5/22/2006, Scott "Tuc" Ellentuch at T-B-O-H wrote:
Hi,
I'd like to find out where to put the "upsdrvctl shutdown" in the
shutdown process. Putting it in rc.shutdown causes
Hi all
I'm trying to make a new port that depends on ACE and pqxx, but it can't
find lib pqxx even though it is installed.
work# make -DNO_CHECKSUM
===> WARNING: Vulnerability database out of date, checking anyway
===> Extracting for esad-0.1
===> Patching for esad-0.1
===> esad-0.1 depen
Hi,
I'd like to find out where to put the "upsdrvctl shutdown" in the
shutdown process. Putting it in rc.shutdown causes me to have dirty
filesystems constantly that sometimes don't allow the system to come up.
Thanks, Tuc
___
f
Hello,
For the life of me I can not get any user who FTPs into my box to be
chroot'ed to a particular directory. I'm sure this should be a simple
thing to do.
I have setup an ~/ftp directory for each user and would like their ftp
session to be chroot'ed to it. But I can't seem to get it wo
Hi all,
Mikhail Goriachev's help was very useful, but now I anyone can give me
few steps to configure this cluster is very appreciated.
Thanks.
Best Regards,
Carlos Silva, CSilva
Web: [1]http://www.csilva.org/
Mikhail Goriachev wrote:
Carlos Silva wrote:
Hi,
This info has
Hi all
>From many time I make the upgrade my FreeBSD by using :
make -DNO_PROFILE buildowlrd
make buildkernel
make installkernel
reboot/single
make -DNO_PROFILE installworld
mergemaster
reboot
Well everything work fine..but I always have so
On a pentium 4 server I updated from 6.0 to 6.1 according to the
suggested procedure:
# 1. `cd /usr/src' (or to the directory
containing your source tree).
# 2. `make buildworld'
# 3. `make
buildkernel
# 4. `make installkernel
# 5. `reboot' .
# 6.
`mergemaster -p'
# 7. `make installworld'
#
Le 22/05/2006 à 10:14:58-0400, Andy Greenwood a écrit
> This is discussed in the openbsd pf page
>
> http://www.openbsd.org/faq/pf/logging.html#syslog
>
Thanks for the URLbut it's seem the shell script write on
FILE=/home/pflogger/pflog5min.$(date "+%Y%m%d%H%M")
first before he pus
To update the system in my /etc/make.conf among other building(-world)
options I put
a:
NO_RESCUE= true
Which actually is not declared
neither in the man page of make.conf nor in the
/usr/share/examples/etc/make.conf file.
Nonetheless it seems to work.
Am I right?
Vittorio
_
At Mon, 22 May 2006 it looks like Jerry McAllister composed:
> Yup. It is in /usr/bin
> I guess, I am so used to putting a copy of vi in /bin shortly after
> installing a new system that I assume it is always there.
>
Can we actually 'de-install' then 're-install' vi(m) from PORTS with
it stat
This is discussed in the openbsd pf page
http://www.openbsd.org/faq/pf/logging.html#syslog
On 5/22/06, Albert Shih <[EMAIL PROTECTED]> wrote:
Le 22/05/2006 à 16:59:02+0300, Iantcho Vassilev a écrit
> On 5/22/06, Albert Shih <[EMAIL PROTECTED]> wrote:
>
> When you write your rules, you put "log
On Sunday 21 May 2006 05:19, Imran Imtiaz wrote:
> i've seen the following log in my messages can any body tell me what does
> it mean?
>
> May 21 02:50:29 darkstar sm-mta[55021]: k4KLoTeq055021: localhost
> [127.0.0.1] did not issue MAIL/EXPN/VRFY/ETRN during connection to MSA
It means that someo
> [mailto:[EMAIL PROTECTED] On Behalf Of Ted
> Mittelstaedt
> Sent: Sunday, May 21, 2006 11:20 PM
> To: Colin Percival; FreeBSD Questions
> Subject: RE: FreeBSD Security Survey
>
> Colin,
>
> Just a couple problems with the survey:
>
> Question #6 needs a "Sometimes" as it is not going to be
Le 22/05/2006 à 16:59:02+0300, Iantcho Vassilev a écrit
> On 5/22/06, Albert Shih <[EMAIL PROTECTED]> wrote:
>
> When you write your rules, you put "log" in them..
>
>
> example:
> pass in quick log proto tcp from any to any keep state
>
>
> then you have to have pflogd started(pflog_enable="
>
> Jerry McAllister wrote:
> > Hi,
> >
> >> if i enter single user mode it dasen't seem to recognize many commands:
> >> starrtx, ee, pico, emacs etc so i cannot change my /etc/fstab in case this
> >> is the problem.
> >
> > Yes. Generally none of those extra things are availiable in si
On Mon, May 22, 2006 at 08:51:19AM -0400, Jerry McAllister wrote:
> > I fear that this time a messed up big time. I have two hard drives one
> > with Windows XP (40G) and another with FreeBSD 6.1 (10G). Eveything was
> > ok until I decided i wanted to mount my windows drive to FreBSD (i run KD
On 5/22/06, Albert Shih <[EMAIL PROTECTED]> wrote:
Hi all
I want to use pf (actually I use ipfw).
Well after I read the openbsd book, I always don't known how can I log the
log of pf (with pflog) using syslog and I don't want (if it's possible) to
write anything in my hard-disk (event it's tem
If you are using jdk 1.5, jps should do what you are asking.
On 5/14/06, martinko <[EMAIL PROTECTED]> wrote:
hello,
when running azureus (or likely other java applications) all one can see
among running processes is java process which i expect is jvm.
how can i find/identify running java progr
Jerry McAllister wrote:
Hi,
if i enter single user mode it dasen't seem to recognize many commands:
starrtx, ee, pico, emacs etc so i cannot change my /etc/fstab in case this
is the problem.
Yes. Generally none of those extra things are availiable in single user.
Single user is minimal
Hi all
I want to use pf (actually I use ipfw).
Well after I read the openbsd book, I always don't known how can I log the
log of pf (with pflog) using syslog and I don't want (if it's possible) to
write anything in my hard-disk (event it's temporaly, because it's virtual
disk, I'm running vmware)
Hi,
First of all, to make it easier to read and especially to respond to
your posts, please break your lines at about 72 characters length.
You can either set your Email editor to do that or just hit ENTER
at about that length of each line (which is what I do).
> Hi
> I fear that this time a me
On Mon, 2006-05-22 at 19:51 +1000, Mikhail Goriachev wrote:
> none none wrote:
> > Hi
> > I fear that this time a messed up big time. I have two hard drives one
> > with Windows XP (40G) and another with FreeBSD 6.1 (10G). Eveything was ok
> > until I decided i wanted to mount my windows drive
Hello,
I was wondering how does services like yahoo mail is storing e-mails.
Somehow the smtp server should know where to deliver the mail inside the
system and webmail should know from which server to read it from.
Does anybody have any practical ideas about how it is done?
Thanks,
Evren
_
Joe Auty <[EMAIL PROTECTED]> writes:
> Is there a way to get a listing of all files installed by a port?
> Perhaps there is a tool that will scan a package and output its
> contents to standard out?
man pkg_info
___
freebsd-questions@freebsd.org mai
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Is there a way to get a listing of all files installed by a port?
Perhaps there is a tool that will scan a package and output its
contents to standard out?
- ---
Joe Auty
NetMusician: web publishing software for musicians
http://www
On Mon, May 22, 2006 10:02, none none wrote:
> Hi
> I fear that this time a messed up big time. I have two hard drives one
> with Windows XP (40G) and another with FreeBSD 6.1 (10G). Eveything was
> ok until I decided i wanted to mount my windows drive to FreBSD (i run
> KDE as GUI). I followed
none none wrote:
> Hi
> I fear that this time a messed up big time. I have two hard drives one with
> Windows XP (40G) and another with FreeBSD 6.1 (10G). Eveything was ok until
> I decided i wanted to mount my windows drive to FreBSD (i run KDE as GUI). I
> followed the instruction from OnLa
> if i enter single user mode it dasen't seem to recognize many
> commands: starrtx, ee, pico, emacs etc so i cannot change my
> /etc/fstab in case this is the problem.
At that stage, you should still be able to mount /usr (provided that
you did notmove /usron your windows disk...)
So mount
Hi
I fear that this time a messed up big time. I have two hard drives one with
Windows XP (40G) and another with FreeBSD 6.1 (10G). Eveything was ok until I
decided i wanted to mount my windows drive to FreBSD (i run KDE as GUI). I
followed the instruction from OnLamp.com and since i wanted t
Check /usr/ports/UPDATING, mod_php now is not default installed.
20060506:
AFFECTS: users of PHP
AUTHOR: [EMAIL PROTECTED]
On Sun, May 21, 2006 at 08:13:29PM -0800, Noah wrote:
> FreeBSD-4.11
>
> After rebuilding php4-4.4.2_2 with Apache Module and apache-2.2.2 from
> /usr/ports - I no l
On 22/05/2006, at 12:42 PM, Malcolm Fitzgerald wrote:
On 22/05/2006, at 10:46 AM, rod person wrote:
On Mon, 22 May 2006 10:36:17 +1000
Malcolm Fitzgerald <[EMAIL PROTECTED]> wrote:
I've just replaced my trusty CRT screen with a spunky LCD screen.
After the machine boots I don't see the log
93 matches
Mail list logo