search for: siegert

Displaying 7 results from an estimated 7 matches for "siegert".

Did you mean: siebert
2001 Jan 29
1
Solaris wtmpx patch
Hi, Solaris (tested with 2.6) needs a username in the logout record in the wtmpx file. Currently openssh (version 2.3.0p1) leaves the username (utmpx.ut_user) empty in logout records, which leads to conflicting results from the last command. Example: # last -5 siegert siegert pts/186 stikine.ucs.sfu. Mon Jan 15 14:26 still logged in siegert pts/105 stikine.ucs.sfu. Mon Jan 15 13:48 still logged in siegert pts/141 stikine.ucs.sfu. Mon Jan 15 10:23 still logged in siegert pts/94 stikine.ucs.sfu. Mon Jan 15 10:14 still logged in...
2003 Sep 17
5
openssh-3.7.1p1 segfaults
...hd spawns on the server. I append output from the client session (ssh -v -v -v ...), truss output of sshd on the server (truss -f -p 4415, where 4415 is the pid of the "master" sshd process), and output from "gdb sshd". I hope this helps to fix the problem. Martin -- Martin Siegert Manager, Research Services WestGrid Site Manager Academic Computing Services phone: (604) 291-4691 Simon Fraser University fax: (604) 291-4242 Burnaby, British Columbia email: siegert at sfu.ca Canada V5A 1S6 ===<clie...
2002 Jan 25
1
bug in readconf.c
...et to 0 regardless of whether -P is specified or not. This has the effect that RhostsAuthentication is disabled even if "RhostsAuthentication yes" is specified. The (trivial) patch is appended below. Martin ======================================================================== Martin Siegert Academic Computing Services phone: (604) 291-4691 Simon Fraser University fax: (604) 291-4242 Burnaby, British Columbia email: siegert at sfu.ca Canada V5A 1S6 =============================================================...
2000 May 13
1
Patent situation of Vorbis?
Just a question about the state of Vorbis, if I build an application using Ogg is there a chance anyone sue me to death due to some stupid patent violation. Is the method used in the Vorbis compression, decompression and streams free of any patent violations? *** Frank M. Siegert, frank<at>this.net, frank<at>wizards.de *** WWW @ http://www.this.net/~frank * http://www.wizards.de *** Get my PGP key: http://www.this.net/~frank/newpgpkey.asc --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe f...
2000 Oct 03
1
Re: FhG $15k minimum
...e could be changed to allow the decoder to be incorporated in commercial products providing they pay a minimal amount and/or be forced to advertise the fact that it includes the Vorbis codec. This would fund the project and/or help make the codec more widespread. Also my 2 cents. Ross. Frank M. Siegert wrote: > >INTERESTING... > > Really! From the contents of your email - I see the game > producing market > as a really interesting potential for Vorbis, at least if the > decoder can > be made running without eating much cycles. They are usually > running on a &gt...
2000 Oct 02
2
Fraunhoffer claims patents on other formats
Here in the uk, to get a patent on anything, you have to prove that the patent is not obvious and that there is no prior art. If there is prior art, then a patent cannot be given, this is why people patenting stuff have to keep it a secret until they actually have the patent, otherwise it is considered to have been released into the public domain. Once something is in the public domain, nobody
2003 Oct 08
4
Unpredictable EPS->PDF rotation (PR#4460)
Dear r-bugs, When I create EPS files, they sometimes appear rotated in my LaTeX PDF document and sometimes they don't. Two examples: ## x1.eps is not rotated in LaTeX x <- seq(-1, 1, length=100) postscript("c:/x1.eps", height=3, width=4, horizontal=FALSE, onefile=FALSE, paper="special") plot(x, dnorm(x), type="l") dev.off() ## x2.eps is not