Re: this has nothing to do with FreeBSD

2006-04-25 Thread ill...@gmail.com

On 4/25/06, Aaron Holmes <[EMAIL PROTECTED]> babbled:

but I felt everyone


I hope they have hit-counters as well.
I hope they care.

--
--
___
freebsd-chat@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: is FreeBSD popularity decreasing ??

2006-06-03 Thread ill...@gmail.com

On 6/2/06, Mathieu Prevot <[EMAIL PROTECTED]> flod:

Hello,


The generally linear downward trend in FreeBSD
use since the advent of the "*BSD is dying" troll
on slashdot nearly a decade ago conclusively
demostrates that FreeBSD currently has a negative
number of users.

Linus Torvalds was accused of having been noted
to have pointedly averred:  "Dica nworb eht morf
yawa deyats evah dluohs I.  Em kcuf!"

--
--
___
freebsd-chat@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: lets chat

2006-11-11 Thread ill...@gmail.com

On 11/11/06, Old Ranger <[EMAIL PROTECTED]> wrote:

Hello,
Let's chat about AMD64X2 and 6.1 release


I would prefer to chat about intoxication and access
to teh interpipe.


I wish to dual boot XPPRO with it.


Ergh.  When I had to (just had to) have a sector of
something devoted to something windows it came
down to won98 under qemu.  Dual boot is such a
silly uncompromise, being as how you end up using
the "ohter" (so to speak) operating system (so to speak)
no more than you would if you had grill marks from apple-
bees on your hind quarters.  And, do not get me wrong
(or do, if you are so em-powered), apple-bees are total filth,
but dual boot is like polygamy:  illegal and probably only
partially acceptable in Utah.

--
--
___
freebsd-chat@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Venting my frustration with FreeBSD

2006-12-04 Thread ill...@gmail.com

On 12/4/06, Josh Paetzel <[EMAIL PROTECTED]> wrote (in part):
: fragmented

It
needed
to
be
said.

--
--
___
freebsd-chat@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Intel SoundMax Sound Card Support

2006-12-05 Thread ill...@gmail.com

On 12/5/06, Sam Fourman Jr. <[EMAIL PROTECTED]> wrote:

hello freebsd-chat@

I am reasonably new to the *BSD community so I hope this post is to a
"General Questions list"

I am wondering if there is in fact support in FreeBSD 6.2 or 7.0
current for the Intel SoundMax 4 XL on board sound card it is a 865PE
chip set motherboard, and the dmesg comes up as no driver attached

Thank you for any help


Being wholley unfamiliar with this device, I would suggest
loading snd_driver.ko (I think)*  at boot and then seeing
a) if anything works and
b) if the output of
hostname# tail /dev/sndstat
is enlightening.**

*If I am not mangling something, this should load all
of the available sound related modules.

**dmesg -a | grep pcm (or perhaps . . . | grep snd) as well.
--
--
___
freebsd-chat@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: beastie logo seen on TV

2007-01-20 Thread ill...@gmail.com

On 20/01/07, Jeremy C. Reed <[EMAIL PROTECTED]> wrote:

I was briefly watching the Discovery Science channel on TV a few weeks
ago. I think the episode was called "Robosapiens".

It showed some software used by a person in a coma. (I am not sure how as
I missed most of the show and was doing other things.)


Probably edited Beastie in, to avoid advertising for
some other company.  I have it on authority that the
only software you can use while in a coma is written
in Redmond.

Which explains 98% of Internet.

--
--
___
freebsd-chat@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


geom, lies, and video tape

2007-03-30 Thread ill...@gmail.com

# bsdlabel -e da0s1
. . .
Such that:

da0s1a => /
da1s1a => /tmp
da[0-3]s1b => swap
da[23]s1a, da[0-3]s1d, da[01]s1e => unused

# gstripe label -s 65536 var da0s1d da1s1d
Similarly for stripe/home, stripe/ports, and stripe/usr

# newfs -U /dev/stripe/var
. . .

ffwd a couple of months:

% bsdlabel stripe/var
bsdlabel: /dev/stripe/var: no valid label found
% ls -l /dev/stripe/
total 0
crw-r-  1 root  operator0, 134 Mar 24 09:09 home
crw-r-  1 root  operator0, 135 Mar 24 09:09 ports
crw-r-  1 root  operator0, 133 Mar 24 09:09 usr
crw-r-  1 root  operator0, 132 Mar 24 09:09 var
% bsdlabel da0s1
# /dev/da0s1:
8 partitions:
#size   offsetfstype   [fsize bsize bps/cpg]
 a:   730360   164.2BSD 2048  8192 42388
 b:   605492   730376  swap
 c:  83216070unused0 0 # "raw" part, don't edit
 d:   605492  1335868unused0 0
 e:  6380247  1941360unused0 0
% gstripe list var
Geom name: var
State: UP
Status: Total=2, Online=2
Type: AUTOMATIC
Stripesize: 65536
ID: 3018421848
Providers:
1. Name: stripe/var
  Mediasize: 619970560 (591M)
  Sectorsize: 512
  Mode: r1w1e1
Consumers:
1. Name: da0s1d
  Mediasize: 310011904 (296M)
  Sectorsize: 512
  Mode: r1w1e2
  Number: 0
2. Name: da1s1d
  Mediasize: 310011904 (296M)
  Sectorsize: 512
  Mode: r1w1e2
  Number: 1

Oddly*, it all works perfectly.

My curiousity is about whether this is, not so much
expected, but proper** behaviour.  I have also done
gstripe the canonical way, with striping the daN or
daNsN, bsdlabel the stripe, newfs the resulting
partitions.  But doing it wrong way 'round seems
to do no (particular) harm.


* Or not-so-oddly, as you wish.
** Demure: "Trousers were meant for women, as women have
belatedly discovered." (Anthony Burgess)

--
--
___
freebsd-chat@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: I like Ubuntu

2007-04-13 Thread ill...@gmail.com

On 13/04/07, Dag-Erling Smørgrav <[EMAIL PROTECTED]> wrote:

"Claude Menski" <[EMAIL PROTECTED]> writes:
> Why is freebsd better then ubuntu?

I like Ubuntu too.  If you want a desktop OS that Just Works and
doesn't require a lot of time to configure and keep up-to-date, it's a
good choice.

On the server side, however, I find that it is FreeBSD rather than
Linux which Just Works and lets you do excatly what you want without
any fuss.


Although I last used gentoo, I would assume that ubuntu
has similar features:
An older board with an i810 graphics chip works much
better for desktop[py|esque|ful|like] use, as linux support
for this obsolete piece of trash is fuller and richer.
Freebsd tends to work better in every other way, from
my admittedly limited experience.

--
--
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


xorg 7.2 blathering

2007-05-23 Thread ill...@gmail.com

Thanks to the team for their hard work.

Just a couple of noten for posterity:

The procedeure in ports/UPDATING worked (as
avertised) on:
FreeBSD 6.2-STABLE #0: Sat May 12 13:19:04 CDT 2007

bsetroot (part of x11-wm/blackbox) seriously prefers
that you use the -display flag now (it seems to take

3 minutes to set a background gradient if not).


rxvt (x11/rxvt-devel) not does appreciate +sb any
more (it barfs if you try to set the flag, honestly).

Building from scratch (!) gets pissy if you do not
set the XORG_UPDATE variable!?

Building on -CURRENT as of late Sunday (hence
a barely known gcc 4.2.0) . . .

--
--
___
freebsd-chat@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: xorg 7.2 blathering

2007-05-23 Thread ill...@gmail.com

On 23/05/07, Emanuel Haupt <[EMAIL PROTECTED]> claimed:

> Thanks to the team for their hard work.
>
> Just a couple of noten for posterity:
>
> The procedeure in ports/UPDATING worked (as
> avertised) on:
> FreeBSD 6.2-STABLE #0: Sat May 12 13:19:04 CDT 2007
>
> bsetroot (part of x11-wm/blackbox) seriously prefers
> that you use the -display flag now (it seems to take
> >3 minutes to set a background gradient if not).

You might want to give 'Esetroot' a try it comes with x11/eterm.



% Esetroot -display 0:0 -gradient rectanglegradient -from grey16 -to rgb:8/3/3
Esetroot:  Unrecognized option 'g'

Can I assume that this missing fictionality[sic] will be included
in fulture[sic] releases of bsetroot as well?

;-)



(In the background somewhere, I do note that Esetroot displays
png, gif, jpg, and a host of other such hwiol bsetroot only flunctions
in said capacity with the assistance of xv or (appearantly) Esetroot.
Damnit, I like my gradient.  And canoodle anyone who says otherwise,
this is 1974 and the Steelers are going to win the soup or bowl.)

--
--
___
freebsd-chat@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: I think my spell-checker is depressed

2007-05-24 Thread ill...@gmail.com

On 24/05/07, Darren Pilgrim <[EMAIL PROTECTED]> wrote:

So I was writing an email in which I was discussing a JRE-based piece of
software and a port in the sysutils directory.  The spell-checker marks
"JRE" and "sysutils".  The suggested replacements?  "DIRE" and
"futility's".


How to Help a Depressed [Program]

Engage the depressed [program] in conversation and
listen carefully. Do not disparage feelings expressed,
but point out realities and offer hope. Do not ignore
remarks about suicide. Report them to the depressed
[program]'s therapist. Invite the depressed [program] for
walks, outings, to the movies, and other activities. Be
gently insistent if your invitation is refused.

I hope this is on a laptop and not a proliant ML.

--
--
___
freebsd-chat@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: death of a mountain bike

2007-08-19 Thread ill...@gmail.com
On 17/08/07, Dan Langille <[EMAIL PROTECTED]> wrote:
> The bike isn't really dead.  I realised after Dru Lavigne thought I'd
> already written about the USA trip during which I bought this
> bike the bike pre-dates my BSD involvement by about 2 years.
>
>   http://dan.langille.org/2007/08/13/proflex-957-death-of-a-bike/
>

Get a cheap, suspension-corrected, rigid (Ican't-
believeIhavetomakethatqualification) fork, stuff
some big apples on it and, violin!, a coffee-shop
cruiser!

-- 
--
___
freebsd-chat@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


soup or man (was: why is it called /boot/beastie.4th ?)

2008-02-01 Thread ill...@gmail.com
On 01/02/2008, KAYVEN RIESE <[EMAIL PROTECTED]> wrote:
>

> i was reading a book on discrete math (they didn't require that in
> madison.. er.. it didn't exist) and i stumbled upon a problem
> that perked my ears
>
> http://www.monkeyview.net/id/965/tree/chill/p1310059.vhtml
> http://www.monkeyview.net/id/965/tree/chill/p1310060.vhtml
>
> i was pretty sure i understood the logic.  i am just sort of skimming
> the book a lot of stuff i covered in various courses, just seeing if
> there was something basic that might have been important.. then
> i realized.. ITS AN ODD PROBLEM!!
>
> so i looked in the back of the book
>
> http://www.monkeyview.net/id/965/tree/chill/p1310061.vhtml
>

Sophomoric at best.  It begs the question.

-- 
--
___
freebsd-chat@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: on content versus presentation [ was: Re: Why the FreeBSD license will not be changing ]

2008-03-14 Thread ill...@gmail.com
On 14/03/2008, spellberg_robert <[EMAIL PROTECTED]> wrote:

>  i don't care if freebsd doesn't have a flash plug_in.

The worst bits of the web are opt out, and
freebsd opts out just fine for my tastes.

>  hope this helps.
>
>  rob

It's better than reading Dan Brown.

-- 
--
___
freebsd-chat@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: I can't make world without the "games" group?

2008-08-27 Thread ill...@gmail.com
2008/8/27 Kevin Kinsey <[EMAIL PROTECTED]>:
> Dag-Erling Smørgrav wrote:
>>
>> Kevin Kinsey <[EMAIL PROTECTED]> writes:
>>>
>>> But FreeBSD might not be a car[1].  Maybe it's a piano.  And a piano
>>> that can play just as beautifully, in tune, and even loudly (and yes,
>>> that was the pianoforte's strong point in 1709) as any modern piano,
>>
>> Quite the opposite, the pianoforte's forte was its ability to play
>> piano.
>>
>> DES
>
> Well, I suppose that it could play any dynamics at all.  Clavs
> and harpsichords weren't so good at it, but, also, if you banged
> them as hard as some of the Romantics did, you'd have knocked them
> to bits.
>
> So, you're correct, in 1709, it was probably "piano" that was
> noticeable, but by 1860, maybe the other way'round?  At any rate, thanks
> for an excellent contribution to the thread, and a wonderful example
> of the complexities of the English language (gotta love reading that
> one out "forte" seven times quickly) :-)
>

I like the (unintentional, perhaps) pun with "strong point".

http://www.wordreference.com/iten/forte
http://www.etymonline.com/index.php?term=forte

-- 
--
___
freebsd-chat@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Why?? (prog question)

2009-04-02 Thread ill...@gmail.com
2009/4/2 Oliver Fromme :
>  Would you call
> BSD old fashioned?
>

No.

I would call it "old-fashion".

In keeping with the in/ex/un/out-dent theme, of course.

-- 
--
___
freebsd-chat@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "freebsd-chat-unsubscr...@freebsd.org"


Re: freebsd-chat Digest, Vol 321, Issue 1

2009-10-02 Thread ill...@gmail.com
2009/10/1 Sisantha Godawela-Ohle :
> Hello everybody,
>
> would like to know as why is in FreeBSD v 8.0 RC1 successfull installation on 
> hp Proliant DL 320 with gnome
> the gTerminal in System not available, although it is also installed?
> any clue would be appriciated.
>

which gnome-terminal
perhaps?

> sincerely,
>
> sisantha
>
> PS. if this is not the right place to place the question, pl. kindly diket to 
> (send me) the appropriste link, thanks.
>
>

freebsd-questi...@freebsd.org is probably the correct list,
also, you will get better results if you compose a new mail
to ask your questions.

-- 
--
___
freebsd-chat@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "freebsd-chat-unsubscr...@freebsd.org"


Re: Unified BSD?

2012-11-13 Thread ill...@gmail.com
On 13 November 2012 07:04, Lars Engels  wrote:
> On Tue, Nov 13, 2012 at 11:45:11AM +0100, Ignatios Souvatzis wrote:
>> On Tue, Nov 13, 2012 at 10:08:08AM +0100, Joost van de Griek wrote:
>> > On 12 Nov 2012, at 21:37 , Robin  Björklin  
>> > wrote:
>> >
>> > > Am I bat crap crazy for thinking it could be good to merge the four 
>> > > largest BSD variants out there, take the best bits and pieces out of 
>> > > each and create a Unified BSD?
>> >
>> >
>> > You'd end up creating a fifth.
>>
>> At least a sixth, IIRC. You left out MirBSD from your distribution list.
>> Also, you could argue that Minix, with its NetBSD compatibility,
>> is a seventh and MacOS-X, with its partially (Free-/Net-)BSD compatible
>> userland, an eighth.
>>
>
> MirBSD / MirOS is dead:
>
> http://www.freshbsd.org/search?project=mirbsd
>
> Last commit:  2011-08-29 23:00:00

Latest looks like 20120911 via http://www.mirbsd.org/MirOS/current/

Also, mksh (I use this on gentoo) & jupp (a fork of joe: I still use the ol
jstar for word processing) are both regularly worked upon.

In any case (getting back to the Original Troll), the various BSD
projects regularly borrow code from each other, so I hardly see the
point.

-- 
--
___
freebsd-chat@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "freebsd-chat-unsubscr...@freebsd.org"


Nakatomi Socrates FreeBSD 9.2

2013-12-25 Thread ill...@gmail.com
Should have been released on Christmas.

(Now I have a machine gun, ho-ho-ho!)

-- 
--
___
freebsd-chat@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "freebsd-chat-unsubscr...@freebsd.org"