search for: dev02

Displaying 5 results from an estimated 5 matches for "dev02".

Did you mean: dev0
2008 Apr 28
6
RHEL5 - Download via EPEL was success but with errors
Errors keep coming back when I try to configure WINE. This is on RHEL5, and I do not have sound support installed (if it makes any difference). [root at dev02 ~]# winecfg wine: creating configuration directory '/root/.wine'... ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory Could not load Mozilla. HTML rendering will be disabled. X Error of failed request: GLXUnsupportedPrivateRequest Major opcode of...
2003 Oct 03
1
Help Loading a TDM card!!
...;X100P - FXO PCI card ;signalling = fxs_ks ;channel => 1 ;TDM10B FXS device context=local signalling = fxo_ks channel => 1 When I boot the PC it does NOT show an added card/device when "kudzu" ran.. No LED's light up.. When I try to load the driver with init script.. [root@dev02 root]# /etc/init.d/zaptel start Loading zaptel framework: [ OK ] Loading zaptel hardware modules: Running ztcfg: ZT_CHANCONFIG failed on channel 1: No such device or address (6) [FAILED] dmesg has this...
2008 Jan 23
1
Realtime problem host='dynamic' in 1.2.26.1
Hello! We are using the 1.2 branch, and upgraded to 1.2.26.1. We ran into some problems when using realtime for peers. We connect the PBX to a sip peer at an ITSP, and when we try to dial the peer we get: Jan 23 09:02:07 VERBOSE[2236] logger.c: -- Executing Dial("SIP/dev02-08c36f28", "SIP/3246 at 989800-out||W") in new stack Jan 23 09:02:07 DEBUG[2236] res_config_mysql.c: MySQL RealTime: Everything is fine. Jan 23 09:02:07 DEBUG[2236] res_config_mysql.c: MySQL RealTime: Retrieve SQL: SELECT * FROM sippeers WHERE name = '989800-out' AND host =...
2003 Sep 22
2
Setting up MySQL CDR??
Hi, I am running Redhat, I loaded the mysql and mysql-devel RPM's and then recompiled *.. I thought it would be that simple but it looks like I have missed something becasue it doesn't look like the module has been complied.. What did I leave out? -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by
2012 Oct 22
2
SCP support for -o StrictHostKeyChecking=no broken
Hi. With SCP, it seems like the option precedence is ignored. Although this seems to work well with SSH. $ scp -oStrictHostKeyChecking=no hs21-dev04:/tmp/1 hs21-dev02:/tmp/2 The authenticity of host 'hs21-dev04 (192.168.12.11)' can't be established. RSA key fingerprint is ec:0f:eb:b2:fa:6f:50:ef:89:64:01:5e:c9:cc:54:20. Are you sure you want to continue connecting (yes/no)? $ ssh -oStrictHostKeyChecking=no hs21-dev04 Warning: Permanently added ...