similar to: ssh 3.1p1 problems on SX-6...

Displaying 20 results from an estimated 4000 matches similar to: "ssh 3.1p1 problems on SX-6..."

2002 Dec 30
2
Problem while exiting sftp on SX-6...
Hi, I am trying to run sftp on SX-6 and it is giving me problem when I try to exit from sftp. On pressing ^D or entering "bye" on sftp prompt, sftp hangs. And I have to press ^C to quit. The versions are: - 1. openssh-3.1p1 on both client and server. 2. Both client (sftp) and server (sshd) are running on SX-6 It appears that the client and server are hanging on "select".
2002 Dec 20
3
Bad packet length problem with "aes128-cbc" and openssh3.1p1
Hi, I am trying to run openssh 3.1p1. But it is giving "Bad packet length" error when I run sshd with default config file. On further investigation I found that the error is coming only for the cipher algorithm "aes128-cbc". Also the error comes only when I don't specify any protocol file (/usr/local/etc/ssh_host_[rd]sa_key) or specify only "protocol 2" files. I
2013 Jun 03
2
installing package 'rqpd' (Regression quantiles for panel data)
Hello R community members, I'm trying to install the 'rqpd' package which is developed by Roger Koenker and Stefan Bache. When I try to install the package using the command 'install.packages("rqpd",repos="http://R-Forge.R-project.org")' I'm getting the following two messages: i) package ?rqpd? is available as a source package but not as a binary
2003 Jun 04
3
bge drivers does not work for 3COM 3C996-SX / 3C996B-T
I'm experiencing similar problems with a 3C996-T under 4.8-REL. In particular, connecting a 4.8-REL machine to a 5.1-REL machine leads to some interesting situations: I can do simple pings across the link, but ssh fails, and heavy pings crash the 4.8 machine. Similarly changing the interface configuration with ifconfig tends to crash the 4.8 machine (mtu, link0, up/down, etc). The
2019 Apr 04
2
[RFC] NEC SX-Aurora VE backend
Hello, we’d like to propose the integration of a new backend into LLVM: NEC SX-Aurora TSUBASA Vector Engine (VE). We hope to get some feedback here and at EuroLLVM about the path and proper procedure of merging. The SX-Aurora VE is a Vector CPU on an PCI-E Accelerator card. It has 48GB memory from six HBM2 stacks, accessible with 1.2TB/s bandwidth, 8 cores with vector and scalar units, each.
2008 Mar 04
4
Mitel SX-200 + *
Does anyone have any experience getting a Mitel SX-200 EL/ML PBX system to work with *? I'm not getting inbound or outbound calls to work. (Inbound caller gets line busy tone.) SETTINGS FROM MITEL: I built a Crossover cable and connected it like this: PSTN--T1--ASTRISK--T1--OLD MITEL -Crossover Cable Pin-out: 1 - 4 2 - 5
2007 Nov 24
1
need patch for if_bce driver for Broadcom BCM5708S 1000Base-SX (B2)
Hello Try install FreeBSD 6.3-prerelease on Intel SBXD132 blade (same as IBM HS21 XM) ifconfig bce0 report: bce0: flags=8847<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=3b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU> inet 172.0.0.199 netmask 0xffffff00 broadcast 172.0.0.255 ether 00:1a:64:33:29:c7 media: Ethernet autoselect (none) status: no carrier We are looking
2012 Oct 27
1
Unitek ALPHA 1200 Sx USB cable
I've just acquired a Unitek ALPHA 1200 Sx UPS to replace an older serial UPS that's been working well with NUT for years. Could anyone with a Unitek tell me what the pinout on the 10P10C plug is so I can make up a cable? Thanks.
2004 Dec 14
1
X100P and Mitel SX-2000 Light
I've configured an analog/single line off my mitel sx-2000 to a x100p card in my *, however when the remote caller drops the line I get a dialtone back from my pbx and the x100p doesn't detect the end of the call. Any way I can tell * to drop? I've tried call progress but it doesn't seem to work...
2005 Oct 11
3
Asterisk and Mitel SX 200 Slip and Frame Err ors causing Major Ala rms
Eric "ManxPower" Wieling wrote: >> >>> span=1,1,0,d4,ami >>> e&m=1-24 >>> > > Looks like you have told Asterisk to get it's timing from the Mitel. > I'll bet the Mitel is trying to get it's timing from Asterisk. > > Try span=1,0,0,d4,ami and run ztcfg -vvv > I just set this back. It was originally set to your
2003 Jul 17
7
Help Needed
Hi Everybody, I am new to Asterisk. Can anybody suggest me some link where I can find architecture level detail of this system. My aim is to find out how easy it is to port it on a new hardware (T1/E1 and POTS)? Any input is highly appreciated. Regards Arun
2005 Oct 10
2
Asterisk and Mitel SX 200 Slip and Frame Errors causing Major Ala rms
We have integrated an Asterisk (TE110P) and a Mitel SX200. We usually get over 500 frame errors and over a 500 slip errors per hour. When the errors reach 1000 per hour the Mitel will take it's T1 card offline. At that point no calls can be routed from the Asterisk server to the Mitel and the TE110P reports a Yellow alarm. What can be causing all these Frame and Slip errors? We have been
2018 Mar 07
2
Aspirant for GSOC 2018 for Nouveau Vulkan driver
Hi, I am not been able to contact with mentor of this project. Can someone else from the community help me with this ? Regards, Anusha Srivastava On 3 March 2018 at 11:16, Anusha Srivastava <sidd.sinha89 at gmail.com> wrote: > Hi Martin, > > Any update on this ? > Regards, > Anusha Srivastava > > > On 28 February 2018 at 23:37, Anusha Srivastava <sidd.sinha89
2018 Feb 28
2
Aspirant for GSOC 2018 for Nouveau Vulkan driver
Hi, I would like to participate in GSOC 2018 with Xorg to contribute to project "Initial Nouveau Vulkan driver' I would need some help in how to get started with the same. Regards, Anusha Srivastava
2003 Jan 13
0
SX-6 port of openssh, configure problems
When we were porting OpenSSH on SX, we had similar problem. And when we did #undef HAVE_B64_NTOP in config.h, we faced linking problem as b64_pton() multiply defined, in base64.c and in libc.a. So we modified configure to check both the functions b64_pton() and b64_ntop(). But we gave priority to native function if available. Following are the diffs of three files we changed 1. configure (line
2007 Jun 08
0
Replacing SX-2000 Centigram Voicemail with Asterisk?
We have a customer with an obsolete Centigram voicemail system who would like to replace it with Asterisk. Any one with experience doing this or information on the signalling and trunking used to connect the Mitel SX-2000 to the Centigram server? -- George Pajari (dCAP), netVOICE communications 604 484 VOIP(8647) x102 www.netvoice.ca www.ip-centrex.ca www.digium.ca
2002 Oct 23
0
Fw: 1000Base-SX Gbit card recommendations
On Tue, 22 Oct 2002, Phil Doroff wrote: > So, I figured since this list is the most likely to deal with people that > push a lot of packets through Linux, and possible some via fiber I''d like to > know if anyone has any recommendations on which NIC to buy to replace this > thing. We have been using the Intel E1000 card with Intels drivers for some time with success. (the
2013 Feb 21
7
(no subject)
how to sum columns in R?
2012 Dec 13
7
Thin server giving Stack level too deep error
Hi, I am using thin web server in my rails project. But it gives stack level too deep error. Couldn''t find any appropriate solution to this. I have tried updating the ruby but didn''t help. Regards, Sumit -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2009 Jan 19
2
Not able to read the content of the file.
Hi, I want to read the list of files from txt file. I am using -files-from=myFile.txt command but I am getting the error. Please tell me how to read the list of files from other file. I am using this below Rsync command:- rsync -r -R -e " ssh " --rsync-path=/usr/bin/rsync --files-from=myFile.txt /destination myFile.txt contain the name of files with path. rsync version