On Friday 30 April 2004 07:58, Mikkel Christensen wrote:
> On Thursday 29 April 2004 19:54, Mikkel Christensen wrote:
> > On Thursday 29 April 2004 18:20, Marty Landman wrote:
> > > At 01:13 PM 4/29/2004, Mikkel Christensen wrote:
> > > >On Thursday 29 April 2004 14:22, Marty Landman wrote:
> > > T
Hi
I need to rebuild with a shell script (in batch mode)
the /etc/pwd.db file from the /etc/master.passwd file
each time it is modified by me for internal use.
Is there a command that allow to do this ?
Thanks a lot.
--
Regards,
Frank Bonnet
___
[EMAIL
> I need to rebuild with a shell script (in batch mode)
> the /etc/pwd.db file from the /etc/master.passwd file
> each time it is modified by me for internal use.
>
> Is there a command that allow to do this ?
man 8 pwd_mkdb
Cheers, J.
___
[EMAIL PROTE
On Mon, May 03, 2004 at 10:30:49AM +0200, Frank Bonnet wrote:
> Hi
>
> I need to rebuild with a shell script (in batch mode)
> the /etc/pwd.db file from the /etc/master.passwd file
> each time it is modified by me for internal use.
>
> Is there a command that allow to do this ?
>
> Thanks a lot.
Hi,
With my ipfw firewall, I try to use the MAC keyword, as explained
in the ipfw man page:
--
# man ipfw
[...]
{ MAC | mac } dst-mac src-mac
Match packets with a given dst-mac and src-mac addresses, speci-
fied as the any keyword (matching a
Hello list.
I know this had been discussed quite often, but none of the posting
google offered worked out for me. Please (B)Cc: me as I am not on the list.
I have a Western Digital WDC WD400AB-00CMB0 40 GB IDE drive hooked in as
pri slave in my system and wish to install FreeBSD on it. This is n
On Mon, May 03, 2004 at 05:51:26PM +0900, Rob wrote:
> With my ipfw firewall, I try to use the MAC keyword, as explained
> in the ipfw man page:
> But to no avail:
>
> # ipfw add 900 allow udp from any to any MAC 00:a0:b0:0e:3a:95 any
> ipfw: unknown argument ``MAC''
> #
>
> Is this a bug, or w
DSN: User unknown
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Hi to everyone !
I'm sure that this is a trivial question to ask . I'm considering source and
ports tree upgarde from 5.2_REL to 5.2.1_REL . I've never did cvs before
(usually i back up , format + binary install and restore ) . I've read the
article from the handbook and everything is pretty muc
Hi,
I'm hoping this will be easy to solve -- or at least easy to
diagnose. I'm new to FreeBSD, so I just don't know where to look yet.
I have a Netfinity 5k, .6Gh SMP with an Adaptec RAID. It runs all
manner of Linuxes just fine. I'd like to start running BSD instead.
Install from CD fails
On Mon, May 03, 2004 at 02:25:18PM +0300, alexander botov wrote:
> I'm sure that this is a trivial question to ask . I'm considering source and
> ports tree upgarde from 5.2_REL to 5.2.1_REL . I've never did cvs before
> (usually i back up , format + binary install and restore ) . I've read the
On Monday 03 May 2004 05:06, Derrick wrote:
> I am attempting to run the precompiled version of OO-1.1_0.1, but am
> having trouble on my 5.2 system. Whenever I try to run the setup, I get
> this:
>
> /usr/libexec/ld-elf.so.1: Shared object "libc_r.so.4" not found
> /usr/libexec/ld-elf.so.1: Share
On Sun, May 02, 2004 at 02:33:19PM -0700, Gary Kline wrote:
> I'd like input on which web stat suite to use. Hopefully
> something that I can use by simply pointing at my /vay/log/httpd*
> file; it will magically create a graph of <>.
http://www.mrunix.net/webalizer/ or
http://
On Monday 03 May 2004 13:50, sd wrote:
> On Friday 23 April 2004 09:27 am, Malcolm Kay wrote:
> > I recently installed openoffice1.1 [...]
> > I am using a high resolution
> > 1600x1200 display and the fonts used by the base UI are
> > are crisp and clear but rather too small for my aging eyes.
> >
i have attempted to install freebsd and from a newbies
point of view it is not an easy task. i would love to
see an installer like fedora core (anaconda) or suse
YAST. i thing this would benefit the OS and new users.
thanks for your time Lou
Hi,
Could anyone explain me how to use mtree utility?
Will this work? -> mtree -deU -p /
It looks like it doesn't work..nothing happens:(
--
Oxid mailto:[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.fr
louis salonia wrote:
i have attempted to install freebsd and from a newbies
point of view it is not an easy task. i would love to
see an installer like fedora core (anaconda) or suse
YAST. i thing this would benefit the OS and new users.
The libh project was started primarily for this purpose:
http
HELLO
I recive this message: /libexec/ld-elf.so.1: Shared object "libexpat.so.4" not found
, when trying to start apache :(
--
Oxid mailto:[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman
after a cvsup today - when portupgrading
rm -rf *.out *.rej *.orig test.log tiny.vim small.vim mbyte.vim test.ok X*
rm -f *.o objects/* core vim.core vim xxd/*.o
rm -f xxd/xxd auto/osdef.h auto/pathdef.c auto/if_perl.c
rm -f conftest* *~ auto/link.sed
if test -d po; then cd po; make prefix= clean
On Mon, 3 May 2004, Oxid wrote:
> I recive this message: /libexec/ld-elf.so.1: Shared object
> "libexpat.so.4" not found , when trying to start apache :(
You might have recently upgraded (intentionally or not) expat. Do a
pkg_info | grep -i expat, if it says expat-1.95.7 then you need to
reinstal
On Mon, May 03, 2004 at 04:25:41PM +0400, Oxid wrote:
> Hi,
>
> Could anyone explain me how to use mtree utility?
>
> Will this work? -> mtree -deU -p /
>
> It looks like it doesn't work..nothing happens:(
You need an mtree specification file in there:
# mtree -deU -p / -f /etc/mtree/BS
first portupgrade, then make deinstall/make reinstall, and at last - make install :-)
petre
On Mon, 3 May 2004 09:14:26 -0500 Anno Domini, the honourable Bryan Cassidy wrote
using one of his keyboards:
> What is the command you use to install/upgrade vim?
>
> On Mon, May 03, 2004 at 03:58:57P
if you are upgrading a port which in this case is vim, you need
to run 'portupgrade -f vim' because sence you ran 'cvsup' to
"update" your ports you have a newer version of vim on the ports
tree than you do on your system.
On Mon, May 03, 2004 at 04:13:50PM +0300, Petre Bandac wrote:
> first port
now I can't install it at all what is the remedy ?
thanks,
petre
On Mon, 3 May 2004 09:33:28 -0500 Anno Domini, the honourable Bryan Cassidy wrote
using one of his keyboards:
> if you are upgrading a port which in this case is vim, you need
> to run 'portupgrade -f vim' because sence you
Have the same issue on my Compaq Presario 1200.
FreeBSD 5.2.1
Has anyone else addressed this issue?
Sincerely,
Robert T. Covell
President / Owner
Rolet Internet Services, LLC
Web: www.rolet.com
Email: [EMAIL PROTECTED]
Phone: 816.471.1095
Fax: 816.471.3447
24x7: 816.210.7145
> -Original Me
On Monday 03 May 2004 18:33, Carsten Zimmermann wrote:
> Hello list.
>
> I know this had been discussed quite often, but none of the posting
> google offered worked out for me. Please (B)Cc: me as I am not on the list.
>
> I have a Western Digital WDC WD400AB-00CMB0 40 GB IDE drive hooked in as
> p
>
> Hello list.
>
> I know this had been discussed quite often, but none of the posting
> google offered worked out for me. Please (B)Cc: me as I am not on the list.=
> =20
>
> I have a Western Digital WDC WD400AB-00CMB0 40 GB IDE drive hooked in as
> pri slave in my system and wish to install F
SM> On Mon, 3 May 2004, Oxid wrote:
>> I recive this message: /libexec/ld-elf.so.1: Shared object
>> "libexpat.so.4" not found , when trying to start apache :(
SM> You might have recently upgraded (intentionally or not) expat. Do a
SM> pkg_info | grep -i expat, if it says expat-1.95.7 then you n
Hi Friend
Does any one have Company-wide (LAN) Data Storage Plan?
My requirement are
PC Users: 50
Users OS: Win 3.1, Win 9x, Win Pro2000, Win XP, Lindows, FreeBSD
My plan is to take weekly backup of 15 PCs as well as company data
store/file such as Finance/Accounts spreadsheets, Administrator/H
On Mon, 2004-05-03 at 12:58, Petre Bandac wrote:
> after a cvsup today - when portupgrading
>
> rm -rf *.out *.rej *.orig test.log tiny.vim small.vim mbyte.vim test.ok X*
> rm -f *.o objects/* core vim.core vim xxd/*.o
> rm -f xxd/xxd auto/osdef.h auto/pathdef.c auto/if_perl.c
> rm -f conftest* *~
>
> Thanks to the people who responded to my recent post regarding the
> failed boot, etc. It ended up being a bad SCSI LVD cable.
>
> During this time, and while researching the net for different solutions,
> I'm surprised there isn't a "FreeBSD Disaster Recovery Guide" of
> sorts. Not i
I've tried proftp but the documentation sucks and I'm having an
impossible time trying to get it to work with my LDAP server so I'm
looking for alternatives. Anyone know any that support ldaps:///
connections to an external ldap server? I haven't been able to get pam
working with proftpd eith
Morning all,
While working last night, my workstation here started acting up (songs playing in xmms
were pausing like the machine was lagging). Upon looking at the console messages of
XFree, I saw that I was receiving a large number of messages that looked like:
ad3: FAILURE - READ_DMA status
Hi Friend
Does any one have Company-wide (LAN) Data Storage Plan?
My requirement are
PC Users: 50
Users OS: Win 3.1, Win 9x, Win Pro2000, Win XP, Lindows, FreeBSD
My plan is to take weekly backup of 15 PCs as well as company data
store/file such as Finance/Accounts spreadsheets, Administrator/H
On Mon, 3 May 2004, [iso-8859-1] Stephen Liu wrote:
> Hi Uli,
>
> >>>
> This shared library comes from the devel/ORBit2
> port. Install it.
> <<<
>
> # cd /usr/ports/devel/ORBit2
> make install clean
>
> Rebooted PC
>
> $ pkg_info | grep -i orbit2
> ORBit2-2.8.2High-performance CORBA ORB
On Sunday 02 May 2004 21:36, Derrick wrote:
> I am attempting to run the precompiled version of OO-1.1_0.1, but am
> having trouble on my 5.2 system. Whenever I try to run the setup, I get
> this:
>
> /usr/libexec/ld-elf.so.1: Shared object "libc_r.so.4" not found
> /usr/libexec/ld-elf.so.1: Share
Hi Uli,
> > $ gnome-session
> > /libexec/ld-elf.so.1: Share object
> > "libORBit-2.so.0" not found
> My liORBit-2.so.0 is in /usr/local/lib .
> You can try to search your directory tree for yours
> and create a
> symbolic link to this place:
> # ln -s /whereIt/reallyIs/libORBit-2.so.0
> /u
On Mon, 2004-05-03 at 11:18, Stephen Liu wrote:
> Hi Uli,
>
> > > $ gnome-session
> > > /libexec/ld-elf.so.1: Share object
> > > "libORBit-2.so.0" not found
> > My liORBit-2.so.0 is in /usr/local/lib .
> > You can try to search your directory tree for yours
> > and create a
> > symbolic link to th
Hi Joe,
- snip -
> > It is very strange. The file is already there,
> plus
> > one symbolic link
> >
> > # locate libORBit-2.so.0
> > /usr/local/lib/libORBit-2.so.0
> >
> > # ls -al /usr/local/lib/ | grep -i libORBit-2.so.0
> > lrwxr-xr-x 1 root wheel 15 May 3 10:23
> > libORBit-2.so
On Mon, 2004-05-03 at 11:35, Stephen Liu wrote:
> Hi Joe,
>
> - snip -
> > > It is very strange. The file is already there,
> > plus
> > > one symbolic link
> > >
> > > # locate libORBit-2.so.0
> > > /usr/local/lib/libORBit-2.so.0
> > >
> > > # ls -al /usr/local/lib/ | grep -i libORBit-2.so.0
>
Where to send the bugs (e.g. porters faults, not authors) in binary
packages? [EMAIL PROTECTED] seems to be source-ports only
maillist.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send
On May 3, 2004, at 12:09 PM, Kyryll A Mirnenko wrote:
Where to send the bugs (e.g. porters faults, not authors) in binary
packages? [EMAIL PROTECTED] seems to be source-ports only
maillist.
Binary packages are built from sources, right? The way binary packages
get fixed involves changing the so
At 01:37 AM 5/3/2004, Joe Rhett wrote:
On Thu, Apr 29, 2004 at 02:20:14PM -0400, Marty Landman wrote:
> On the side, this makes me wonder what the philosophy is on Windows
servers
> where the whole permissions concept is nonexistent afaik.
Because suexec isn't really possible in that environment,
shalom,
I haven't found any docs to tell me how to get this up and running yet. I have a
Abit VA-10 mobo with via graphics and sound onboard. I found that Xfree86.org had
updated to 4.4.0 and was able to install binaries without too much trouble, so I have
X/Kde up. So
does anyone know how I
What kind of sound card is in the Desktop
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David Wassman
Sent: Sunday, May 02, 2004 9:02 PM
To: [EMAIL PROTECTED]
Subject: Sound server issue
I am running on a Compaq Presario 1610 with 80M Ram at 133mghz:
SM>> On Mon, 3 May 2004, Oxid wrote:
>>> I recive this message: /libexec/ld-elf.so.1: Shared object
>>> "libexpat.so.4" not found , when trying to start apache :(
SM>> You might have recently upgraded (intentionally or not) expat. Do a
SM>> pkg_info | grep -i expat, if it says expat-1.95.7 then y
On Mon, May 03, 2004 at 02:10:19PM +0200, Toni Schmidbauer wrote:
> On Sun, May 02, 2004 at 02:33:19PM -0700, Gary Kline wrote:
> > I'd like input on which web stat suite to use. Hopefully
> > something that I can use by simply pointing at my /vay/log/httpd*
> > file; it will magically
Thanks for the answers so far.
I tried to use the autocorrected values, of course. But I can't create a
partition with them (as said: I was able to delete a NTFS partition w/o
problems).
When I try to write the partition table, sysinstall / fdisk catches
signal 11. It seems fdisk is not able to
Ok, which OS was installed on it before trying to install BSD?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Carsten Zimmermann
Sent: Monday, May 03, 2004 1:03 PM
To: Malcolm Kay
Cc: [EMAIL PROTECTED]
Subject: Re: Partitioning fails due to drive geometry
On Monday 03 May 2004 09:54 am, Oxid wrote:
> SM>> On Mon, 3 May 2004, Oxid wrote:
> >>> I recive this message: /libexec/ld-elf.so.1: Shared object
> >>> "libexpat.so.4" not found , when trying to start apache :(
>
> SM>> You might have recently upgraded (intentionally or not) expat.
> Do a SM>> pk
> >
> > /usr/libexec/ld-elf.so.1: Shared object "libc_r.so.4" not found
> > /usr/libexec/ld-elf.so.1: Shared object "libc_r.so.4" not found
> >
> > which leads me to believe I am missing a dependant install.
> I looked
> > at the dependancies and I thought I saw them all listed under
> > pkg_in
On May 3, 2004, at 12:42 PM, Marty Landman wrote:
Maybe this is a foolish question, but how can reasonable security on a
server running Windows/Apache be achieved?
I'm not convinced that Windows can be configured to offer
Internet-reachable services with "reasonable security", but excluding
that
On Monday 03 May 2004 16:42, Marty Landman wrote:
> At 01:37 AM 5/3/2004, Joe Rhett wrote:
> >On Thu, Apr 29, 2004 at 02:20:14PM -0400, Marty Landman wrote:
> > > On the side, this makes me wonder what the philosophy is on Windows
> > servers
> > > where the whole permissions concept is nonexisten
Not desktop. Laptop. I am not sure exactly what brand of soundcard. Was
hoping someone knew out there and knew how to correct this.
From: Peters Micheal A Contr GSI/SCBN <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: RE: Sound server issue
Date: Mon, 3 May 2004 12:51:40 -0400
What kind of so
Çäðàâñòâóéòå, Kent.
Âû ïèñàëè 3 ìàÿ 2004 ã., 21:11:39:
KS> On Monday 03 May 2004 09:54 am, Oxid wrote:
>> SM>> On Mon, 3 May 2004, Oxid wrote:
>> >>> I recive this message: /libexec/ld-elf.so.1: Shared object
>> >>> "libexpat.so.4" not found , when trying to start apache :(
>>
>> SM>> You might h
From HP/Compaq website the soundcard driver for Windows is ESS
1869/1887/1888 Audio Driver. I am guessing then the soundcard is ESS
(whatever that means). I see on the handbook that ESS Solo-1/1E is
supported. Does this driver work and how do you get FreeBSD to load it?
From: "David Wassman"
I have a 1200 at home. Unfortunately, I don't have access to it at the
moment. The way I found out which driver to use was to do a kldload
snd_driver to load all drivers and then start unloading individual
drivers until it complained about the module being in use.
David Wassman wrote:
Not de
HI!
-> /var: create/symlink failed, no inodes free
Could anyone tell me what this means and how to fix it? :)
Thanks.
--
Oxid mailto:[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/lis
Oxid wrote:
HI!
-> /var: create/symlink failed, no inodes free
Could anyone tell me what this means and how to fix it? :)
inodes are needed for directory entries. Running out of inodes means
you've run out of space for directory entries, and thus can't create
any new files.
"df -hi" will tell yo
Hello All,
I need a little help in setting a cron job. I have a php command script i
need to have run Daly.
I am using freebsd stable 4.9.
Thank you
Leroy
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questio
[ 72 chars / line, please ]
On Sat, 1 May 2004 20:28:37 +0930
"Guy Harrison" <[EMAIL PROTECTED]> wrote:
> Sorry to trouble you
> I am pretty much a N00b with FreeBSD, and my previous experience with
> it consisted of a Squid proxy server running on FreeBSD at work. This
> system has been extreme
Leroy Isbell 3DMASTERS wrote:
Hello All,
I need a little help in setting a cron job. I have a php command script i
need to have run Daly.
I am using freebsd stable 4.9.
What have you tried to do so far?
One thing you might find easier than cron is periodic. See "man periodic"
and take a look at
On Fri, 30 Apr 2004 17:07:03 -0600
Danny MacMillan <[EMAIL PROTECTED]> wrote:
> Hi,
>
> If, for example, I set
>
> NO_SENDMAIL=true
>
> in make.conf and then do the make world procedure, will it remove the
> pre-existing sendmail files from my system?
If memory serves, some patches /script wh
On Fri, 30 Apr 2004 14:07:00 -0400
"Kevin A. Pieckiel" <[EMAIL PROTECTED]> wrote:
> I was reading the man page for bsdlabel, specifically looking for what the
> bps/cpg value for a new filesystem should be. The man page states:
>
> bps/cpg
> For 4.2BSD file systems, the number of cy
Create your self an windows bootable floppy with the ms/windows
fdisk & format programs. Boot from floppy, run fdisk and delete all
partitions including the NT one. Then create new single msdos fat32
partition and set as primary active partition. Reboot from floppy
then run format on c: drive. Put
Çäðàâñòâóéòå, Kent.
Âû ïèñàëè 3 ìàÿ 2004 ã., 21:11:39:
KS> On Monday 03 May 2004 09:54 am, Oxid wrote:
>> SM>> On Mon, 3 May 2004, Oxid wrote:
>> >>> I recive this message: /libexec/ld-elf.so.1: Shared object
>> >>> "libexpat.so.4" not found , when trying to start apache :(
>>
>> SM>> You might h
On Fri, 30 Apr 2004 12:07:02 -0700
Joshua Lokken <[EMAIL PROTECTED]> wrote:
> * Ion-Mihai Tetcu <[EMAIL PROTECTED]> [2004-04-29 10:10]:
> > On Thu, 29 Apr 2004 12:04:30 -0400
> > "Carlos Castro" <[EMAIL PROTECTED]> wrote:
[..]
> > > I'm trying to recompile my kernel to add sound abilities for my
On Monday 03 May 2004 11:44 am, Oxid wrote:
> Çäðàâñòâóéòå, Kent.
>
> Âû ïèñàëè 3 ìàÿ 2004 ã., 21:11:39:
>
> KS> On Monday 03 May 2004 09:54 am, Oxid wrote:
> >> SM>> On Mon, 3 May 2004, Oxid wrote:
> >> >>> I recive this message: /libexec/ld-elf.so.1: Shared object
> >> >>> "libexpat.so.4" not fou
Hello,
I am having some problems building the arts-1.2.2,1 port.
The box is freshly installed & cvsuped, with only portupgrade installed.
I ran "portinstall -v -m BATCH=YES kde" to install X & kde.
Here is the error I get:
---Begin Error---
gmake[2]: Entering directory `/usr/ports/audio/arts/
Hello,
I am having some problems building the arts-1.2.2,1 port.
The box is freshly installed & cvsuped, with only portupgrade installed.
I ran "portinstall -v -m BATCH=YES kde" to install X & kde.
Here is the error I get:
---Begin Error---
gmake[2]: Entering directory `/usr/ports/audio/arts/
Hi,
I'm looking for a mechanism that allows one loadable kernel module to
find the symbols of another module,
i.e. find a function 'foo' by its name and get the address of it,
so I can call it.
I've stumbled across kernel objects which should allow me to do this
using kobj_lookup_metho
Would pure-ftpd be any good ? not sure about ldaps:// but its fine for
ldap://
On Mon, 3 May 2004, Jason Lixfeld wrote:
> I've tried proftp but the documentation sucks and I'm having an
> impossible time trying to get it to work with my LDAP server so I'm
> looking for alternatives. Anyone know
I'm trying to configure FreeBSD on my notebook such that when it's
docked at the office, I'm able to take advantage of networked resources
- NIS, amd, NFS. When I'm away, I want to selectively, and preferably
automatically, take advantage of the more limited network resources,
which usually inc
Greetings,
what graphical tools (web based ?) existing for creating and maintaining a
Openldap directory ?
I am running Freebsd 5.1-release.
thanks,
Darryl
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To
On Mon, May 03, 2004 at 04:04:53PM -0400, Stephen Moriarty wrote:
> I'm trying to configure FreeBSD on my notebook such that when it's
> docked at the office, I'm able to take advantage of networked resources
> - NIS, amd, NFS. When I'm away, I want to selectively, and preferably
> automatically
Hi!
On advice, I downloaded FreeBSD 4.10 RC2 (because 5.2.1 would not work)
but can't install it because the installer does not find my HDD which is a
120gb Seagate drive on an on-board Silicon Image SiI 3112 SATARaid
Controller.
Is SATA support not yet implemented in RC2 but in the 4.9? Or is
On Monday 03 May 2004 19:52, David Wassman wrote:
> >From HP/Compaq website the soundcard driver for Windows is ESS
>
> 1869/1887/1888 Audio Driver. I am guessing then the soundcard is ESS
> (whatever that means). I see on the handbook that ESS Solo-1/1E is
> supported. Does this driver work and ho
Well, I cannot find my controller on either list (it is not like I haven't
looked before), but 5.2.1 can definately use it (although there are other
problems there) so a fitting driver is definately existing .. just is it
in any 4.x release or just 5.x? If it only in the "new technology"
releas
Hi to all
I use openwebmail from the ports tree and recently i've upgraded the port to
2.30 with portupgrade . The default compiling options have SpeedyCGI perl
support (www/p5-CGI-SpeedyCGI). When I tried to test the web interface i got
following error in httpd-error.log :
[error]Premature e
On Tue, 4 May 2004, Florian wrote:
> On advice, I downloaded FreeBSD 4.10 RC2 (because 5.2.1 would not work)
> but can't install it because the installer does not find my HDD which is a
> 120gb Seagate drive on an on-board Silicon Image SiI 3112 SATARaid
> Controller.
> Is SATA support not yet imp
On Monday 03 May 2004 05:20 pm, Jay Moore wrote:
> On Sunday 04 April 2004 05:24 pm, you wrote:
> > > But I guess I'm not completely convinced that it'll take far less
> > > time. I started the K3b port install Friday evening... I'm on
> > > about the third iteration of portupgrade, and each iterat
On Thu, 2004-04-29 at 18:08, Ion-Mihai Tetcu wrote:
> On Thu, 29 Apr 2004 16:50:29 +1000
> Kiel Stirling <[EMAIL PROTECTED]> wrote:
>
> > On Thu, 2004-04-29 at 16:47, Joe Marcus Clarke wrote:
> > > On Thu, 2004-04-29 at 02:41, Ariane & Ron Joordens wrote:
> > > > Hello Everyone,
> > > >
> > > > I
I Think that there was something in a SysAdmin mag
( http://www.samag.com/ ) regarding this ...
It was based on the availability of / ip number granted / ... from
dhclient. After checking that the the appropriate services were started
up.
I (creak) think it was to do with roaming users in a uni
On Mon, 3 May 2004 15:58:57 +0300
Petre Bandac <[EMAIL PROTECTED]> wrote:
> after a cvsup today - when portupgrading
>
> rm -rf *.out *.rej *.orig test.log tiny.vim small.vim mbyte.vim test.ok X*
> rm -f *.o objects/* core vim.core vim xxd/*.o
> rm -f xxd/xxd auto/osdef.h auto/pathdef.c auto/if_pe
On Tuesday 04 May 2004 02:26, William wrote:
> hi, i'm more or less a newbie to BSD administration. anyway, i forgot to
> close a quote on one of the lines in /etc/rc.conf. now the server on boots
> into single-user mode. problem is it won't let me edit the file so i can
> fix it. it goes into "rea
On Mon, 03 May 2004 20:52:30 -0400
XylonMaster <[EMAIL PROTECTED]> granted us these pearls of wisdom:
> I am a begginer in unix and would like to know which freebsd version is
> considered the most stable and reliable. So far i have the freebsd 4.2
> powerpack, but am wondering if the downloaded
I am a begginer in unix and would like to know which freebsd version is
considered the most stable and reliable. So far i have the freebsd 4.2
powerpack, but am wondering if the downloaded version of freebsd 5.1, 5.2
will allow me to install freebsd 4.2 third-party software form the 4.2
powerpack e
On Sunday 04 April 2004 05:24 pm, you wrote:
> > But I guess I'm not completely convinced that it'll take far less
> > time. I started the K3b port install Friday evening... I'm on about
> > the third iteration of portupgrade, and each iteration is an
> > _extremely_ long process on this old 350 M
hi, i'm more or less a newbie to BSD administration. anyway, i forgot to close a quote
on one of the lines in /etc/rc.conf. now the server on boots into single-user mode.
problem is it won't let me edit the file so i can fix it. it goes into "read-only"
mode. even if i could write to the file i
Hi Joe,
- snip -
> > # ldconfig -r | head
> > /var/run/ld-elf.so.hints:
> > search directories:
>
/lib:/usr/lib:/usr/lib/compat:/usr/X11R6/lib:/usr/local/lib:/usr/local/lib/kde3
> > 0:-lcrypt.2 => /lib/libcrypt.so.2
> > 1:-lkvm.2 => /lib/libkvm.so.2
> > 2:-lm.2 => /
On Mon, 03 May 2004 18:11:14 -0500
Brad Tarver <[EMAIL PROTECTED]> wrote:
> I'm trying to setup PPTP connectivity in a lab environment before I
> attempt to implement in a real-world situation.
>
> I have two routers and four PCs (two laptops running Windows XP and
> two desktops running FreeBSD
On Mon, May 03, 2004 at 07:09:53PM +0300, Kyryll A Mirnenko wrote:
> Where to send the bugs (e.g. porters faults, not authors) in binary
> packages? [EMAIL PROTECTED] seems to be source-ports only
> maillist.
First talk to the port maintainer. If you don't hear anything from
them, then submit
I'm trying to setup PPTP connectivity in a lab environment before I
attempt to implement in a real-world situation.
I have two routers and four PCs (two laptops running Windows XP and two
desktops running FreeBSD 5.2.1).
I haven't configured any ipfw or ipfirewall rules yet to keep my
configur
Is there any way to install a port and tell it NOT to install one or more of
it's required ports? For example: I installed the mysqlcc port, and it
wanted to install mysql-client. I already have mysql-client installed, but I
did not do it from the ports tree. Another port wanted to install Apache a
Stephen Moriarty wrote:
I'm trying to configure FreeBSD on my notebook such that when it's
docked at the office, I'm able to take advantage of networked resources
- NIS, amd, NFS. When I'm away, I want to selectively, and preferably
automatically, take advantage of the more limited network resou
> Thanks a lot for answering my question. I tried to instruct KDE to look
> for some other devices (audio0.0? dsp0.0, 0.1,0.2? There is a lot...).
> Nothing happened as you have foreseen.
> The weird thing is that it seems that GNOME sounds: it starts playing
> some chords, and sounds are associate
* Petre Bandac <[EMAIL PROTECTED]> [2004-05-03 06:33]:
>
> > if you are upgrading a port which in this case is vim, you need
> > to run 'portupgrade -f vim' because sence you ran 'cvsup' to
> > "update" your ports you have a newer version of vim on the ports
> > tree than you do on your system.
>
* Carsten Zimmermann <[EMAIL PROTECTED]> [2004-05-03 02:08]:
> Hello list.
>
> I know this had been discussed quite often, but none of the posting
> google offered worked out for me. Please (B)Cc: me as I am not on the list.
>
> I have a Western Digital WDC WD400AB-00CMB0 40 GB IDE drive hooked
Is the referenced NIC comptable under 5.1? My understanding was "yes"
from reading the hardware notes (datasheet is here:
http://www.intel.com/network/connectivity/resources/doc_library/data_sheets/pro1000mt_sa_dual.pdf)
but it seems my system is not detecting the card. Should I be trying it
wi
I have tried all that (recompile the kernel with the devices pcm and sbc
added) but when I type
dmesg | grep ESS
Nothing happens. I am going to try loading sbc manually and not PNP and see
if that works. Any other suggestions?
From: Christian Hiris <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
C
1 - 100 of 101 matches
Mail list logo