Dan Nelson wrote:
In the last episode (Dec 13), Nikolas Britton said:
How does one go about generating heavy interrupt loads? Running bonnie
and nbench (at the same time) does not seem to be able to do it because
when I look a systat (iostat) it shows no interrupt load.
Try something
Excerpt from the handbook:
"To set the number of virtual channels, there are two sysctl knobs
which, if you are the root user, can be set like this:
# sysctl hw.snd.pcm0.vchans=4
# sysctl hw.snd.maxautovchans=4
The above example allocates four virtual channels, which is a practical
number for ev
Ben Washington-Yule wrote:
Nikolas Britton wrote:
Ben Washington-Yule wrote:
Nikolas Britton wrote:
Is it generally safe to just rebuild the kernel, and not make
world, when your only tracking a release and not -STABLE, i.g.
setting cvsup to track RELENG_5_3
Sandy Rutherford wrote:
On Mon, 13 Dec 2004 12:03:15 -0600,
"Kevin D. Kinsey, DaleCo, S.P." <[EMAIL PROTECTED]> said:
> I wonder if it wouldn't be:
> set hw.snd.pcm0.bufffersize=N
This doesn't work either. No error --- it just ignores the setting.
> in accordance with other v
Hello,
I have an old laptop (P100 / 40MB RAM / 40GB hdd) that I'm trying to
squeeze every last drop of performance out of and I like some advice on
things I can do. Currently It's running 4.10-STABLE with a kernel that
has been striped clean of all the useless crud, also I add in sound
support
Rae Kim wrote:
I connect to my computer from school computer.
I want to cvsup or/and portupgrade and logout but the program keep running?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send a
Rae Kim wrote:
Thank you all guys..
I've tried daemon, nohup and Nicolas' csh method
all works fine.
My way isn't a csh way it's just that I use csh as my default shell and
was just stating the fact that with csh background jobs do not die when
you exit, so the "nohup" is optional (but recomme
Bill Campbell wrote:
On Wed, Dec 15, 2004, Adam wrote:
In Greg Lehey's book "The Complete FreeBSD" he reccomends changing the default
shell for users to bash shell. -p. 94
What are the Pro's/Con's of using bash as opposed to the other shells?
That's largely a religious issue. I used csh f
Kevin D. Kinsey, DaleCo, S.P. wrote:
I like a .30-06 for deer, antelope, etc, .762[mm] for terrorists, and a
.340 Weatherby magnum for big game (cape buffalo, elephant, etc,
where legal). The Weatherby is also great for moose and elk with a
Nosler 210 gg. partition bullet and a good high-velocity p
[EMAIL PROTECTED] wrote:
Hi everyone,
Is there a Firefox version for Freebsd or must we use the one for Linux?
thanks,
Dimitris
Yes, its in the ports system (/usr/ports) under www/firefox
If you want the java plug-in I suggest you install that first, its under
/java/jdk14 read my notes before you
Toomas Aas wrote:
Roger Merritt wrote:
I guess I'm just looking for recommendations -- should I install 5.3
now or stick with 4.10?
I'd say go with 5.3. Contrary of what you think, it's now STABLE.
Ditto
___
[EMAIL PROTECTED] mailing list
http://lists.f
.0
Diagnostic-Code: X-Postfix; mail forwarding loop for
[EMAIL PROTECTED]
Subject:
Re: Firefox for FBSD?
From:
Nikolas Britton <[EMAIL PROTECTED]>
Date:
Thu, 16 Dec 2004 17:04:32 -0600
To:
[EMAIL PROTECTED]
To:
[EMAIL PROT
[EMAIL PROTECTED] wrote:
thanks for answering everyone :^) I really appreciate it.
the thing is, I use FreeBSD 4.7 and I was thinking about the latest
version of firefox.
greetings,
Dimitris
-
http://www.mail.gr/ - Get Your Private Free Em
Tom Connolly wrote:
[snip]
If you want to install the latest version of gnome, you should cvsup the
ports tree (ports-all), then cd into the directory for the gnome
meta-port (it builds gnome and alot of associated apps) and build it,
like so:
# cd /usr/ports/x11/gnome2
# make install clean
ther
ven know
what 4/5th's of those ports are even for. and why can't we have
statically linked (or what ever its called) so we don't have to install
all these f'ing build and run time dependencies and have every thing
linked to everything else, hard drive space is not an issue
Sandy Rutherford wrote:
On Mon, 13 Dec 2004 09:59:51 -0600,
Nikolas Britton <[EMAIL PROTECTED]> said:
> In FreeBSD 5.3 you can change the buffersize by adding
> hint.pcm.0.buffersize="foo" to /boot/loader.conf, have you try'ed this
> with 4.x?
Yes
Is it generally safe to just rebuild the kernel, and not make world,
when your only tracking a release and not -STABLE, i.g. setting cvsup to
track RELENG_5_3?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-question
rain cip wrote:
Hello,
Does anyone know the status of java support in FreeBSD
5.x release? Their website says there is a binary
compatibility issue in 5.x but doesn't give further
detail on what the issue is. Has anyone had any
success using linux port of java in the 5.3 release?
Thanks.
rain
Ben Washington-Yule wrote:
Nikolas Britton wrote:
Is it generally safe to just rebuild the kernel, and not make world,
when your only tracking a release and not -STABLE, i.g. setting cvsup
to track RELENG_5_3?
___
[EMAIL PROTECTED] mailing list
http
Christian Hiris wrote:
AFAIK the define is named DSP_BUFFSIZE (in src/sys/dev/sound/pcm/sound.h.
DSP_BUFFSIZE can be used to define the default buffersize for sound drivers,
but most of the sound drivers use their own defines.
If you want to change the default buffersize for a sound driver you n
Kris Kennaway wrote:
On Wed, Dec 15, 2004 at 06:48:42AM -0600, Nikolas Britton wrote:
1. I'd like to know if it's (relatively) safe to use -Os for CFLAGS and
COPTFLAGS?
Only on 5.3 and above.
Kris
Thanks but I desided to try it anyways, I set -Os for CFLAGS and
COPTFLAGS and
Joshua Tinnin wrote:
Well, if you build a port with make options once, then it will remember
your make options. Otherwise, you can enter make arguments
in /etc/pkgtools.conf, although this only helps if you know what
arguments the ports you're installing might need.
What do you mean it "reme
Need some advice here...
I would like to change my mail client from thunderbird to a text based
client so I can email from anywhere using just ssh (don't like "web
based" clients, too slow). I would like to try mutt being that it's a
very popular text client but I have many questions about it. s
[EMAIL PROTECTED] wrote:
Hello. I have problems trying to get my multifunction 3Com Megahertz
3CXEM556 B Ethernet/56K Modem PCMCIA card working on FreeBSD 5.1 on
my Compaq Armada 7400. The card works perfectly (as far as the modem
part, can't test the ethernet portion) on Windows 98 SE. Wheneve
Hello,
I have a Compaq Armada 1750 laptop and ACPI is some what broken. If I
enable ACPI the fan will never run causing the system to overheat and
shutdown, there are a few other problems with ACPI but this is the major
one. This is a standard 440BX/MX chipset (82443BX) so I don't understand
wh
Nikolas Britton wrote:
Hello,
I have a Compaq Armada 1750 laptop and ACPI is some what broken. If I
enable ACPI the fan will never run causing the system to overheat and
shutdown, there are a few other problems with ACPI but this is the
major one. This is a standard 440BX/MX chipset (82443BX
Nikolas Britton wrote:
Nikolas Britton wrote:
Hello,
I have a Compaq Armada 1750 laptop and ACPI is some what broken. If I
enable ACPI the fan will never run causing the system to overheat and
shutdown, there are a few other problems with ACPI but this is the
major one. This is a standard 440BX
First off, this program is kick-ass, everything I was looking for,
simplicity and minimalism at its best. The basic commands took me 10
minutes to master, it plays everything including mp3 streams / mp3
stream playlists, has a file manager style music browser (In windows I
used explorer to mana
Noah wrote:
FreeBSD-4.9
well I am back to the drawing board here. webcalendar is not very well
supported, and it does not interface that well with my Palm calendar. I cant
appear to upload my calendar to it.
http://www.k5n.us/webcalendar.php
can somebody please send along their recommendations fo
Peter Risdon wrote:
P. B. S. wrote:
How can I do that?
explore2fs is for ext2/3 only.
IIRC, explore2fs is a software utility that allows you to mount Linux
ext2/3 drives directly on a Windows box. There's no similar utility
for UFS. So you can't.
You can, however, mount them across a network fr
Joshua Tinnin wrote:
On Wed, Dec 22, 2004 at 10:20:04AM -0600, Joshua Lokken wrote:
On Wed, 22 Dec 2004 10:21:46 -0500, Pervert Files
<[EMAIL PROTECTED]> wrote:
Hello,
What is the best newsgroup to read freebsd question.
muc.lists.freebsd.questions doesn't seem to be updating
with anythin
Nikolas Britton wrote:
This ones easy (tho I hate there "new" style), bookmark this link to
your toolbar as "BSD Search":
http://groups-beta.google.com/groups?&as_ugroup=mailing.freebsd.*
This will let you google all the freebsd mailing lists, in th
Joshua Lokken wrote:
On Wed, 22 Dec 2004 12:28:58 -0600, Nikolas Britton
<[EMAIL PROTECTED]> wrote:
Yes that worked, cool, now I can search every newsgroup with the word
freebsd in it: http://groups-beta.google.com/groups?&as_ugroup=*.freebsd.*
http://www.google.com/bsd
Yes
Uwe Laverenz wrote:
On Tue, Dec 21, 2004 at 06:25:05AM -0600, Nikolas Britton wrote:
Any help would be appreciated on ether fixing this problem or a way to
use ACPI but disable the thermal monitoring so the system can control
the fan?
I might be wrong, but I think on the 1750 you should
From a business perspective we look amateurish.
I REALLY REALLY agree with this point, from the prospective of an
outsider the website and "Image" conveys a real lack of professionalism,
which is not true.
I'm looking at the start page for FreeBSD right now and here are the
things I do not
Chris wrote:
Nikolas Britton wrote:
From a business perspective we look amateurish.
I have held off thus far...
I REALLY REALLY agree with this point, from the prospective of an
outsider the website and "Image" conveys a real lack of
professionalism, which is not true.
No you don
Michael C. Shultz wrote:
I hate to see FreeBSD to something like my once favorite news site
(www.antiwar.com) did. Early on they had a website that wasn't at all
artistic, but they always had links to great news stories and updated
those several time a day.
A while back they re-did the site int
John-Mark Gurney wrote:
Nikolas Britton wrote this message on Thu, Dec 23, 2004 at 22:46 -0600:
2. I cringe when I see Times New Roman, again redo the whole site with a
modern web font: Arial, Helvetica, Verdana, Etc. (ever here of Cascading
Style Sheets?)
you mean a sans-serif font? yes
Michael C. Shultz wrote:
On Thursday 23 December 2004 10:44 pm, Nikolas Britton wrote:
Michael C. Shultz wrote:
I hate to see FreeBSD to something like my once favorite news site
(www.antiwar.com) did. Early on they had a website that wasn't at
all artistic, but they always had lin
Colin J. Raven wrote:
On Dec 25, Dag-Erling Smørgrav launched this into the bitstream:
Chris <[EMAIL PROTECTED]> writes:
One does not need to know how to rebuild an engine to know how to
drive the car.
One should not criticize the design of an engine while vehemently
claiming to have no interest i
Mark wrote:
I was looking at the bsd site and noticed the Quarterly Report was out, and in
this report
it states we are in danger of losing the non-profit status. Please read this
report.
http://www.freebsdfoundation.org/press/20041221-newsletter.shtml
Yes, I saw that yesterday, they need to r
Shahar Yuval wrote:
Hi,
I'm trying to use my Netgear MA111 wireless USB card
in FreeBSD. As I understand, FreeBSD's wi module does
not support it (OpenBSD's does). Therefore, I decided
to check out NDISulator ("Project Evil").
I followed the instructions in the FreeBSD Handbook,
installed ndis, n
Andrew P. wrote:
Popularity is a big deal. I could never understand why this
organization (not community) was not aiming at getting more users and
supporters. I mean, this is the best OS I've ever seen. And while I
don't even remember how or when I first heard about it, I'm sure there
are thou
uct 6 out of 5 stars.
--- Nikolas Britton <[EMAIL PROTECTED]> wrote:
Project Evil, Yes, That's what I'd call the netgear
MA111. This is the
most flakiest POS I have ever see. Eventually I got
so pissed at it that
I calmly unplugged it from the USB port and
forcefully wiped it across
the r
andrei wrote:
Hi, my name is Andrei and I have recently purchased FreeBSD from BSDMall and
I ran into few problems. I am a windows user but i have some experince in
Linux BUT, I got rid of my windows machine and installed FreeBDS. After the
install for some reason i log into root and i use the s
See what just a little bit of marketing and PR can do, It took 5 days to
get to 80%, after it was posted here it went from 80% to 120% in one
day. Heck there was one guy that posted saying he had been using FreeBSD
since 3.4 and didn't even know the foundation existed!
From the FreeBSD Foundati
Kris Kennaway wrote:
On Sun, Dec 26, 2004 at 08:26:29PM -0600, Nikolas Britton wrote:
From the FreeBSD Foundation's charter: "What can I expect from the
FreeBSD Foundation?" one of the sub point says:
"Cultivating press coverage and advertising the utility and availability
Nikolas Britton wrote:
Kris Kennaway wrote:
On Sun, Dec 26, 2004 at 08:26:29PM -0600, Nikolas Britton wrote:
From the FreeBSD Foundation's charter: "What can I expect from the
FreeBSD Foundation?" one of the sub point says:
"Cultivating press coverage and adverti
Kris Kennaway wrote:
On Sun, Dec 26, 2004 at 09:02:02PM -0600, Nikolas Britton wrote:
Anyone who will listen, being that this mailing list has the most
readership of all the FreeBSD lists and It says -questions It is only
common sense to post questions here.
Also the fact that the
Nate Lawson wrote:
Nikolas Britton wrote:
When I try it with Linux it worked, in fact, here is a patch for
kernel 2.6.7:
https://kilobyte.dyndns.info/linux/armada_1700_dsdt_linux-2.6.7.diff.bz2
"Compaq Armada 1700/1750 ACPI/Sound/PM/i2c kernel patch:
This patch(2.6.7) fixes the DSDT (broke
Lane wrote:
Hey, Kris!
do they gotta freebsd-foundation-questions list? 'Cause I wanna get me a
subscription!
I said yesterday that I had been using FreeBSD since 3.4, but I misspoke.
Actually it has been since 3.1. Turns out I hadda dig out those disks just
today, and lo and behold! It was
Nikolas Britton wrote:
Nate Lawson wrote:
Can you get the author of this patch to send you the raw "dsdt.asl",
instead of the compiled version? If so, send it to me so I can diff
against the one I asked you to dump and post.
Thank you for responding, here is a copy of my asl (Com
Nate Lawson wrote:
Nikolas Britton wrote:
I can't find his name or email address anywhere BUT I think I can do
one better then that. Here are two ASL's that where uploaded to the
ACPI4Linux project:
http://acpi.sourceforge.net/dsdt/tables/Compaq/Armada_1750/Compaq-Armada_1750-686EM
Jorn Argelo wrote:
Hi all,
I've installed FreeBSD 5.3 AMD64 a few days ago. However, I am having sound
problems. I have an Ensoniq 5880 as specified by lspci and dmesg:
00:0d.0 Multimedia audio controller: Ensoniq 5880 AudioPCI (rev 02)
pci0: at device 13.0 (no driver attached)
For example, when I
Cristi Tauber wrote:
Vadim Maksimenko wrote:
Do you get kind of these messages at boot time?:
I got just the first line
npx0: [FAST]
then it stops . Setup hangs with no other error. the CPU in at 1600Mhz
and is not overclocked !
Cristi
I'm assuming
Frank Pawlak wrote:
This is one of several issues that have been brought up on an almost
periodic basis for the past several years. There have been several
attempts by various folks, including a rather ambitious one by this
author, and all have died because of severe lack of interest. It has
Broder Mizzérable wrote:
Hello there.. i'm switching to FreeBSD ' now '... i did try to use the
floppy installation way. but it seems like all my floppy's are 50kb to
small =/ ... so i was wondering .. is it possible to use a CD ' That
does already has stuffs on it but still boot it and download
Chris wrote:
Nikolas Britton wrote:
Broder Mizzérable wrote:
Hello there.. i'm switching to FreeBSD ' now '... i did try to use
the floppy installation way. but it seems like all my floppy's are
50kb to small =/ ... so i was wondering .. is it possible to use a
CD ' Tha
Chris wrote:
Ted Mittelstaedt wrote:
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Nikolas
Britton
Sent: Monday, December 27, 2004 7:08 PM
To: Broder Mizzérable
Cc: freebsd-questions@freebsd.org
Subject: Re: Need help *fast*
Broder Mizzérable wrote
Ted Mittelstaedt wrote:
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Nikolas Britton
Sent: Monday, December 27, 2004 7:08 PM
To: Broder Mizzérable
Cc: freebsd-questions@freebsd.org
Subject: Re: Need help *fast*
Broder Mizzérable wrote:
Hello there
andrei wrote:
Thank you for your quick replay but i am still not sure about a couple of
things:
I have tried what Mr. Lane suggested ... it took lets say about 8-9 hours
(it connects to an ftp and starts downloading packages and installing them
from all that writing on the screen and i have cab
Dinesh Nair wrote:
On 28/12/2004 05:08 Greg 'groggy' Lehey said the following:
On Monday, 27 December 2004 at 13:21:51 -0600, Dan Thomas wrote:
A friend gave me a laptop with a Pentium 100 and 24 megs of ram. It
only has a floppy drive. What version of FreeBSD do you recommend
and would you send
Ted Mittelstaedt wrote:
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Roger 'Rocky'
Vetterberg
Sent: Monday, December 27, 2004 4:57 PM
To: Simon Burke
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];
freebsd-questions@freebsd.org; [EMAIL PROTECTED]
Subject: Re:
Ted Mittelstaedt wrote:
Your just not going to be able to do this one as it is,
you need to boot into FreeBSD in order to write a FreeBSD
boot selector or boot loader on the hard disk.
Borrow another laptop and temporairly move the hard drive from
the first laptop to the second, then load FreeBSD o
Any OmniBook 6000 owners out there that can comment on ACPI support in
FreeBSD 5.x?... or any other problems with this system. I was thinking
about getting one. As I'm sure there are meny variants of this model the
specs for the system in question are: [EMAIL PROTECTED], 12GB, 256 or 512MB,
DV
Ted Mittelstaedt wrote:
nbritton wrote: gain this is are target market; consultants, integrators, vars,
etc. I
bet 80% of them don't even know FreeBSD exists and of the 20% that do
only 20% would consider using and recommending it based on technical
merit alone.
A var that has a thriving Lin
Do the Prism GT chipsets support hostap mode in freebsd (does freebsd
even support this chipset?)? and are there any other chipsets besides
Prism 2/2.5/3? that work in hostap mode?
Thank you,
Nikolas
___
freebsd-questions@freebsd.org mailing list
ht
Karl Agee wrote:
Freebsd 4.11-pre. I am working on learning perl, and have perl 5.00x
that is in the base system when I installed 4.10-Release. Since most
of the learning materials out there are based on later verisions esp
since 5.6.x some of the features arent in this older version.
I am co
Peter Ulrich Kruppa wrote:
On Thu, 30 Dec 2004, Tom Connolly wrote:
Eugene M. Minkovskii wrote:
Hi!
I'm confusing now: about a month ago I have upgrated from FreeBSD
5.2.1 to stable 5.3. Since this moment strange things have been
happens on my PC. Usually system works Ok, and can be run as long as
Kövesdán Gábor wrote:
Hi,
I'd like to build a monolithic kernel without loadable module support. I've
also made it on Linux, but I haven't found such howto for FreeBSD. Is there
any opportunity to do this?
makeoptions MODULES_OVERRIDE=""
this will only prevent kernel modules from being build,
Tabor Kelly wrote:
Nikolas Britton wrote:
Do the Prism GT chipsets support hostap mode in freebsd (does freebsd
even support this chipset?)? and are there any other chipsets besides
Prism 2/2.5/3? that work in hostap mode?
From wi(4)
(http://www.freebsd.org/cgi/man.cgi?query=wi&sekti
Victor Foulk wrote:
Hello all,
I have been looking into setting up a network gateway
using a FreeBSD box, so that I may employ many of the
network security features of the system (and to
overcome the fact that the current network is
insecurely connected to a much larger ~public LAN).
The configur
Sergei Gnezdov wrote:
Hi,
I need to mount /dev/acd0 (cdrom) from the standard user account.
Do I have to give the user account write access to /dev/acd0 device or
there is another way I don't know about?
http://groups-beta.google.com/group/lucky.freebsd.questions/browse_thread/thread/a4811769719
http://linux.junsun.net/intersil-prism/
http://tools.collegeterrace.net/prismfw/
http://www.red-bean.com/proski/firmware/readme.html
http://www.red-bean.com/proski/firmware/
http://taosecurity.blogspot.com/2004_02_01_taosecurity_archive.html
("Adventures in Flashing Firmware")
http://tools.college
I was looking at the dmesg output on my firewall and "re"-remembered
that I have this 3Com 509 card that doesn't work quite right. take a
look at the demsg output below...
dmesg:
ep0: <3Com 3C509-TPO EtherLink III> at port 0x300-0x30f irq 10 on isa0
ep0: No irq?!
ep0: ep_alloc() failed! (6)
devi
Fabian Keil wrote:
"Low speed == better quality" is a myth
why so?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Micah Bushouse wrote:
"Victor Foulk" <[EMAIL PROTECTED]> wrote:
[...]
"Bill Moran" <[EMAIL PROTECTED]> wrote:
[...]
However, in my experience, the most critical hardware choice is
the network cards themselves. Cheapo network cards will really
hurt performance under load. So toss th
Walker, Michael wrote:
Hi
I apologise for asking this, as I know for a fact this question has been
asked before, however when searching the archives, I am finding conflicting
answers.
I have a Linksys WPC11 Version 4 wireless notebook adapter, and am wondering
if anyone has successfully set this up
Boris Spirialitious wrote:
Oh, but I do understand! FreeBSD is not good choice for companies
that need support for the latest hardware. Thank you for informing
me.
Boris
Personally I moved away from Linux because of all the support problems
it had, I've learned more about UNIX from the 1 1/2 ye
[EMAIL PROTECTED] wrote:
In a message dated 1/14/05 1:07:20 PM Eastern Standard Time, [EMAIL PROTECTED]
writes:
still-under-development 5.x. Which seems counterproductive for an O/S
that is trying to establish itself as a choice as a server platform.
Not necessarily. The interesting ques
Greg 'groggy' Lehey wrote:
On Friday, 14 January 2005 at 18:36:35 -0500, [EMAIL PROTECTED] wrote:
Do you have a name?
In a message dated 1/14/05 5:56:01 PM Eastern Standard Time, [EMAIL PROTECTED] writes:
Why are you abandoning support for new hardware in 4.x when you
admit that 5.x is not
Eric F Crist wrote:
On Jan 14, 2005, at 11:05 PM, Kris Kennaway wrote:
Welcome back to my killfile (although I doubt you'll stay there long
because of your desperate need to hear your own voice).
Kris
Now, I understand his/her/it's words are harsh, but is killing them
really a fair alternative?
I had a hard time trying to track down this file, think it's part of one
of the gnome meta-ports, posting it here for FYI.
ftp://ftp.internat.freebsd.org/pub/FreeBSD/distfiles/gnome-menu-editor-0.1.tar.gz
http://www.nbritton.org/uploads/gnome-menu-editor-0.1.tar.gz
___
Lets say I have BATCH=yes (/etc/make.conf) and I have a port with a menu
that turns on some flags i.e.:
OPTIONS=DEBUG "Build a debugging image" off \
LOGGING "Enable additional log messages" off \
OPTIMIZED_CFLAGS "Enable some additional optimizations"
off \
Derek wrote:
Collin McClendon wrote:
I've noticed for quite some time (at least on 5.x even before
-CURRENT) that if I'm unzipping or tarring a file that it is enough
to make xmms play mp3s with intermittent buzzing. I have a fairly
fast machine, dual athlon 1.53 Ghz with 1 GB of ram and a fully
Gert Cuykens wrote:
Does freebsd has programs to make music ? like sonar or logic or fruityloops ?
Audacity, a multi-platform sound editor:
http://audacity.sourceforge.net/about.php
also take a look in the ports tree: http://www.freebsd.org/ports/audio.html
Doug Poland wrote:
My son's a budding Unix enthusiast, but he's no CLI jockey yet. In my
attempt to help him be independent and burn his own data and/or audio
CD's, I came across nautilus-cd-burner.
It seems simple enough, but it doesn't work. I've got existing ISO
images that I try to burn to
Andrew L. Gould wrote:
I noticed that php ports conflict with php-cli ports. Does that mean
you can't do both web and cli programs in php on the same computer? Or
does php include command line capabilities?
Thanks,
Andrew
The standard php4 port installs both mod_php for apache and the cli
Giorgos Keramidas wrote:
On 2005-01-25 21:30, Nikolas Britton <[EMAIL PROTECTED]> wrote:
Lets say I have BATCH=yes (/etc/make.conf) and I have a port with a
menu that turns on some flags i.e.:
OPTIONS=DEBUG "Build a debugging image" off \
LOGGING "
Giorgos Keramidas wrote:
On 2005-01-27 21:36, Nikolas Britton <[EMAIL PROTECTED]> wrote:
Giorgos Keramidas wrote:
On 2005-01-25 21:30, Nikolas Britton <[EMAIL PROTECTED]> wrote:
If I do something like the following:
MAKE_ARGS = {
'www/firefox' => &
Hello, The first thing I want to make clear is DON'T FEED THE TROLL, yes
I'm talking about you TM* I mean [EMAIL PROTECTED] I know that this
questions has been asked many times here but it has never been fully
answered because TM always hi-jacks the thread, ignore him!
What I would like to know
Nikolas Britton wrote:
Hello, The first thing I want to make clear is DON'T FEED THE TROLL,
yes I'm talking about you TM* I mean [EMAIL PROTECTED] I know that
this questions has been asked many times here but it has never been
fully answered because TM always hi-jacks the thread,
Alfredo Perez wrote:
Hi
I just updated my ports and installed Firefox. I have installed
Firefox version 0.9.3. How can I update it to version 1.0?
Thanks
PS: I am running FreeBSD 5.3
Your post is a bit ambiguous. did you have 0.9.3 on your system and
wanted to upgrade to 1.0 or did you update y
Chris Hodgins wrote:
Nikolas Britton wrote:
Alfredo Perez wrote:
Hi
I just updated my ports and installed Firefox. I have installed
Firefox version 0.9.3. How can I update it to version 1.0?
Thanks
PS: I am running FreeBSD 5.3
Your post is a bit ambiguous. did you have 0.9.3 on your system and
Aperez wrote:
Nikolas Britton wrote:
Chris Hodgins wrote:
Nikolas Britton wrote:
Alfredo Perez wrote:
Hi
I just updated my ports and installed Firefox. I have installed
Firefox version 0.9.3. How can I update it to version 1.0?
Thanks
PS: I am running FreeBSD 5.3
Your post is a bit ambiguous
John wrote:
I finally got around my problems by manually deinstalling and
reinstalling all the packages that linux_base-8 depended upon.
I have done a make install on linx_base-8 and linux-sun-jdk14
on the NFS server (I gave up trying to do it over NFS, though
that may not have been the problem).
M
Joshua Tinnin wrote:
On Tuesday 01 February 2005 04:24 pm, Joshua Tinnin
<[EMAIL PROTECTED]> wrote:
On Tuesday 01 February 2005 03:07 pm, Aperez <[EMAIL PROTECTED]>
wrote:
Nikolas Britton wrote:
Chris Hodgins wrote:
Nikolas Britton wrote:
Alfredo
faisal gillani wrote:
Is it allowed to distribute Freebsd on any other
distro & charging only media cost related to it ?
GNU based application are very hard to find here in my
country & ordering from Internet is very expensive,
for a normal user , so i was thinking can i copy my
distro Cd's & sell
Erik Trulsson wrote:
On Wed, Feb 02, 2005 at 06:29:08AM -0600, Nikolas Britton wrote:
faisal gillani wrote:
Is it allowed to distribute Freebsd on any other
distro & charging only media cost related to it ?
GNU based application are very hard to find here in my
country & order
Nikolas Britton wrote:
Erik Trulsson wrote:
But remember that several parts of FreeBSD are covered by the GNU
GPL which has somewhat more restrictions (mainly in that (slightly
simplified) you need to include the sourcecode for anything you
distribute.)
In either case it is certainly allowed to
101 - 200 of 668 matches
Mail list logo