search for: hp1

Displaying 16 results from an estimated 16 matches for "hp1".

Did you mean: hp
2010 Dec 15
2
loss of connection
My log says suddenly: Dec 14 02:35:16 hp1 kernel: [1492482.232822] o2net: no longer connected to node hp2 (num 1) at 192.168.1.2:7777 Dec 14 02:35:18 hp1 kernel: [1492483.960150] BUG: soft lockup - CPU#1 stuck for 61s! [kvm:32398] I have no idea what happens here and why - but the result are a lot of problems with virtual machines. Viel...
2006 Jul 20
1
setdriver fails with WERR_ACCESS_DENIED
...samba 3.0.22 on a Linux/Debian machine. I'm trying to get printer drivers on the server automatically picked by the XP clients on the server. $ rpcclient localhost -U flavien -c 'enumdrivers' Password: [Windows NT x86] Printer Driver Info 1: Driver Name: [hp1] The user "flavien" has PrintOperator privileges : $ net rpc rights list flavien -U flavien Password: SePrintOperatorPrivilege SeDiskOperatorPrivilege I try to set the driver to the printer : $ rpcclient localhost -U flavien -c 'setdriver hp1 hp1' Passwo...
2012 Apr 17
0
Problems with samba as PDC
Greeting- I have a mixed network of ms-windows, macintosh and freebsd systems. I am setting up a FreeBSD 9.0 system as a PDC using samba. I can from a FreeBSD box attach to the SMB server as a user that is defined on the Samba Server. [wynkoop at dt0 ~]$ smbclient -L hp1 Enter wynkoop's password: Domain=[HARAPARTNERS] OS=[Unix] Server=[Samba 3.6.4] Sharename Type Comment --------- ---- ------- IPC$ IPC IPC Service (HP1 Samba Server) wynkoop Disk Home Directories Domain=[HARAPARTNERS] OS=[Unix] Server=[Samba 3....
2008 Apr 30
1
+ and - in RODBC : no longer considered factors
...reads data from a database file. Some of the columns are 1-character strings containing only +, - or NA. An example for such a table is shown below, and can be downloaded for easier testing from http://www.menne-biomed.de/uni/test.zip (For security reasons, the file is zipped) table test hp hp1 + a - + library(RODBC) channel = odbcConnectAccess("test.mdb") ret = sqlQuery(channel,"select * from test") odbcClose(channel) str(ret) # 'data.frame': 2 obs. of 2 variables: # $ hp : num 0 0 # $ hp1: Factor w/ 2 levels "+","a": 2 1 Note that...
2004 Sep 28
1
security in samba
Hi, In my company , we have 25 HP printers at different floors. All printesr are configured on One Linux Machine. Each printer has one administrator. My task is share the printer to that particular administrator. For example if i have 2 printers ( HP1 and HP2) , i want to share HP1 printer to only 192.168.0.1 and HP2 printer to only 192.168.0.2. If we use host allow & host deny in global { or (or) and } shared section, the behaviour is not meets my requirement. Please , can any one give suggestions on this. Regards, shashi...
2011 Jul 09
1
[LLVMdev] Explicit register usage in LLVM assembly
...lear in the beginning (in llvm pseudocode): {i64, i64, i64, i64} @main(i64 %in_hp, i64 %in_p, i64 %in_sp) { ;; In the entry block: %hp = alloca i64 store %in_hp -> %hp %p = alloca i64 store %in_p -> %p %sp = alloca i64 store %in_sp -> %sp ...... ;; before normal call %hp1 = load %hp %p1 = load %p %sp1 = load %sp {%hp2, %p2, %nsp2, %val} = call @foo(%hp1, %p1, %sp1, arg1, arg2) ;; in normal continuation store %hp2 -> %hp store %p2 -> %p store %sp2 -> %sp ....... ....... ;; before invoke call %hp3 = load %hp %p3 = load %p %sp3 = l...
2004 Sep 29
0
Réf. : security in samba
...-------------------------------| Hi, In my company , we have 25 HP printers at different floors. All printesr are configured on One Linux Machine. Each printer has one administrator. My task is share the printer to that particular administrator. For example if i have 2 printers ( HP1 and HP2) , i want to share HP1 printer to only 192.168.0.1 and HP2 printer to only 192.168.0.2. If we use host allow & host deny in global { or (or) and } shared section, the behaviour is not meets my requirement. if use valid users in shared section, it's not working properly...
2014 Mar 20
0
ASReml-R Course - Chicago APRIL 24/25
...further course and workshop opportunities. Full details and registration: http://www.vsni.co.uk/2014/asides/analysis-of-experiments-using-asreml-r Many thanks Carey Biggs Commercial Director VSN International Ltd Software for Bioscientists 5 The Waterhouse, Waterhouse Street, Hemel Hempstead, HP1 1ES Tel: +44 (0)1442 450 230, Fax: +44 (0)870 121 5653 www.vsni.co.uk Registered in England & Wales, company number: 4027977. Registered office: 5 The Waterhouse, Waterhouse Street, Hemel Hempstead HP1 1ES (England).
2002 Oct 14
1
Printer settings on 2.2.5
..., with all printer-related informations : [global] [...] load printers = No disable spoolss = no [...] printing = lprng [print$] path = /usr/local/samba/printers guest ok = yes browseable = yes read only = yes write list = root [hp1] comment = HP LaserJet 4050TN path = /var/spool/samba printable = Yes printer name = hp1 guest ok = yes [hp2] comment = HP LaserJet 4100DTN path = /var/spool/samba printable = Yes printer name = hp guest ok = yes He...
2011 Jul 08
0
[LLVMdev] Explicit register usage in LLVM assembly
On 8 July 2011 21:10, Yiannis Tsiouris <yiannis.tsiouris at gmail.com> wrote: > The problem with that is the case of an 'invoke' call. According to the > semantics of the invoke instruction the return value is not available  when > a stack unwind happens. From the Language Reference Manual: >  "For the purposes of the SSA form, the definition of the value returned by
2011 Jul 08
2
[LLVMdev] Explicit register usage in LLVM assembly
On Sun, Apr 3, 2011 at 2:58 AM, David Terei <davidterei at gmail.com> wrote: > Hi Yiannis, > > As has been said GHC had this problem (I'm the author of GHC's LLVM > backend). GHC uses 4 pinned registers on x86-32 and 16 on x86-64. The > solution is to use a custom calling convention. I would argue that > this is a better solution then having the registers
2006 Aug 24
0
Classification tree with a random variable
...ive response to the first), regards how this is achieved in R. The only way I can figure how to do this is to put the variable 'site' in as the 'xval' value. I have given an example of how I have done this below in a simplified version of the model. Is how I have done this correct? hp1<-rpart(formula=hollowpres~dbh + lat + long +alt, data=test,method="class",control=rpart.control (maxcompete=4,xval=site), na.action=na.rpart) Thanks Amy [[alternative HTML version deleted]]
2012 Mar 26
1
dovecot-1.2.9: OK No messages copied
...UID had already been known to be copied successfully. I am using dovecot 1.2.9 - has this been fixed in newer versions of dovecot? Regards Attila Attila Sipos Netcall Telecom Ltd Registered in England 2831215. Registered Office : 3rd Floor, Hamilton House, 111 Marlowes, Hemel Hempstead, Herts, HP1 1BB
2014 Apr 04
0
Failed to get GUID for printer? (after bug 9900)
Hi team, Some of the printers served by my Samba+CUPS printserver cannot be used by Windows clients because of this sort of cryptic error: printing/nt_printing_ads.c:116(nt_printer_guid_get) Failed to get GUID for printer hp1-color rpc_server/spoolss/srv_spoolss_nt.c:4828(_spoolss_GetPrinter) _spoolss_GetPrinter: failed to construct printer info level 7 - WERR_BADFILE All affected printers use generic CUPS PS driver for Windows (cupsps6.dll, etc), and were added by cupsaddsmb to Samba. However, not all printers with t...
2011 Jan 31
6
TablEdit runs from install but not after
...xml:5: parser error : EntityRef: expecting ';' <comment>View&Edit CAD and raster formats</comment> ^ Failed to parse '/home/ubuntu/.local/share/mime/packages/x-wine-extension-hgl.xml' /home/ubuntu/.local/share/mime/packages/x-wine-extension-hp1.xml:5: parser error : EntityRef: expecting ';' <comment>View&Edit CAD and raster formats</comment> ^ Failed to parse '/home/ubuntu/.local/share/mime/packages/x-wine-extension-hp1.xml' /home/ubuntu/.local/share/mime/packages/x-wine-extension...
1998 Aug 11
23
Printing problems
I cannot print to my Samba-printer from Win NT. Printing works fine under X-windows. What could be wrong? //Michael