Kostik Belousov wrote:
On Mon, Jun 23, 2008 at 02:41:29PM -0400, Zaphod Beeblebrox wrote:
On Mon, Jun 23, 2008 at 2:41 AM, Dominic Fandrey <[EMAIL PROTECTED]>
wrote:
Thanks for the pointer. Unfortunately it seems that Csaba's patch only
allows you to stall shutdown for 10 seconds. After heavy
Andres Chavez wrote:
Hi, a friend is challenge me to make use of 3 different connections (one
adsl, one cable, and one Evdo) as one single connection to internet, i
believe for make faster downloads or something such, its that can be
possible ?, if so, can anybody help me with this?, this sounds
Hello,
I have installed FreeBSD 7.0R on that eeePC 900 and because of the
limited life time of the SSD (see
http://en.wikipedia.org/wiki/Wear_levelling )
I disabled some logging stuff which I don't need on that tiny laptop,
for example:
syslogd_enable="NO"
sendmail_enable="NONE"
cron_enable="NO"
On Tue, Jun 24, 2008 at 03:11:50PM +0200, Matthias Apitz wrote:
> Hello,
>
> I have installed FreeBSD 7.0R on that eeePC 900 and because of the
> limited life time of the SSD (see
> http://en.wikipedia.org/wiki/Wear_levelling )
> I disabled some logging stuff which I don't need on that tiny laptop,
Patrick Lamaizière wrote:
> Le Fri, 6 Jun 2008 23:41:35 +0200,
> Patrick Lamaizière <[EMAIL PROTECTED]> a écrit :
>
> Hello,
>
>> I'm trying to port the glxsb driver from OpenBSD to FreeBSD 7-STABLE
>> (via the NetBSD port).
>> " The glxsb driver supports the security block of the Geode LX
>> ser
On 24/06/08 15:11 +0200, Matthias Apitz wrote:
>
> Hello,
>
> I have installed FreeBSD 7.0R on that eeePC 900 and because of the
> limited life time of the SSD (see
> http://en.wikipedia.org/wiki/Wear_levelling )
> I disabled some logging stuff which I don't need on that tiny laptop,
> for exampl
On Tue, 24 Jun 2008 06:24:12 -0700
Jeremy Chadwick <[EMAIL PROTECTED]> wrote:
> On Tue, Jun 24, 2008 at 03:11:50PM +0200, Matthias Apitz wrote:
> > Hello,
> >
> > I have installed FreeBSD 7.0R on that eeePC 900 and because of the
> > limited life time of the SSD (see
> > http://en.wikipedia.org/wi
On Fri, 20 Jun 2008, Scott T. Hildreth wrote:
>
>
> On Fri, 2008-06-20 at 08:39 +0200, Alexander Leidinger wrote:
> > Quoting John Kozubik <[EMAIL PROTECTED]> (from Thu, 19 Jun 2008
> > 14:38:11 -0700 (PDT)):
> >
> > > First, a bounty has been posted here:
> > >
> > > http://blog.kozubik.com/joh
On Jun 25, 2008, at 00:07 , Andres Chavez wrote:
Hi, a friend is challenge me to make use of 3 different connections
(one
adsl, one cable, and one Evdo) as one single connection to internet, i
believe for make faster downloads or something such, its that can be
possible ?, if so, can anybody
On Tue, 2008-06-24 at 08:41 -0700, John Kozubik wrote:
>
> On Fri, 20 Jun 2008, Scott T. Hildreth wrote:
>
> >
> >
> > On Fri, 2008-06-20 at 08:39 +0200, Alexander Leidinger wrote:
> > > Quoting John Kozubik <[EMAIL PROTECTED]> (from Thu, 19 Jun 2008
> > > 14:38:11 -0700 (PDT)):
> > >
> > > > Fi
On 6/19/08, John Kozubik <[EMAIL PROTECTED]> wrote:
>
>
> Don't shoot the messenger:
>
>
> FreeBSD is not useful as a desktop environment without the ability to
> support Flash in a stable, well-performing fashion.
>
>
> Running IE in Wine is not a solution.
>
> Running another OS in vmware to
On Tue, Jun 24, 2008 at 8:55 AM, Scott T. Hildreth
<[EMAIL PROTECTED]> wrote:
>
> On Tue, 2008-06-24 at 08:41 -0700, John Kozubik wrote:
>>
>> On Fri, 20 Jun 2008, Scott T. Hildreth wrote:
>>
>> >
>> >
>> > On Fri, 2008-06-20 at 08:39 +0200, Alexander Leidinger wrote:
>> > > Quoting John Kozubik <[
"Mark Carlson" wrote:
> On 6/19/08, John Kozubik <[EMAIL PROTECTED]> wrote:
. Elided ...
> > [1] Since we're all probably already running Linux Binary
> > Compat anyway...
>
> I've found wine + firefox + flash to work for everything I've tried so
Do you have a "How To" RTFM Cook book / s
Julian Stacey wrote:
"Mark Carlson" wrote:
On 6/19/08, John Kozubik <[EMAIL PROTECTED]> wrote:
. Elided ...
[1] Since we're all probably already running Linux Binary
Compat anyway...
I've found wine + firefox + flash to work for everything I've tried so
Do you have a "How To" RTFM
On 6/24/08, Naram Qashat <[EMAIL PROTECTED]> wrote:
> Julian Stacey wrote:
> > Do you have a "How To" RTFM Cook book / script URL please ?
> >
>
> I'd like to chime in here and say there is nothing special to get this
> configuration to work. Download the Windows version of Firefox and install
>
1) You can't convert just whole buffer after fread() since it can be
ended in the middle of multibyte sequence on BUFSIZ edge. Look how GNU
utils do it.
OK, now I haven't thought of this aspect. What about this?
#define iswbinary(ch) (!iswspace((ch)) && iswcntrl((ch)))
int
bin_file(FI
On Tue, Jun 24, 2008 at 10:32:17PM +0200, Gabor Kovesdan wrote:
> ch = fgetwc(f);
You must clear errno before and handle EILSEQ possible coming after
fgetwc() somehow. Perhaps by return ret = 1 (binary), I am not sure.
fgetwc() returns WEOF in that case which is not true end of f
On Wed, Jun 25, 2008 at 01:04:20AM +0400, Andrey Chernov wrote:
> > if ((s = mbstowcs(NULL, f->base, 0)) == -1)
> > return (0);
>
> The same here. Check EILSEQ and return 1
BTW, do you realyze that this code malloc()s _whole_file_ into memory
(which not fits for very big
On Monday 23 June 2008 03:16:40 pm James Gritton wrote:
> John Baldwin wrote:
> > On Thursday 19 June 2008 11:57:51 am James Gritton wrote:
> >
> >> John Baldwin wrote:
> >>
> >>> On Sunday 15 June 2008 07:23:19 am Stef Walter wrote:
> >>>
> >>>
> I've been trying to track do
On Tue, 24 Jun 2008 14:36:42 -0400
Naram Qashat <[EMAIL PROTECTED]> wrote:
> Julian Stacey wrote:
> > "Mark Carlson" wrote:
> >> On 6/19/08, John Kozubik <[EMAIL PROTECTED]> wrote:
> > . Elided ...
> >>> [1] Since we're all probably already running Linux Binary
> >>> Compat anyway...
> >>
[CC trimmed]
Le Tuesday 24 June 2008, Garrett Cooper a écrit :
> On Tue, Jun 24, 2008 at 8:55 AM, Scott T. Hildreth
>
[SNIP]
>
> (not designed to be troll-bait, just my personal opinion on the matter
> -- don't comment on it please) FWIW, Personally I don't think that
> Flash support is as critica
On Tue, Jun 24, 2008 at 01:40:44PM -0600, Mark Carlson wrote:
> 0. Install wine ( emulators/wine )
> 1. Download firefox for windows (
> http://www.mozilla.com/en-US/firefox/all.html )
> 2. Run: wine "Firefox Setup 3.0.exe"
> 3. Complete the installer
> 4. To run firefox you need to do something li
,--- You/Mark (Tue, 24 Jun 2008 13:41:07 -0600) *
| I'm not at my box right now, but it went something like this:
| ...
| I might write up some better instructions when I have the time, but
| I really don't have a good place to put them.
`---*
Th
23 matches
Mail list logo