search for: sigh

Displaying 20 results from an estimated 1383 matches for "sigh".

Did you mean: high
2005 May 10
1
wish: print.condition and html (PR#7848)
Full_Name: Tom Short Version: 2.1.0 OS: Win2000 Submission from: (NULL) (68.236.159.160) print.condition prints out error messages enclosed in angle brackets as in: > simpleError("Sigh, yet another error...") <simpleError: Sigh, yet another error...> If R is used to generate HTML output (R2HTML or Rpad), then the error messages get hidden because browsers will skip right over the "<simpleError: Sigh, yet another error...>". Suggestion: remove the angl...
2008 Apr 06
1
lme cant get parameter estimated correctly
I am caught in a mental trap. Why isn't the between groups variance estimated (0.0038) to be around the value with which I generated the data (0.0002)? Thanks Toby set.seed(76589437887) fph = 0.4 Sigh = sqrt(0.0002) Sigi = sqrt(0.04) ci = 1 fpi = matrix(,7200,3) for (i in 1:90) { fph = rnorm(1, fph, Sigh) for (k in 1:80) { fpi[ci,1:3] = matrix(c(i, k, rnorm(1, fph, Sigi)),1) ci = ci+1 } } colnames(fpi) = c("hospid", "empid", "fpi1") dta = as.data.frame(fpi)...
2006 Feb 16
3
AGI Flakyness *sigh*
Well, I'm about ready to throw Asterisk across the room. Can someone tell me WHY, when you've sent a Dial command to Asterisk via AGI, if the callee hangs up the call, Asterisk sends a return code, but if the caller hangs up, it does not??? This means if an agi script services a call, and after the two parties have finished speaking, the person who initiated the call hangs up, the agi
2004 Dec 15
0
PRI Errors again... sigh.
So it was working for several days without error then tonight while I'm watching users login to the modem pool - BOOM! The sync changes when it happens (which makes sense). Zaptel: Master changed to Tor2/0/2 Zaptel: Master changed to Tor2/0/1 Zaptel: Master changed to Tor2/0/2 Zaptel: Master changed to Tor2/0/1 Interrupts should not be a factor THIS time: [root@phone asterisk]# cat
2003 Jan 08
0
Firewalls (was: Sigh....ok once more with feeling)
I'm sure you all already know this, but it's generally better to have the firewall be a separate physical machine from any server or client machines. Among other reasons, if an attacker can exploit an application running on the firewall machine, the efficacy of the firewall is compromised. You should dedicate a hardened, minimally configured machine for firewall use. If you have lots of
2003 Jan 27
0
Multiple Domains/Workgroups (again sigh)
Hi All, After a couple of months break (and running only a single instance of SAMBA) I once again need to try and get two simultaneous instances of SAMBA running on the same machine, each serving up a different domain/workgroup. Here's the scoop: one machine, with dual NICs, the first one is on 192.168.1 (students) and the second one is on 192.168.2 (staff). Here's the diff on the conf
2003 Jan 08
2
Sigh....ok once more with feeling
The firewall didnt help matters. I think its FUBAR and I need to reformat anyways, so ill reformat and reinstall and put fresh SAMBA up, on Mandrake 9.0. The system has 2 NICs and NET_MASQ shares internet to the XP machine. Therein it acts as a DHCP server and has a firewall. I will open 139 from the start next time.
1998 Mar 09
1
*sigh* another RH5 /tmp problem
RedHat 5, when using dhcp to configure the interface calls a script called "ifdhcpc-done" to be executed after a dhcp interface is configured. At the end of the process it updates resolv.conf: if [ -f /etc/dhcpc/resolv.conf ]; then echo "setting up resolv.conf" >> /tmp/dhcplog cp /etc/dhcpc/resolv.conf /etc fi There is no protection against the dhcplog
2004 Jul 30
9
Rodopi Billing
Hello, Has anyone used Asterisk in conjunction with a billing system like Rodopi? Is the Rodopi VOIP module worth getting, or can radius be used? Thanks, - Darren
2010 Jun 27
6
Borked Client Cert in 0.25
Here we go with puppet 0.25 certificate problems again. I had a system where puppet was running fine. I reinstalled it. Running puppet on the client causes this: "Could not request certificate: Retrieved certificate does not match private key; please remove certificate from server and regenerate it with the current key". Fine... so I run ''puppetca --clean
2006 Mar 16
3
voip-info.... again
Looks like voip-info is down again today. *sigh*
2001 Nov 17
0
[PATCH] Connect timeout
....0.1p1/sshconnect.c Sat Nov 17 23:02:27 2001 @@ -35,6 +35,8 @@ char *client_version_string = NULL; char *server_version_string = NULL; +static jmp_buf jmpenv; + extern Options options; extern char *__progname; @@ -221,6 +223,43 @@ return sock; } +/* for alarm() */ +static void +timeout_sigh(int dummy) +{ + errno = ETIMEDOUT; + longjmp(jmpenv, !0); +} + +int +timeout_connect(int sockfd, const struct sockaddr *serv_addr, + socklen_t addrlen, int timeout) +{ + void (*sigh)(int); + int rc; + + if (timeout <= 0) + return(connect(sockfd, serv_addr, addrlen)); + + if (setjmp(jmpenv) =...
2006 Mar 08
2
1 byte writes
...(c=client, s=server): c->s NT Create AndX Request c<-s NT Create AndX Response c->s Trans2 Request, SET_FILE_INFO c<-s Trans2 Response c->s Trans2 Request, QUERY_FILE_INFO, Query File Basic Info (1004) c<-s Trans2 Response c->s Write AndX Request, 1 byte at offset 119 <-- sigh c<-s Write AndX Response, 1 byte c->s Trans2 Request, QUERY_FILE_INFO, Query File Standard Info (258) c<-s Trans2 Response c->s Write AndX Request, 1 byte at offset 155 <-- sigh again c<-s Write AndX Response, 1 byte c->s Trans2 Request, QUERY_FILE_INFO, Query File Standard In...
2017 May 26
3
Low random entropy
...low random entropy on my arm boards, not an intel. On my Lenovo x120e, cat /proc/sys/kernel/random/entropy_avail reports 3190 bits of entropy. On my armv7 with Centos7 I would get 130 unless I installed rng-tools and then I get ~1300. SSH into one and it drops back to 30! for a few minutes. Sigh. Anyway on my new Zotac nano ad12 with an AMD E-1800 duo core, I am seeing 180. I installed rng-tools and no change. Does anyone here know how to improve the random entropy? thanks
2017 May 31
3
CentOS 6.9, shredding a RAID
...nal HDD data >> effectively irretrievable. > > so a single pass of zeros is plenty adequate for casual use, and > physical device destruction is the only approved method for anything > actually top secret. Not dealing with "secret", dealing with HIPAA and PII data. And *sigh* Homeland Security Theater dictates.... mark
2017 Aug 06
4
Volume hacked
..."http://virtualisan.net/contactus.php :D" I don't speak the language but with google translete it looks like it's just a webdev company or something like that, a bit surprised .. In any case, we'd really like to know how that happened. I realised NFS is accessible by anyone (sigh), is there a way to check if that is what they used ? I tried reading the nfs.log but it's not really clear if someone used it or not. What do I need to look for in there to see if someone mounted the volume ? There are stuff in the log on one of the bricks (only one), and as we aren't usi...
2015 Aug 05
2
LDAP bindpw password
> SIGH, does nobody read the samba wiki ???? > Have a look here: > https://wiki.samba.org/index.php/Authenticating_other_services_against_AD > Yes, I read that document before writing to the list, but I cannot understand where I can set or modify the bind password.
2001 Jul 06
4
ext3 0.9.0 compile failure
Tried to compile 0.9.0 with kernel 2.4.6 on a RH7.1 machine with the latest gcc updates installed. gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -march=k6 -c -o sysctl.o sysctl.c sysctl.c:317: `journal_oom_retry' undeclared here (not in a function) sysctl.c:317: initializer
2010 Dec 20
2
CentOS 6
*sigh* I'm sitting here with my manager and the other admin, as they argue as to when CentOS 6 will be out. Anyone have a clue as to when? Are we getting close? mark
2011 Oct 22
2
more bugs than features added?
HI Several apps worked f.ex FSX in 1.3.7 but now no more. it was better in 1.3.30 even 1.3.31 seems to add several new bugs... sigh...