Displaying 20 results from an estimated 300 matches similar to: "Long file names"
2006 Mar 24
1
buffer overflow in receive_file_entry
I have rsync 2.6.6 on unix source to a cygwin setup on a Windows 2003
server. Was working well, then I moved a folder down one subdirectory
and started getting the following. I assume this means it is having
problems with the length of the file name? I have the same problem with
long file names using cwRsync. Are there any options other than
modifying the file names?
backup# ./820.remote-backup
2013 Apr 10
3
windows compile R from source, where do I put the Tcl directory?
Hi,
I am trying to compile R from source on Windows.
I am following the instructions here
3.1 Building from source
3 Installing R under Windows
file:///F:/ProgramFiles/R/R-2.15.3/doc/manual/R-admin.html
It only says,?
"
The Tcl/Tk support files are contained in Rtools30.exe and?
available as .zips from http://www.stats.ox.ac.uk/pub/Rtools.?
Please make sure you install the right version:
2010 Jul 14
2
Failed in "net ads join"
Use "net ads join" to join a Windows AD, But it fails.? It is some error message.
?
?
libnet_join_ok: failed to get schannel session key from server wscc-s-003040.westshore.edu for domain WSCCNET. Error was NT_STATUS_ACCESS_DENIED
?
Failed to join domain: failed to verify domain membership after joining: Access denied
?
John
2006 Oct 12
1
AstriCon Hotel Full - Here are some near-by alternates
Well, it looks like AstriCon 2006 is going to be big. We've sold out
the entire Westin Park Central -- every last room. So, here are some
nearby hotels to check if you're planning on coming down to Dallas for
the big Asterisk-fest.
Wyndham Garden Hotel-Park Central
8051 Lyndon B Johnson Fwy
Dallas, TX
972-680-3000
Residence Inn LBJ/Park Central
7642 Lyndon B Johnson Fwy
Dallas,
2011 Jan 12
3
Samba PDC
OK, I am trying to setup my first Samba PDC on a FreeBSD 8.1 host. When
I try to become a member of 'webtent.org' on my Windows 7 Ultimate to
the PDC, I get the following error...
> DNS was successfully queried for the service location (SRV) resource record used to locate a domain controller for domain "webtent.org":
>
> The query was for the SRV record for
2005 Mar 22
1
List of tables rather than an extra dimension in the table or (l)apply(xtabs)
I'm not sure how to best explain what I am after but here goes. I have a data frame with 2 geographical factors. One is the major region the other is the component regions.
I am trying to process all the regions at the same time without using "for". So I need (think, I do) a list of matrices each structured according to the number of subregions within each region.
So is there a
2010 Apr 01
7
Press release: Virtual Communication Clouds :: New feature in Asterisk 1.8
FOR IMMEDIATE RELEASE
Puerto Escondido, Mexico, April 1st, 2010:
Digium launches Asterisk VCC (TM) - a new virtual communication platform
for enterprises, the public sector and the home.
===========================================================
Asterisk 1.8 will contain a stunning new technology for all Asterisk users world-
wide - virtual communication clouds or VCC (TM). With this
2011 Apr 12
0
winbind problem with BUILTIN?
I shut my Samba PDC and all members down for some PC rearranging and now
having an issue with one member server on Ubuntu 10.12 with Samba 3.5.4
after restarting all. It would not connect, I tried to remove the
computer name from LDAP and re-join the domain, that was successfully
joined and the entry reappears in LDAP, but it times out when trying to
connect to that host via the network or
2011 Feb 09
3
xp to samba domain member
I have a Samba PDC setup on FreeBSD with a WinXP, Win7, 2003 server and
Ubuntu Linux all joined. All works from each workstation except for my
Windows XP unable to access the Linux member. It can access all other
computers except that one while Win7 and 2003 server have no problems
accessing this Samba Linux member. The Linux member is running Samba
3.4.7...
> [global]
> netbios name =
2001 Jun 05
1
OpenSSH tmp cleanup
Hi,
I noticed that Markus has fixed the temporary file cleanup problems in
OpenSSH cvs. What files need patching for this ? I only noticed
changes in: session.c, channels.h and channels.c.
-Jarno
--
Jarno Huuskonen <Jarno.Huuskonen at uku.fi>
2012 Aug 21
5
[PATCH 1/2 v1] blkdrv: Add queue limits parameters for sg block drive
This patch adds some queue limit parameters into block drive. And inits them
for sg block drive. Some interfaces are also added for accessing them.
Signed-off-by: Cong Meng <mc at linux.vnet.ibm.com>
---
block/raw-posix.c | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++
block_int.h | 4 +++
blockdev.c | 15 +++++++++++++
hw/block-common.h | 3 ++
4 files
2012 Aug 21
5
[PATCH 1/2 v1] blkdrv: Add queue limits parameters for sg block drive
This patch adds some queue limit parameters into block drive. And inits them
for sg block drive. Some interfaces are also added for accessing them.
Signed-off-by: Cong Meng <mc at linux.vnet.ibm.com>
---
block/raw-posix.c | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++
block_int.h | 4 +++
blockdev.c | 15 +++++++++++++
hw/block-common.h | 3 ++
4 files
2011 Jan 14
1
[LLVMdev] Compiler Centric Career Opportunities in finance
Hi --
I'm working with a number of finance companies in New York City and Chicago which are looking to develop languages and platforms in order to process extremely large datasets. As such, we are looking for people with experience and / or interest in programming language and compiler design -- hence my posting on the LLVM mailing list.
Goldman Sachs most famously developed Slang and
2006 Mar 31
3
DO NOT REPLY [Bug 3649] New: buffer overflow in receive_file_entry
https://bugzilla.samba.org/show_bug.cgi?id=3649
Summary: buffer overflow in receive_file_entry
Product: rsync
Version: 2.6.0
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: sambesselink@planet.nl
2001 Feb 12
1
openssh bugs in snapshot for nextstep (fwd)
I was sent this from Mark Miller. Should we be using MAXPATHLEN
instead of PATH_MAX in the upstream tree? Not all systems define
PATH_MAX.
- Ben
--- sftp-int.c.orig Sat Feb 10 13:56:08 2001
+++ sftp-int.c Sun Feb 11 23:33:26 2001
@@ -435,5 +435,5 @@
unsigned long n_arg;
Attrib a, *aa;
- char path_buf[PATH_MAX];
+ char path_buf[MAXPATHLEN];
path1 =
2020 Oct 29
3
how to unsubsribe?
Hi,
I am missing beplow each mail how one can un-subscribe.
Can that be added please?
thanks
Op 28-10-2020 om 16:06 schreef Mayiani, Martin Martine - mayianmm:
> Thanks
>
>
> Martin
>
> -----Original Message-----
> From: Patricia Moynihan <pmoynihan at fsu.edu>
> Sent: Wednesday, October 28, 2020 10:10 AM
> To: Icecast streaming server user discussions
2020 Oct 29
3
how to unsubsribe?
Hi,
Please for the third Times, i want to be unsubscribed.
Tnx
________________________________
From: Icecast <icecast-bounces at xiph.org> on behalf of Bananradion <bananradion at gmail.com>
Sent: Thursday, October 29, 2020 11:24:03 AM
To: Icecast streaming server user discussions <icecast at xiph.org>
Subject: Re: [Icecast] how to unsubsribe?
At the bottom of this page:
2011 Mar 10
3
[Bug 8001] New: buffer overflow in recv_file_entry (maxpathlen doesn't works)
https://bugzilla.samba.org/show_bug.cgi?id=8001
Summary: buffer overflow in recv_file_entry (maxpathlen doesn't
works)
Product: rsync
Version: 3.0.8
Platform: All
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
2020 Oct 28
3
HLS enabled mounts
Hi Robert,
Unfortunately I am not replying to answer your question but to ask a question on pre-roll. I am working on a similar project but still at the configuration stages. For some reason my intro file is not being played. I am also using Icecast 2.4.4 and have four mount points on one relay server. I am trying to use my intro file on only one mount point. I am also doing mp3 not HLS.
2017 Jan 04
0
Current pxelinux always unloads undi driver
Pedro,
Thanks for the feedback.
HPA and all,
Since we have confirmation that this patch fixes keeppxe (for the
memdisk use case) for at least one other person, could we get it into
the next syslinux release?
http://www.syslinux.org/archives/2016-June/025216.html
-- Adam
On Sat, Dec 24, 2016 at 02:09:14PM +0100, Pedro Koschi wrote:
> Hello Adam , thanx . I was successful to compile