similar to: Guest can't access IPC$ - Samba 1.9.18p7, Linux 2.0.32

Displaying 20 results from an estimated 800 matches similar to: "Guest can't access IPC$ - Samba 1.9.18p7, Linux 2.0.32"

2016 Jul 20
0
package installation fails when symlink of same name exists
On Wed, Jul 20, 2016 at 3:52 AM, Martin Maechler <maechler at stat.math.ethz.ch> wrote: >>>>>> Jeroen Ooms <jeroenooms at gmail.com> >>>>>> on Wed, 20 Jul 2016 10:26:19 +0200 writes: > > > On Tue, Jul 19, 2016 at 6:46 PM, Kevin Ushey <kevinushey at gmail.com> wrote: > >> R fails to install a package from source
2018 Feb 06
1
Warning from Sys.junction when using network drive.
I am running 3.4.3 on a windows server and I ran the code in a new session. I get a warning when running packrat::init() on a project that is located on a windows network drive. The warning I get is Warning message: cannot set reparse point 'U:/packrat5/packrat/lib-R/base', reason 'Access is denied' The error is created based inside the function .Internal(mkjunction(fr,
2016 Jul 20
2
package installation fails when symlink of same name exists
>>>>> Jeroen Ooms <jeroenooms at gmail.com> >>>>> on Wed, 20 Jul 2016 10:26:19 +0200 writes: > On Tue, Jul 19, 2016 at 6:46 PM, Kevin Ushey <kevinushey at gmail.com> wrote: >> R fails to install a package from source over a pre-existing package >> when the path to that package is a symlink, rather than a directory.
2016 Jul 19
2
package installation fails when symlink of same name exists
R fails to install a package from source over a pre-existing package when the path to that package is a symlink, rather than a directory. A reproducible example to illustrate (using MASS as an example): # create a temporary R library in tempdir library <- tempfile() if (!dir.exists(library)) dir.create(library) # symlink MASS from system library to temporary library MASS
2009 Aug 24
0
[LLVMdev] Regular Expression lib support
Hello LLVM Devs, I thought I'd weigh in on some of these non-backtracking linear time RegEx algorithms. If they're anything like the PackRat parsing algorithms they take at least 4x the amount of memory in terms of storage as the string length itself by not backtracking. That should be fine for small RegExes but it wouldn't do so well for more elaborate and long expressions. If
2017 Jun 09
0
Creating a private CRAN with webpages
If I understand you correctly, you want to have a mirror of CRAN on a private server behind your firewall. Check out https://cran.rstudio.com/mirror-howto.html <https://cran.rstudio.com/mirror-howto.html> which gives instructions on how to do this. Cheers, Rainer > On 8 Jun 2017, at 23:29, Joshua Bradley <jgbradley1 at gmail.com> wrote: > > Hello, > > I am trying to
2017 Jun 08
3
Creating a private CRAN with webpages
Hello, I am trying to setup a private CRAN for work (behind a firewall). The best options available include miniCRAN <https://github.com/RevolutionAnalytics/miniCRAN>, drat <https://github.com/eddelbuettel/drat> and packrat <https://rstudio.github.io/packrat/>. One problem is these packages do not automatically generate the web pages that are on the CRAN. Examples:
1997 Jul 15
0
SAMBA digest 1356
mac@nibsc.ac.uk wrote: > > karipid@ucnetnom.ucnet.uch.gr wrote: > > > > I would like the files to be created with read/write > >permission for the user and group and execute for nobody (not even the > >user). Is there a way to accomplish this without mangling with the source > >code? > > Nope. Unless the p17alpha releases have got new
2016 Feb 11
2
inconsistency in treatment of USE.NAMES argument
Changing the vapply() behavior makes sense in principle. I analyzed the CRAN code base using the R parser and found 143 instances of calling vapply with USE.NAMES=FALSE. These would need to be inspected to understand the consequences of the change. For reference: /AzureML/R/datasets.R:226 /BBmisc/R/toRangeStr.R:33 /DBI/R/DBDriver.R:205 /Kmisc/R/str_rev.R:37 /Matrix/R/diagMatrix.R:98
2004 Jul 01
0
XP Point and Print not working Kyocera FS-3830N
I'm a little disappointed with this printer. Technically, it seems fine. Printing from Mac OS X and Linux is effortless - Mac OS X prints through Samba -> CUPS or even direct to CUPS. But Windows... aarrgh! I've gone through the process of setting up the Point and Print drivers, but I can never get the Windows XP client to believe that it's actually installed the drivers.
2004 Jul 06
0
Possible Bug: Can't copy from Mac OS X to Samba Version 3.0.2a-Debian?
So I'm trying to copy a file called "Stuffit Standard 8.0.2 X Installer.dmg" from my Panther workstation to a Debian i386 server, running Samba 3.0.2a as packaged under Debian. There's plenty of disk space left, I'm looking at a folder full of files with long names, some containing spaces. When I drag the file from my workstation's local folder to the folder on the
2015 Jan 22
5
Programming Tools CTV
I've had a lot of requests for additions to the reproducible research task view that fall into a grey area (to me at least). For example, roxygen2 is a tool that broadly enable reproducibility but I see it more as a tool for better programming. I'm about to check in a new version of the task view that includes packrat and checkpoint, as they seem closer to reproducible research, but also
2004 Aug 31
1
Can't print properly through server, only direct client->printer
At 2:57 am +1000 6/7/04, Alex Satrapa wrote: >What happens if you change the line to: > > print command = grep -v '^[0-9][0-9]* *VM\?$' ... Then I replied : >It would have to be '^[0-9][0-9]* *VM\?^M$', but it didn't seem to >match that. I think the chances of having a line that starts with >that pattern is pretty remote, especially when you consider
2008 Jan 19
5
"should_not ==" vs "should !="
describe "should_not == vs. should !=" it do 5.should_not == 6 end # passes it do 5.should != 6 end # fails end # I''m running the rspec 1.1.2 gem with the corresponding Textmate bundle # The second failure surprises me. # Is != not supported? # I''d like to hear what you all think. -------------- next part -------------- An HTML attachment was
2004 Sep 07
0
[Fwd: dovecot bug case] Reproducably make "imap" loop.
Hi guys I noticed a few people talking about a bug where "imap" processes loop. Bruce has managed to reproduce the bug. Anyone know if this has been fixed in CVS, or is it an unfixed problem? Cheers Grahame -------------- next part -------------- An embedded message was scrubbed... From: Bruce Murphy <packrat at ucs.uwa.edu.au> Subject: dovecot bug case Date: Tue, 7 Sep 2004
2015 Jan 22
0
Programming Tools CTV
I second the motion for a Programming Tools CRAN Task View. I would also think it could contain things like Rcpp, R6, etc. -Greg > On Jan 22, 2015, at 10:20 AM, Max Kuhn <mxkuhn at gmail.com> wrote: > > I've had a lot of requests for additions to the reproducible research > task view that fall into a grey area (to me at least). > > For example, roxygen2 is a tool
2015 Jan 22
0
Programming Tools CTV
On Thu, 22 Jan 2015, Max Kuhn wrote: > I've had a lot of requests for additions to the reproducible research > task view that fall into a grey area (to me at least). > > For example, roxygen2 is a tool that broadly enable reproducibility > but I see it more as a tool for better programming. I'm about to check > in a new version of the task view that includes packrat and
2014 Jul 29
0
Dependency Injection & Inversion of Control for Data
Greetings, New to R, coming from Java (Spring). We have many different data sources (CSV's) for our analysis. Some of them need preprocessing at the time of analysis - doing it earlier and saving the resultant table doesn't make sense. My code is getting tangled quickly as I try to read.csv my many data files and source both the preprocessing stuff as well as my analysis code. I'm
1998 Mar 23
0
Modified floppies can crash Linux
Hi! While playing with file allocation tables, I noticed that if a FAT volume (eg. a floppy) with looped allocation chain is being read under Linux, the system stops responding and cannot be recovered to a working state without a hardware rebooting. This bug is not-so-useful for performing Denial-Of-Service attacks (if an evildoer managed to put a floppy into your computer, why won''t he
2005 Aug 03
1
Hung ssh client connection
Hi guys, I am running with: "OpenSSH_3.9p1 Debian-1ubuntu2, OpenSSL 0.9.7e 25 Oct 2004", as an ssh client, and am having some strange behaviour with a firewall of ours. We have a netscreen 5gt-plus, running ScreenOS 5.0.2, which has an ssh daemon running. I ssh to the firewall using `ssh username@<ip address>`, which works correctly (ie, connects, and I can use the console of