Hi ,
I am using FreeBSD 2.2.5-RELEASE on a m/c with 2046MB RAM
Is it possible to fine tune the kernel to increase the malloc(9) pool to
1024 MB
Can it be done by adjusting ( LOAD_ADDRESS, VM_KMEM_SIZE
& NKPDE ) ??
If so what is the maximum that i can go.
Thanx
Soumen
BTW I tried the follow
I have an IBM Thinkpad T20 and, after a snificant amount of pain, have been
able to get everything working under FreeBSD except for sound. The laptop
contains a CS4264 chip with a CS4297A AC97 codec, both of which detects
fine as csa0 and pcm0. The memory range and irq in the pci config all
appe
> > found 'Digi International PCI Classic 8 Serial Adapter'
> > my0: \
>port 0xdc00-0xdcff,0xd800-0xd87f mem 0xea40-0xea4000ff,0xea402000-0xea40207f \
> irq 12 at device 10.0 on pci0
> > digic_attach: unit 0, irq 12, slot 10, progif 0x0, iobase 0xd801, membase
>0xea402000, irqline 0x
> Closer inspection revealed that both the ifnet ifqueues as well as the
> driver transmission chain are always empty upon enqueue/dequeue. Thus, even
> though my fancy queuing code is executed, it has no effect, since there
> never are any queues.
>
> Can someone shed some light on if this is ex
> Is it possible to stop any PnP operation (checking, seting) during
> boot?
No. Could you describe your problem in more detail?
--
... every activity meets with opposition, everyone who acts has his
rivals and unfortunately opponents also. But not because people want
to be opponents, rath
That is only if the write is to a file within a partition mounted
as an FFS file system. vn_write() contains the VOP_WRITE switch, which
will switch to the write implementation based on the vnode type. VOP_WRITE
calls through the function hanging off the vnode in the vnode op
vector at the offset
>From The Design and Implementation of the 4.4BSD Operating System, the
write(2) system call must go through vn_write(), ffs_write(),
ffs_balloc(), cluster(), bio() and finally dev() which performs the actual
disk write. Considering all this block-oriented overhead, how can dd(1)
which calls write
I have a home network that talks to the world-at-large using natd to do the
address translation on my gateway machine. However, I've just started
tunneling (over an encrypted link) to another place using the tun interface.
I'd like to have it translated as well. Has anyone tried running natd o
Are we able to mount Solaris/x86 disk slices?
I'm thinking about trying use FreeBSD as an installation crutch to mirror
a Solaris/86 installation to 60-odd PCs (I can have FreeBSD netbooted to
a diskless workstation configuration by the time solaris is 1/2 way
through reading its secondary boot
>
> FYI: It seems that if you try to access the serial port on a MB with the
> port disabled, freebsd 4.1 will freeze up solid. Enabling the serial
> console will cause a lock up on boot, and any access to the port will do it
> as well.
This is probably a feature of the board/super-IO chipset in
> Mike Smith wrote:
> >
> > > ok, once i compiled a kernel with options BOOTP things got better ;-)
> > > it worked several times, but now it boots ok, (pxe->dhcp->tftpboot->nfs)
> > > but after it re-configures the ethernet, the ethernet stops working!
> > >
> > > ponters anyone?
> >
> > You ca
On Tue, Sep 19, 2000 at 10:24:47PM +0100, robert smith wrote:
> hello, allow me to introduce myself.
>
> i regard myself to be a well experienced computer user using many platforms.
>
> yet, when i tried to install freebsd, i found that i cannot, since just past the
>setupx configuration, the c
hello, allow me to introduce myself.
i regard myself to be a well experienced computer
user using many platforms.
yet, when i tried to install freebsd, i found that
i cannot, since just past the setupx configuration, the cpu halts. or gets stuck
in a cyclic loop, where i am unable to do a
On Tue, 19 Sep 2000, [EMAIL PROTECTED] wrote:
> > Of course it works, and very well. You should try hping
> > (http://www.kyuzz.org/antirez/hping/) which is a _very cool_ tool
> > developped by Antirez. With it you could do (among many things)
> > traceroute over tcp.
>
> Ah, you mean just like
> Of course it works, and very well. You should try hping
> (http://www.kyuzz.org/antirez/hping/) which is a _very cool_ tool
> developped by Antirez. With it you could do (among many things)
> traceroute over tcp.
Ah, you mean just like FreeBSD's "traceroute -P tcp" does?
Steinar Haug, Nethelp
I had some PPPoE issues so I did a cvsup of FreeBSD 3.4 to
help fix them. An unfortunate consequence of this is that
pty's seem to be broken now with respect to certain TERMIO
operations, which breaks my VPN system completely (thus
leaving the client in question with a partly broken WAN).
This
I had some PPPoE issues so I did a cvsup of FreeBSD 3.4 to
help fix them. An unfortunate consequence of this is that
pty's seem to be broken now with respect to certain TERMIO
operations, which breaks my VPN system completely (thus
leaving the client in question with a partly broken WAN).
This
Modern disks pack different ammounts of data on different
tracks.. (the outside tracks are longer right?)
so at a constant speed (rpm) outside tracks have more data passing
below the head per given time than teh inside tracks do...
this seems pretty normal to me..
Marc Tardif wrote:
>
> Con
In message <[EMAIL PROTECTED]>, Marc Tard
if writes:
>Now considering the following timings done with dd, how come I get such
>different transfer rates (bytes/sec) for s1 and s2? I understand there
>should be a difference between the block and character interface, as shown
>in the first two timin
subscribe freebsd-hackers
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
Considering the following disk configuration:
*** Working on device /dev/rwd0 ***
parameters extracted from in-core disklabel are:
cylinders=256 heads=132 sectors/track=63 (8316 blks/cyl)
parameters to be used for BIOS calculations are:
cylinders=256 heads=132 sectors/track=63 (8316 blks/
FYI: It seems that if you try to access the serial port on a MB with the
port disabled, freebsd 4.1 will freeze up solid. Enabling the serial
console will cause a lock up on boot, and any access to the port will do it
as well.
Dennis
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubs
On Tue, 19 Sep 2000, Leif Neland wrote:
> If I understand correctly, traceroute works by sending pings with ttl=1,
> ttl=2,ttl=3 etc and records the names of the routers where the ttl reaches
> zero.
>
> However, an increasing number of sites believes in security by obscurity,
> and blocks for p
On Tue, Sep 19, 2000 at 11:00:57AM +0200, Leif Neland wrote:
> If I understand correctly, traceroute works by sending pings with ttl=1,
> ttl=2,ttl=3 etc and records the names of the routers where the ttl reaches
> zero.
>
> However, an increasing number of sites believes in security by obscurity
If I understand correctly, traceroute works by sending pings with ttl=1,
ttl=2,ttl=3 etc and records the names of the routers where the ttl reaches
zero.
However, an increasing number of sites believes in security by obscurity,
and blocks for pings.
Would the same technique work for making a tel
Marc Tardif writes:
> > What is slices content?
> > s1 - almost right FreeBSD label
> > s2 - not a right FreeBSD label but similar enough to label.
> > s3 - no label or similar at all.
> > How to do such a content that screw the system?
> > This is my way for this test:
> > - shorten s2 to 3 cili
> From [EMAIL PROTECTED] Sun Sep 17 20:03:11 2000
> To: [EMAIL PROTECTED]
> Subject: Re: Device driver, memory map failing, and it is probably obvious
> Cc: [EMAIL PROTECTED]
> Date: Sun, 17 Sep 2000 21:01:44 -0600
> From: Warner Losh <[EMAIL PROTECTED]>
>
> In message <[EMAIL PROTECTED]> [EMAIL
Paul Saab ([EMAIL PROTECTED]) wrote:
> Chris Csanady ([EMAIL PROTECTED]) wrote:
> > Has this actually been merged to -stable yet? I can't find anything that
> > actually reads the boot.nfsroot.* loader variables.
>
> Yes.. it was done more than a week ago.
Ugh.. I could have sworn I MFC'd this
Chris Csanady ([EMAIL PROTECTED]) wrote:
> Has this actually been merged to -stable yet? I can't find anything that
> actually reads the boot.nfsroot.* loader variables.
Yes.. it was done more than a week ago.
--
Paul Saab
Technical Yahoo
[EMAIL PROTECTED] - [EMAIL PROTECTED] - [EMAIL PROTECTE
29 matches
Mail list logo