Displaying 20 results from an estimated 5000 matches similar to: "kern.maxdsiz on amd63 with i386 binaries"
2008 Aug 14
2
Process size.
Hello,
FreeBSD 7.0-RELEASE-p3 #3
$top
...
PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND
36032 root 2838 44 0 1917M 1493M ucond 0 406:39 3.03% CGServer
...
$cat /boot/loader.conf.local
...
kern.maxdsiz="1073741824"
kern.maxssiz="134217728"
kern.dfldsiz="1073741824"
$limits
Resource limits (current):
...
datasize
2003 Sep 13
4
Large memory issues on 4-STABLE
Hey All
I have a dual Xeon box used by our students for data crunching. It has 4GB
of RAM.
After initial installation everything went well until someone found they
couldn;t allocate more than 512MB of RAM per process. After some poking
around I found some things things to adjustin the kernel conf file:
options MAXDSIZ="(2000*1024*1024)"
options
2008 May 15
5
syslog console log not logging SCSI problems
One of our FreeBSD boxes has a SCSI controller and disk, which showed
problems earlier this week. There was a lot of of chatter from the
SCSI driver in /var/log/messages and to the console. However, the
console is unattended and we only discovered the problem subsequently
because /var/log/console.log didn't show any of the chatter.
console.log is otherwise working, and very helpful (e.g. it
2006 Mar 22
1
How do I change kern.ipc.shmmax in FreeBSD 5.x automatically after reboot?
Hello,
I have the following entries in /boot/loader.conf:
kern.ipc.shm_use_phys="1"
kern.ipc.semmns="500"
kern.ipc.semmni="40"
kern.ipc.semmap="500"
which are set correctly. Unfortunately, the following
two entries
kern.ipc.shmmax="512000000"
kern.ipc.shmall="65526"
do not change the corresponding values according
to
2013 Jan 30
2
About kern.ipc.somaxconn and netstat
Hello.
We have a webserver using FreeBSD, we read about tunning kern.ipc.somaxconn (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-kernel-limits.html) so the OS can handle all the connections. Is there a way to know how many connections are established in a certain moment?. I know about netstat(1) but is there any other command that we can use to know the exact amount of
2008 Nov 13
1
kern.ipc.maxpipekva exceeded; see tuning(7)
I just got lots and lots of this:
kern.ipc.maxpipekva exceeded; see tuning(7)
However, tuning(7) on my system has no information about this tunable
whatsoever.
anglepoise:~ % uname -a
FreeBSD anglepoise.lon.incunabulum.net 7.1-PRERELEASE FreeBSD
7.1-PRERELEASE #3: Tue Nov 4 15:40:44 GMT 2008
root@anglepoise.lon.incunabulum.net:/home/obj/usr/src/sys/ANGLEPOISE7 amd64
anglepoise:~ %
2007 Jul 17
2
kern.chroot_allow_open_directories
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The chroot(2) man page describes a sysctl called
'kern.chroot_allow_open_directories' which controls whether a process
can chroot() and is already subject to the chroot() syscall.
It seems that this sysctl can be trivially changed from within a
chroot'd process (ie: if that process has superuser privileges).
Is this sysctl meant to
2012 Oct 11
7
kern.maxswzone is gone... what next?
Hi all.
I prefer to build all ports in /tmp, which is actually a tmpfs
filesystem. I have 8G partition. But when I tried to compile Apache
OpenOffice system starts shooting processes when I was near 6G of swap.
Oct 11 18:12:32 ar1l0u kernel: swap zone exhausted, increase kern.maxswzone
Oct 11 18:12:32 ar1l0u kernel: pid 1334 (java), uid 818, was killed: out
of swap space
Oct 11 18:12:32
2006 Dec 15
2
Dovecot "open files" (again?)
I'm a new dovecot user, just began using it last week. I switched from
courier because my research showed that Dovecot did indexes, and allows me
to store them anywhere I chose. I did this, and it fixed some severe disk IO
issues that my server had. (25k horde only webmail install using imap
proxy).
I'm using quotas, and by default had it set to 'dirsize'. my postfix is
already
2009 Oct 18
4
[Bug 24603] New: LVDS-0 off after resume, PGRAPH_ERROR in kern.log
http://bugs.freedesktop.org/show_bug.cgi?id=24603
Summary: LVDS-0 off after resume, PGRAPH_ERROR in kern.log
Product: xorg
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2012 Jun 13
1
kern/157863: [geli] kbdmux prevents geli passwords from being entered properly on boot
Hello,
Just to let everyone know that this is still an issue.
I am trying to install FreeBSD 9.0 amd64 on a Lenovo X121e and I
can't get it to accept the geli passphrase during boot. I've confirmed
using kern.geom.eli.visible_passphrase=1 that the passphrase is
correct, and the same passphrase is accepted when the system is
booted up.
I've tried disabling kbdmux in
2008 Feb 22
0
mddisk(ramdisk) root system that image size limit ?
OS: FreeBSD 6.2-RELEASE
Environment = VMWare (Version 5) and Computer (CPU=Intel P4 2.4G,
Memory=Kingston 1G DDR400, Storage=2G CF)
create a less-than 100MB of image (image for ramdisk, mfs root)
The loader.rc {
load kernel // The kernel used 6.2 GENERIC
load -t mfs_root /image // dd if=/dev/zero of=/image bs=1k count=95k
}
above config can boot normal.
create
2003 Sep 11
0
squid+wccp No buffer space available
Hi all,
I have a problem when trying to run my squid-cache with wccp.
The problem is that after running for 1 hour the network hangs .
I have in the message log "/kernel: xl0: watchdog timeout" and in the squid logs " No buffer space available"
The system is dual xeon @500Mhz with 2.5GB of RAM and 10x9.1GB SCSI,
FreeBSD 4.9-PRERELEASE from Thu Sep 11 and squid-2.5.STABLE3 build
2003 May 16
2
make installworld fails : touch not found ?
Hi, hackers :
Yesterday night and this morning, I cvsup my system to latest STABLE branch
source (RELENG_4). All make buildworld, buildkernel, and installkernel
procedure was completed with no error. But when I boot into single user mode
and try to make installworld, I always got " touch: not found " error.
Does anyone encounter this situation ? I have no idea about that. :-(
Here is
2003 Jul 29
1
kern/53717: 4.8-RELEASE kernel panic (page fault)
Some more crashes of 4.8-RELEASE.
Lets see what do I have today:
# ls -l /var/crash
total 1576676
-rw-r--r-- 1 root wheel 2 Jul 30 13:31 bounds
-rw-r--r-- 1 root wheel 2193252 Jun 25 17:30 kernel.0
-rw-r--r-- 1 root wheel 2193252 Jul 4 00:08 kernel.1
-rw-r--r-- 1 root wheel 2193252 Jul 15 19:28 kernel.2
-rw-r--r-- 1 root wheel 2193252 Jul 16 17:50 kernel.3
2007 Apr 20
0
Errors messages
Hello,
I can't found an answers in the lasts archives...
I apologize if it is an old very well known issue.
It is about apps which are not in the database but I received these
files...
For PhotodexPresenter :
I can run it whith a lot of error messages:
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=3336
< primary_done=9716)
2003 Aug 13
6
5.1-R-p2 crashes on SMP with AMI RAID and Intel 1000/Pro
Dear Sirs.
It seems to me a never ending story. We run a box with a TYAN Thunder
2500 Dual SMP mainboard, 2GB ECC Tyan certified memory, AMI Enterprise
1600 RAID adapter and additional Intel 1000/Pro server type (64 bit)
GBit LAN NIC. With FreeBSD 4.8 this was stable, but to achive this
state was really hard! It is a story similar to that what happend when
we changed towards FreeBSD
2012 Sep 21
3
Can`t get over 1024 processes on FreeBSD - possible bug?
Hello,
I still cannot get dovecot running with more then 1000 processes, but
hard limit is 8192 per user in box. I tried everything, including
modifying startup script of dovecot to set ulimit -u 8192. Could it be
some dovecot bug or dovecot<>freebsd bug?
I also tried to set client_limit=2 in imap service to spawn more imap
clients in one process, but still I am over 1000 processes with
2013 Aug 04
2
Unable to unmount filesystem (bug in kernel reported in kern.log)
I tried to unmount a btrfs filesystem located in a external usb hard
drive. This belonged to a raid1 data and metadata filesystem mounted
in degraded mode.
Unfortunately, I couldn''t save the image of filesystem but I could see
this error in kern.log:
Aug 4 02:23:55 rohan kernel: [ 3747.840027] usb 1-3: new high-speed
USB device number 8 using ehci_hcd
Aug 4 02:23:55 rohan kernel: [
2006 Mar 29
0
kern/93381: kern/93381 : reboot(8) works but 'reboot -n' hangs
Hi!
The same problem occures if 6.1-PRERELEASE kernel panic occures
while configuration partition of NanoBSD is being updated
(so, mounted read-write). This problem has occured now,
I've got kernel panic while find(1) walked file system
and the system become frozen after panic, it did not reboot.
Please take a look at http://www.FreeBSD.org/cgi/query-pr.cgi?pr=kern/93381
Eugene Grosbein