Displaying 10 results from an estimated 10 matches for "resoures".
Did you mean:
resources
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.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
Hi,
I am quite confused by the following observation.
I tried to use smbclient on a linux to access a Windows 98 se.
--- Smbclient //IP address/sharefolder -U username%passwd.
I got some errors like
Session request to [Ip address] failed (called name not present).
But I can use the same command from the same Linux to access a Window 2000
machine.
I also noticed that If I use the the
2018 Jan 30
2
as.list method for by Objects
Dario,
What version of R are you using. In my mildly old 3.4.0 installation and in
the version of Revel I have lying around (also mildly old...) I don't see
the behavior I think you are describing
> b = by(1:2, 1:2, identity)
> class(as.list(b))
[1] "list"
> sessionInfo()
R Under development (unstable) (2017-12-19 r73926)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
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
by() does not always return a list. In Gabe's example, it returns an
integer, thus it is coerced to a list. as.list() means that it should be a
VECSXP, not necessarily with "list" in the class attribute.
Michael
On Tue, Jan 30, 2018 at 2:41 PM, Herv? Pag?s <hpages at fredhutch.org> wrote:
> Hi Gabe,
>
> Interestingly the behavior of as.list() on by objects seem to
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
Use the current logging message styles.
Convert the dbg and debug macros to alway have a terminating \n.
Remove err, warn, and info macros, use pr_<level>.
Add pr_fmt as appropriate.
Signed-off-by: Joe Perches <joe at perches.com>
---
drivers/pci/dmar.c | 116 ++++-----
drivers/pci/hotplug/acpi_pcihp.c | 36 ++--
drivers/pci/hotplug/acpiphp.h
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
Use the current logging message styles.
Convert the dbg and debug macros to alway have a terminating \n.
Remove err, warn, and info macros, use pr_<level>.
Add pr_fmt as appropriate.
Signed-off-by: Joe Perches <joe at perches.com>
---
drivers/pci/dmar.c | 116 ++++-----
drivers/pci/hotplug/acpi_pcihp.c | 36 ++--
drivers/pci/hotplug/acpiphp.h
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
Use the current logging message styles.
Convert the dbg and debug macros to alway have a terminating \n.
Remove err, warn, and info macros, use pr_<level>.
Add pr_fmt as appropriate.
Signed-off-by: Joe Perches <joe at perches.com>
---
drivers/pci/dmar.c | 116 ++++-----
drivers/pci/hotplug/acpi_pcihp.c | 36 ++--
drivers/pci/hotplug/acpiphp.h