From: Kenny Drobnack <[EMAIL PROTECTED]>
Date: Fri, 09 Feb 2001 00:03:06 -0500
> Is some system call to check the hardware to see if its physically
> writable? I figure there is. I want to start hacking at the kernel a
> bit, and it seems like something simple (comparitively) would be a go
In message <[EMAIL PROTECTED]>you write:
}It its the bios disk probe that is causing the machine to fault.
I can now confirm that it's a divide by zero in the Adaptec BIOS GRR.
(in biosdisk, when 'probing' the adaptec) and it happens on a AIC 7899, but
works ok on some other ADAPTECs.
the pr
Welcome to netgraph.. I hope it was not an unpleasant experience..
Suggestions and complaints are definitly eccepted with pleasure.
E.g. Was the differnce between 4.x and 5.x too much of a pain.?
(it was needed for SMP)
I will be making a backport of SOME of the added functionality
of 5.x to 4.x
In message <[EMAIL PROTECTED]>, Kris Kennaway
writes:
> On Thu, Feb 08, 2001 at 08:15:42PM +0100, Attila Nagy wrote:
>
> > When I start jail I often get page faults.
> > Also I want to chroot() in the jail (ftp daemon) but it page faults in all
> > cases.
>
> nullfs is broken in all versions pr
I am sorry if this hits the list twice. But, I think my school's
mailserver has been silently dropping mail for some time now. -KB
Well,
> This is a driver bug. The da driver, which deals with disks, doesn't
> check to see if the media is writable or not before allowing r/w
> mounts. You could
On Sun, 28 Jan 2001, Boris Popov wrote:
> Well, next version of smbfs for FreeBSD released today. It
> includes minor bug fixes and significantly reworked connection engine.
As usually, major rewrites tends to introduce some bugs. So, I've
released 1.3.5 as update:
09.02.2001
You can do this from user level with pretty good results. I remember a
paper that appeared in either a Usenix NT workshop or a MSJ that talked
about doing it. Building a filesystem driver in the kernel requires getting
the FSDK which, last I checked, was licensed.
Sam
- Original Messag
> It's not system call but `od' driver does check if the medium is
> writable or not. It returns EACCESS when the mount option is -rw and
> the medium is read-only. `od' is drived from `da' so quick hack will
> do the trick.
This is all for scsi drives. I may not know everything, but I know most
Robert Watson wrote:
>
> On Wed, 7 Feb 2001, Kevin Brunelle wrote:
>
> > Sorry if you have heard this before, or if it is annoying. I just can't
> > seem to find any information on this.
> >
> > I have been poking around my kernel for quite some time now, and I have
> > been doing it with variou
Doyou have anymore information, but any chance?
Tahnk you ,
JAn
On Fri, 9 Feb 2001, Sam Leffler wrote:
> You can do this from user level with pretty good results. I remember a
> paper that appeared in either a Usenix NT workshop or a MSJ that talked
> about doing it. Building a filesystem dr
Mike Smith([EMAIL PROTECTED])@Mon, Feb 05, 2001 at 12:52:24PM -0800:
>
> You can't do this with a NetApp either; they max out at about 6TB now
> (going up to around 12 or so soon). You might want to talk to EMC and/or
> IBM, both of whom have *extremely* large filers.
from my experiences with
Yes the fbsd 4.2 has softupdates in the kernel by default.
On Mon, 5 Feb 2001, Dan Nelson wrote:
> Date: Mon, 5 Feb 2001 23:20:29 -0600
> From: Dan Nelson <[EMAIL PROTECTED]>
> To: Matt Dillon <[EMAIL PROTECTED]>
> Cc: Dan Phoenix <[EMAIL PROTECTED]>,
> Alfred Perlstein <[EMAIL PROTECTED
Andrew Gallatin wrote:
>
> Andrew Gallatin writes:
> >
> > Dag-Erling Smorgrav writes:
> > > Julian Elischer <[EMAIL PROTECTED]> writes:
> > > > I believe that vmware mmaps a region of memory and then somehow syncs
> > > > it to disk. (It is certainly doing something like it here).
> >
Andrew Gallatin writes:
>
> Dag-Erling Smorgrav writes:
> > Julian Elischer <[EMAIL PROTECTED]> writes:
> > > I believe that vmware mmaps a region of memory and then somehow syncs
> > > it to disk. (It is certainly doing something like it here).
> >
> > Theory: VMWare mmaps a regio
>
> when it comes to ibm, as far as i understand you have to hook up their
> filers to rs/6000(aix) or s/370 or s/390 systems since they are "only"
> fibrechannel or ficon attached raid subsystems, so the client platform
> is responsible for handling all the filesystem stuff.
Hrrm. The last box
Another company to look at is Yottayotta (www.yottayotta.com).
They just announced their first products last November, and there
isn't much hard product info online yet. For the arena they're
targeting, though, 70TB would be an entry level system.
--lyndon
To Unsubscribe: send mail to [EMAIL PR
Unless the network is lying to me again, Lyndon Nerenberg said:
> Another company to look at is Yottayotta (www.yottayotta.com).
Yeah, and they have a theme song...
http://www.yottayotta.com/images/YottaYotta_Song.mp3
Or is that a reason *NOT* to look at their product?
AlanC
To Unsu
Greg Black wrote:
> Nick Sayer wrote:
>
>> Would it generally be viewed as helpful to add the option of reporting
>> the md5 for the files listed in /var/log/setuid.*?
>
>
> I don't see the benefit in this if either the md5 binary or the
> comparison file are on writable storage (which is almo
> "Alan" == Alan Clegg <[EMAIL PROTECTED]> writes:
Alan> Or is that a reason *NOT* to look at their product?
I'd buy the storage gear, but I think I'll pass on the album ;-)
--lyndon
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the m
> Unless the network is lying to me again, Lyndon Nerenberg said:
> > Another company to look at is Yottayotta (www.yottayotta.com).
>
> Yeah, and they have a theme song...
>
> http://www.yottayotta.com/images/YottaYotta_Song.mp3
>
> Or is that a reason *NOT* to look at their product?
H
In the last episode (Feb 08), Chris Dillon said:
> > The channel bonding is done using the Cisco fast etherchannel
> > mechanism. The default hashing mechanism uses the MAC address,
> > however you can select IP address hashing as well. IPv4 and IPv6
> > address *should* work, though I must admit
> I've just finished scouring Cisco's documentation, and it doesn't look
> like FEC is anything beyond plain old trunking (with the option of
> autoconfiguration on some hardware). As long as you configure the
> appropriate ports on the switch on the other end as "SA-Trunk", or
> "Trunk", you sho
On Fri, Feb 09, 2001 at 12:50:54PM -0800, Nick Sayer wrote:
> For the point kris made, I'm not sure he understood what I was
> suggesting -- I'm not suggesting just printing the md5 of the files when
> you notice they've changed, but adding the md5 as another trigger for
> deciding which files
> "Mike" == Mike Smith <[EMAIL PROTECTED]> writes:
Mike> As was the fact that they are well-staffed at the management
Mike> level, but they are still advertising for some *very* key
Mike> development and architectural positions.
Actually, they have a bunch of *very* bright engine
Nick Sayer wrote:
> Greg Black wrote:
>
> > Nick Sayer wrote:
> >
> >> Would it generally be viewed as helpful to add the option of reporting
> >> the md5 for the files listed in /var/log/setuid.*?
> >
> > I don't see the benefit in this if either the md5 binary or the
> > comparison file are
WHo would I contact for support for freebsd for that driver?
--
Dan
+--+
| BRAVENET WEB SERVICES |
| [EMAIL PROTECTED]|
| make installworld
Me, if you like. I even have a card. I'll piss off Qlogic, but so be it. But
you have to get real engineering info for support.
If somebody else here wants to take this, that'd be fine too, but make sure we
coordinate so that we have a good fc services midlayer (i.e., to share fabric
&& port log
I have about 10 min to make decision on OS of this boxi hate linux but
I may have no choicei have to get this up as an nfs server by the end
of the day.
On Fri, 9 Feb 2001, Matthew Jacob wrote:
> Date: Fri, 9 Feb 2001 13:33:51 -0800 (PST)
> From: Matthew Jacob <[EMAIL PROTECTED]>
> T
>
> WHo would I contact for support for freebsd for that driver?
Emulex, as they don't offer source or documentation for the hardware.
You may want to look at a Qlogic-based controller instead.
--
... every activity meets with opposition, everyone who acts has his
rivals and unfortunately opp
>
> I have about 10 min to make decision on OS of this boxi hate linux but
> I may have no choicei have to get this up as an nfs server by the end
> of the day.
Solaris. Forget Linux for NFS service.
--
... every activity meets with opposition, everyone who acts has his
rivals and unf
On Fri, 9 Feb 2001, Mike Smith wrote:
> Solaris. Forget Linux for NFS service.
As was indicitve of the qmail/softupdates problem that was finally
resolved with postfix on FreeBSD, this problem also is the direct result
of a PHB. :-/
=
Matt Dillon wrote:
>
> Well, after a long conversation with Mr Bernstein and Kirk it turns out
> that all my blathering about a normal FFS mount being easily corruptable
> due to a crash occuring during heavy disk I/O (e.g. from qmail) is so
> much smoke.
>
> The fsync()/rena
Ya well i think solaris should stay on sun hardware.
we'll see
On Fri, 9 Feb 2001, Mike Smith wrote:
> Date: Fri, 09 Feb 2001 13:42:33 -0800
> From: Mike Smith <[EMAIL PROTECTED]>
> To: Dan Phoenix <[EMAIL PROTECTED]>
> Cc: Matthew Jacob <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> Subjec
On Fri, 9 Feb 2001, Dan Phoenix wrote:
>
> Ya well i think solaris should stay on sun hardware.
Of course! So buy a Cobalt rack system! :-)
> we'll see
>
>
>
> On Fri, 9 Feb 2001, Mike Smith wrote:
>
> > Date: Fri, 09 Feb 2001 13:42:33 -0800
> > From: Mike Smith <[EMAIL PROTECTED]
> the use of elevated security levels (which are necessary if
> those flags are to have any force) has side effects that make
> them useless on lots of systems (e.g., inability to run X).
Inability to run X ?
I'm running at level=3, and X is quite happy. *Starting* X is not
possible (AFAIK) at l
Has anyone patched 4.x OpenSSH and/or the relevant ports to deal with the CRC
checksum exploit? I've got to get 2.3 working on my 3.x box, but just
incrementing the number in the Makefile causes patch-aa to go rejected ...
-d
--
http://dannyman.toldme.com/
To Unsubscribe: send mail to [EMAIL
Wes Peters <[EMAIL PROTECTED]> writes:
> We've also implemented a nightly LXR index at work for web browsing of the
> source. I've only played with it a little bit, but the indexed searches
> are sure fast.
I also have one of these up and available for public use at
http://lxr.pdl.cs.cmu.edu/.
On Fri, 9 Feb 2001, Dan Nelson wrote:
> In the last episode (Feb 08), Chris Dillon said:
> > > The channel bonding is done using the Cisco fast etherchannel
> > > mechanism. The default hashing mechanism uses the MAC address,
> > > however you can select IP address hashing as well. IPv4 and IPv6
On Fri, 9 Feb 2001, Chris Dillon wrote:
> On Fri, 9 Feb 2001, Dan Nelson wrote:
> Cool, if thats all it will take, I'll give it a try. But, whatever
> method Compaq/Intel is using doesn't require me to set up the ports on
> the switch as being part of a trunk. It "just works". And IIRC, when
On Fri, Feb 09, 2001 at 02:03:28PM -0800, dannyman wrote:
> Has anyone patched 4.x OpenSSH and/or the relevant ports to deal with the CRC
> checksum exploit? I've got to get 2.3 working on my 3.x box, but just
> incrementing the number in the Makefile causes patch-aa to go rejected ...
Ohhh, fat
The crock in these trunking schemes is all the trouble and effort expended
to avoid re-ordering frames across the trunk bundle. This is why you
see things like the hashing techniques so that an individual flow of
traffic doesn't get reordered because it always is serialized over the
a single pat
On Fri, 9 Feb 2001, Alex Pilosov wrote:
> On Fri, 9 Feb 2001, Chris Dillon wrote:
>
> > Cool, if thats all it will take, I'll give it a try. But, whatever
> > method Compaq/Intel is using doesn't require me to set up the ports on
> > the switch as being part of a trunk. It "just works". And II
On Fri, 9 Feb 2001 [EMAIL PROTECTED] wrote:
> > the use of elevated security levels (which are necessary if
> > those flags are to have any force) has side effects that make
> > them useless on lots of systems (e.g., inability to run X).
>
> Inability to run X ?
>
> I'm running at level=3, and
> On Fri, 9 Feb 2001, Chris Dillon wrote:
>
> > On Fri, 9 Feb 2001, Dan Nelson wrote:
>
> > Cool, if thats all it will take, I'll give it a try. But, whatever
> > method Compaq/Intel is using doesn't require me to set up the ports on
> > the switch as being part of a trunk. It "just works". A
:I do. Is it safe there as well (from your point of view)?
:
:--
:Andre
Yes. In general softupdates will make the entire filesystem safer.
The commit sequencing doesn't match what qmail expects, but there
are so many fsyncs going on that the absolute worse that can happen
in a
Robert Watson <[EMAIL PROTECTED]> wrote:
>
>If X has open file descriptors for privileged devices for the purposes of
>direct memory access, the debugging interfaces (and possibly exploits in
>shared libraries) can be used to control the X server in such a way that
>securelevels can be disabled or
Windoze 2000 is supposed to support NFS, so why not use that instead?
>Does anybody know of any attempt to write a Fast Filesystem driver for
>windows 2000?. I have a machine that dual boots, and I can see the NTFS
>under FreeBSD no problem, but I would like to see my freebsd volume under
>window
> "Chris" == Chris Dillon <[EMAIL PROTECTED]> writes:
>> Its not real trunking. Your incoming traffic will still come on
>> a single link, only outbound traffic will be shared. (Or at
>> least that's how I think compaq stuff will work).
Chris> Yes, I think that is how it work
Sorry, my brain's fried this afternoon.
< u_int64_t mask = ~0 & (n-1);/* mask for iftab index */
> u_int64_t mask = n-1; /* mask for iftab index */
--lyndon
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
What are the chances of porting to this baby?
--
Paul H.
Don't underestimate the power of stupid people in large groups.
Brute force is the last resort of the incompetent.
GPG Key fingerprint: 2D7C A7E2 DB1F EA
On Fri, Feb 09, 2001 at 07:51:00PM -0500, Paul Halliday wrote:
>
> What are the chances of porting to this baby?
None what so ever. The processor on the Handsping (and all other current
PalmOS based devices) doesn't have an MMU and most UNIX-like OSes assume
you have one. There is a Linu
Matt Dillon wrote:
> Yes. In general softupdates will make the entire filesystem safer.
Does it make sense to use softupdates on file systems like / and
/usr which have little file creation/removal?
Greg
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in
:
:Matt Dillon wrote:
:
:> Yes. In general softupdates will make the entire filesystem safer.
:
:Does it make sense to use softupdates on file systems like / and
:/usr which have little file creation/removal?
:
:Greg
I have had softupdates turned on for all of my mount points for over
So it seems that probably all block devices have this bug. I haven't
tried it with an ATA or SCSI hard drive, tape drive, or any flash RAM
type stuff. The problem does occur on standard floppy disks and on my
parallel port zip drives.
If/when I do mess with it, I think I'll stick with the
Do you mean getting FreeBSD ported to the Handspring, or do you mean
using FreeBSD to sync with it? As for porting FreeBSD to it it sounds
like Brooks knows what he's talking about. As far as syncing a
Handspring Visor with FreeBSD - dunno. Tried using the coldsync program
which was meant for sy
Nick Sayer wrote:
>
> Greg Black wrote:
>
> > Nick Sayer wrote:
> >
> >> Would it generally be viewed as helpful to add the option of reporting
> >> the md5 for the files listed in /var/log/setuid.*?
> >
> >
> > I don't see the benefit in this if either the md5 binary or the
> > comparison file
On Fri, Feb 09, 2001 at 10:39:03PM -0700, Wes Peters wrote:
> Add a list of executables and their MD5's to the kernel, to be loaded at
> boot time via the loader. Modify the kernel loader to refuse to exec
> any executable whose MD5 is known but doesn't match. Ditto for shared
> libraries and l
Hello, fellow hackers,
I have written my own little memory management system optimized for the
needs of a multi-threaded server written in C++.I have defined my own
inline void* operator new(size_t size)
and
inline void operator delete(void *ptr)
but gcc (g++) doesn't seem to want to link
58 matches
Mail list logo