Roy Stuivenberg wrote:
Hello,
I have FreeBSD 7-RELEASE, and upgraded to point 7.
When I try to install packages/ports with sysinstall (FTP) it won't work and
give me this message.
Warning: Can't find the `7.0-RELEASE-p7' distribution on this
FTP server. You may need to visit a different server
Bruce Cran wrote:
On Thu, 25 Dec 2008 18:47:21 -0700
Tim Judd wrote:
Jerry wrote:
On Tue, 23 Dec 2008 04:06:46 -0800 (PST)
"Dr. Jennifer Nussbaum" wrote:
Its now just over a year since Perl 5.10.0 was relased, but its
still not in FreeBSD. (/usr/ports/lang only has 5.8).
[...]
on the
be used as a webserver, e-mail server. and a db server (both PostgresQL and
My SQL Beyond the breaking of the 4 Gig RAM barrier, is there any compelling
reason to use a 32 bit i386 or a 64 bit AMD OS?
the same as using 32-bit software (not 16-bit) on 32-bit CPU.
On Fri, 26 Dec 2008 12:45:12 +
Kris Kennaway wrote:
[snip]
>It is still true that the change from 5.6 to 5.8 was very disruptive
>because it broke lots of things in the ports tree.
Is this the official reason that Perl-5.10 has not been released into
the ports tree?
Are ports being tied t
Jerry writes:
> Are ports being tied to specific versions of Perl? I did some
> Googling and found that of the users that have installed Perl
> from source on FBSD, most were not experiencing any major
> problem. If every time Perl is updated it will require massive
> changes or whatever to
Tim Judd wrote:
Tim Kellers wrote:
I just bought a Dell 2850 (2 2.8GHZ dual core processors). The
server will be used as a webserver, e-mail server. and a db server
(both PostgresQL and My SQL Beyond the breaking of the 4 Gig RAM
barrier, is there any compelling reason to use a 32 bit i386 o
Not realy a FreeBSD-specific question but I was not sure where I could
find what I was looking for elseware (Googling did not manage to dig up
much info):
The problem:
I want to set the type of objects some Collection object holds on
runtime. In other wors I have an object C with: C extends
Tim Kellers wrote:
> Thanks for the reply. I already know it is 64 bit capable. I 'm
> interested in finding out if their are measurable performance advantages
> to running it using 64 v 32 bit FreeBSD.
For the type of use of the OP (databases, etc.) i don't know, but
for scientific computatio
Jerry wrote:
On Fri, 26 Dec 2008 12:45:12 +
Kris Kennaway wrote:
[snip]
It is still true that the change from 5.6 to 5.8 was very disruptive
because it broke lots of things in the ports tree.
Is this the official reason that Perl-5.10 has not been released into
the ports tree?
Are port
On Wed, 24 Dec 2008 16:53:00 +0100 clemens fischer wrote:
> On Wed, 24 Dec 2008 15:05:32 +0100 clemens fischer wrote:
>
>>> Hans Petter Selasky:
>>
>>> Try the attached patch to "sys/kern/vfs_mount.c"
>>>
>>> Thanks for reporting. I have been aware about this issue for some
>>> time now, but the p
server i don't see a reason to run in 32 bits mode. Contrary to
some frequent assertions the increase in size of binaries is
extremely limited as can easily be checked. This is very largely
program code size is a very little part of system memory today.
__
Michel Talon wrote:
Tim Kellers wrote:
Thanks for the reply. I already know it is 64 bit capable. I 'm
interested in finding out if their are measurable performance advantages
to running it using 64 v 32 bit FreeBSD.
For the type of use of the OP (databases, etc.) i don't know, but
I am not even sure that it is related to freebsd, but maybe someone could
point out the problem.
We wanted to upgrade our hosting server from
FreeBSD 6.2, 3ware 8506-4LP SATA RAID, raid 5
to
FreeBSD 7.1 (RC for now), 9550SXU-4LP, raid 10
We have tested the new installation on ASUS P5K WS motherb
Hi,
For several reasons, one of which was to use the nvidia driver for my
board, I switched from amd64 to i386. So, I installed the driver and
although things are working I'm getting this on console 0:
NVRM: AGP cannot be enabled on this combination of the amd CPU and OS kernel
NVRM: kernel
What you try to do is not a valid operation in type-safe language as Java.
You can't convert Coll to Coll,
but you can cast Coll to Coll.
Don't know if this is OK with the problem you're trying to solve
Merry Christmas!
On Fri, Dec 26, 2008 at 4:20 PM, Frank Staals wrote:
> Not realy a FreeBSD
Mr. Chuck:
I found your post,
[1]http://lists.freebsd.org/pipermail/freebsd-questions/2005-January/0
70766.html, re. "system immutable flags" via Google. Just want to
say thanks. :-)
Sincerely,
Ron W.
[2]ron.wingfi...@archaxis.net
501-920-7860 cell (best way)
501
Vladimir Tsvetkov wrote:
What you try to do is not a valid operation in type-safe language as
Java.
You can't convert Coll to Coll,
but you can cast Coll to Coll.
Don't know if this is OK with the problem you're trying to solve
Merry Christmas!
On Fri, Dec 26, 2008 at 4:20 PM, Frank Staals
hi,
i have a ssh machine behind a freebsd firewall with nat and ipfw.
how do i make port forwarding so internet can access the ssh machine?
thanx
--
Best Regards
Richard Yang
richardy...@richardyang.net
kusanagiy...@gmail.com
___
freebsd-questions@fre
Does FreeBSD support EOIP tunnels?
If so where can I find more info?
Thank You!
Marcel Grandemange
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail
folks,
is there a way i can be sure that my little C program has copied a
dos/win file named, say, foo.htm\;7 to simply foo.htm?
my program uses fopen/fgets/fputs to copy the markup files. of
the several i have copied, no problem. unless i hack cmp or di
On Fri, 26 Dec 2008 17:13:39 -0800, Gary Kline wrote:
> is there a way i can be sure that my little C program has copied a
> dos/win file named, say, foo.htm\;7 to simply foo.htm?
>
> my program uses fopen/fgets/fputs to copy the markup files. of the
> several i have copied, no problem. unless i
Gary Kline wrote:
folks,
is there a way i can be sure that my little C program has copied a
dos/win file named, say, foo.htm\;7 to simply foo.htm?
my program uses fopen/fgets/fputs to copy the markup files. of
the several i have copied, no problem. unless i ha
Gary Kline writes:
> is there a way i can be sure that my little C program has copied a
> dos/win file named, say, foo.htm\;7 to simply foo.htm?
>
> my program uses fopen/fgets/fputs to copy the markup files. of
> the several i have copied, no problem. unless i hack cmp
Hi there,
I am trying to run a shell command to the host at the far end of an ssh
tunnel. Here is how I structured access. Is there any way to do this
more compactly on one line?
ssh -L 12345:192.168.1.20:22 n...@domain.com
ssh -p 12345 localhost 'chown -R noah:noah /shares/internal/Music/'
Hi,
I apologize for this diversion of topic. I format a external HD by
BSD and move files to it. When trying to read it on OSX, it wouldn't
recognize. Googling it didn't help much. I wonder if people here and
lend a hand. Thanks!!
TFC
___
freebsd-qu
On Sat, Dec 27, 2008 at 03:29:05AM +0200, Giorgos Keramidas wrote:
> On Fri, 26 Dec 2008 17:13:39 -0800, Gary Kline wrote:
> > is there a way i can be sure that my little C program has copied a
> > dos/win file named, say, foo.htm\;7 to simply foo.htm?
> >
> > my program uses fopen/fgets/fputs to
Gary Kline writes:
> On Sat, Dec 27, 2008 at 03:29:05AM +0200, Giorgos Keramidas wrote:
>> On Fri, 26 Dec 2008 17:13:39 -0800, Gary Kline wrote:
>> > is there a way i can be sure that my little C program has copied a
>> > dos/win file named, say, foo.htm\;7 to simply foo.htm?
>> >
>> > my progra
On Fri, Dec 26, 2008 at 05:30:46PM -0800, Corey Chandler wrote:
> Gary Kline wrote:
> > folks,
> >
> > is there a way i can be sure that my little C program has copied a
> > dos/win file named, say, foo.htm\;7 to simply foo.htm?
> >
> > my program uses fopen/fgets/fputs to copy the
On Fri, Dec 26, 2008 at 08:32:45PM -0500, Lowell Gilbert wrote:
> Gary Kline writes:
>
> > is there a way i can be sure that my little C program has copied a
> > dos/win file named, say, foo.htm\;7 to simply foo.htm?
> >
> > my program uses fopen/fgets/fputs to copy the markup files.
On Fri, 26 Dec 2008 17:56:34 -0800, Gary Kline wrote:
> On Sat, Dec 27, 2008 at 03:29:05AM +0200, Giorgos Keramidas wrote:
>> On Fri, 26 Dec 2008 17:13:39 -0800, Gary Kline wrote:
>> > is there a way i can be sure that my little C program has copied a
>> > dos/win file named, say, foo.htm\;7 to s
I am running FreeBSD 6.3 as a VMware virtual server and am getting some
strange results when I run fsck. When I run it in multi-user mode I get
quite a few UNREF FILE errors but when I switch to single user mode
fsck does not find any errors. Is this something I need to worry about
and if it
Gary Kline writes:
> On Fri, Dec 26, 2008 at 08:32:45PM -0500, Lowell Gilbert wrote:
>> Gary Kline writes:
>>
>> >is there a way i can be sure that my little C program has copied a
>> >dos/win file named, say, foo.htm\;7 to simply foo.htm?
>> >
>> >my program uses fopen/fgets/fputs
re...@adeptscience.com writes:
> I am running FreeBSD 6.3 as a VMware virtual server and am getting some
> strange results when I run fsck. When I run it in multi-user mode I get
> quite a few UNREF FILE errors but when I switch to single user mode
> fsck does not find any errors. Is this som
Will you please unsubscribe me at kij...@austin.rr.com.
Thanks,
B. Kim Bernson
Cooper High School 1974
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
___
freebsd-questio
re...@adeptscience.com wrote:
I am running FreeBSD 6.3 as a VMware virtual server and am getting some
strange results when I run fsck. When I run it in multi-user mode I get
quite a few UNREF FILE errors but when I switch to single user mode
fsck does not find any errors. Is this something I
36 matches
Mail list logo