-Original Message-
From: Chris Pressey [mailto:[EMAIL PROTECTED]
Sent: Friday, March 26, 2004 1:42 AM
To: Kevin Greenidge
Cc: [EMAIL PROTECTED]
Subject: Re: Error During "Make Installworld"
On Fri, 26 Mar 2004 01:13:06 -0600
"Kevin Greenidge" <[EMAIL PROTECTED]> wrote:
> I am using FreeB
Not sure what you expect from a MINIMAL installation CD, but the ports
collection is rather large, and doesn't quite fit the name.
I've never seen an official description for the MINI ISO images, but
typically, I find them most useful for installing new servers. They're a
quick download and burn
Dear members
I'm new to this list and also I'm new to FreeBSD environment .I'm network
administrator in an isp.Recently i have changed our Internet servers from Linux to
freebsd ( cache servers , dns servers , firewall , mail servers) . Every things works
well , but i have a problem.I can't c
What kind of error messages do you get? I am assuming if you are trying
to login directly as root then you'll have to enable root login in the
/etc/ssh/sshd_config and uncommenting PermitRootlogin yes. This is a big
security risk to login directly as root let alone telnet. Also make sure
it's not b
Hamed Abangar wrote:
Dear members
I'm new to this list and also I'm new to FreeBSD environment .I'm network administrator in an isp.Recently i have changed our Internet servers from Linux to freebsd ( cache servers , dns servers , firewall , mail servers) . Every things works well , but i have a
Peter Risdon wrote:
Hamed Abangar wrote:
i can't login to my server with root account from my home or every
other where.
Remote root logins are disabled by default. This is probably the best
way to leave things. You can log in as a user then su to root, use
sudo or whatever.
I should have me
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Hamed Abangar
Sent: Friday, March 26, 2004 2:43 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Remote Administration Problem
Dear members
I'm new to this list and also I'm new to FreeBSD environm
Hamed Abangar wrote:
Dear members
I'm new to this list and also I'm new to FreeBSD environment .I'm network administrator in an isp.Recently i have changed our Internet servers from Linux to freebsd ( cache servers , dns servers , firewall , mail servers) . Every things works well , but i have a
Hello world,
I've got a shell script that in essence does this:
FOREVER:
pre-process stuff
mainapp
post-process stuff
If the mainapp returns too soon, the assumption must be that
there is a configuration problem of some sort. Under those
conditions, I don't want to immediately jump to
-
Find local movie times and trailers on Yahoo! Movies.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Hi Hamed,
Why are you using telnet for administration, when there is SSH available? :)
In default configuration SSH is not allowing to log in as [EMAIL PROTECTED]
What you want to enable is:
PermitRootLogin yes
in /etc/ssh/sshd_config
But is it difficult for you to log in there as normal user
The mail message (file: readme.zip) you sent to [EMAIL PROTECTED] contains a virus.
(on iscan.phys.s.u-tokyo.ac.jp)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PR
David Bear <[EMAIL PROTECTED]> writes:
> I would like to run the stock sendmail freebsd has as a local MTA
> only... ie I don't want to listening on ANY real/public interface for
> mail. I do want it to handle delivery of local messages to local
> accounts -- and handle sending messages destined
On Thu, Mar 25, 2004 at 01:01:30PM -0800, Marcel wrote:
> After installed freeBSD 5.2.1 when botting a lot of
> messages saying something like alcru negative time for
> PID...
> I?m a novice at freeBSD, and that?s looks like an
> error..what may be causing this?how to solve?
That's "calcru: negati
On Fri, Mar 26, 2004 at 09:22:48AM +0100, Robert Storey wrote:
> OK, that download might run for hours. I don't want to stay connected for hours,
> I want to log off and hang up the modem. The question is, how to do so? With the
> above process running, I can't even get back to the command line to
I have Cyrus SASL 2.1.18 installed from ports on 5.2.1. Does it place
the source somewhere? How can I test with the sample-server and
sample-client?
--
Robert
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-question
On Fri, 26 Mar 2004, Richard P. Williamson wrote:
> What's a good sh algorithm for the above? (assume < 10
> seconds indicates error condition and a 50 second sleep
> between iterations when necessary, and I don't need a
> 'five attempts then sleep' thing). Also, assume I've
> simplified for the
Matthew Seaman wrote:
On Thu, Mar 25, 2004 at 02:27:02PM +0100, Heinrich Rebehn wrote:
I tried substituting libc_r with libkse (there is no libpthread on
5.2.1-RELEASE-p3). Still no good. httpd dumps core. :-(
Yes. I now have heard that the new threading libraries have been
deemed good enough
have just gotten 5.2.1 release installed on my toshiba sat pro 400cs
just can't mount the floppy drive
I've tried a number of solutions , edit /etc/fstab, hint.acpi disabled
any options would be appreciated
ii can mount cdrom
and the floppy drive is recognized during boot process
thanks
___
On Fri, Mar 26, 2004 at 07:38:42AM -0500, WebTent Support wrote:
> I have Cyrus SASL 2.1.18 installed from ports on 5.2.1. Does it place
> the source somewhere? How can I test with the sample-server and
> sample-client?
I don't think it gets installed. Look in the work directory. server
and clie
Dear Sir/Madam,
I would like to try to install FreeBSD on my home computer wchich is not
connected to the Internet. In my opinion the most important aspect of
using free software in such a conditions is possessing whole set of CD's
containing both most important programs and source code.
I can no
On Thu, 25 Mar 2004 19:24:08 -0700, David Bear wrote:
>>
> I would like to run the stock sendmail freebsd has as a local MTA
> only... ie I don't want to listening on ANY real/public interface for
> mail. I do want it to handle delivery of local messages to local
> accounts -- and handle sending m
Hello, FreeBSD gurus!
I have a FreeBSD 5.2.1 box that I'm using as a
router and I would like to watch how its interfaces
are being used.
I would like to use MRTG in another FreeBSD box
to graph the use of the interfaces, but I do not
how to make my router an SNMP agent.
How do I do that?
Any p
Kevin Kinsey wrote:
For starters, make sure your ports tree is up to date,
and issue the following (assuming version 1.3.x here):
#cd /usr/ports/www/apache13
#make install clean
(if csh or tcsh)
#rehash
Then:
#apachectl configtest
You'll want to do an:
#apachectl start
before trying http://loc
At 13:08 26/03/2004, Jan Grant wrote:
>On Fri, 26 Mar 2004, Richard P. Williamson wrote:
>
>You might, if the possibility is there, want to use the exit value of
>the main process to indicate errors, which is perhaps a little more
>reliable.
Except it doesn't tell me how long it ran for before it
Hi,
in brief:
My system: FBSD 5.2 Current, Cups, Gimp-print and ghostscript from this days
I want to add a locally connected Printer using the webinterface. In the
dropdown menue "Device" apear different printer devices, e.g. LPD/LPR Host or
Printer and IPP, but _not_ Parallel Port.
1. what is w
On Thu, Mar 25, 2004 at 08:24:04PM -0700, [EMAIL PROTECTED] typed:
> Hey, I just my got NAT box running 4.4-RELEASE on an old Pentium 90 and
> I'm experiencing a number of problems and I think they're related..
> there's been a major bandwidth hit in all my web surfing and my ICQ, AOL and MSN
>
On Thu, Mar 25, 2004 at 09:32:35PM -0600, Jeff Hinrichs typed:
> - Original Message -
> From: "JJB" <[EMAIL PROTECTED]>
> To: "[EMAIL PROTECTED] ORG" <[EMAIL PROTECTED]>
> Sent: Thursday, March 25, 2004 12:59 PM
> Subject: Why does favicon.ico show as error in apache log
>
>
> > I do not
Ruben de Groot wrote:
4.4-RELEASE is quite old. Have you considered the possibility that you
got rooted?
I'm sure it's /possible/, but extraordinarily unlikely. The server's
only been three days and I'm on a university resnet; I'd guess that no
port below 1024 is accessible from outside my ho
I believe that there's an SNMP daemon shipping with FreeBSD. At least, I have
one on my FreeBSD 5.2.1 Box and I never installed anything regarding SNMP.
/usr/local/sbin/snmpd
Cheers,
Jorn
On Friday 26 March 2004 15:00, Eduardo Viruena Silva wrote:
> Hello, FreeBSD gurus!
>
> I have a FreeBSD 5
On Fri, Mar 26, 2004 at 10:43:56AM -0400, Matt Coe, CCNA typed:
> Ruben de Groot wrote:
>
> >4.4-RELEASE is quite old. Have you considered the possibility that you
> >got rooted?
> >
> >
> I'm sure it's /possible/, but extraordinarily unlikely. The server's
> only been three days and I'm on a un
El 26/26/2004 07:38AM, WebTent Support escribio:
> I have Cyrus SASL 2.1.18 installed from ports on 5.2.1. Does it place
> the source somewhere? How can I test with the sample-server and
> sample-client?
>
/usr/ports/distfiles should have the tarballs of everything installed
from ports.
--
B
At 14:30 26/03/2004, Ruben de Groot wrote:
>Or link favicon.ico to /dev/urandom to annoy IE users ;-)
>Just kidding.
Well, it isn't just IE that uses the favicon, as mozilla
displays it also.
Now, a favicon.ico is a 16pix x 16pix image in a certain
format. If you assume 16 bits per pixel, tha
El 26/26/2004 09:50AM, Jorn Argelo escribio:
> I believe that there's an SNMP daemon shipping with FreeBSD. At least, I have
> one on my FreeBSD 5.2.1 Box and I never installed anything regarding SNMP.
>
> /usr/local/sbin/snmpd
>
FreeBSD doesnt ship an SNMP daemon with the base system, if it d
On Fri, 2004-03-26 at 10:04, Breno Colom wrote:
> El 26/26/2004 07:38AM, WebTent Support escribio:
> > I have Cyrus SASL 2.1.18 installed from ports on 5.2.1. Does it place
> > the source somewhere? How can I test with the sample-server and
> > sample-client?
> >
>
> /usr/ports/distfiles should
"JH Crouch" <[EMAIL PROTECTED]> writes:
> have just gotten 5.2.1 release installed on my toshiba sat pro 400cs
> just can't mount the floppy drive
> I've tried a number of solutions , edit /etc/fstab, hint.acpi disabled
> any options would be appreciated
> ii can mount cdrom
> and the floppy dr
On Friday 26 March 2004 16:09, Breno Colom wrote:
> El 26/26/2004 09:50AM, Jorn Argelo escribio:
> > I believe that there's an SNMP daemon shipping with FreeBSD. At least, I
> > have one on my FreeBSD 5.2.1 Box and I never installed anything regarding
> > SNMP.
> >
> > /usr/local/sbin/snmpd
>
> Fr
El 26/26/2004 09:50AM, Jorn Argelo escribio:
> I believe that there's an SNMP daemon shipping with FreeBSD. At least, I have
> one on my FreeBSD 5.2.1 Box and I never installed anything regarding SNMP.
>
> /usr/local/sbin/snmpd
>
FreeBSD doesnt ship an SNMP daemon with the base system, if it d
On Fri, Mar 26, 2004 at 02:11:26PM +0100, Heinrich Rebehn wrote:
> I experimented with PHP config options and found out:
>
> make -DWITH_CTYPE -DWITH_OVERLOAD -DWITH_PCRE -DWITH_POSIX
> -DWITH_SESSION -DWITH_TOKENIZER -DWITH_XML -DWITH_ZLIB ==> httpd runs
>
> make -DWITH_CTYPE -DWITH_OVERLOAD -
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Eduardo Viruena
Silva
Sent: Friday, March 26, 2004 8:00 AM
To: [EMAIL PROTECTED]
Subject: SNMP & FreeBSD as a router.
Hello, FreeBSD gurus!
I have a FreeBSD 5.2.1 box that I'm using as a
router and I woul
> On Tuesday 19 February 2002 12:13 pm, Simon Dick wrote:
> > On Tue, 2002-02-19 at 16:57, Randy Pratt wrote:
> > > I'm helping a friend to install FreeBSD on his machine 250 miles away.
> > > We're having some trouble with keyboard detection on versions later than
> > > 4.0. Version 4.0 detected t
On Fri, 26 Mar 2004, Andras Kende wrote:
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Eduardo Viruena
> Silva
> Sent: Friday, March 26, 2004 8:00 AM
> To: [EMAIL PROTECTED]
> Subject: SNMP & FreeBSD as a router.
>
>
> Hello, FreeBSD gurus!
>
>
On Fri, 26 Mar 2004, Breno Colom wrote:
> El 26/26/2004 09:50AM, Jorn Argelo escribio:
> > I believe that there's an SNMP daemon shipping with FreeBSD. At least, I have
> > one on my FreeBSD 5.2.1 Box and I never installed anything regarding SNMP.
> >
> > /usr/local/sbin/snmpd
> >
>
> FreeBSD doe
On Fri, Mar 26, 2004 at 07:38:42AM -0500, WebTent Support wrote:
> I have Cyrus SASL 2.1.18 installed from ports on 5.2.1. Does it place
> the source somewhere? How can I test with the sample-server and
> sample-client?
If you issue:
cd /usr/ports/security/cyrus-sasl2
make extract
cd work/cyrus-s
Hello,
I have installed squirrelmail and i get "Unknown user or password incorrect "everytime
at login page. I did "telnet localhost 143" and i got the following:
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK [CAPABILITY IMAP4REV1 LOGIN-REFERRALS STARTTLS LOGINDISAB
I've got one machine that is failing to build the glib 2 port. It fails
like this:
Building for glib-2.2.3_1
/usr/libexec/ld-elf.so.1: Shared object "libintl.so.4" not found
I've just re cvsup'd the ports tree on this machine, and it's fairly
current (4.9 STABLE from a week or so agao).
What d
El 25/25/2004 07:18PM, Jason Dusek escribio:
> Hi Everyone,
>
> How do I get the glx library for my system? Or how do I activate it?
>
Add the line:
Load "glx"
to the "Module" section in your /etc/X11/XF86Config file and restarting
the X server.
If your videocard vendor releases compatible
Good morning everyone.
I has a couple of quick questions regarding taking advantage of dual
processors on a server that I have for our company. Now, i've never setup a
FreeBSD box on a system that has 2 CPU's so this is my first shot at it.
Following the handbook, I recompiled my kernel with su
Hello -
I'm trying to build dsniff-2.3 and firewalk-5.0 from the ports tree but
in each build I get the error:
error: `BIOCIMMEDIATE' undeclared (first use in this function)
I'm not sure what the issue is and when I searched Google I didn't find
any answers either so I thought I'd come h
Troy Settle wrote:
...
Once installed, I grab the cvsup package (via FTP of course), which I use to
get the ports collection and bring the box up to -STABLE.
FWIW, once you've completed the minimal installation from the mini image,
you can change your media from CDROM to FTP, and continue on
Hi,
I recently setup an IPv6 tunnel on my FreeBSD 5.2.1 machine.
I know they're some IPv6 http mirrors like http://www1.uk.freebsd.org
But I was wondering if they're any cvsup servers that are IPv6 ready?
After some googling and a look around at the mailings lists I can't seem
to find much inform
Breno Colom <[EMAIL PROTECTED]> writes:
> FreeBSD doesnt ship an SNMP daemon with the base system, if it did it would've
It looks to me like it does, but names it "basic or Berkeley (?) SNMP deamon":
/usr/sbin/bsnmpd
I know little of SNMP, and haven't install such a SNMP-related port,
but I
Greetings, fellow FreeBSD users!
Everything so far works fine for me, until I drop into single-
user mode to prep for making world. Even then, it seems OK,
except for this alarming output of "fsck -p":
/dev/da0s1a: NO WRITE ACCESS
/dev/da0s1a: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
I run
To all:
I am still having a problem mounting a HD in PicoBSD.
The /etc/fstab line for the HD is:
/dev/wd0s1 /dosmsdos rw 0 0
I get the following when I run mount:
mount /dev/wd0s1 /dos
mount: /dev/wd0s1 on /dos: incorrect super block
I have only a limited subset of the BSD system. I tri
Kevin D. Kinsey, DaleCo, S.P. wrote:
lee slaughter wrote:
from mini cd, just for educational purposes.
this is known as the base distribution, right?
only 123MB. what does one do next? /usr/ports isn't even there.
there is no discussion in handbook.
thanks.
This has been discussed rather ex
% grep NFS /usr/src/sys/i386/conf/MEITSIN
#optionsNFSCLIENT # Network Filesystem Client
#optionsNFSSERVER # Network Filesystem Server
#optionsNFS_ROOT# NFS usable as /, requires NFSCLIENT
% ls /boot/kernel/nfs*
/boot/kernel/nfsclie
On Fri, Mar 26, 2004 at 12:48:16PM -0500, stan wrote:
> Building for glib-2.2.3_1
> /usr/libexec/ld-elf.so.1: Shared object "libintl.so.4" not found
That's a FAQ.
# portupgrade -rf gettext
You need to reinstall everything that links against libintl.so
(again), because they bumped the ABI ve
samy lancher wrote:
I think IMAP_UW rejects non-encrypted logins by default. So I guess
LOGINDISABLED has got something to do with the default SSL support in IMAP-UW.
Is there any way to disable default SSL support, without actually reinstalling
cclient and IMAP with make variables WITHOUT_SSL or W
> Fatal error 'Spinlock called when not threaded.' at line 83 in file
> /mnt/s10/BSD/usr_src/lib/libpthread/thread/thr_spinlock.c (errno = 0)
Hmm, as I thought, there's something wrong with your threads.
Unfortunately, I'm not too familiar with FreeBSD 5 (yet ;-), but the
[EMAIL PROTECTED] mailin
On Fri, Mar 26, 2004 at 08:20:42PM +0200, Toni Heinonen wrote:
> % grep NFS /usr/src/sys/i386/conf/MEITSIN
> #optionsNFSCLIENT # Network Filesystem Client
> #optionsNFSSERVER # Network Filesystem Server
> #optionsNFS_ROOT# NFS usab
* Matthew Seaman <[EMAIL PROTECTED]> [2004-03-26 10:56]:
> On Fri, Mar 26, 2004 at 08:20:42PM +0200, Toni Heinonen wrote:
> >
> > I didn't give options NFSCLIENT or NFSSERVER yet it seems to have compiled
> > support. What gives?
>
> What you don't compile into your kernel (by eg. 'options NFSCL
Jamie wrote:
I've googled the results, and I've seen a couple posts from people
who claim that the general rule of thumb is that your load average should
be less than the number of CPU's. I don't know what OS they were referring
to, however. Does this sound right for FreeBSD? Are there better
Hello,
after adding too drives as a concatenated vinum volume I see a line in
the `vinum list` output which doesn't look right to me. Specifically, the
line that refers to spanned_log.p0.s0. Is there a typical explanation for
something like this?
2 drives:
D a State: up
try
libc_r.so.5 libpthread.so.1
libc_r.so libpthread.so
michael
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
[ kernel modules ]
On Fri, Mar 26, 2004 at 11:03:49AM -0800, Joshua Lokken wrote:
> * Matthew Seaman <[EMAIL PROTECTED]> [2004-03-26 10:56]:
> > What you don't compile into your kernel (by eg. 'options NFSCLIENT')
> > will generally be compiled as a loadable module instead -- here
> > nfsclient.k
On Thursday 25 March 2004 07:26 pm, Adam Bozanich wrote:
> On Fri, 26 Mar 2004, Simon Barner wrote:
> > The output of something like
> >
> > pkg_info | grep gaim
> >
> > is usually more helpful, since it also shows the version of the
> > FreeBSD port you are using.
>
> Sorry about that
>
> [E
03/26/2004 12:49PM, Jason Williams wrote:
> Also, how can I do some testing to ensure both CPU's are being utilized.
>
You could run top and watch the C column, which shows which particular CPU
is being used by a process.
--
Breno
___
[EMAIL PROTECT
On Friday 26 March 2004 10:06 am, Richard Dawes wrote:
> Greetings, fellow FreeBSD users!
>
> Everything so far works fine for me, until I drop into single-
> user mode to prep for making world. Even then, it seems OK,
> except for this alarming output of "fsck -p":
Well, you missed reading somet
On Friday 26 March 2004 15:16, Christian Tanghe wrote:
> Hi,
> in brief:
> My system: FBSD 5.2 Current, Cups, Gimp-print and ghostscript from this
> days
>
> I want to add a locally connected Printer using the webinterface. In the
> dropdown menue "Device" apear different printer devices, e.g. LPD/
You could run top and watch the C column, which shows which particular CPU
is being used by a process.
This is quite interesting. After rebuilding my kernel for SMP support, I
noticed the load average went up slightly.
Is that normal?
Right now, the system is being tested as a mail gateway serve
03/26/2004 01:04PM, Gary W. Swearingen wrote:
>
> > FreeBSD doesnt ship an SNMP daemon with the base system, if it did it would've
>
> It looks to me like it does, but names it "basic or Berkeley (?) SNMP deamon":
>
>/usr/sbin/bsnmpd
>
Ah, yes, crosschecked in a 5.2.1 box, digging a little
* Matthew Seaman <[EMAIL PROTECTED]> [2004-03-26 11:57]:
> [ kernel modules ]
>
> If you put NO_MODULES=true into /etc/make.conf, then you'll only get
> the kernel build. You won't get any extra loadable modules.
Got it. Thank you. On my workstations, where resources are
plentiful, I suppose i
On Fri, Mar 26, 2004 at 11:55:06AM -0800, Kent Stewart wrote:
> On Friday 26 March 2004 10:06 am, Richard Dawes wrote:
> > Greetings, fellow FreeBSD users!
> >
> > Everything so far works fine for me, until I drop into single-
> > user mode to prep for making world. Even then, it seems OK,
> > exc
To all readers of this list from China.
I would like to gauge the popularity of FreeBSD in China.
Please answer the questions and feel free to add anything
related to FreeBSD you may think is helpful.
Do the computer stores and or book stores sell FreeBSD books and
CDs?
Have you purchased any?
On Friday 26 March 2004 01:02 pm, Richard Dawes wrote:
> On Fri, Mar 26, 2004 at 11:55:06AM -0800, Kent Stewart wrote:
> > On Friday 26 March 2004 10:06 am, Richard Dawes wrote:
> > > Greetings, fellow FreeBSD users!
> > >
> > > Everything so far works fine for me, until I drop into single-
> > > u
Hi folks,
trying to install wine on 5.1Release the build of Wine-20030508.tar.gz
from ports went fine but told me to rebuild the kernel, among other
options, with
USER_LDT
Now, the kernel build tells me
CAMSOUNDWINE: unknown option "USER_LDT"
make: don't know how to make depend. Stop
On Fri, Mar 26, 2004 at 02:09:35PM -0800, Kent Stewart wrote:
>
> The sequence that is designed to keep your out of trouble is buildworld,
> buildkernel, installkernel, boot -s, and installworld, followed by a
> mergemaster.
>
> There are times as the statfs change to current that would render
On Fri, 2004-03-26 at 23:56, Stefan A. Deutscher wrote:
> Hi folks,
>
> trying to install wine on 5.1Release the build of Wine-20030508.tar.gz
> from ports went fine but told me to rebuild the kernel, among other
> options, with
>
> USER_LDT
>
> Now, the kernel build tells me
>
>CAMSOUND
On Fri, Mar 26, 2004 at 02:28:11PM +0100, Igor Skalski wrote:
> Dear Sir/Madam,
>
> I would like to try to install FreeBSD on my home computer wchich is not
> connected to the Internet. In my opinion the most important aspect of
> using free software in such a conditions is possessing whole set of
On Friday, 26 March 2004 at 11:12:45 -0800, Sean Ellis wrote:
> Hello,
>
> after adding too drives as a concatenated vinum volume I see a line in
> the `vinum list` output which doesn't look right to me. Specifically, the
> line that refers to spanned_log.p0.s0. Is there a typical explanation for
>
On Sat, Mar 27, 2004 at 10:00:18AM +1030, Greg 'groggy' Lehey wrote:
> On Friday, 26 March 2004 at 11:12:45 -0800, Sean Ellis wrote:
> > after adding too drives as a concatenated vinum volume I see a line in
> > the `vinum list` output which doesn't look right to me. Specifically, the
> > line tha
On Friday, 26 March 2004 at 16:10:13 -0800, Sean Ellis wrote:
> On Sat, Mar 27, 2004 at 10:00:18AM +1030, Greg 'groggy' Lehey wrote:
>> On Friday, 26 March 2004 at 11:12:45 -0800, Sean Ellis wrote:
>
>>> after adding too drives as a concatenated vinum volume I see a line in
>>> the `vinum list` out
How to get the best results from FreeBSD questions.
===
Last update $Date: 2003/03/09 22:09:31 $
This is a regular posting to the FreeBSD questions mailing list. If
you got it in answer to a message you sent, it means that the sender
thinks that at
The trouble with books is that you can't update them the way you can a web page
or any other online documentation. The result is that most leading edge
computer books are out of date almost before they are printed. Unfortunately,
The Complete FreeBSD, published by O'Reilly, is no exception. Inev
On Sat, Mar 27, 2004 at 10:53:42AM +1030, Greg 'groggy' Lehey wrote:
> On Friday, 26 March 2004 at 16:10:13 -0800, Sean Ellis wrote:
> > On Sat, Mar 27, 2004 at 10:00:18AM +1030, Greg 'groggy' Lehey wrote:
> >> On Friday, 26 March 2004 at 11:12:45 -0800, Sean Ellis wrote:
> > The line that I'm cur
"kennonward" <[EMAIL PROTECTED]> writes:
> The /etc/fstab line for the HD is:
> /dev/wd0s1 /dosmsdos rw 0 0
>
> I get the following when I run mount:
>
> mount /dev/wd0s1 /dos
> mount: /dev/wd0s1 on /dos: incorrect super block
That mount command is trying to mount the partition UFS. With
Hello,
Does FreeBSD 4.9R-p3 support the 3Com 3C940 LAN card?
Thanks,
- Mark
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
I am using a via:VT8237 on board raid controller running sata raid0 on 2 250GB hds. I
have 10GB set aside.. and when i boot to the fbsd cd ISO, the drives show up seperate.
sysinstall doesnt give me the option to install on a raid. Is there a loader option
or something else I am missing. I a
Hey Guys,
Do I need to have X Windows installed for Java to 1.4 to run on FreeBSD 5.1?
Thanks
Joe
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Jonathon McKitrick <[EMAIL PROTECTED]> writes:
> Interestingly, my laptop (running 4.8R) is working now. No password needed
> for any rsh operation to this site. But the same procedure on a 4.8-stable
> box (this one, now) gives this error: [...]
It's definitely a client side problem. Try rm ~/
On Fri, Mar 26, 2004 at 09:46:44AM +0100, Dag-Erling Smørgrav wrote:
: Jonathon McKitrick <[EMAIL PROTECTED]> writes:
: > Interestingly, my laptop (running 4.8R) is working now. No password needed
: > for any rsh operation to this site. But the same procedure on a 4.8-stable
: > box (this one, no
> -Original Message-
> From: Jerry McAllister
> >
> > On Tue, 23 Mar 2004 17:42:04 -0500 (EST)
> > Jerry McAllister <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > > Actually, I think the intention of the MINI-ISO is to boot and
> > > run the installation with everything loaded from one of the
> From: Jerry McAllister
> Sent: March 25, 2004 07:17
>
> Much of what the responder said here is right, but I think there might be
> just one little point to pick.
>
> > ... lots excised ...
>
> > > > B. Unix
> > Depends on what you mean by Unix. There is code in it that
> > derives from the
Please excuse whatever format in which this email
arrives. My system is unusable so I am posting from
Yahoo!.
I have a 4.9-RELEASE-p4 system. I have not made any
changes to any source code. I have 3 vinum volumes
configured. While attempting to diagnose problems
with one of the volumes that us
Hi, I am trying to compile the BhPos software (Point of Sale for Linux.
But I need the strtof function , but FreeBSD 4,9 does not have this function,
it is possible to install it taking the source code from the 5.X FreeBSD
branch?
here is my cc output:
cc -O -pipe -DLIBC_RCS -DSYSLIBC
On Friday, 26 March 2004 at 21:53:44 -0800, Drew Tomlinson wrote:
> Please excuse whatever format in which this email arrives. My
> system is unusable so I am posting from Yahoo!.
Heh. I suppose that's a good enough reason.
> I have a 4.9-RELEASE-p4 system. I have not made any changes to any
>
Good morning,
this was two links from the front page of freebsd.org:
http://www.freebsd.org/releases/5.2.1R/hardware-i386.html
Why don't you just try and install?
--
TONI HEINONEN
TELEWARE OY
+358 40 836 1815 / +358 (9) 3434 9110
Itäkeskuksen Maamerkki
00930 Helsinki, Finl
97 matches
Mail list logo