search for: resour

Displaying 10 results from an estimated 10 matches for "resour".

Did you mean: resout
2006 Aug 27
3
Licensing issues
I was trying to figure out a license for the samples, and stumbled across a couple other issues that affect how we should be building wxWidgets for inclusion into our gem. If possible, we should NOT build in TIFF nor JPEG support, as both have special attribution requirements. Other wx modules do as well, but we don''t use them anyway (ODBC, wxXML, and wx 2.4 regex). For those of you
2009 Jan 29
1
Samba 3.2.7 and XP authentication error
List, Long and confusing message follows... I'm facing a frustrating problem. XP clients can use resoures on the samba server by IP-address, but not by name. So, "net view \\servername" gives "access denied" but "net view \\ipaddress" gives list of shared resources. Samba server (3.2.7 sernet rpm) is a member server in W2003 domain. I emphasise that with version 3.2....
2011 Nov 28
11
Is it possible to conditionally replace a file ?
As far as I can tell, the "replace" parameter is all or nothing. What I am looking for is something like the exec/onlyif parameter that I can use to conditionally replace a file. Any thoughts ? “Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.” Bill Waterson (Calvin & Hobbes) -- You received this
2005 Jan 06
1
"Called name not present" - using smbclient from linux to access win98
...he win98 from the linux box, --- smbclient //win98 machine name/sharefolder -I IP address -U username%passwd. It works fine. So I began to think probably something going on with win98 smb server and I have to use the name instead of using something like //IP address/sharefolder to refer to that resoure. But the following fact confused me, I can access win98 use "//IP address/sharefolder" from my win2k machine, for example, enter "//win98 ip address/sharefoler" in the "run", I can get in. I'll really appreciate it if anyone can clarify this confusion above Th...
2018 Jan 30
2
as.list method for by Objects
...entity) > class(as.list(b)) [1] "list" > sessionInfo() R Under development (unstable) (2017-12-19 r73926) Platform: x86_64-apple-darwin15.6.0 (64-bit) Running under: OS X El Capitan 10.11.6 Matrix products: default BLAS: /Users/beckerg4/local/Rdevel/R.framework/Versions/3.5/Resources/lib/libRblas.dylib LAPACK: /Users/beckerg4/local/Rdevel/R.framework/Versions/3.5/Resources/lib/libRlapack.dylib locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded v...
2008 Jun 27
3
Odd behavior on require => Package
I have this block of code: package { "tallyman": name => "tallyman", ensure => latest, require => Package["perl-libwww-perl"], } Which results in this error: err: Could not apply complete configuration: Could not retrieve dependency ''Package[perl-libwww-perl]'' at /var/puppet/modules/tallyman/ manifests/init.pp:7 Yet
2018 Jan 30
2
as.list method for by Objects
...(2017-12-19 r73926) >> >> Platform: x86_64-apple-darwin15.6.0 (64-bit) >> >> Running under: OS X El Capitan 10.11.6 >> >> >> Matrix products: default >> >> BLAS: >> /Users/beckerg4/local/Rdevel/R.framework/Versions/3.5/Resour >> ces/lib/libRblas.dylib >> >> LAPACK: >> /Users/beckerg4/local/Rdevel/R.framework/Versions/3.5/Resour >> ces/lib/libRlapack.dylib >> >> >> locale: >> >> [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 &g...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...ot;, port); + dbg("enum_bit = 0x%02x\n", enum_bit); if(enum_bit > 7) { - err("Invalid #ENUM bit"); + pr_err("Invalid #ENUM bit\n"); return -EINVAL; } enum_mask = 1 << enum_bit; @@ -145,7 +143,7 @@ static int __init cpcihp_generic_init(void) struct resource* r; struct pci_dev* dev; - info(DRIVER_DESC " version: " DRIVER_VERSION); + pr_info(DRIVER_DESC " version: " DRIVER_VERSION "\n"); status = validate_parameters(); if (status) return status; @@ -156,12 +154,12 @@ static int __init cpcihp_generic_init(void)...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...ot;, port); + dbg("enum_bit = 0x%02x\n", enum_bit); if(enum_bit > 7) { - err("Invalid #ENUM bit"); + pr_err("Invalid #ENUM bit\n"); return -EINVAL; } enum_mask = 1 << enum_bit; @@ -145,7 +143,7 @@ static int __init cpcihp_generic_init(void) struct resource* r; struct pci_dev* dev; - info(DRIVER_DESC " version: " DRIVER_VERSION); + pr_info(DRIVER_DESC " version: " DRIVER_VERSION "\n"); status = validate_parameters(); if (status) return status; @@ -156,12 +154,12 @@ static int __init cpcihp_generic_init(void)...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...ot;, port); + dbg("enum_bit = 0x%02x\n", enum_bit); if(enum_bit > 7) { - err("Invalid #ENUM bit"); + pr_err("Invalid #ENUM bit\n"); return -EINVAL; } enum_mask = 1 << enum_bit; @@ -145,7 +143,7 @@ static int __init cpcihp_generic_init(void) struct resource* r; struct pci_dev* dev; - info(DRIVER_DESC " version: " DRIVER_VERSION); + pr_info(DRIVER_DESC " version: " DRIVER_VERSION "\n"); status = validate_parameters(); if (status) return status; @@ -156,12 +154,12 @@ static int __init cpcihp_generic_init(void)...