similar to: Looking for info

Displaying 11 results from an estimated 11 matches similar to: "Looking for info"

2005 Jan 30
1
kqueue errors in maillog
Hello Dovecot, Version: dovecot-1.0-test61 OS: FreeBSD 5.3-RELEASE i386 Client: Mozilla Thunderbird 1.0 (on WinXP, FreeBSD & Mac OS X) The maillog entries concerning me: - Jan 30 16:16:37 venus dovecot: imap-login: Login: user [10.6.8.3] Jan 30 16:16:37 venus dovecot: imap-login: couldn't remove filter with kqueue: Bad file descriptor Jan 30 16:16:37 venus dovecot: IMAP(user):
2010 Jun 21
1
glm
Hi, I have the following data data1 <- data.frame(count = c(0,1,1,2,4,5,13,16,14), weeks = 1:9,                     treat=c(rep("1mg",3),rep("5mg",3),rep("10mg",3))) and I am using library(splines) to fit glm.m <- glm(count~bs(weeks)+as.factor(treat),family=poisson,data=data1) and I am interested in predicting the count variale for the weeks 10, 11 and
2005 Dec 20
1
IPv6 priority in tc filter
Hi, I have recently started to use ''tc'' on ipv6 traffic and have come across an issue with tc filter. As per tc_filter.c in iproute2-050816, to match ''priority'' of an ipv6 packet, the u32 filter matches against the first 8 bits of the packet. From f_u32.c: if (strcmp(*argv, "priority") == 0) { NEXT_ARG();
2006 Feb 08
1
Divisor
What is the difference between lines below? $TC filter add dev imq0 parent 1:0 prio 5 handle 1: protocol ip u32 divisor 1 $TC filter add dev imq0 parent 1:0 prio 5 handle 2: protocol ip u32 divisor 256 What divisor is doing? And the last problem... $TC filter add dev imq0 protocol ip parent 1:0 prio 5 u32 ht 800:: match ip src 10.0.0.0/16 hashkey mask 0x000000ff at 12 link 2: Why after ht
2011 Mar 12
2
plot generates graph with coordinantes written over it
Hello R users, Im having this strange problem. http://r.789695.n4.nabble.com/file/n3350024/bad2.png I have txt file of this format (X.X, Y.Y - random numbers, ...) with data points: nm A nm A nm A X.X Y.Y X.X XX X.X X.X Y.Y Y.Y Y.Y Y.Y My script looks like this: require(graphics) require(stats) par(mfrow=c(1,1)) HMF=read.table("D:/BIOTECHLAB1/DATA-zprac/10mg 1-7cp.txt", header =
2003 Mar 02
12
Transcoding
Hello, Does asterisk do transcoding when the call goes through the system, codecs are the same but signaling protocol is changed. example: SIP with GSM ---> IAX with GSM What quality destruction happen when I use transcoding? I know this is not a concrete/precise question, but I would like to know how is it in general. What CPU performance is needed for transcoding 30 channels e.g. from
2005 Jul 19
2
No voice for SIP to ISDN?
Hi, I'm currently building an asterisk system which should work as gateway between SIP phones and ISDN. Most parts are working very fine, but one problem occurs and I am not able to solve or debug it. Telephony from ISDN to SIP (a Sipura Hardphone) is working very well, but if the SIP Phone initiates the call, the ISDN phone rings, and a connection can be established. But no one of the two
2004 Aug 27
3
reorder [stats] and reorder.factor [lattice]
It was recently pointed out on the lists that the S-PLUS Trellis suite has a function called reorder.factor that's useful in getting useful ordering of factors for graphs. I happily went ahead and implemented it, but it turns out that R (not S-PLUS) has a generic called reorder (with a method for "dendrogram"). Naturally, this causes R to think I'm defining a method for
2008 Feb 21
6
SuSE /var/ disk space
Hi all, I''m playing with Xen for the first time, and encounter problems when installing a client. We basically have limited space on the /var/ partition, and Xen seems to use this as temporary storage during installation. Is there anyway of configuring it to use some other location? Cheers, Dean. _______________________________________________ Xen-users mailing list
2005 Dec 01
2
ftp problem
I have a server that is running iptables. I'm trying to allow vsftpd in and have the following rules. I can connect to it, but when I try to do a listing it says "Entering Passive Mode" but doesn't do anything. Any suggestions? Thanks, James # define it -N FTP_INP -A INPUT -p tcp --syn --sport 1024: --dport 21 -m state --state NEW -j FTP_INP # rules -A FTP_INP -j ACCEPT #
2003 Jan 15
1
Printer not accessible! Plea
Martin, There is a great deal more that needs to be done other then the creation of a smb.conf file for setting up a PDC for any Windows workstations. Unfortunately, I only have experience with setting up a PDC for a mixed bag of Windows 9x, Windows NT 4.0 and Win2K systems. The only WinXP machine we utilize is one laptop, which is rarely ever attached to the corporate network. So,