search for: usi

Displaying 20 results from an estimated 74 matches for "usi".

Did you mean: use
2012 Apr 27
2
question of iSCSI pool on the same iSCSI target
An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120427/287fd756/attachment.htm>
2016 Feb 15
3
Usiing SID's in Linux? Is it possible?
I would like to be able to use SID's in linux so as to have ACL's identical to windows. Example usage why: Say I have an ntfs partitioned disk that I share with a co-worker that uses windows. Currently I am connected to the domain using rfc2307 and that allows me to authenticate using AD and on the nfs through the Isilon the windows users see files correctly permissioned but when I share an ntfs partitioned disk the ACL's are not correct.
2004 Sep 25
4
Absolutely minimal Asterisk PSTN gateway
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello together, I am setting up a communication server which should also act a very-low-load PSTN gateway. I am usiing a AMD K6 200 running from a 500 MB usb memory stick. What is the ABSOLUTE minimum space requirements for ~ running asterisk to work as gateway between isdn and lan? 50MB or 1 GB?(I would compile, configure, etc. on a separate machine and then copy everything to the flash device.) Cheers, Arik -...
2006 Apr 05
3
how to insert Current DateTime value into database?
Hi, I want to insert onto database the Current DateTime Value into database field "Store_date" with datatype (DATETIME). How to do tihs? I am usiing hidden variable into my form as follows:- ======================= <%= hidden_field("store", "store_date", :value =>:datetime ) %> ======================= But when I m submmittng form I couldn''t find entry in store_date field. How to do this using hidden va...
2012 May 07
2
Destroy VM failed.
An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120507/c5c413bc/attachment.htm>
2006 Aug 02
2
Problem with RadRails plugin installation
Hi, I am usiing Windows XP and am behind a firewall. I get following error while trying to isntall few specific plugins that are hosted on some other sites than rubyforge (e.g.http://progrium.com/svn/vforge/plugins/widgets) in my RadRails project. "HTTP/1.1 407 Proxy Authentication Required ( The ISA Se...
2014 Dec 16
3
BLAS/LAPACK routine 'DLASCL' gave error code -4 in liblapack3 Version 3.5.0
Dear all Some computations gave a matrix. The single value decomposition of it worked fine previously, after an system upgrade I get the following error: ----- > La.svd(x,256,256) Error in La.svd(x, nu, nv) : BLAS/LAPACK routine 'DLASCL' gave error code -4 ----- Erroneous Matrix: ftp://usys-ftp.ethz.ch/ITES/STEP/nussbaum/R/matrix-lapack-error4.RData /.csv Operating System: Debian 8
2006 Feb 10
10
Seeing the IP addresses of domUs from dom0
Using a default xen3.0.1 setup for dom0(rhel4 distro) and domUs (gentoo, rhel4, centos4.2 distros, ttylinux) with the domUs all having dhcp turned on, is there an easy way to tell from within the dom0 what ip addresses were assigned to the domUs after bootup? Toby Ford USi _________________________...
2008 Sep 01
2
Help with stl
I just realized after some tips and a little digging that what I was trying to do "manually" has already been done. I was trying to fit my data using 'lm' then taking the "residual" data and trying to do a spectral estimate (for seasonality) usiing fft and then passing the "residual" of all of that to arima to get the irregular portion of the time series forecast equation. I found 'stl' that advertises that...
2006 Feb 28
4
Problem since r3679
When I do ''rake migrate'' since r3679 (I rolled back to there and it works) I get rake aborted! undefined method `namespace'' for main:Object ./rakefile:10 Do I have to make any changes to my rails app since r3679? Cheers, Ian
2006 Aug 14
1
Attempt to access unmapped memory
Hi, I am usiing R 2.3.1 under Linux kernel 2.6.11 with libreadline/libhistory 5.1. Bothe R and readline were compiled without quircks with gcc 3.3.3 and g77. Every time I try to edit command line by using del key the following error happens: ------------8><-------------- > ipacks <- instaleld.pa...
2008 Oct 28
1
Marginal effects in negative binomial
Dear All, I carry out negative binomial estimations using the glm.nb command from the MASS package. Is there a command or a simple procedure for computing marginal effects from a glm.nb fitted object? If these are the same as for a Poisson fitted object (glm), my question remains how to compute them. Thanks in advance for your help. Roberto Patuelli...
2009 Feb 14
1
Asterisk CLI problem if run from /etc/inittab
Hi, We are having a strange issue. If we run asterisk from /etc/inittab and then connect using asterisk -r, we don't see any logs coming in CLI. However logs are properly reported to /var/log/asterisk/messages and system is working fine. Now, if we run from command line (asterisk -f) and then usie asterisk -r, we properly see logs in CLI. This is bit strange and not able to solve this...
2009 May 11
1
MDI form in Wine
...window and the maximize the other form, the overlapped image will disappear! Does anyone know how to prevent from this situation? Thanks! Best regards, Kevin Chen ??? Manager, Shop Floor Information Dept. Information Service Unit Universal Scientific Industrial CO.,LTD Email: kchen at ms.usi.com.tw Tel:+886-49-2261876 ext:21558(TT), 23206(NK), 26217(MVPN) Mobile:+886-972-575553 or +886-935-702403 ----- Original Message ----- From: ???(Kevin Chen) To: wine-users at winehq.org Sent: Monday, May 11, 2009 10:20 AM Subject: I/O question (output via Parallel Port) Hi,...
2003 May 23
1
LDAP & Kerberos
Xcuse me for stupid questions... but why almost all of U are usiing samba+ldap+kerberos, is it better than default authentication method? And could anyone assist me in tunning this mad thing up? I don't ever now what they (LDAP and Krb) are used for. Maybe U would be so kind to give me some advices considering this topic or some url's where i can find sa...
2013 Jul 15
1
[LLVMdev] LLVM x86 backend for Intel MIC : trying it out and questions
...ntel 64 Architecture instructions) + 512-bit vectors + masks Of course, 512-bit, that was my typo, sorry. > Please check what ICC does. X87 registers are supported. Checked. Unfortunately ICC does use zmm in scalar 64-bit programs, which requires new ABI in LLVM. - D. [1] http://www.old.inf.usi.ch/file/pub/75/tech_report2013.pdf
2012 Feb 14
7
inherits from parametrized class
Hello In is possible inherits from parametrized class?? For example i have base php52 class like this: class linux::php52($pools, $extensions='''') inherits linux { ...... } and whants to inherit it like this: class linux::php52::cluster inherits linux::php52 for cluster configuration (cluster stuff -f for example prevent php from automatic startup), and class
2007 Dec 01
1
Asterisk & Cisco calling Name
...16.86.35.24 s=SIP Call c=IN IP4 216.86.35.24 t=0 0 m=audio 18472 RTP/AVP 0 101 c=IN IP4 216.86.35.24 a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=ptime:20 --uniqueBoundary Content-Type: application/gtd Content-Disposition: signal;handling=optional IAM, PRN,isdn*,,NI***, USI,rate,c,s,c,1 USI,lay1,ulaw TMR,00 CPN,04,,1,9734333001 CGN,04,,1,y,4,9733901090 CPC,09 FCI,,,,,,,y, GCI,602d57449f0411dc8052000f352dca41 UFC,GEN,5,gentf,79 UFC,GEN,5,fachd,9f8b0100 UFC,GEN,5,inpdu,02010106072a8648ce150004 --uniqueBoundary-- --- (21 headers 33 lines)--- Using INVITE request as bas...
2008 Oct 03
1
Problem with glm.nb estimation
Dear All, I've been using already for a year glm.nb() from the MASS package. But today, R gave me an error message when estimating one of my usual models: > depEsf.nb <- glm.nb(depE ~ manuf00E + corps00E + lngdp00E + lngdp00sqE + > lnpop00E + indshE + scishE + mechshE + elecshE + chemshE + drugshE + > urb...
2007 Jul 02
3
list box poupulation using php,mysql and ptototype
I have some problems with php and Prototype.I am trying to implement listbox population (second dropdown box values depend on first dropdown) using php,Mysql and Prototype.But i have no idea how to implement . I hope you all have sucessfully done this, please show me an example --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs"...