Displaying 11 results from an estimated 11 matches for "directory_".
Did you mean:
directory
2018 Jan 30
4
CRAN indices out of whack (for at least macOS)
.../el-capitan/contrib/3.4/PACKAGES
contains
Package: digest
Version: 0.6.15
Title: Create Compact Hash Digests of R Objects
Depends: R (>= 2.4.1)
Suggests: knitr, rmarkdown
Built: R 3.4.3; x86_64-apple-darwin15.6.0; 2018-01-29 05:21:06 UTC; unix
Archs: digest.so.dSYM
yet the _same directory_ only has:
digest_0.6.14.tgz 15-Jan-2018 21:36 157K
I presume this is a temporary accident.
We are all spoiled by you all providing such a wonderfully robust and
well-oiled service---so again big THANKS for that--but today something is out
of order.
Dirk
--
http://dirk.eddelbuettel.com | @ed...
2005 Nov 26
1
error while loading shared libraries: libwine.so.1
Just complied from CVS and am getting this error:
/_/usr/local/bin/wine: error while loading shared libraries:
libwine.so.1: cannot open shared object file: No such file or directory_/
Library out of date? Some other setting?
I'm new to Linux and compiling your own programs. Keeps life
interesting though.
TIA
Roger
2018 Jan 31
1
CRAN indices out of whack (for at least macOS)
...igest
> | Version: 0.6.15
> | Title: Create Compact Hash Digests of R Objects
> | Depends: R (>= 2.4.1)
> | Suggests: knitr, rmarkdown
> | Built: R 3.4.3; x86_64-apple-darwin15.6.0; 2018-01-29 05:21:06 UTC; unix
> | Archs: digest.so.dSYM
> |
> | yet the _same directory_ only has:
> |
> | digest_0.6.14.tgz 15-Jan-2018 21:36 157K
> |
> | I presume this is a temporary accident.
> |
> | We are all spoiled by you all providing such a wonderfully robust and
> | well-oiled service---so again big THANKS for that--but today something is out
> |...
2018 Jan 31
0
CRAN indices out of whack (for at least macOS)
...PACKAGES
|
| contains
|
| Package: digest
| Version: 0.6.15
| Title: Create Compact Hash Digests of R Objects
| Depends: R (>= 2.4.1)
| Suggests: knitr, rmarkdown
| Built: R 3.4.3; x86_64-apple-darwin15.6.0; 2018-01-29 05:21:06 UTC; unix
| Archs: digest.so.dSYM
|
| yet the _same directory_ only has:
|
| digest_0.6.14.tgz 15-Jan-2018 21:36 157K
|
| I presume this is a temporary accident.
|
| We are all spoiled by you all providing such a wonderfully robust and
| well-oiled service---so again big THANKS for that--but today something is out
| of order.
|
| Dirk
|
| --
| http://d...
2008 Jul 16
1
Adding to Wine menu?
Hello,
Is it possible to add programs to the Wine menu? I have some previously installed applications, but cleared the Wine Programs menu. Is there any way to get these back?
Thanks
2014 Sep 30
1
R's internal tar ignores files in sub-directories
E.g. I am seeing:
dir <- file.path(tempdir(), "test-tar")
dir.create(dir)
setwd(dir)
dir.create("foo", showWarnings = FALSE)
file.create("foo/bar.R")
tar("test.tar", files = "foo/bar.R")
dir.create("untarred")
untar("test.tar", exdir = "untarred")
2018 Feb 03
0
CRAN indices out of whack (for at least macOS)
...> Package: digest
> Version: 0.6.15
> Title: Create Compact Hash Digests of R Objects
> Depends: R (>= 2.4.1)
> Suggests: knitr, rmarkdown
> Built: R 3.4.3; x86_64-apple-darwin15.6.0; 2018-01-29 05:21:06 UTC; unix
> Archs: digest.so.dSYM
>
> yet the _same directory_ only has:
>
> digest_0.6.14.tgz 15-Jan-2018 21:36 157K
>
> I presume this is a temporary accident.
>
> We are all spoiled by you all providing such a wonderfully robust and
> well-oiled service---so again big THANKS for that--but today something is out
> of order...
2020 Jun 11
0
getting no SRV record
...ed in your
// organization
//include "/etc/bind/zones.rfc1918";
// adding the Samba dlopen ( Bind DLZ ) module include
"/usr/local/samba/private/named.conf";
root at dc01:~# cat */var/lib*/samba/bind-dns/named.conf
cat: /var/lib/samba/bind-dns/named.conf: _No such file or directory_
*root at dc01:~# ls -alh /var/lib/samba/*
*ls: cannot access '/var/lib/samba/': No such file or directory*
root at dc01:~# cat /*usr/local*/samba/bind-dns/named.conf
# This DNS configuration is for BIND 9.8.0 or later with dlz_dlopen support.
#
# This file should be included in y...
2004 May 03
0
wine-users digest, Vol 1 #1756 - 15 msgs
...completely tested them...)
>
> IN SEPARATE BOXES:
>
> Internal error 2235., State, SELECT
>
'FileName','Version','State','File','Attributes','TempAttributes','File','Fi
leSize','Language','Sequence','Directory_','Installed','Action','Component'
> FROM 'File','Component' WHERE 'Component'='Component_' AND
> 'Component_'=? AND 'Directory_' =?
>
>
> Windows Installer setup did not succeed.
>
>
>
> IN CONSOL...
2020 Jun 11
2
getting no SRV record
On 11/06/2020 12:16, Bob Wooden via samba wrote:
> When I "nslookup". I get:
>
> root@[dchost]:~# nslookup [dchost].[domain].work
> Server:??? ??? 192.168.116.50
> Address:??? 192.168.116.50#53
>
> Non-authoritative answer:
> Name:??? [dchost].[domain].work
> Address: xx.198.245.139
>
> This local active directory is the first I have ever setup with a
2013 Dec 06
13
Can't seem to get modulepath attribute recognized by puppetmasterd
Warning - Puppet newby here.
I am trying to set up a puppetmaster 3.3.2 and have run into a snag right
out of the box.
I want to add a new directory to modulepath= in /etc/puppet/puppet.conf
So I added the following line in the [main] header
modulepath = /etc/puppet/modules:/opt/our-repo/puppetmaster/modules
And populated new new directory with modules I have written.
I then run
puppet