Displaying 20 results from an estimated 6000 matches similar to: "No subject"
2004 Jan 05
0
No subject
"Process a path as a null-terminated string. The maximum length for a
path, including a trailing backslash, is given by MAX_PATH. The Unicode
versions of several functions permit paths that exceed the MAX_PATH
length
if the path has the "\\?\" prefix. The "\\?\" tells the function to turn
off path parsing. However, each component in the path cannot be more
than
2007 Apr 19
0
minor omissions re "special" windows file names (PR#9622)
"lpt1" through "lpt9" and "com1" through "com9" are in fact "special"
file names under various versions of Microsoft Windows. However, "R
Extensions" says only that "lpt1" through "lpt4" and "com1" through
"com3" cannot be used as filenames, and "R CMD check" checks for just
these
2018 Mar 24
0
Possible bug: file.exists() always returns TRUE for prn.us.txt
On 24/03/2018 6:16 AM, Joris Meys wrote:
> Dear all,
>
> while preparing some exercises I came across some highly surprising
> behaviour of file.exists(). The specific value "prn.us.txt" always returns
> TRUE, even though that file is nowhere to be found on my system.
That's a Windows "bug", not an R bug. Any name starting "prn" (upper or
2018 Mar 24
1
Possible bug: file.exists() always returns TRUE for prn.us.txt
Thank you. I was just replying my own message with the same information.
Sorry for not doing the research properly before filing.
Cheers
Joris
On Sat, Mar 24, 2018 at 11:36 AM, Duncan Murdoch <murdoch.duncan at gmail.com>
wrote:
> On 24/03/2018 6:16 AM, Joris Meys wrote:
>
>> Dear all,
>>
>> while preparing some exercises I came across some highly surprising
2002 Aug 08
1
Win 9x printer problem
I am continuing to struggle with a strange SAMBA Printing problem. Here
are the details:
1) NT based clients can log on as guests or as users and can print in
either case with no problems.
2) Windows 9x clients can log in as either guest or as users and can access
shares with no problems.
3) Windows 9x clients attempting to print directly to the SAMBA printer
hang the print process and
2018 Mar 24
2
Possible bug: file.exists() always returns TRUE for prn.us.txt
Dear all,
while preparing some exercises I came across some highly surprising
behaviour of file.exists(). The specific value "prn.us.txt" always returns
TRUE, even though that file is nowhere to be found on my system.
In a fresh R session 3.4.4 installed on Windows 10:
> grep("prn.us.txt", dir(recursive = TRUE))
integer(0)
> file.exists("prn.us.txt")
[1] TRUE
2006 Jul 09
3
Mongrel and proxying with Apache 2 mod_proxy
Hi all,
I''ve just spent some time going through trying to get mongrel & apache
2.0 working with mod_proxy. I thought I''d share what I''ve found in
case someone is going through the same exercise.
Of late, I''ve been using mongrel (lovely, btw) to run my rails apps.
Since I have a couple of different rails apps running on the machine,
I thought it be nice to
2019 Nov 08
0
Recent inability to view long filenames stored with scp via samba mount
On Fri, Nov 08, 2019 at 03:20:14PM -0500, Michael Lueck via samba wrote:
>
> Indeed, I was finding other exceptions than just the new Beethoven Piano
> Sonata files. Some dating back to 2012! So definitely not new. I just have
> not needed to swap disks on my workstation in so long I have not needed to
> restore the MP3 collection.
>
> Both the : and the ? characters are key
2005 Aug 02
1
[Bug 2938] Escape Colons in Filenames
https://bugzilla.samba.org/show_bug.cgi?id=2938
------- Additional Comments From r2s2@gmx.de 2005-08-01 17:20 -------
The same applies to old DOS names like AUX, COM1, LPT1 or PRN.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
2012 Aug 27
1
non portable filenames
I am including an external piece of software in an R package. This
software ships with its own configure script generated by
autoconf/automake, and this script is being run as part of the package
configure script.
The package contains a file
m4/lt~obsolete.m4
which - as far as I can see - is a standard file from the
autoconf/automake/m4 suite of programs. A warning is generated with R
CMD
2007 Oct 04
0
Prototyping the Dir class
Hi all,
I''ve been prototyping a Windows-only Dir class for Ruby. Below is what
I''ve got so far. The class methods were easy, except for Dir.glob. The
code in dir.c is just nasty, and I can''t help but think that it could be
heavily refactored. I did come across this link:
http://www.codeproject.com/file/fileglob.asp
But I haven''t investigated it yet. Anyone
2013 Feb 28
0
Samba4 - Shared folder not showing security tab in windows explorer
I am able to join Windows 7 work station to domain. I logged in as domain administrator in windows work station for testing. I am able to see netlogon, sysvol and the homes shared folders in the windows explorer in the client. However, I am not getting security tab when I right click on homes share and choose properties. Security tab is available when I right click and choose properties on
2004 Jul 13
0
Odd "Access Denied" which does not get logged even at log level 100
I'm still working on this Access Denied with CUPS, etc... I have a little command line utility written which uses the AddPrinterA function of WinSpool.drv to add a printer instance for a driver which
has already been installed on the system.
If I add the port to the UNC of the printer and restart the spooler task I no longer get the Access Denied error.
However, trying to have AddPrinterA
2007 Nov 26
1
DFS enumeration on a Samba hosted DFS tree.
I've translated a Windows based DFS tree to a Samba based (3.0.23c)
one and it seems to work quite well from Windows Explorer and cmd.exe.
First off, I have a relatively big tree.
grep dfscmd /root/dfs.cmd | wc -l
1614
One issue I've noticed that tree enumeration and manipulation from a
Windows machine to a Samba based DFS root just doesn't work at all.
For instance dfscmd.exe
2017 Nov 02
1
cups printer oddity
Dear list,
in CUPS, I have to absolutely identical printers configured (I believe),
except for the printer name and the hostname it connects to. I use
cupsaddsmb on them (same PPD). When I try to connect to the printer
prn-1101-001-d110-1, it works; for prn-1101-001-d111-1, it does not. I
have narrowed this down to the following difference in the output of
rpcclient -c enumprinters:
2013 Aug 29
5
[PATCH 1/6] Rationalise whitespace to 4 space indentation with no trailing spaces
RHSrvAny.c was using a mixture of 4 space indentation, and tabs with a width of
4. This commit rationalises the whitespace to use only 4 space indentation, and
removes trailing whitespace.
---
RHSrvAny/RHSrvAny.c | 537 ++++++++++++++++++++++++++--------------------------
RHSrvAny/RHSrvAny.h | 1 -
RHSrvAny/resource.h | 2 +-
3 files changed, 269 insertions(+), 271 deletions(-)
diff --git
1998 Oct 14
0
The poisoned NUL byte
Summary: you can exploit a single-byte buffer overrun to gain root privs.
When, half a day after releasing version 2.2beta37 of the Linux nfs server,
I received a message from Larry Doolittle telling me that it was still
vulnerable to the root exploit posted to bugtraq, I was ready to quit
hacking and start as a carpenter...
Tempting as that was, I didn''t, and started looking for the
2013 Aug 21
2
[PATCH 1/3] Rationalise whitespace to 4 space indentation with no trailing spaces
RHSrvAny.c was using a mixture of 4 space indentation, and tabs with a width of
4. This commit rationalises the whitespace to use only 4 space indentation, and
removes trailing whitespace.
---
RHSrvAny/RHSrvAny.c | 537 ++++++++++++++++++++++++++--------------------------
RHSrvAny/RHSrvAny.h | 1 -
RHSrvAny/resource.h | 2 +-
3 files changed, 269 insertions(+), 271 deletions(-)
diff --git
2011 Jan 05
0
Nnet and AIC: selection of a parsimonious parameterisation
Hi All,
I am trying to use a neural network for my work, but I am not sure about my
approach to select a parsimonious model. In R with nnet, the IAC has
not been defined for a feed-forward neural network with a single hidden layer.
Is this because it does not make sens mathematically in this case?
For example, is this pseudo code sensible?
Thanks in advance for your help. I am sorry if this
2015 Aug 07
2
Writing directly to a lpt1: port and redirect to the lpr command
I'm have a remote printer installed in the cups. I shared the printer and
it prints OK using the wine notepad.
But I have a old application that prints only if have direct access to a
lpt1 named port.
We can test executing the program wine start.exe and run the command:
echo 'test' > lpt1 that returns:
File not found
I tried to create the rule