search for: tz1

Displaying 20 results from an estimated 20 matches for "tz1".

Did you mean: ts1
2017 Oct 14
2
Another issue with Sys.timezone
...return(as.POSIXlt(Sys.time())$zone) else if (dir.exists("/usr/share/zoneinfo") && { info <- file.info(normalizePath("/etc/timezone"), extra_cols = FALSE) (!info$isdir && info$size <= 200L) } && { tz1 <- tryCatch(readBin("/etc/timezone", "raw", 200L), error = function(e) raw(0L)) length(tz1) > 0L && all(tz1 %in% as.raw(c(9:10, 13L, 32:126))) } && { tz2 <- gsub("^[[:space:]]+|[[:space:]]...
2017 Oct 18
2
Another issue with Sys.timezone
...ne) > > else if (dir.exists("/usr/share/zoneinfo") && { > > info <- file.info(normalizePath("/etc/timezone"), extra_cols = FALSE) > > (!info$isdir && info$size <= 200L) > > } && { > > tz1 <- tryCatch(readBin("/etc/timezone", "raw", 200L), > > error = function(e) raw(0L)) > > length(tz1) > 0L && all(tz1 %in% as.raw(c(9:10, 13L, 32:126))) > > } && { > > tz2 <- gsub("^[[:space:]]+|[[...
2017 Oct 20
1
Another issue with Sys.timezone
...dir.exists("/usr/share/zoneinfo") && { >>> > info <- file.info(normalizePath("/etc/timezone"), extra_cols = FALSE) >>> > (!info$isdir && info$size <= 200L) >>> > } && { >>> > tz1 <- tryCatch(readBin("/etc/timezone", "raw", 200L), >>> > error = function(e) raw(0L)) >>> > length(tz1) > 0L && all(tz1 %in% as.raw(c(9:10, 13L, 32:126))) >>> > } && { >>> > tz2 &...
2017 Oct 16
0
Another issue with Sys.timezone
...as.POSIXlt(Sys.time())$zone) > else if (dir.exists("/usr/share/zoneinfo") && { > info <- file.info(normalizePath("/etc/timezone"), extra_cols = FALSE) > (!info$isdir && info$size <= 200L) > } && { > tz1 <- tryCatch(readBin("/etc/timezone", "raw", 200L), > error = function(e) raw(0L)) > length(tz1) > 0L && all(tz1 %in% as.raw(c(9:10, 13L, 32:126))) > } && { > tz2 <- gsub("^[[:space:]]+|[[:space:]]+$", &...
2012 Oct 17
5
Problem reading vitals from Gigabyte H77-DH3H
...hw.acpi.thermal.tz0.thermal_flags: 0 hw.acpi.thermal.tz0._PSV: -1 hw.acpi.thermal.tz0._HOT: -1 hw.acpi.thermal.tz0._CRT: 106,0C hw.acpi.thermal.tz0._ACx: 85,0C 55,0C 0,0C 0,0C 0,0C -1 -1 -1 -1 -1 hw.acpi.thermal.tz0._TC1: -1 hw.acpi.thermal.tz0._TC2: -1 hw.acpi.thermal.tz0._TSP: -1 hw.acpi.thermal.tz1.temperature: 29,8C hw.acpi.thermal.tz1.active: -1 hw.acpi.thermal.tz1.passive_cooling: 1 hw.acpi.thermal.tz1.thermal_flags: 0 hw.acpi.thermal.tz1._PSV: 106,0C hw.acpi.thermal.tz1._HOT: -1 hw.acpi.thermal.tz1._CRT: 106,0C hw.acpi.thermal.tz1._ACx: -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 hw.acpi.thermal.tz1._T...
2017 Oct 19
0
Another issue with Sys.timezone
...; else if (dir.exists("/usr/share/zoneinfo") && { >> > info <- file.info(normalizePath("/etc/timezone"), extra_cols = FALSE) >> > (!info$isdir && info$size <= 200L) >> > } && { >> > tz1 <- tryCatch(readBin("/etc/timezone", "raw", 200L), >> > error = function(e) raw(0L)) >> > length(tz1) > 0L && all(tz1 %in% as.raw(c(9:10, 13L, 32:126))) >> > } && { >> > tz2 <- gsub("...
2001 Jan 09
3
OpenSSH on Reliant UNIX
...contributed for Solaris but I was not able to test it, yet. This mail is intended as an indication that the sentence "port to Reliant UNIX has been added" which appears in some documentation and announcements is not completely true. Norbert. -- Norbert Bladt ATAG debis Informatik, ISM-TZ1 / Z302 Industriestrasse 1, CH 3052-Zollikofen E-Mail: norbert.bladt at adi.ch Tel.: +41 31 915 3964 Fax: +41 31 915 3640
2000 May 12
1
Patch: OpenSSH 2.1.0 under Solaris 8, Solaris 7 and other systems , too
...ess %d)", + entropy_sources[c].path, entropy_sources[c].args[1], + entropy_sources[c].badness); #endif if (entropy_sources[c].badness > 0) -- Norbert Bladt ATAG debis Informatik, TZ1 - Z364 Industriestrasse 1, CH 3052-Zollikofen E-Mail: norbert.bladt at adi.ch Tel.: +41 31 915 3964 Fax: +41 31 915 3640
2013 Jul 22
1
Error with sem function df = -6
...= S, N = N, raw = raw, data = data, pattern.number = pattern.number, : The model has negative degrees of freedom = -6" Can someone explain this error or tell me what is wrong with my model? Thank you. Here is the code: model.ram1 <- specifyModel() UNIT -> Y1, ty,0.3 UNIT -> Z1, tz1,-0.1 UNIT -> Z2, tz2,0.1 CF -> Y1, lamy,0.5 CF -> Z1, lamz1,0.85 CF -> Z2, lamz2,0.2 UNIT -> CF, k Y1 <-> Y1, psi3, NA Z1 <-> Z1, psi1, NA Z2 <-> Z2, psi2, NA CF <-> CF,vCF1,NA sem.m1<-sem(model=model.ram1,S=S2,N=500,fixed.x="UNIT",raw=T) -- I...
2000 May 19
2
Solved: on Solaris, "couldn't wait for child '...' completion: No child processes"
...Hope this helps, Norbert. P.S. The real fix for the next release would be to either ask for the timeout value, determine it automagically in some way or change the hard-coded value of 100 in the "configure" script to something more reasonable. -- Norbert Bladt ATAG debis Informatik, TZ1 - Z364 Industriestrasse 1, CH 3052-Zollikofen E-Mail: norbert.bladt at adi.ch Tel.: +41 31 915 3964 Fax: +41 31 915 3640
2001 Mar 20
3
Rhosts-RSA authentication broken
...atch and now it works, again. Please advice if this is not the right fix or whether this change was intended. Thanks for providing openssh ! Regards, Norbert. P.S. I am not subscribed to the developer list so a cc: to my mail address is appreciated. -- Norbert Bladt ATAG debis Informatik, ISM-TZ1 / Z302 Industriestrasse 1, CH 3052-Zollikofen E-Mail: norbert.bladt at adi.ch Tel.: +41 31 915 3964 Fax: +41 31 915 3640 <<auth-rh-rsa.diff>> -------------- next part -------------- A non-text attachment was scrubbed... Name: auth-rh-rsa.diff Type: application/octet-stream Size: 529...
2000 May 19
0
AW: Solved: on Solaris, "couldn't wait for child '...' completion : Nochild processes"
...have access > to it right now.) This was discussed last week for 2.1.0 - just change > error() to debug() for those two messages. Sorry, you are completely right. I noticed it right now myself, that this is not the real fix. Regards, Norbert Bladt. -- Norbert Bladt ATAG debis Informatik, TZ1 - Z302 Industriestrasse 1, CH 3052-Zollikofen E-Mail: norbert.bladt at adi.ch Tel.: +41 31 915 3964 Fax: +41 31 915 3640
2001 Jan 08
0
AW: X11-Forwarding for Reliant UNIX (formerly SINIX)
...> Can you try setting the "--with-ipaddr-display" option to configure? OK. I'll try that. > Does this fix the problem? If so I will make it the default for Reliant > Unix. I'll report the result to the list. Later, Norbert. -- Norbert Bladt ATAG debis Informatik, ISM-TZ1 / Z302 Industriestrasse 1, CH 3052-Zollikofen E-Mail: norbert.bladt at adi.ch Tel.: +41 31 915 3964 Fax: +41 31 915 3640
2001 Jan 09
0
AW: fatal: PRNG initialisation failed
...thing wrong in the command file or you run out of memory. Because there should be much more "malloc"s done by sshd than just these four. Sorry, that I can't help much more than analyzing the truss output. Hope it helps, anyway, Norbert. -- Norbert Bladt ATAG debis Informatik, ISM-TZ1 / Z302 Industriestrasse 1, CH 3052-Zollikofen E-Mail: norbert.bladt at adi.ch Tel.: +41 31 915 3964 Fax: +41 31 915 3640
2001 Jan 09
0
Result: X11-Forwarding for Reliant UNIX (formerly SINIX)
...l host and opens the communication to the local name piped /tmp/.X11-unix/Xn (n being the DISPLAY number) instead of the TCP-port 6000+n. I am still thinking that opening and creating the named pipe in /tmp/.X11unix is the real and final fix. Norbert. -- Norbert Bladt ATAG debis Informatik, ISM-TZ1 / Z302 Industriestrasse 1, CH 3052-Zollikofen E-Mail: norbert.bladt at adi.ch Tel.: +41 31 915 3964 Fax: +41 31 915 3640
2001 Jan 09
0
Difference 2.1.1 and 2.3.0p1 on Reliant UNIX
...ries the RSAAuthentication. These kind of problems are not easy to determine without looking at the source and adding calls to debug(...) to it. Is that change intended or is this the result of the "added" support for Reliant UNIX ? Norbert. -- Norbert Bladt ATAG debis Informatik, ISM-TZ1 / Z302 Industriestrasse 1, CH 3052-Zollikofen E-Mail: norbert.bladt at adi.ch Tel.: +41 31 915 3964 Fax: +41 31 915 3640
2000 Jul 04
0
AW: rhostsauthentication fails. (Or why I hate poorly documented software.)
...sking any passwords or passphrases. The same for "ssh" or "scp". We don't have any .rhosts file either. I think we'll set the "PasswordAuthentication no" in our server sshd_config file, later. HTH, Norbert Bladt. -- Norbert Bladt ATAG debis Informatik, ISM-TZ1 / Z302 Industriestrasse 1, CH 3052-Zollikofen E-Mail: norbert.bladt at adi.ch Tel.: +41 31 915 3964 Fax: +41 31 915 3640 > However here's what "ssh -v server" on the client gives me... > > SSH Version OpenSSH-2.1, protocol versions 1.5/2.0. > Compiled with SSL (0x00...
2001 Jan 08
1
X11-Forwarding for Reliant UNIX (formerly SINIX)
...ng an IP-port ? The source code is there to do it in case the DISPLAY variable is containing the string "unix". I already have changed the code to open the named pipe in that case, but this is obviously never done. Somehow confused, Norbert. -- Norbert Bladt ATAG debis Informatik, ISM-TZ1 / Z302 Industriestrasse 1, CH 3052-Zollikofen E-Mail: norbert.bladt at adi.ch Tel.: +41 31 915 3964 Fax: +41 31 915 3640
2008 Jan 06
1
overheating Thinkpad X60s with 7.0-RC1
Hello everybody! Since the update from 6.2-STABLE to 7.0 I'm encountering problems with the temperature of my Thinkpad X60s. Under heavy load, e.g., make builworld or compile gcc or... I get the following output in /var/log/messages: Dec 29 01:53:13 delta1 root: WARNING: system temperature too high, shutting down soon! Dec 29 01:53:13 delta1 syslogd: /dev/:0: No such file or directory Dec 29
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking