Displaying 10 results from an estimated 10 matches for "vaxen".
Did you mean:
vaden
2020 Jun 15
2
halt versus shutdown
...the processor.
halt normally logs the system shutdown to the system log
daemon, syslogd(8), and places a shutdown record in the
login accounting file Ivar/admlwtmp.
These actions are inhibited if the -0 or -q options are present.
The BSD 4.3 (that ran on VAXen) man pages say largely similar things:
https://www.freebsd.org/cgi/man.cgi?query=halt&apropos=0&sektion=0&manpath=4.3BSD+Reno&arch=default&format=html
Everything is somewhere on the net :-)
P.
2020 Jun 15
0
halt versus shutdown
...halt normally logs the system shutdown to the system log
> daemon, syslogd(8), and places a shutdown record in the
> login accounting file Ivar/admlwtmp.
> These actions are inhibited if the -0 or -q options are present.
>
> The BSD 4.3 (that ran on VAXen) man pages say largely similar things:
>
>
> https://www.freebsd.org/cgi/man.cgi?query=halt&apropos=0&sektion=0&manpath=4.3BSD+Reno&arch=default&format=html
>
>
ok, so it does a sync then hard halts, but it doesn't gracefully exit
services, or unmount file sys...
2020 Jun 15
2
halt versus shutdown
...the system shutdown to the system log
>> daemon, syslogd(8), and places a shutdown record in the
>> login accounting file Ivar/admlwtmp.
>> These actions are inhibited if the -0 or -q options are
>present.
>>
>> The BSD 4.3 (that ran on VAXen) man pages say largely similar things:
>>
>>
>>
>https://www.freebsd.org/cgi/man.cgi?query=halt&apropos=0&sektion=0&manpath=4.3BSD+Reno&arch=default&format=html
>>
>>
>ok, so it does a sync then hard halts, but it doesn't gracefully exit
&...
2005 Nov 29
0
cheb_poly_eva using Clenshaw's recurrence formula
...he return values are
the same (which should be tested before any refactoring), I suppose
the suggestion is more effective.
Maybe a new implementation should use the algorithm above plus the
explicit ALLOC which is used all over speex (why actually?).
Ciao,
Bj?rn
--
Q: Are we not men?
A: We are Vaxen.
--
Important! Please recognize my new GPG Public Key!
Bj?rn Thalheim
gpg fingerprint: 0A29 87E7 B4BE 8EFC 1063 EF09 9096 FA4B DF0C 6701
download key: wget http://www.ifsr.de/~bjoern/gpg/public_key.asc
See also: http://www.ifsr.de/~bjoern/gpg/key.html
-------------- n...
2020 Jun 15
2
halt versus shutdown
> fwiw, i've always used 'init 0' to shut down all sorts of unix/linux
> systems.
In EL7/EL8, init is now a symlink as well because everything is
controlled by systemd.
> On old school unix, and I think even early Linux, halt was an
> /immediate/ halt, as in catch fire. might as well hit the power switch.
>
Not quite. Shutdown is a timed thing so you can tell it
2005 Nov 29
2
cheb_poly_eva using Clenshaw's recurrence formula
Hi,
After reading the paper entitled "The Computation of Line Spectral
Frequencies Using Chebyshev Polynomials", P. Kabal and R.
Ramachandran, IEEE Trans. on ASSP, Vol. 34, No. 6, December 1986, I
rewrite the function cheb_poly_eva in lsp.c using the Clenshaw's
recurrence formula, as described, for example, in Numerical Recipes in
C, Second Edition (5.5 and 5.8) :
static float
2007 May 24
3
shareiscsi is cool, but what about sharefc or sharescsi?
I''d love to be able to server zvols out as SCSI or FC targets. Are
there any plans to add this to ZFS? That would be amazingly awesome.
-brian
--
"Perl can be fast and elegant as much as J2EE can be fast and elegant.
In the hands of a skilled artisan, it can and does happen; it''s just
that most of the shit out there is built by people who''d be better
suited to
1999 May 11
5
matrix() can't handle NaN (PR#193)
Full_Name: Bill Simpson
Version: 0.64.1
OS: linux
Submission from: (NULL) (193.62.250.209)
Here is the data file:
x y z
1 1 1
1 2 2
2 1 NaN
2 2 4
>data<-read.table("~/junk.dat",header=TRUE)
> data
x y z
1 1 1 1
2 1 2 2
3 2 1 NaN
4 2 2 4
> matrix(data$z,length(y),length(x))
[,1] [,2]
[1,] 1 4
[2,] 2 3
This is not the correct matrix. It seems
2015 Apr 16
4
ClamAV reports a trojan
On Thu, April 16, 2015 10:09 am, Les Mikesell wrote:
> On Thu, Apr 16, 2015 at 10:01 AM, James B. Byrne <byrnejb at harte-lyne.ca>
wrote:
>> This morning I discovered this in my clamav report from one of our imap
servers:
>> /usr/share/nmap/scripts/irc-unrealircd-backdoor.nse:
>> Unix.Trojan.MSShellcode-21 FOUND
>> I have looked at this script and it appears to be
2015 Jan 14
6
[LLVMdev] Introduction for new consumer of LLVM
Hello,
I'd like to introduce myself, my company, and our upcoming use of LLVM.
My name is John Reagan. I've been working on compilers and assemblers since
1983 (yes, 31 years). Most of that time was spent on compilers for VAX/VMS
(later renamed to OpenVMS), then OpenVMS on Alpha, and OpenVMS on Itanium.
I've also worked with the HP NonStop platform and was directly involved