i have been running a bsd system since version 4 something it has been up now
for 372 days. I have done make world on it several times and am woundering how
to find out the exact day i booted it and installed the os.
--
Computer King & CaN Mail - Sales Service Hosting Backup
http://www.comp
You have too many variables. Try eliminating the router and use a hub or
switch, eliminate the DNS add a record to /etc/hosts for your pc. Then see
what happens.
-Derek
At 04:13 PM 1/27/2007, Jonathan Horne wrote:
i have a brand new server i just configured, and most of the time th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Andreas Davour wrote:
> On Sun, 28 Jan 2007, Tijl Coosemans wrote:
>
>>> Since I'm now using 6.2-PRERELEASE I guess it could be fixed in the
>>> final RELEASE, but it would be nice to know if someone can recognize
>>> "_dlsym" and say it is so.
>>
>>
Hi,
i am working on getting mythtv-0.20 talking to the pvrxxx driver.
the problem appears when i want to do:
v4l2_capabilities vcap;
ioctl(videofd, VIDIOC_QUERYCAP, &vcap);
the driver and mythtv have the struct differently aligned, and i get
an "inappropiate ioctl for device". this is what th
On Saturday January 27, 2007 at 09:11:06 (PM) BrendaBPowers wrote:
> I am new to Unix and purchased a copy of FreeBSD 5.2.1 from Fry's to begin
> learning. FreeBSD is used at my work and I wish to learn the OS myself.
> Hoping
> that an integrated package would be easier to install and have al
try "uname"
TFC
On 1/28/07, RYAN M. vAN GINNEKEN <[EMAIL PROTECTED]> wrote:
i have been running a bsd system since version 4 something it has been up
now for 372 days. I have done make world on it several times and am
woundering how to find out the exact day i booted it and installed the os.
Hi there. For some reason I cannot upgrade gcc and keep getting build
errors. Hopefully someone can help me by reviewing the output below.
Thanks alot in advance!
# pkg_version -vIL=
gcc-4.1.2_20070108 < needs updating (index has 4.1.2_20070122)
# portupgarde -arR
[...]
.././..//gcc-4.1-200701
Is the Nvidia Marvell 88E1116 Gigabit NIC working on 6.2 STABLE?
I have a machine with one of these on the maotherboard, and it is not
detected by the install CD. I put an fxp card in, and did te install, then
cvsuped, rebuilt everythign, (using the GENERIC kernel defs), but it's
still not detect
Andreas Davour writes:
> Anyway. Can we hope that patch is finding it's way into the main
> branch with haste?
As I understand it:
1) This patch is the "tip of the iceberg" for a much larger
change,
2) That change will not debut globally until 7.0.
3) Unfortuna
Hi:
I want to create two tables in my packet filter, the first should match
any valid public ip, so I created a table negating anything reserved:
table const { !0/8 !10/8 !127/8 !169.254/16 !172.16/12 \
!192.0.2/24 !192.168/16 !198.18/15 !224/4 !240/4 }
So with the above I
Hello,
I am trying to jumpstart install an IBM x336 server with a intel Pro100 nic
with freebsd 6.2. I have successfully done this install with freebsd 5.3
and 6.0 on the same machine. The sysinstall boot menu comes up from PXE.
But when I put in the NFS path to the files, it won't mount. My m
On 1/28/07, stan <[EMAIL PROTECTED]> wrote:
Is the Nvidia Marvell 88E1116 Gigabit NIC working on 6.2 STABLE?
nve(4)
i also have 88E1116 on board.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-quest
Hi Gurus,
In the section " Building and Installing a Custom
kernel" it is stated that
quote;
'The new kernel will be copied to the /boot/kernel
directory as /boot/kernel/kernel and the old kernel
will be moved to /boot/kernel.old/kernel'
Do I have to do this manually or it is done by the
system a
Paul Kostick III wrote:
Hello,
I am trying to jumpstart install an IBM x336 server with a intel Pro100 nic
with freebsd 6.2. I have successfully done this install with freebsd 5.3
and 6.0 on the same machine. The sysinstall boot menu comes up from PXE.
But when I put in the NFS path to the fi
dharam paul wrote:
> Hi Gurus,
> In the section " Building and Installing a Custom
> kernel" it is stated that
> quote;
> 'The new kernel will be copied to the /boot/kernel
> directory as /boot/kernel/kernel and the old kernel
> will be moved to /boot/kernel.old/kernel'
>
> Do I have to do this m
On 28/01/07, RYAN M. vAN GINNEKEN <[EMAIL PROTECTED]>
verquaecan:
i have been running a bsd system since version 4
something it has been up now for 372 days. I have
done make world on it several times and am woun-
dering how to find out the exact day i booted it and
installed the os.
sysinsta
Hi,
# grep ssh /etc/rc.conf
sshd_enable="YES"
do you have the path also in rc.conf.
sshd_program="/usr/local/sbin/sshd"
i believe the defaults load this sshd_program="/usr/sbin/sshd"
even better, why not use openssh_portable, openssh has many security holes
that you may want to avoid
Kris,
On 26/01/07, Kris Kennaway <[EMAIL PROTECTED]> wrote:
Sorry, it's the only way.
Was the considered at all? There's simply no way that I would mount up 1400
devfs. It is a backward step.
Kris
Frem.
___
freebsd-questions@freebsd.org mail
]
do you have the path also in rc.conf.
sshd_program="/usr/local/sbin/sshd"
i believe the defaults load this sshd_program="/usr/sbin/sshd"
even better, why not use openssh_portable, openssh has many security
holes that you may want to avoid
Hi,
what do you mean by this? How do I u
Paul Kostick III wrote:
I am trying to jumpstart install an IBM x336 server with a intel Pro100 nic
with freebsd 6.2. I have successfully done this install with freebsd 5.3
and 6.0 on the same machine. The sysinstall boot menu comes up from PXE.
But when I put in the NFS path to the files, it w
> From: Robert Huff <[EMAIL PROTECTED]>
> To: freebsd-questions@freebsd.org
> Sent: Sunday, January 28, 2007 7:44:41 AM
> Subject: Re: how to enable linux flash player in firefox
>
> Andreas Davour writes:
>
> > Anyway. Can we hope that patch is finding it's way into the main
> > branch with ha
On 1/28/07, Andreas Davour <[EMAIL PROTECTED]> wrote:
On Sun, 28 Jan 2007, Tijl Coosemans wrote:
>> I followed those instructions and with firefox-2.0.0.1_1,1 it gives this
>> result:
>> /libexec/ld-elf.so.1: /usr/local/lib/pluginwrapper/flash7.so: Undefined
>> symbol "_dlsym"
>>
>> Since I'm no
I was given a Dell Dimension m200a yesterday by someone
who recently upgraded. I think it was created around 1997.
CPU: Pentium
RAM: 48MB
odd: This PC runs Win95; but has 2 usb ports. Didn't
Win98 predate usb ports?
When I try to boot up with the FreeBSD 6.2 installation CD,
the system tr
Giorgos Keramidas <[EMAIL PROTECTED]> wrote:
> I am having difficulty installing cups and getting printing working on
> my Samsung ML-1710. I've installed cups from port, and the splix
> driver from http://splix.ap2c.org/. My printer shows up as /dev/ulpt0
> and running
>
>echo "stuff" > /d
On Sun, Jan 28, 2007 at 09:34:44AM -0800, Andrew Gould wrote:
> I was given a Dell Dimension m200a yesterday by someone
> who recently upgraded. I think it was created around 1997.
>
> CPU: Pentium
> RAM: 48MB
>
> odd: This PC runs Win95; but has 2 usb ports. Didn't
> Win98 predate usb port
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Erik Trulsson wrote:
> On Sun, Jan 28, 2007 at 09:34:44AM -0800, Andrew Gould wrote:
>> I was given a Dell Dimension m200a yesterday by someone
>> who recently upgraded. I think it was created around 1997.
>>
>> CPU: Pentium
>> RAM: 48MB
>>
>> odd:
At 11:34 1/28/2007, Andrew Gould, wrote:
>I was given a Dell Dimension m200a yesterday by someone
>who recently upgraded. I think it was created around 1997.
>
>CPU: Pentium
>RAM: 48MB
>
>odd: This PC runs Win95; but has 2 usb ports. Didn't
>Win98 predate usb ports?
>
>When I try to boot up w
On 2007-01-28 12:24, [EMAIL PROTECTED] wrote:
> Hi,
> i am working on getting mythtv-0.20 talking to the pvrxxx driver.
>
> the problem appears when i want to do:
> v4l2_capabilities vcap;
> ioctl(videofd, VIDIOC_QUERYCAP, &vcap);
>
> the driver and mythtv have the struct differently aligned, and
On Sun, Jan 28, 2007 at 03:56:29PM +, Freminlins wrote:
> Kris,
>
> On 26/01/07, Kris Kennaway <[EMAIL PROTECTED]> wrote:
>
>
> >Sorry, it's the only way.
>
>
> Was the considered at all?
I not understand this no sentence :)
> There's simply no way that I would mount up 1400
> devfs. It
On Sun, 28 Jan 2007, Helizonaldo wrote:
Hi,
this question might be better asked on freebsd-questions@
I have a problem, I get 2 link ADSL of the "TELEMAR Brazil", but don't to
connect whit PPP.
my script its ppp.conf:
--
default:
set time
On 1/28/07, Abdullah Ibn Hamad Al-Marri <[EMAIL PROTECTED]> wrote:
On 1/28/07, Andreas Davour <[EMAIL PROTECTED]> wrote:
> On Sun, 28 Jan 2007, Tijl Coosemans wrote:
>
> >> I followed those instructions and with firefox-2.0.0.1_1,1 it gives
this
> >> result:
> >> /libexec/ld-elf.so.1: /usr/local
O/H Garrett Cooper έγραψε:
Also just for the sake of the archives, Win95 ver. b (basically SP2) did
have USB support but it really sucked; I couldn't the machine to
recognize a number of USB devices with this version of 95. However,
Win98 made a big difference in this arena since they started pr
Le dimanche 28 janvier 2007 03:11, [EMAIL PROTECTED] a écrit :
> I am new to Unix and purchased a copy of FreeBSD 5.2.1
Well, FreeBSD 5.2.1 is outdated! You should update to a recent release i
think.
___
freebsd-questions@freebsd.org mailing list
http
This is the first time I've run into neding a driver that's not in the
default build. I copied the SMP kernel conf to another name, andded the
device nve decleartion (mibus was already in GENERIC, which is included by
SM). Added the new nameto /etc/make.conf did a make buildkernel, make
installker
also you can try this:
http://www.se.hiroshima-u.ac.jp/~shigeaki/software/freebsd-nfe.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
On Saturday, 27 January 2007 at 9:13:19 -0500, Gerard Seibert wrote:
> I have been thinking of trying Opera in KDE to see if it works better
> than Firefox. I have been having nothing but problems with Firefox and
> Flash.
>
> Would I be better off trying Opera or Linux-Opera? Both are offered in
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Greg 'groggy' Lehey
> Sent: Monday, 29 January 2007 10:22 AM
> To: Gerard Seibert
> Cc: freebsd-questions@freebsd.org
> Subject: Re: Which version of Opera to use?
>
> On Saturday, 27 Jan
I said...
> Since I tend to build my own boxes, I'd like to make sure my choice of
> CPU/MB is good fro FBSD before I buy :-)
>
> I'm looking at an AMD X2 64 5400 and an Abit AN9 32X.
>
> The AN9 has:
>
> NVIDIA nForce SPP 190/nForce 590 SLI MCP
> Dual NV Gigabit LAN
> 6x SATA 3gb/s ports with R
On 1/28/07, Andreas Davour <[EMAIL PROTECTED]> wrote:
On Sun, 28 Jan 2007, FreeBSD WickerBill wrote:
>> How about it now?
>>
>> http://www.freshports.org/www/linuxpluginwrapper/
>
> Just installed the new linuxpluginwrapper and cp'd the new libmap.confto
> /etc and everything works as before.
And so am I
2007/1/29, Dak Ghatikachalam <[EMAIL PROTECTED]>:
> >> http://www.freshports.org/www/linuxpluginwrapper/
I had followd the thread in full, none of the patch procedure or symlinks
etc, nothing works , I am running out of all ideas one thing I noticed was
that the mplayer which I i
40 matches
Mail list logo