search for: worying

Displaying 13 results from an estimated 13 matches for "worying".

Did you mean: working
2006 Jan 11
0
Best practice for initializing woriing data for development
I''m getting tired of creating working data in my db just so that I can mess it up while working on the code. I''ve been using Ruby code to create initial working data, however my data model is getting complex enough that it''s becoming a pain to maintain this code. I''ve been thinking about using YAML fixtures for this purpose, but there''s no obvious
1999 Nov 26
4
Programming ....
Hi, I am building my own TCP daemon for easing some routine admin stuff... I am no expert on security,. I would really appreciate it if someone sent me some pointers to writing TCP daemons that are hacker-proof( i know there is nothing like that...but I do not want to be making mistakes in coding that are well known.. ;) The daemon runs as root....so that is why I am woried.... Thx, Arni
2004 Jun 17
1
Comming from WhiteBox Linux ...
Hello several months ago I install WhiteBox Linux on several severs, I was happy, not woriing about upgrading every 1,5 year as when I use RH 4.0, 6.0, 7.3, 9.0 .... And then WhiteBox went black, WBEL updates release slowed down and maintainer wont help form anybody. Just telling "If you want quick updates, build it yourself.". I prefer wasting time for customizations and/or
2009 Jun 06
1
large numbers of observations using ME() of spdep
Dear All, We aim to remove the spatial structure of our data using Moran Eigen Vectors and spdep package . Our data has 3694 samples and 13 variables. The computer stop working after almost 4 days of processing (we found it emitting a sharp sound and with all colors on the screen. No wories, it was restared without problem!). And we are left with nothing: no result file was produced since the
2004 Sep 29
1
Ordering of values returned by unique
Hi, Is the ordering of the values returned something on what I can rely on, a form of a standard, that a function called unique in R (in futher versions) will return the uniq elements in order of they first occurcence. > x<-c(2,2,1,2) > unique(x) [1] 2 1 Its seems not to be the standard. E.g. matlab >> x=[2,2,1,2] x = 2 2 1 2 >> unique(x) ans =
2007 Jun 08
3
Asterisk & MS RTC Library & Ethernet Capacity
Hi guys, I was wondering whether there's anyone who could share his/her experiences with using Microsoft RTC Library. In particular I am wondering what Ethernet capacity should I have in scenario of 30 people using Microsoft RTC Library for SIP communication (PBX is obviously Asterisk :-) ) concurrently (alaw codec being used)? What problems can be expected in such scenario? Would a good 1
2006 May 23
1
Status: Provisioned, Down, Active - Long
Hi list! I'm trying to setup Digium TE205P E1 card to work with my provider (and Ericsson BP 250 - this comes later). When I execute "pri show span 1" this is what I get. pbxzg1*CLI> zap show status Description Alarms IRQ bpviol CRC4 T2XXP (PCI) Card 0 Span 1 OK 0 0 0 T2XXP (PCI) Card 0 Span 2 UNCONFIGUR 0 0 0 pbxzg1*CLI> pri show span 1 Primary D-channel: 16 Status:
2007 Feb 22
3
Network problem: packets are lost in domU
...ors in dmesg of domU for each package lost this way: netfront: rx->offset: 12, size: 4294967295 netfront: rx->offset: 12, size: 4294967295 netfront: rx->offset: 12, size: 4294967295 netfront: rx->offset: 12, size: 4294967295 [...] No other suspicious messages in dmesg of domU, nothing worying in dmesg of dom0. Any ideas or hints? Greets, Jacek _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2004 May 20
2
Softphone lag
Hi, IF i use a sip softphone or a iax softphone with asterisk, i get a lag of about 1 second. The two phones were on 2 different pc's near me. When I speak on one, i hear it on the other after about 1 second. I tried using iaxComm, Xten Xlite, etc. Same. FYI: The codec used was GSM. Using the fxo and fxs interfaces on the digium cards with POTS have no such issues. Any clue where the
2010 Apr 25
2
hardware clock drift and CDR
Hi, I've noticed that one of my new servers (new mobo) if drifting slowly backwards in time (in aprox. 24 hours, system time drifts back 5 minutes). I have an ntpd process which is supposed to sync with a lan time server but it's not quite working. So I'm launching a manual ntpdate or ntp-client once an hour and that seems to work. However, suppose I update system time at every hour
2004 Jun 18
0
Re: NVIDIA on Linux: less is more
Aaron, > It is a kernel problem. The stack size changed in > the 2.6 kernel. You > need a version of the kernel with the old 8k stack > size. You can get > such a kernel from: > www.linuxant.com/driverloader/wlan/full/downloads-fc2-kernel-i686.php > > As you can see these are fedora kernels but might > work on centos. Actually, while troubleshooting this display
2016 Jul 15
1
[PATCH] drm/nouveau/fbcon: fix deadlock with FBIOPUT_CON2FBMAP
On Wed, Jul 13, 2016 at 06:17:47PM +0100, Chris Wilson wrote: > On Tue, Jul 12, 2016 at 06:49:34PM +0200, Peter Wu wrote: > > The FBIOPUT_CON2FBMAP ioctl takes a console_lock(). When this is called > > while nouveau was runtime suspended, a deadlock would occur due to > > nouveau_fbcon_set_suspend also trying to obtain console_lock(). > > > > Fix this by delaying
2007 Apr 30
25
escape regex code
hello, i wondered if it would not be interesting to have some filters function in puppet like filter_integer(), filter_prelregex, filter_text, filter_email or such so we can validate and make our defines a little more foolproof :) i particulary see filter_regex as usefull in quite a lot of exec that manipulates text files. What do you think about this ? -- Cordialement, Ghislain