, since he was unable
to defend himself :P
Cheers,
-matt
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"
deadline.
>>>
>>> My proposal can be read at the following address:
>>> https://www.google-melange.com/gsoc/proposal/review/google/gsoc2013/justin_muniz/1
>>>
>>>
>>> I appreciate you taking the time to read this email. Happy coding
>>>
On 03/26/13 01:58, Paul Koch wrote:
> We don't want to run an external program (eg. truss/dtrace) on each
> program.
Not exactly what you want, but a single DTrace instance can collect data
globally, not just while attached to a specific target:
# dtrace -qn 'syscall:::entry{@x[execname,probefunc
On 03/02/13 17:35, Andriy Gapon wrote:
> To summarize: I would be glad of either clang generated code was
> "fbt-friendly" or if ctf information was generated for
> bpobj_iterate_impl. Either is perfect for me.
Apologies if this is a silly suggestion, but are you building with -O0?
I've noticed b
I've been doing a lot of panicing recently trying to track down a dtrace
problem, and have noticed that only the first call of doadump() shows a
progress display, resulting in uncertainty as to whether or not the dump is
happening, at least with a low amount of RAM dumping to a ramdisk (the
panicin
How do I get kgdb to load kernel modules from somewhere other than
/boot/kernel?
Googling tells me I need to use asf to create a file, but I haven't managed
to figure out how to get kgdb use the output.
Thanks
--
Sorry about the following...
The information contained in this message is confide
s an old saying about not
putting all your eggs into one basket, even if it's a great basket :)
Matt
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"
e, send any mail to
> "freebsd-hackers-unsubscr...@freebsd.org"
>
This means you have grub2. It is slow as molasses and has to be the mbr.
You could chainload freebsd's partition under a separate entry, like
Windows The partition bootcode for FreeBSD will bo
On Tue, Jun 12, 2012 at 4:20 PM, Matt Olander wrote:
> On Tue, Jun 12, 2012 at 3:52 PM, John Kozubik wrote:
>>
>> Hi Matt,
>>
>>
>> On Tue, 12 Jun 2012, Matt Olander wrote:
>>
>>> So, we've (iXsystems, PC-BSD) been kicking around the idea o
On Tue, Jun 12, 2012 at 3:52 PM, John Kozubik wrote:
>
> Hi Matt,
>
>
> On Tue, 12 Jun 2012, Matt Olander wrote:
>
>> So, we've (iXsystems, PC-BSD) been kicking around the idea of a Long
>> Term Supported version of "PC-BSD Server", which is rea
ing this with 9.1, we can
consider 8.x. I'll speak with Kris Moore and the rest of the team and
find out what it will take.
We've hired a contract release engineer with this task in mind but
you're right, most of the work will be in backporting. I like the idea
of coming up with a
I've ran into is the security/openssl port is looking at
> /usr/lib/libc.so to see if it is ELF or not, and due to this is falling
> back on a.out binary format and then generating incorrect ASM. I think
> this is going to be a pretty rare and specific case though.
>
> Regard
___
> freebsd-hackers@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"
Ratpoison is in ports and I think it does what
et as far as latency, reliability etc.
I might want Vbox loaded, but not so early that it could hose the boot
process prior to single user, etc.
Matt
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"
On 02/17/12 17:14, Doug Barton wrote:
> On 02/17/2012 15:11, matt wrote:
>> We have a modular kernel. It makes best-practices-sense to keep the
>> kernel true to what's required to boot and initialize the hardware
>> required to come up multiuser. I am actually against h
imum", leaving me with a minimal kernel.
>>>>
>>>> -- Alex -- alex-goncha...@comcast.net --
>>> NO.
>>>
>>>> Thinking bigger picture (beyond sound), would it make sense to keep
>>>> GENERIC very minimal, but provide an extensive l
O.
>
>> Thinking bigger picture (beyond sound), would it make sense to keep
>> GENERIC very minimal, but provide an extensive loader.conf with a
>> default install...so most things worked, but were loaded as modules?
>>
>> Matt
> NO.
>
>
> You can'
On 02/17/12 11:34, Alex Goncharov wrote:
> ,--- You/matt (Fri, 17 Feb 2012 11:09:38 -0800) *
> | For what it's worth, it's just a change in GENERIC. It's not hard to
> | compile a kernel with different options,
>
> That's what I've been doin
x27;mirror' threads.
> http://forums.freebsd.org/showthread.php?t=29895
> http://daemonforums.org/showthread.php?t=6838
>
> Regards,
> vermaden
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
For what it's worth, it's just a change in GENERIC. It's not hard to
compile a kernel with different options, just like linux. Does a Redhat,
or Ubuntu kernel meet everyone's need without recompiling or issues?
Never. I run both, I'm not trying to start a flamewar.
So rec
ot;freebsd-hackers-unsubscr...@freebsd.org"
It's in the kernel in later versions of 9-CURRENT and in 9-RELEASE on.
You can't kldload or unload it because it's not a module, but part of
the kernel.
That doesn't preclude the presence of
It's a
simple CakePHP app and needs a little bit of love but worked
originally before we migrated the server.
Cheers,
-matt
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"
and iXsystems are the natural people to to take over
> that role in any
> case. The FreeBSD foundation seems less interested in the "for end-users"
> angle as well.
We'd be happy to sponsor a full-time employee at the Mall to handle
rolling -STABLE into release
On 08/19/11 13:20, Zhihao Yuan wrote:
On Fri, Aug 19, 2011 at 2:54 PM, Matt wrote:
On 08/19/11 09:15, Zhihao Yuan wrote:
Hi,
I think I must get this problem resolved. I work at night, so without
the headphones support, I can listen to music or watch video at that
time.
The machine is HP
On 08/19/11 09:15, Zhihao Yuan wrote:
Hi,
I think I must get this problem resolved. I work at night, so without
the headphones support, I can listen to music or watch video at that
time.
The machine is HP Elitebook 8540w.
~> uname -a
FreeBSD compaq.yuetime 8.2-STABLE FreeBSD 8.2-STABLE #6 r22
I'm trying to setup a box to do automated FreeBSD builds for other hosts
from multiple source trees.
I have a couple of source trees mounted - for legibility's sake let's say
/build/stable and /build/current. I also have a few obj dirs for different
targets. The current obj tree is symlinked to /u
y interpreter (perl, python, etc)?
-any shell?...
minicom
wget
curl
netcat
links/lynx
Can it be made a switch on sudo?
sudo --sandbox=someprofile,option tcpdump -tti pflog0
Hopefully I'm not missing the boat and these ideas are applicable :)
Matt
___
erving
> platform, although iXSystems guys may correct me :-)
Haha, we will not disagree with you (yet!). This is a great project
and I appreciate your work on it.
What about inetd? Is that possible or does each service it support
need sandboxing, too? How about sendmail and bind?
Che
On 24 June 2010 11:06, Mohammed Farrag wrote:
> @ Matt
> Thanx for ur reply Matt.
> /
> FreeBSD is already a very modular system and the traditional way (a
> traditional way) to build for embedded systems is to follow the
> Na
On 12 June 2010 12:02, Chargen wrote:
> Sir, first of all: I'm no expert in this field but I've seen your document
> and I'm still wondering why you should impose such a design.
>
> I suppose it's well thought of but still I'm a bit opposed to binary
> configuration files because I think has to be
mException("Cannot close the session
> stream",
> errno);
> }
> }
> }
> }
>
> This causes it to call abort on the the thread which then crashes the app
> with
> the above stack trace, whi
hpp:78
> Previous frame inner to this frame (corrupt stack?)
>
> Regards
> Steve
Steve,
Did you figure this out? We're seeing something very similar with
nginx + passenger + FreeBSD 8.0.
Matt
___
freebsd-hackers@freebsd.org mailing list
http://
hink it's a great idea. If somebody would like to
spearhead this effort, that would be great.
For companies wishing to sponsor non-community code, it also has the
option of hiding the community committed code.
best,
-matt
___
freebsd-hackers@freeb
On Tue, Jul 21, 2009 at 9:18 PM, Shaowei Wang (wsw) wrote:
> On Tue, Jul 21, 2009 at 9:17 PM, Roman Divacky
> wrote:
>
> > On Tue, Jul 21, 2009 at 12:34:29PM +0800, Shaowei Wang (wsw) wrote:
> > > Hi, hackers!
> > >
> > > Recently I am playing the clangbsd i386 branch and it works. I've
> noticed
k with Alfred on a project at Juniper a
few hours a week in their spare time, for free. It will look great on
a resume, they will probably learn some valuable skills, and perhaps
parlay it into a full-time, paid position.
best,
-matt
>
> Exact full copy of what Censors blocked:
>> > .
Looks like the VirtualBox developers at Sun ported VirtualBox to
FreeBSD in their spare time:
http://www.freebsdnews.net/2009/05/02/sun-virtualbox-on-freebsd/
They're looking for developers/testers to checkout the source and try
it out :-)
On Mon, Apr 6, 2009 at 7:29 PM, Yuri wrote:
> Nobody replied and I still have the problem.
>
> I extracted the area of the disk where long file names are stored. And can
> see that all characters are in UTF-8.
>
> So how to correctly read UTF-8 encoded VFAT?
>
>
> Yuri
>
> ___
On Tue, Feb 24, 2009 at 10:24 PM, Chuck Robey wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> I was wondering, I've lost track of the status of XFree86 on FreeBSD.or
> really,
> at all. It looks like all of the Xfree86 servers have been removed from
> ports.
> I was looking on the
On Tue, Feb 24, 2009 at 12:43 PM, Siddharth Prakash Singh
wrote:
> Hi all,
>
> I am a student from India. I am willing to contribute to FreeBSD
> as a google soc participant this year. I would like to suggest an
> idea.
> Title: Multicore Aware Process Scheduler.
> I have not gone through the proc
64 32" # bright red
> theme_dimcolor="64 64 128" # dark bluish grey
> theme_options_xy="17 170"
> theme_actions_xy="17 281"
>
> Finally, change the beastie_theme line in /boot/loader.conf
> like this:
>
>
On Sun, Jan 4, 2009 at 10:56 AM, Eugene Grosbein wrote:
> On Sun, Jan 04, 2009 at 04:05:00PM +0200, KES wrote:
>
> > There will be very usefull to have options for tcpdump to monitor
> > incomint or outgoing traffic regardless of src/dst IPs or ports or
> protocol
> >
> > For example:
> >
> > kes
On Jul 30, 2008, at 3:42 PM, Julian Elischer wrote:
Matt Olander wrote:
http://www.ixsystems.com/products/bsd-laptop.html
Hi everyone! I actually had our prototype of this laptop up at the
OSCON show in Portland and it was pretty well received.
Everything works for the most part although
rting long term. Most likely, available to the
general public in September.
best,
-matt
I didn't compare your requirements in there, thought.
Cheers,
Mezz
--
[EMAIL PROTECTED] - [EMAIL PROTECTED]
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - [EMAIL PROTECTED]
__
am desperate to
view on Hulu! ;-)
I think my latest Rosetta Stone is Flash9 now too :'(
-matt
--
Matt Olander
CTO, iXsystems - "Servers for Open Source" http://www.iXsystems.com
Public Relations, The FreeBSD Project http://www.F
Hi Przemek,
If you need any help at all, feel free to bug me :)
We're very excited about the FreeBSD port to Efika.
--
Matt Sealey <[EMAIL PROTECTED]>
Genesi, Manager, Developer Relations
vi0 wrote:
Hello everybody!!!
My name is Przemek Witaszczyk and I am one of those very ha
On 9/4/07, Matt Olander <[EMAIL PROTECTED]> wrote:
> On Tuesday 04 September 2007 8:27 am, Jeremy Messenger wrote:
> > On Tue, 04 Sep 2007 08:33:50 -0500, Ivan Voras <[EMAIL PROTECTED]> wrote:
> > > Hi,
> > >
> > > Is anyone working on porting Virtua
out source and start
porting!"
A few of their devs hang out in #vbox-dev on Freenode. This would be an
excellent port for FreeBSD.
best,
-matt
--
Matt Olander
CTO, iXsystems - "Servers for Open Source" http://www.iXsystems.com
Public Relations, The FreeBSD Project http:
benchmark may be
> found here:
>
> http://people.freebsd.org/~kris/scaling/mysql.html
Well done! Nice work guys!!! FYI, we're working with Intel to get an
engineering sample of the quad core, quad CPU system for some further
SMP testing. Kris, I'll let you know as soon as
already been discussed and I somehow missed it in my troubleshooting and
research.
Thanks.
Matt Ruzicka - Senior Systems Administrator
FRII
970-212-0728 [EMAIL PROTECTED]
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailm
uwk" state) while the vnlru kernel thread does it's thing (which is to
recycle vnodes.)
Either the vnlru kernel thread has to work faster, or the caller has to
sleep less, in order to avoid this lock-step behaviour.
Regards,
--
Matt Emmerton
_
127.0.0.1 UH 0 4111852lo0
> 192.168.22.1 192.168.12.2 UH 00 tun0
>
> shouldn't the last route there be active? Any clues here?
Have you set net.inet.ip.forwarding=1 via sysctl?
--
Matt Emmerton
__
uffer, which is all FLEX generated (or prewritten) code.
The
> > thing compiler just fine under Linux. Any ideas?
> > Cheers,
> > Randy Hyde
> >
>
> Without seeing the code or the actual error message, I'm
> guessing the answer is 42. Perhaps,
Thanks everyone for you input.
Matt Ruzicka - Senior Systems Administrator
Front Range Internet, Inc.
[EMAIL PROTECTED] - (970) 212-0728
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubsc
the input.
Matt Ruzicka - Senior Systems Administrator
Front Range Internet, Inc.
[EMAIL PROTECTED] - (970) 212-0728
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail
ppreciative. Please let me know what other information I
can furnish. If I can determine how to get another vmcore I'd be happy to
send along another debug as well.
Thank you very much in advance.
Matt Ruzicka - Senior Systems Administrator
Front Range Internet, Inc.
[EMAIL PROTECTED
Wilko Bulte wrote:
On Wed, Mar 08, 2006 at 09:27:50AM -0600, Matt Hartzell wrote..
I have used the 6i n the same situation. RAID5 performance with 3 - 36
GB SCSI disk is acceptable.
I have never had a disk fail on these controllers so I can't comment on
fail over.
The util'
I have used the 6i n the same situation. RAID5 performance with 3 - 36
GB SCSI disk is acceptable.
I have never had a disk fail on these controllers so I can't comment on
fail over.
The util's on http://people.freebsd.org/~jcagle/ don't seen to work
under 6.x, however status messages are sen
ccessary, but didn't
have any examples.
Now I do. Thanks!
--
Matt Emmerton
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
read, parse and use
dependency information; however, no dependency meta-data has been generated
yet.
Notes and patches against 7-CURRENT are at
http://www.gsicomp.on.ca/projects/freebsd/configdep.html.
Comments and suggestions appreciated.
Regards,
--
Matt Emm
n for these queries to be
directed to your DNS server from the Internet.
If the answer to 2) is NO, then there's no reason for these queries to be
directed to your DNS server from the Internet.
Source IP filtering is likely your best option, although it doesn't help
p lots of jails each being
> identical.
>
> Clearly pkg_add does not provide this option. Even if it would, it would
> declare some dependencies fulfilled since packages are installed in the
> hostsystem already.
>
> Anyone having an idea here, besides rewriting pkg_a
quot;do the right thing", but I'm sure I'm wading into murky
waters. Any guidance would be appreciated.
Regards,
--
Matt Emmerton
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
urrent development version of
libnet (net/libnet-devel), by renaming the ether_addr structure to
libnet_ether_addr.
The net/libnet port should be marked BROKEN because of this issue (I've
opened a PR) and folks should use libnet-devel instead, until the net/libnet
port is updated to a newer
n/fsdb/fsdb.c.diff?r1=1.24&r2=1.25&f=h
Is this something that folks would like to see on FreeBSD? I've got
RELENG_5_4 and RELENG_6_0 boxes here in my office so I can whip up the
patches and do some testing in short order.
Regards,
--
Matt Emmerton
_
happen for anyone else? (Mabe someone running 5.4 can test
> this?)
The first line is the average since the system was last booted; all other
lines are instantaneous.
--
Matt Emmerton
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
I'd like to create five jails on one machine. Is it possible to make
them all at the same time? I'm only familiary with creating them
individually (DESTDIR=/foo/bar). Thanks much.
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/
Matt wrote:
Bernd Walter wrote:
On Thu, Apr 14, 2005 at 08:50:20AM -0700, Matt wrote:
I have a two disk array that I want to move to another machine. It
is configured with striping using vinum. What is the best way to
set it up under a new machine? Should I simply load the old
vinum.conf
Bernd Walter wrote:
On Thu, Apr 14, 2005 at 08:50:20AM -0700, Matt wrote:
I have a two disk array that I want to move to another machine. It is
configured with striping using vinum. What is the best way to set it up
under a new machine? Should I simply load the old vinum.conf file and
I have a two disk array that I want to move to another machine. It is
configured with striping using vinum. What is the best way to set it up
under a new machine? Should I simply load the old vinum.conf file and
enable vinum? Thanks much for any help.
drive disk1 device /dev/ad5s1d
drive di
I need some help understanding some C code.
int (*if_ioctl)
(struct ifnet *, int, caddr_t);
int (*if_watchdog)
(int);
Can someone break down these declarations (if that's what they are)? Is
this a form of typecasting? Thanks for your help.
Is it possible to use poll or select to detect a change in the status
bits of the parallel port? I tried something like this, and took bits
5 and 6 of the status register low and nothing seemed to happen. Is
what I am trying to do even possible, or I am supposed to take a
certain bit low to cause
Max Laier wrote:
On Tuesday 01 March 2005 21:22, Matt wrote:
When providing a shell environment for a larger number of users, what is
the best way to retrict access to commands/resources? I've already
setup quotas. I don't want users playing with system commands. I've
read so
When providing a shell environment for a larger number of users, what is
the best way to retrict access to commands/resources? I've already
setup quotas. I don't want users playing with system commands. I've
read something about a retricted shell, but can't find any details.
_
Mike Silbersack wrote:
On Mon, 21 Feb 2005, Matt wrote:
Hi,
I'm trying to connect remotely to my database server. It is MySQL
4.1.7 which I install from ports. I created a user with permissions
to connect from any remote location. I'm using Perl DBI, like this:
Are you sure that
Hi,
I'm trying to connect remotely to my database server. It is MySQL 4.1.7
which I install from ports. I created a user with permissions to
connect from any remote location. I'm using Perl DBI, like this:
use DBI;
my $dbh = DBI->connect(
'dbi:mysql:[EMAIL PROTECTED]:3306',
'user',
Matt wrote:
I'm trying to remove an old jail I don't use any more. From single
user mode, I mount the relevant partition and try:
prompt# rm - rf old_jail
rm: old_jail/dumb/rcp: Operation not permitted
rm: old_jail/dumb: Directory not empty
rm: old_jail/lib/libcrypt.so.2: Ope
I'm trying to remove an old jail I don't use any more. From single user
mode, I mount the relevant partition and try:
prompt# rm - rf old_jail
rm: old_jail/dumb/rcp: Operation not permitted
rm: old_jail/dumb: Directory not empty
rm: old_jail/lib/libcrypt.so.2: Operation not permitted
rm: old_ja
I'm experiencing strange behaviour with Bind running inside a jail. I'm
running 5.2.1 current in the jail. Thinks are working, but poorly.
Lookups for my local machines work perfectly. Some remote lookups work
fine (yahoo, google, etc...). However, many lookups time out, but will
succeed a
Does anyone know if FreeBSD supports trunking? By that I mean spreading
network traffic over multiple interfaces to achieve a higher aggregate
throughtput. I've used this with Solaris. Thanks.
___
freebsd-hackers@freebsd.org mailing list
http://lists
David Scheidt wrote:
Matt wrote:
[EMAIL PROTECTED] wrote:
Matt,
there's nfsshell, an FTP-like client.
just google for nfsshell.
Won't help in case of NFS4, I guess :-(
Stefan
Thanks. I'd like to try the nfsshell, but I can't get it to build.
It doesn't appear to
[EMAIL PROTECTED] wrote:
Matt,
there's nfsshell, an FTP-like client.
just google for nfsshell.
Won't help in case of NFS4, I guess :-(
Stefan
Thanks. I'd like to try the nfsshell, but I can't get it to build. It
doesn't appear to be a port either. I'm an am
Patrick Tracanelli wrote:
Matt wrote:
Quick question regarding nfs (or other filesystems) inside a jail.
As far as I can tell, it isn't possible to mount nfs shares while
inside a jail. Is this correct? Is there any way around this
limitation? A way to browse network shares without mou
Quick question regarding nfs. As far as I can tell, it isn't possible
to mount nfs shares from within a jail. Is this correct? Is there any
way around this limitation? A way to browse network shares without
mounting? Or some such trickery? Thanks.
__
Simon 'corecode' Schubert wrote:
On 14.12.2004, at 13:09, Matt wrote:
Quick question regarding nfs (or other filesystems) inside a jail.
As far as I can tell, it isn't possible to mount nfs shares while
inside a jail. Is this correct? Is there any way around this
limitation?
Quick question regarding nfs (or other filesystems) inside a jail. As
far as I can tell, it isn't possible to mount nfs shares while inside a
jail. Is this correct? Is there any way around this limitation? A way
to browse network shares without mounting? Or some such trickery? Thanks.
- Original Message -
From: "Dan Nelson" <[EMAIL PROTECTED]>
To: "David Gilbert" <[EMAIL PROTECTED]>
Cc: "Matt Emmerton" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, Nov
u built & run a kernel compiled with "options CAMDEBUG" ? This may
provide more insight into where things are going wrong.
--
Matt Emmerton
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Howdy,
I've been digging around google for an hour now trying to find info
on multipathing in freebsd, I've stumbled on a few patches that pull it
off, latest of which was for 4.8-stable located at:
http://www.dsm.fordham.edu/~tanzer/multipath/
Unfortunately it's tossing errors during compile
tape.
Yes, but support is really limited. You need to copy a bunch of core
libraries onto the FreeBSD machine from the SCO machine to make things work.
(We just emulate the syscall interface -- you need libc and friends from
SCO.)
Matt
>
> -John
>
> On Oct 9, 2004, at 6:51 AM, Doug Russe
on it from 1998 so it has been sitting in a box
> for awhile). However, the card is very old too. Any ideas?
>
> -john
"medium error unrecorvered read error" really sounds like a phsycial medium
(drive) error.
If the controller
I believe DAT is what you want to tell SCO.
--
Matt
- Original Message -
From: "John Von Essen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 27, 2004 6:33 PM
Subject: Re: hacking SCO
> Well,
>
> I was able to get a boot/inst
- Original Message -
From: "Devon H. O'Dell" <[EMAIL PROTECTED]>
To: "Matt Emmerton" <[EMAIL PROTECTED]>; "Mike Meyer" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent:
- Original Message -
From: "Mike Meyer" <[EMAIL PROTECTED]>
To: "Matt Emmerton" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; "Avleen Vig"
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Saturday, Sept
of "good, fast, cheap -- choose two". There's
nothing preventing us from implementing all three and leaving the choice of
which two to use up to the end-user.
--
Matt Emmerton
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Anand Subramanian wrote:
Hi All,
I am using an Intel Celeron box (single CPU,1.7GHz, 495MB real and 472 MB
avail memory, FreeBSD 5.2.1 #15 release), to run a daemon process which
shares a circular queue/buffer with the kernel. The daemon drains objects
off the front of the queue while the queue obj
de, they never store a "char
blah[MNAMELEN]" in their structures, but rather, a pointer to that data
element (in the name cache, I think). Thus, they are free to change the
size of the element without affecting the majority of structures that use
it.
--
Matt Emmerton
___
Personally I prefer the flat file configuration, as it's much more
intuitive, and an obfuscated method of configuring my kernel just isn't
for me. To each his own of course, but I myself will always stick to
vi'ing my kernel's config. It's the fastest, most efficient way IMHO.
(Not to say, that
I'm not sure if it's what you're hitting, but Perhaps the sysctl
"kern.ipc.maxsockets" needs to be raised, though it seems like you'd
need a decent amount of concurrent active sessions to reach this
ceiling. Also it's read-only, so you'll want to tune it in loader.conf.
-mpf
Danny Braniss wrote
I notice the exact same behavior with my wireless Logitechs which were
purchased retail, they all appear to do this. Actually, if you notice
it's always one of the previous keys your pressed, it's as if the repeat
rate is somewhat delayed. This has occured in all OS's for me,
regardless of tuni
386.
> why keep libc(5-current) support 80386?
The 5-current kernel *does* support 80386 -- you have to recompile your
kernel to add 80386 support first.
--
Matt Emmerton
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
1 - 100 of 616 matches
Mail list logo