search for: uroot

Displaying 20 results from an estimated 126 matches for "uroot".

Did you mean: root
2006 Dec 02
1
Problem with CH.test in uroot package
Dear friends, I installed the package “uroot” then I wrote library (uroot) and I entered a series entitled extp, in spite of that the problem persite. In short,here are what I wrote and the message that I obtained: > library(uroot) > extp=c(1,3,10,14,12,5,8,12,13,15,9,8,7,10,9,7,3,10,3,11,12,7,4,9,8,10,20,17) > CH.test (wts=extp, fr...
2007 Nov 01
1
Need help on an error, when looding library(uroot)
Hi When I'm looding the library "uroot" something happens with the basic R code that handles numeric classes. Its looks like a bug but I cant isolate the problem. So hopfully one of you smart guys out there can give me some help. This is how the problem looks. Take for example the vector TEST <- c("1","2")...
2011 Jan 04
1
uroot Package and R 2.12.1
Hello friends. I'm wondering what happened to package uroot. I worked quite well with older versions of R, however with 2.12.1 version it simply doesn't work. The worst thing is that I look for it in the contributed packages and it simply doesn't appear. I want to develop ADF test with seasonal (centered) dummies, is there any other possible pack...
2008 May 19
4
adding users to group with net rpc
section 13.3.2 of the HOWTO shows that i can add a user to a group with the following command: root# net rpc group addmem "MIDEARTH\Engineers" ajt -Uroot when i execute this command (replaced with my server specific values, of course), i get a NT_STATUS_NO_SUCH_USER error. i can verify that my user DOES exist and that he belongs to the posix group account. i can also verify that the posix group account is mapped to the windows group account. is t...
2003 Jul 28
3
Problem with rpcclient command
Hi, I am trying to query a W2K PDC for info on a print driver by issuing the following command: rpcclient -Uxxx%yyy -d 3 -c 'getdriver "HP LaserJet 8000 Series PS"' abert The response I get is: Initialising global parameters params.c:pm_process() - Processing configuration file "/etc/samba/smb.conf" Processing section "[global]" added interface
2008 Jan 10
1
question regarding kpss tests from urca, uroot and tseries packages
...ning it. x<-c(253, 252, 275, 275, 272, 254, 272, 252, 249, 300, 244, 258, 255, 285, 301, 278, 279, 304, 275, 276, 313, 292, 302, 322, 281, 298, 305, 295, 286, 327, 286, 270, 289, 293, 287, 267, 267, 288, 304, 273, 264, 254, 263, 265, 278) x <- ts(x, frequency = 12) library (urca) library (uroot) library (tseries) Now, doing an ur.kpss test (mu, lag=3) i cannot reject the null hypothesis of level stationarity. Doing a kpss.test (mu, lag=1 by default ) the p value becomes smaller than 0.05 thus rejecting the null of stationarity. Same with KPSS.test (lag=1) So, as i have noticed that...
2005 Mar 24
0
critical value for HEGY test in uroot
R-users, i have some time series and use HEGY seasonal UR tests in the uroot package. But i have problems with interpretation of t and F statistics. Is there any critical values for these tests in R? is anybody ever write a bootstrap of these tests? thanks for advance, with all my bests, erik. ================================= Erik-André SAULEAU SEAIM Centre Hospitali...
2005 Jul 08
1
small lan - novice - 2
...[SNJ] OS=[Unix] Server=[Samba 3.0.9-2.6-SUSE] Server Comment --------- ------- WEST Samba Server Workgroup Master --------- ------- SNJ WEST west:~ # smbclient -L WEST -Uroot%password Connection to WEST failed west:~ # smbclient -L WEST -Uroot% Connection to WEST failed west:~ # smbclient -L WEST -Uroot Connection to WEST failed west:~ # smbclient -L WEST -U Connection to WEST failed west:~ # smbclient -L WEST -U% Connection to WEST failed west:~ # I tri...
2007 Jul 19
2
Problem to make service/package has installed and started before "exec" task
...word"] } exec { "Set MySQL server root password": subscribe => [ Package["mysql-server"], Package["mysql"] ], require => [ Package["mysql-server"], Package["mysql"] ], refreshonly => true, unless => "$mysqladmin_bin -uroot -p$mysqladmin_password status", path => "/bin:/usr/bin", command => "$mysqladmin_bin -uroot password $mysqladmin_password", alias => "mysql_set_root_password" } } Barrow Kwan _______________________________________________ Puppet-users mai...
2002 Sep 02
3
Slow Samba Printer initialisation, status, and printing
...p Files path = /tmp read only = No [lp1] comment = HP5si Epi path = /usr/local/samba/spool printable = Yes print command = /usr/bin/lpr -U%U@%M -P %p -r %s lpq command = /usr/bin/lpq -U%U@%M -P %p lprm command = /usr/bin/lprm -Uroot -P %p %j printer name = lp1 [print$] path = /usr/local/samba/printers write list = root, michaelc, johnm [Print Room 4m+] comment = Print Room Laserjet 4MPlus path = /usr/local/samba/spool printable = Yes print command = /usr/bin/lpr...
2002 Aug 20
1
(no subject)
...ichaelc printing = lprng [printers] comment = All Printers path = /home/mdu-print/ printable = Yes browseable = No [HP5siEpi] path = /home/mdu-print/printers/lp1 printable = Yes print command = /usr/bin/lpr -U%U@%M -P %p -r %s lpq command = /usr/bin/lpq -U%U@%M -P %p lprm command = /usr/bin/lprm -Uroot -P %p %j lppause command = /usr/sbin/lpc -Uroot hold %p %j lpresume command = /usr/sbin/lpc -Uroot release %p %j queuepause command = /usr/sbin/lpc -U%U@%M -P %p stop queueresume command = /usr/sbin/lpc -U%U@%M -P %p start printer name = lp1 [Test] comment = Temp Files path = /tmp valid users = mi...
2014 Nov 02
2
Re: KVM incremental backup using CBT
...b/master/scripts/qemu-guest-agent/fsfreeze-hook.d/mysql-flush.sh.sample I had to adjust this script a little for mariadb 10.0.14. But after that everything works as expected. Here the output: Sun 2 Nov 13:46:14 CET 2014: execute /etc/qemu/fsfreeze-hook.d/mysql-flush freeze + MYSQL='mysql -uroot -ppassword' + FIFO=/tmp/mysql-flush.fifo + case "$1" in + mkfifo /tmp/mysql-flush.fifo + flush_and_wait + printf 'FLUSH TABLES WITH READ LOCK \G\n' + mysql -uroot -ppassword + read ++ echo 'SHOW STATUS LIKE "Key_blocks_not_flushed"' ++ mysql -uroot -ppassword...
2003 Dec 11
1
No joy adding a CUPS printer
...and: rpcclient localhost -N -U'root%xxxx' -c 'setdriver lp lp' cmd = setdriver lp lp Succesfully set lp to driver lp. Now, testing that things went well (the above indicates it did): ================================================================ [root samba]# rpcclient localhost -Uroot%xxxx -c 'enumprinters' cmd = enumprinters flags:[0x800000] name:[\\localhost\lp] description:[\\localhost\lp,lp,HP OfficeJet 6110 Foomatic/hpijs (recommended)] comment:[HP OfficeJet 6110 Foomatic/hpijs (recommended)] [root samba]# rpcclient localhost -Uroot%...
2014 Oct 29
2
Re: KVM incremental backup using CBT
On 10/29/2014 01:07 PM, Thomas Stein wrote: > About the --quiesce option. Do i need to do something inside the vm? The most > commonly would probably be a sql server running inside the vm. Do i need to > tell the sql server something about the --quiesce option i use? I read this > article here which suggests such a procedure. Okay, it's vmware, but... Is > that right? For
2008 Aug 25
1
net rpc group addmem returns NT_STATUS_ACCESS_DENIED
Hi All, I'm trying to add a user to a group using /usr/local/samba/bin/net rpc group addmem room11 dunk -Uroot%password The user is added to the group as far as I can tell but the command returns NT_STATUS_ACCESS_DENIED This is on Solaris 10 (Sparc) and Samba 3.2.1, OS and Samba are both configured to lookup users and groups in LDAP. /usr/local/samba/bin/net rpc group members room11 -Uroot%password CRO...
2006 Dec 01
1
Demand of help
Hi, I'm a phd student of economics in Tunisia who is intersted now with the seasonal unit roots test of Canova and Hansen. So I've installed the package "uroot" in RGUI. I use R 2.4.0. The problem when I apply the function to my data, I've always a message from RConsole that it is impossible to find the function CH.test. Are there problems as for the use of this package? Please help me. Thank you in advance. [[alternative HTML version deleted]]
2005 Jun 29
2
comparison of packages for Unit Root test
Dear R Users, Could somebody please compare the packages of unit root test ( Uroot, Ucra, tseries and fseries ) regarding the type of test ( without constant and trend, with constant , and with constant and trend ) ? Regards, Amir Safari --------------------------------- Rekindle the Rivalries. Sign up for Fantasy Football [[alternative HTML version deleted]]
2010 Jan 25
1
MySQL RealTime Error
...nect to mysql database anymore, error as follow: [Jan 25 15:38:25] WARNING[3003]: res_config_mysql.c:325 realtime_mysql: MySQL RealTime: Invalid database specified: asterisk (check res_mysql.conf) the content of res_mysql.conf is: http://www.pastebin.org/81966 i've try command " mysql -uroot -proot" ,i can connect to mysql successfully. Could you tell me what's wrong with me ? -- Best regards, Sucan
2007 May 25
3
adddriver issue
...error happens: ERROR: string overflow by 1 (1024 - 1023) in safe_strcpy [adddriver "Windows NT x86" "HP LaserJet 4250 PCL5e] The "server properties" add driver button is disable.... yes, I'm print operator: printserver:~ # net rpc rights list "DOMAIN\user" -Uroot -Wprintserver Password: SePrintOperatorPrivilege How could I fix that? Regards, Bruno Gomes Pessanha
2007 May 28
1
grant privileges issue
I'm using security = ADS and winbind. I need to grant SePrintOperatorPrivilege to a user in domain. When i try to grant SePrintOperatorPrivilege to my user(realm\lutierib) i use: net -d 1 -Uroot -Slocalhost rpc rights grant realm\lutierib SePrintOperatorPrivilege executing the above command return me a error(Acces denied) because root is not found in domain and doesn't has permittion for grant privileges. I already create using smbpasswd -a root. Ok. I undestand it not found root use...