search for: ug

Displaying 20 results from an estimated 945 matches for "ug".

Did you mean: bug
2012 Dec 11
1
Dispatching on a dgCMatrix does not work.
...matrix of class "dgCMatrix" (from the Matrix package). > xx 5 x 5 sparse Matrix of class "dgCMatrix" a b c d e a . 1 1 . . b 1 . 1 . . c 1 1 . 1 1 d . . 1 . 1 e . . 1 1 . To check if the matrix defines and undirected graph, I have made the following functions/methods: is.UG <- function (object) { UseMethod("is.UG") } is.UG.dgCMatrix <- function (object) { is.adjMAT(object) && (max(abs(t(object) - object)) == 0) } Note: 1) is.adjMAT is homegrown and 2) I know there is an "isSymmetric" method, but I can't get that to work...
2006 Jun 13
1
Cramer-von Mises normality test
...en running some normality tests using the nortest package. For some of my datasets the Cramer-von Mises normality test generates an extremely high probability (e.g., 1.637e+31) and indicates normality when the other tests do not. Is there something I'm misunderstanding or potentially a bug in the code? Below are the results of the tests and then, below that, I've provided that column of the datafile. Thank you in advance for your help. Bob Powell > shapiro.test(Mn.Total..ug.kg) Shapiro-Wilk normality test data: Mn.Total..ug.kg W = 0.5269, p-value < 2.2e-16 >...
2006 Jun 14
1
Bug in nortest cvm.test package (PR#8980)
I believe there to be a bug in the cvm.test module of the nortest package authored by Juergen Gross. I do not know how to contact the author directly. I've been running some normality tests using the nortest package. For some of my datasets the Cramer-von Mises normality test generates an extremely high probabili...
2002 Oct 18
2
WAN setup over frame relay 7 locations
...should do on the Linux machine for the routes or in the Cisco routers or to the masq file? Any help much appreciated My firewall netstat -r is: Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 192.168.6.0 192.168.1.253 255.255.255.0 UG 40 0 0 eth1 192.168.5.0 192.168.1.253 255.255.255.0 UG 40 0 0 eth1 192.168.4.0 192.168.1.253 255.255.255.0 UG 40 0 0 eth1 192.168.3.0 192.168.1.253 255.255.255.0 UG 40 0 0 eth1 192.168.2.0 192.168.1.253 255.25...
2009 Apr 02
1
WARNING: default route ignored on interface XXX
...0 0 eth0 212.25.114.89 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0 212.143.205.175 0.0.0.0 255.255.255.255 UH 0 0 0 ppp4 212.143.205.175 0.0.0.0 255.255.255.255 UH 0 0 0 ppp7 212.179.61.78 172.23.144.1 255.255.255.255 UGH 0 0 0 eth0 10.0.20.0 10.0.20.254 255.255.255.0 UG 0 0 0 vlan20 192.168.101.0 0.0.0.0 255.255.255.0 U 0 0 0 eth4 192.168.102.0 0.0.0.0 255.255.255.0 U 0 0 0 eth7 10.0.100.0 10.0.100.254 255....
2015 Jan 04
2
additional network config
A system whose network routing table looks like this (abbreviated): Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth0 needs to look like this: Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 10.10.0.0 192.168.0.98 255.255.0.0 UG 0 0 0 eth0 0.0.0.0...
2014 Feb 26
4
Static routing on CentOS
Hi All I have two hosts. Host A and Host B Host A routing table ------------------------ [root at localhost ~]# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 172.29.110.0 172.29.109.1 255.255.255.0 UG 0 0 0 eth0 172.29.109.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0 0.0.0.0 172.29.109.1 0.0.0.0 UG 0 0 0 eth0 HOST A IP address : 172.29.109.254 Host B routing table --...
2009 Feb 25
1
monotonic GAM with more than one term
...sort(x) m <- structure(rep(1:2,50), .Label=c("one","two"), class="factor") f<-as.integer(m) * exp(4*x)/(1+exp(4*x)) y<-f+rnorm(100)*0.1 plot(x,y,xlim=c(min(x), max(x)*2)) dat<-data.frame(x=x,m=m,y=y) # Show regular spline fit (and save fitted object) f.ug<-gam(y~m+s(x,k=10,by=m,bs="cr")) bool <- m=="one" yhat <- fitted(f.ug) lines(x[bool],yhat[bool]) lines(x[!bool],yhat[!bool]) xx <- seq(max(x), 2*max(x), length=100) mm <- structure(rep(1:2,50), .Label=c("one","two"), class="factor"...
2012 Aug 16
4
Variables and greek letters in a plot title
Hello This is a problem I encountered repeatedly and I found no answer that made me really happy. I hope it is not too trivial. I would like to give the concentration of a substance in a plot title: 5 ug/ml substance the '5' would be a variable and the ug should be micrograms (with greek letter mu). It is the mu that causes the problems for me. I failed using various combinations of paste, expression and bquote. I would be very grateful if someone could help me (or point me to the solution...
2014 Mar 27
0
AD DC, winbind and Domain Local type groups
...have edited), that it had something to do with this particular group. Digging some more I realise that the access group for the home share is with scope Domain Local and is not enumerated with winbind (getent group). This access group 'FileAcc-Home' was created with ADUC, so I first thought that that was creating this problem. So I deleted it and recreated it with samba-tool not paying attention to that it was created with scope Global (default in MS AD DS). And it worked: $ ssh -Y davor at dc1 davor at dc1's password: Welcome to Ubuntu 12.04.4 LTS (GNU/Linux 3.2.0-60-generic...
2009 Jun 04
3
ldap_search() failed "Server Busy"
Hi, We are using dovecot 1.1.11 on Solaris 10u6. Under load, we are experiencing the following errors: Jun 4 18:30:59 ug1s02-zone1 dovecot: [ID 107833 mail.error] auth(default): ldap(0202934816 at ug.smilecoms.com,10.31.3.13): ldap_search() failed (filter (uid=0202934816 at ug.smilecoms.com)): Server is busy We are authenticating against sun directory server yet see no errors in the directory server and it seems to...
2013 Feb 27
1
linux-to-linux samba weird problem
...nning Samba; no domain controller, just a simple, single share. I have a debian wheezy KVM mounting a share via CIFS, forcing UID and GID; UID/GID are the same on the two systems. I use a credentials file with non-root user and password. I disabled oplocks and client caching. The shared dir has ug+rw for all files, and has ug+x for all dirs; the same non-root user and group owns all files and dirs. I've even gone so far as to add ug+s on all dirs, to no avail. General access seems to be OK. But there's a failure in one specific instance. On the KVM, I'm running unibasic (busi...
2005 Jun 23
6
urgent TEQL problem
...be fired if I can''t solve the problem today. (just kidding, but I did waste lots of time on it :( ) The common configuration for teql is for two computers connected directly with two links. My topology is a little different: one link is connected directly, but the other is connected through a gateway. My problem is teql can''t send packets through both links at the same time. When I don''t configure a gateway for teql0 in the routing table, all packets go to the direct link; when I do add the gateway, all packets go to the link with the gateway. It seems to me that t...
2004 Jan 12
0
Routing packets in and out
...ead box can ping a box on the .10 subnet which will be illustrated below, so I don't know if the packets are routing correctly there, but I doubt they are. Any hints would be appreciated: christian@yottadot.org routing table from first box: 192.168.1.0 192.168.253.254 255.255.255.0 UG 0 0 0 eth0 192.168.10.0 192.168.254.1 255.255.255.0 UG 0 0 0 hdlc0 localnet * 255.255.255.0 U 0 0 0 eth0 192.168.254.0 * 255.255.255.0 U 0 0 0 hdlc0 loopback * 255....
2011 Jan 21
1
glitch in building R package
...tected: c:/R/R-2.12.0/etc/i386/Makeconf Preferred POSIX equivalent is: /cygdrive/c/R/R-2.12.0/etc/i386/Makeconf CYGWIN environment variable option "nodosfilewarning" turns off this warning. Consult the user's guide for more details about POSIX paths: http://cygwin.com/cygwin-ug-net/using.html#using-pathnames g++ -I"c:/R/R-2.12.0/include" -O2 -Wall -c XDemo.cpp -o XDemo.o g++ -I"c:/R/R-2.12.0/include" -O2 -Wall -c XDemo_main.cpp -o XDemo_main .o g++ -shared -s -static-libgcc -o FirstPack.dll tmp.def XDemo.o XDemo_main.o -Lc: /R/R-2.12....
2020 May 19
3
[Bug 3167] New: Bugs found by static tests
https://bugzilla.mindrot.org/show_bug.cgi?id=3167 Bug ID: 3167 Summary: Bugs found by static tests Product: Portable OpenSSH Version: 8.2p1 Hardware: All OS: All Status: NEW Severity: normal Priority: P5...
2002 Dec 29
2
win98 browsing problem across VPN subnets
...s are just running win98 pc's using tcp/ip. I have tried configuring all PC's to be on the same workgroup and setup sharing, but still each site can only see the pc's connected on it's that site. I have read in some newsgroups that I need to setup a WINS server, and others have suggested setting up a PDC server. Who is correct? I have an e-smith server (linux/samba/qmail/etc) that is running at one site to distribute emails, and I have the possibility of setting this server to be a (samba) domain master. Would this resolve my browsing problem, or would I need to setup WINS...
2006 Jul 26
3
Polymorphic Association with Single Table Inheritance?
...e --> Membership <-- Group ^ ^ | | User UserGroup I tried the following but failed: Groupable (table with ''type'' column) has_many :memberships, :as => :groupable has_many :groups, :through => :memberships Membership belongs_to :groupable, :polymorphic => true belongs_to :group, :polymorphic => true Group (table with ''type'' column) has_many :memberships, :as => :group has_many :groupables, :through => :memberships And the inherited tables: User &...
2005 May 27
1
xmlAttrs and problems with reading node attributes of XML file (b ug?)
...quot; Attributes of mzXML : schemaLocation "c" It seems to me that XML parser was able to correctly list all the attributes of the "parentFile" node but it failed on "mzXML" node. Am I missusing the functions somehow or is it a bug? Attribute names in "mzXML" node are part of mzXML file format and can not be changed (removing all ':' would fix the problem) and I would like to store than so whan I write mzXML file I have the same header. Jarek ====================================================\======= Ja...
2006 Apr 01
1
routing in xen 3.0: icmp gets routed, but tcp/ip only partially
...) | +---------------+ The domU host "fw" has the e100 (Intel EtherPro 100) driver loaded for eth2 (the PCI device was hidden from dom0). Hosts "xeno" and "fw" are connected to bridge "xenbr0", hosts "dmz" and "dmz" are connected through bridge "xenbr1". Routing tables are at the end of this post. Note that there''s no firewall installed (yet); it''s just plain routing at the moment. All hosts have inetd running, with services "daytime" and "echo" active; these services are great dia...