search for: vmunix

Displaying 13 results from an estimated 13 matches for "vmunix".

2001 Mar 14
3
OpenSSH 2.3.0p1: HP-UX 11.00 64-bit
...th HPs ANSI C compiler with OpenSSL 0.9.6 and zlib 1.1.3. The problem is with the call to vhangup(2) in sshd when interactive sessions are started. The problem does not occur for non-interactive sessions. When vhangup(2) is called, the following error is sent to syslog: Mar 13 21:14:37 hpux1100 vmunix: System call 76 (vhangup) was called in a kernel where the Mar 13 21:14:37 hpux1100 vmunix: type of at least one of its arguments is currently Mar 13 21:14:37 hpux1100 vmunix: unspecified. This is a problem that must be fixed by Mar 13 21:14:37 hpux1100 vmunix: the owner of the system call before...
2002 Sep 25
0
[Bug 403] New: scp generates sparse file when no space left
...pported version of OpenSSH) and the destination file system hasn?t enough space, a sparse file is being created. To reproduce the problem: # bdf . Filesystem kbytes used avail %used Mounted on /dev/vg00/lvol4 1015808 999189 15607 98% /old-opt Now copy over a large file like vmunix to show the problem, the first scp works fine, the second will fail: # scp /stand/vmunix <machine>:/old-opt/mab/vmunix vmunix 100% |*****************************| 12027 KB 00:09 # scp /stand/vmunix <machine>:/old-opt/mab/vmunix2 vmunix 100%...
2010 Feb 25
3
MeetMe() and dahdi_dummy on an embedded system
I'm playing around with an ALIX 2D2 board (http://www.pcengines.ch/alix2d2.htm). It's a fanless, x86 system using an AMD Geode processor with 256MB of RAM. Also available are two network interfaces, two USB ports and one serial port (no keyboard or VGA). I'm using the Voyage Linux distro, which basically is Debian Lenny optimized for this board. Asterisk 1.6.1.12 runs fine on the
1998 Sep 16
0
SUNOS: Samba grabs all semaphores
...u 1024 _seminfo+0x10 semmsl 1024 _seminfo+0x14 semopm 100 _seminfo+0x18 semume 256 _seminfo+0x1c semusz 2064 _seminfo+0x20 semvmx 32767 _seminfo+0x24 semaem 16384 To set "semmns" and other parameters without recompiling the kernel, do somthing like; # /bin/adb -w -k /vmunix /dev/mem <<EOF _seminfo+8?D _seminfo+8?W 0x400 EOF # reboot The first line prints what the current value is, the second sets it to 1024. You have to reboot for the changes to take effect. I've also got an adb program to dump all the ipc parameters. Very handy. I can send it via private...
1999 Mar 27
0
FreeBSD Real-Quick NewsLetter February 1999
...://homepage.esoterica.pt/~jardim/Index.html This is an (at least) monthly Newsletter, published only by E-mail. Archived copies can be found at: http://www.freebsd.org/news/qnewsletter.html If you have anything you would like to see in the next edition, please send e-mail to fbsd-book@vmunix.com -Chris Coleman <chrisc@vmunix.com> This is the moderated mailing list freebsd-announce. The list contains announcements of new FreeBSD capabilities, important events and project milestones. See also the FreeBSD Web pages at http://www.freebsd.org To Unsubscribe: send mail to majord...
1998 Sep 30
0
RQN -- Sept 98
...d the gun (in this case, Mr. Foot). (Terry) This is an (at least) monthly Newsletter, published only by E-mail. Archived copies can be found at: http://www.freebsd.org/news/qnewsletter.html If you have anything you would like to see in the next edition, please send e-mail to fbsd-book@vmunix.com -Chris Coleman <chrisc@vmunix.com> This is the moderated mailing list freebsd-announce. The list contains announcements of new FreeBSD capabilities, important events and project milestones. See also the FreeBSD Web pages at http://www.freebsd.org To Unsubscribe: send mail to m...
2000 Oct 13
2
2.2.0p1 configure problems
hp-pa2.0W HP-UX 11.0 pl6/00 /opt/zlib (1.1.3) /opt/openssl (0.9.6) (tried sh and ksh) CFLAGS="-O -Ae" LIBS="-L/opt/zlib/lib" ./configure --prefix=/opt \ --with-pid-dir=/var/run --with-ipv4-default --with-ssl-dir=/opt/openssl States it is unable to find openssl. Anyone worked around this already? I would think it has problems compiling the piece of test-code, but I have no
2003 Sep 11
2
FAST_IPSEC doesn't seem to honor net.key.prefered_oldsa=0
When using the FAST_IPSEC option in the kernel build, the sysctl variable net.key.prefered_oldsa seems to make no difference. The kernel always chooses an old SA. This problem can be easily reproduced. Just wait till the soft limit of the SA is expired and do a setkey -F on the remote and then ping through the tunnel. Because the old SA's are preferred and the remote no longer has the old
2009 Dec 14
0
R 2.10.1 is released
...xternal routines had earlier been unloaded. o bessel[JY](x, nu) with nu a negative integer (a singular case) is now correct, analogously to besselI(), see PR#13556, below. o tools::file_path_as_absolute() doubled the file separator when applied to a file such as "/vmunix" or (on Windows) "d:/afile" in a directory for which getwd() would return a path with a trailing separator (largely cosmetic, as reasonable file systems handle such a path correctly). (Perhaps what was meant by PR#14078.) o unsplit(drop = TRUE)...
2009 Dec 14
0
R 2.10.1 is released
...xternal routines had earlier been unloaded. o bessel[JY](x, nu) with nu a negative integer (a singular case) is now correct, analogously to besselI(), see PR#13556, below. o tools::file_path_as_absolute() doubled the file separator when applied to a file such as "/vmunix" or (on Windows) "d:/afile" in a directory for which getwd() would return a path with a trailing separator (largely cosmetic, as reasonable file systems handle such a path correctly). (Perhaps what was meant by PR#14078.) o unsplit(drop = TRUE)...
2003 Jul 23
10
malloc does not return null when out of memory
We have a little soekris box running freebsd that uses racoon for key management. It's used for setting up an ipsec tunnel. I noticed that one of these devices lost the tunnel this morning. I looked in the log and saw this Jul 23 01:37:57 m0n0wall /kernel: pid 80 (racoon), uid 0, was killed: out of swap space I reproduced this problem using this code. #include <stdlib.h> int
1999 Feb 03
10
Swat problem
To: samba@samba.org cc: From: Thomas Bail/External/CologneRe/GRN @ GRN Date: 02/03/99 08:32:52 AM Subject: Swat problem Hi everyone out there in the world, I found a small problem with SWAT. I can easily switch off Samba with SWAT, but I am not able to start Samba with SWAT using the status panel. Is that correct or am I doing something wrong. I'm using Samba 2.0.0 and the
2002 Oct 11
0
BSD Print Magazine
Daemon News is pleased to announce issue #7 of the print magazine. The Daemon News print magazine is an excellent resource for BSD sysadmins to read and use on the job, or just to have lying around the office for others to pickup and take an interest in BSD. The print magazine includes articles that have not appeared on the online ezine as well as really cool artwork that you won't see