search for: nonstop

Displaying 20 results from an estimated 94 matches for "nonstop".

2010 Sep 17
2
Constant vs Nonstop vs Invariant TSC question
...== 0xf && c->x86_model >= 0x03) || (c->x86 == 0x6 && c->x86_model >= 0x0e)) set_bit(X86_FEATURE_CONSTANT_TSC, c->x86_capability); if (cpuid_edx(0x80000007) & (1u<<8)) { set_bit(X86_FEATURE_CONSTANT_TSC, c->x86_capability); set_bit(X86_FEATURE_NONSTOP_TSC, c->x86_capability); set_bit(X86_FEATURE_TSC_RELIABLE, c->x86_capability); } I am trying to determine the difference between the constant vs nonstop vs invariant TSCs in newer processors. I understand constant tsc means the rate of the counter won''t vary if the CPU freq chan...
2020 Apr 26
2
Icecast Auto DJ
...ve a question. I have a station now with Shoutcast and shoutcast transcoder for 2 bitrates. 192kbps mp3 and 64 kbps aac+. I want to transfer these to Icecast. I’ve an working icecast server but i need an auto dj that can encode 2 bitrates, 192kbps mp3 and 64kbps aac. I had a working setup, but my nonstop machine is not on the icecast server but externally. Now in shoutcast transcoder i can give the live dj a priority of 2, and the nonstop machine a priority of 1, so djs can login over the nonstop. Who can help me and can tell me the working setup of icecast with ices cc or liquidsoap? Thanks in a...
2015 Apr 13
3
[Compile Issue] netcat.c on HP NonStop
Greetings, I am porting the openssh-portable 6.8 release to the HP NonStop (NSE) platform. Prior versions were no real problem, with minor tweeks. However, with the inclusion of regress/netcat.c, which depends on arpa/telnet.h, we have an issue. Unfortunately, the platform does not have this file, nor anything like it - telnet is done rather differently. We do have a vers...
2020 Sep 20
2
Call for testing: OpenSSH 8.4
...0, Randall S. Becker wrote: > On September 20, 2020 2:02 AM, Damien Miller wrote: > > OpenSSH 8.4p1 is almost ready for release, so we would appreciate testing > > on as many platforms and systems as possible. This is a bugfix release. > > I will be testing this shortly on HPE NonStop platforms. > > Side question: We now have access to the hardware random generator and can > decouple for PRNGD. Any guidance on how to do that would be appreciated. We > would be happy to contribute the platform changes as well associated with > this and the port changes. > Is t...
2018 Jan 15
1
[Bug 13224] New: New file handling causes compile issues for NonStop port.
https://bugzilla.samba.org/show_bug.cgi?id=13224 Bug ID: 13224 Summary: New file handling causes compile issues for NonStop port. Product: rsync Version: 3.1.3 Hardware: Other OS: Other Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayned at samba.org Reporter: rsbecker a...
2020 Aug 29
7
[Bug 3205] New: Support HPE NonStop Server Port
https://bugzilla.mindrot.org/show_bug.cgi?id=3205 Bug ID: 3205 Summary: Support HPE NonStop Server Port Product: Portable OpenSSH Version: 8.3p1 Hardware: Other OS: Other Status: NEW Severity: enhancement Priority: P5 Component: Build system Assignee: unassigned-bugs at mindrot.org...
2019 Jan 21
4
[Regression] OpenSSH 7.7p1 no longer tests on NonStop Port
Hi All, I finally got around to trying to test the 7.7p1 release on the HPE NonStop Platform. 7.6p1 worked just fine - no issues at all. In 7.7p1, when the agent test ran, the following happened (prior tests worked perfectly): run test agent.sh ... Couldn't open logfile /home/git/openssh-portable/regress/ssh.log: Permission denied agent fwd failed (exit code 1) failed si...
2019 Mar 29
2
Proposal for O1/Og Optimization and Code Generation Pipeline
When I worked on the HPE NonStop compilers for x86 (we used Open64, not LLVM), we adjusted our -O1 to make sure the source display didn't "bounce around" based on feedback from users. We disabled any optimization that would move things across statement boundaries. We also disabled/de-tuned dead store since our DWAR...
2019 Jan 24
2
[Regression] OpenSSH 7.7p1 no longer tests on NonStop Port
..., 2019 19:00, Darren Tucker wrote: > > On Tue, 22 Jan 2019 at 12:01, Randall S. Becker > > <rsbecker at nexbridge.com> > > wrote: > > > > > Hi All, > > > > > > I finally got around to trying to test the 7.7p1 release on the HPE > > > NonStop Platform. 7.6p1 worked just fine - no issues at all. > > > > > > In 7.7p1, when the agent test ran, the following happened (prior > > > tests worked perfectly): > > > > > > run test agent.sh ... > > > Couldn't open logfile /h...
2008 May 21
11
[Bug 1467] New: SFTP stalls
...r Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: bitbucket at mindrot.org ReportedBy: sconeu at yahoo.com This issue was first noted on SFTP, but the cause was down in the spawned ssh process. On some systems (e.g. HP NonStop), read or write to a nonblocking socket will fail with EWOULDBLOCK instead of EAGAIN. The code in channels.c does not handle EAGAIN, causing the socket to be closed, but the parent process does not recieve notification, leading to a stall. in channel_handle_[erw]fd, the calls to read/write should...
2018 Jan 15
0
Rsync 3.1.3pre1 released
...mail to the rsync mailing list with any questions, comments, or bug reports. Incompatibility introduced at 3.1.3pre1. These are not present at master, which compiles cleanly. sys/file.h is not available outside LINUX, so the requirement for its use, including apparently, flist.c, sadly breaks the NonStop port. We were running off vanilla code until 16b4971 3.1.2, with only minor changes through 1f83b51. With this change, we can no longer build since NonStop is not Linux (it is POSIX compliant) and the internal kernel file tables are not available. I'm looking for an alternative to make this wor...
2018 Jan 10
0
Intro: Randall
Greetings Rsync, Quick intro: I'm a port/platform maintainer for a variety of HPE NonStop Open Source ports including rsync, git, and a few others, and have been in the industry for far too long. Our port is currently at commit 1f83b51, which I'm planning to upgrade to 7706303 in the next few days. We had been able to stay on vanilla code until 1f83b51 when we had to introduce a...
2020 Apr 29
0
Icecast Auto DJ
...with Shoutcast and shoutcast > transcoder for 2 bitrates. 192kbps mp3 and 64 kbps aac+. > > I want to transfer these to Icecast. I’ve an working icecast server > but i need an auto dj that can encode 2 bitrates, 192kbps mp3 and > 64kbps aac. > > I had a working setup, but my nonstop machine is not on the icecast > server but externally. Now in shoutcast transcoder i can give the > live dj a priority of 2, and the nonstop machine a priority of 1, so > djs can login over the nonstop. > > Who can help me and can tell me the working setup of icecast with > ices...
2008 Jun 10
1
ibuf_empty delayed efd
I'm seeing something unusual in 5.0p1. Let me start by saying that I'm on kind of an oddball system (HP NonStop). What I'm seeing is that at the end of an scp session, the server gets stuck in a loop. First I see a shutdown failure, followed by looping on an "ibuf_empty delayed efd 9/(0)" condition. This may have to do with some minor semantic differences in the way the NonStop socket layer w...
2019 Dec 11
2
DJ Priority with ices-cc or liquidsoap
Hello all, I'm using shoutcast at this moment with shoutcast transcoder 2. In sc trans i can give each deejay an priority, so i give the nonstop (auto dj), offsite an priority of 1, and the deejays 2, so they can login over the autodj. I was testing with ices and liquidsoap but i cant find the setting to give the dj's a priority. Shoutcast transcoder 2 offers an function to broadcast 3 bitrates, i'm using 192,64 and 32. I was t...
2019 Nov 10
3
cli Checking disk i/o
I just built a CentOS7 system on a Zotac NANO PC. I used a 320GB 2.5" HD I had sitting around and installed with Standard Partitions on XFS. The drive is spinning, nonstop. How can I monitor if there is actually disk i/o to warrant this constant spinning. So noatime for all partitions work with XFS?? I did some browsing and the claim is XFS uses realtime which is better? than noatime? Perhaps it is just occasional writes to messages (at least 1 a minute) that d...
2011 Mar 04
2
questions about using loop, while and next
...a again for next round. # just an example.. # i want to generate the data again, if the sum is smaller than 25 temp=rep(NA, 10) for(i in 1:10) { dt=sum(rbinom(10, 5, 0.5)) while (dt<25) next temp[i]=dt } I also tried while(dt<25) {i=i+1} But it doesn't seem right to me, since it running nonstop. Any solutions ? Thanks for helps! Carrie-- [[alternative HTML version deleted]]
2019 Nov 11
2
cli Checking disk i/o
...19 at 17:12, Robert Moskowitz <rgm at htt-consult.com> wrote: >> >> I just built a CentOS7 system on a Zotac NANO PC. >> >> I used a 320GB 2.5" HD I had sitting around and installed with Standard >> Partitions on XFS. >> >> The drive is spinning, nonstop. > > I would check the NANO to see if its firmware has any settings or > updates which cover this. Then check if the drive has firmware updates > needed. Motherboard and drive firmware fixes have been the things I > have found to fix most of the problems for drive 'not powering...
2018 Apr 06
2
Announce: OpenSSH 7.7 released
On 6 April 2018 at 01:36, Randall S. Becker <rsbecker at nexbridge.com> wrote: [...] > Sorry to report that I'm having difficulty building on NonStop (built from a > git clone at 2c71ca1). Configure is failing, run as: > > configure --prefix=/usr/local --without-openssl-header-check > ... > checking for sys/un.h... yes > checking compiler and flags for sanity... no > configure: error: *** compiler cannot create working execu...
2019 Jun 14
2
[RFC] Coding Standards: "prefer `int` for, regular arithmetic, use `unsigned` only for bitmask and when you, intend to rely on wrapping behavior."
...gt; > I'm planning on submitting a lightning talk for this fall on "When 3 > > memory models isn't enough.” > > This is a rare occurrence… but you leave me speechless. I don’t even know > where to start. The word-size migration is rare but not unique. The HP/Tandem NonStop line has moved from 16-bit to 32-bit to 64-bit over the decades, and we needed to handle mixed-size pointers and "int" weirdness at each stage. OpenVMS is a special snowflake in terms of its LLVM bootstrapping process, and the mind just boggles at what John and his team have had to con...