Displaying 20 results from an estimated 38 matches for "malmberg".
2004 Nov 24
3
Automatic file reading
...for (i in 1:8){
name <- paste("pair",i,sep="")
? ? ? <- read.table(paste("/home/andersm/tmp/",name,sep=""))
}
after which I want to have pair1,...,pair8 as tables.
But I can not get it right. Anybody having a smart solution?
Best regards,
Anders Malmberg
2002 Dec 08
7
Has anybody got ACL to work w/ debian, winbindd in a w2k mixed domain?
Im seriously thinking about changing dist. due to acl won't work as they
should with debian woody. Ppl also tell me this is because of some bug in
debian. So, as the subject says, anybody got acl to work w/ debian 3,
winbindd in a domain? If not, hello redhat..
Jacob
_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online
2003 Oct 12
7
rsync.h always including syslog.h even when not used.
Hello,
rsync.h is always including the syslog.h file, even though it is only
used when the LOG_DAEMON macro is defined.
Could someone change it to be as follows:
#ifdef LOG_DAEMON
#include <syslog.h>
#endif
OpenVMS currently does not have a syslog facility, so it does not have a
syslog.h.
Thank you,
-John
wb8tyw@qsl.net
Personal Opinion Only
2002 Jan 02
3
2.5.1pre3 - Bugs in configure script / config.h.in breaks build.
Compaq C 6.5
OpenVMS Alpha 7.3
The config.h.in template file is missing the line:
#undef HAVE_INET_NTOP
This caused the resulting CONFIG.H on OpenVMS to not test for the
existance of the inet_ntop() routine in it's system tables.
This configure bug exposed that the prototype in inet_ntop() in RSYNC.H
does not match the one in the Compaq C header files. This stopped the
build. I am
2002 Apr 15
3
Initial debug of client - Need command line help
I am trying to debug the RSYNC client and server by single stepping
through them.
The server seems to ok up to the point where it is waiting for the
client connection.
On the client side, I am having trouble finding the right options so
that it will connect up to the local server with out fork() a copy of
itself or trying to exec the rsh command.
This is on RSYNC 2.5.5 on OpenVMS Alpha.
If
2001 Aug 14
1
malloc() with out free() in popt (2.4.7pre)
I am still chasing this down, but in doing the build for OpenVMS,
I have discovered that one of the popt modules is using HAVE_ALLOCA_H
to determine if the alloca function is on a platform.
That is not a good assumption. Compaq C does have an alloca() built in
(slightly different symbol name, I assume because of symbol naming rules
in the C standard.)
Because alloca is a non-standard
2005 Feb 13
2
#include <inttypes.h> missing for 64 bit integers.
The Open Group Single Unix standard shows that the data types int64 and
uint64 are defined in the inttypes.h header file.
Rsync is not including this file, nor is there a feature test for this
header file in the configure phase, but rsync is using these data types.
-John
wb8tyw@qsl.net
Personal Opinion Only
1998 Dec 15
2
SAMBA 2.0 Packaging request
...or tapes to transport the Samba product after I download it.
Floppies are more convenient than tape because the tape medium is TK50 on
OpenVMS and it is very slow.
Is is possible to produce the production release in a two archive set so that
it can be more easily sneaker-netted?
Thank you, John Malmberg
2002 Nov 11
1
How to join a linux machine to a Active Directory Domain using Samba.
...having read through tons of different how-to's about how to do this specific
task has made me quite sick. Do someone know a good guide for this or can
she/he make a quick how-to? I am atm using samba 3.0 alpha 20 but I gladly
change to 2.xx if that would do the trick. Anyone?
regards,
Jacob Malmberg
_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
http://join.msn.com/?page=features/virus
2003 Aug 02
2
rsync on Windows 2000?
What is the status of rsync on Windows 2000?
I was looking to install it on my test system, and the download
directory has a readme file that says I need the cygnus gnu-win32 library.
The link refers me to the index page for cygnus, with no way to get to a
download area. A google search shows many mirrors of the download
directory. All I have checked are completely blank.
I will confess
2002 Jan 07
2
rsync-2.5.1 / popt patches
The following popt files need patches in order to compile using Compaq C
on OpenVMS. These patches should also be needed on a Tru64 or LINUX on
ALPHA using Compaq C. Except for the alloca issue, these should work on
any ANSI compliant compiler.
Operating System: OpenVMS ALPHA V7.3
Compiler: Compaq C T6.5
Compiler switches: /WARN=ENABLE=(LEVEL4, QUESTCODE)
SYSTEM.H is doing tests on
2020 Jun 11
2
Patches for OpenVMS && Samba4
Refer to this:
https://legacyos.org/vsi-introduces-new-samba-release/
I noticed that VSI, the new owners of VMS, have created a package for
Samba4 under OpenVMS. I also notice the samba-vms list appears to be
abandoned (for years). So, I apologize for posting here on the general
list, but it seemed fruitless trying the dedicated list.
I am under the impression that the GPL v3 compels all
2020 Jun 12
0
Patches for OpenVMS && Samba4
...;t keep around
official feature branches).
This is the first I've heard of VMS in most of the 20 years I've been
around Samba. Of course I saw the old list but don't recall patches to
support it, even in the autoconf days.
However I do know the standard-bearer for OpenVMS was John E. Malmberg
(wb8tyw).
When I was last closing old OpenVMS bugs this was the most recent port
I could find: http://www.ccsscorp.com/VMSblog/index.php?m=05&y=16&entry=entry160521-083131
All the best for your search!
Andrew Bartlett
--
Andrew Bartlett https://samba.org/~abartl...
2002 Jan 07
1
rsync-2.5.1 / socket.c - unititialized variable breaks build.
In socket.c, the variable error is unitilialzed.
Also the variable length should be an unsigned int.
EAGLE> type socket.gdiff
--- ref_src:socket.c Sat Jan 5 13:27:07 2002
+++ lcl_src:socket.c Sun Jan 6 08:40:51 2002
@@ -1,3 +1,4 @@
+/* Converted by prj_src:unix_c_to_vms_c.tpu AND prj_src:socket.tpu on
6-JAN-20
02 08:40:51.01 OPENVMS_AXP */
/* -*- c-file-style: "linux"
2002 Jul 27
1
superlifter design notes (was Re: ...
> From: jw schultz <jw@pegasys.ws.invalid>
>
> On Fri, Jul 26, 2002 at 09:03:32AM -0400, Bennett Todd wrote:
>
>>2002-07-26-03:37:51 jw schultz:
>>
>>>All that matters is that we can represent the timestamps in
>>>a way that allows consistent comparison, restoration and
>>>transfer.
>>
>>A very good statement indeed. There are
2003 Oct 14
1
Token.c appears to have a bug.
[A repost under a new topic since the other seems to have been lost in
the noise]
I am basically down to one unresolved compilier diagnostic.
The HP/COMPAQ/DEC C compiler is concerned about this line in TOKEN.C
4 22136 temp_byte = (char) n >> 8;
........................................1
%CC-I-RIGHTSHIFTOVR, (1) In this statement, the right shift count
2005 Feb 13
1
macro feature tests in rsync code
The tests in rsync for features have been changed to testing the value
of a macro definition instead of previously testing if the macro was
defined.
This testing is now inconsistent with the HAVE_SOCKETPAIR macro, where
in some places it is tested to see if the macro is defined, and other
places to if it has a non zero value.
I would rather not globally disable the diagnostic about undefined
2002 Dec 01
1
Unknown parameter encountered: "ads server" - Samba in ADS.
Hi,
Im running debian 3 woody using kernel 2.2.x and samba 2.2.7. When I try to
join the box to my ADS using smbpasswd -j DOM -r DOMPDC -Uusr%pass it says
"Unknown parameter encountered: "ads server"". It also says "Unknown
parameter encountered: "realm"". Then it says that it'll ignore those lines.
I have the krb5user-package and the
2002 Dec 08
1
"checking whether to support ACLs... no"
Hi,
This problem is really getting frustrating. I have set up my debian 3 box w/
kernel 2.4.2 patched for ext2/3 ACL support. I have also installed all
utilies, both attr and ACL. I have joined the box to my domain using winbind
and smbpasswd. I can set permissions all right using setfacl with
domain+user but when I try to change permissions via LAN using w2k/xp I get
access denied/or it just
2003 Aug 10
1
rsync on Windows 2000? ----- Sorry, me again!
...ysql run on c:\mysql and I would
like to update this all with one command...
For this I need one of the three approaches that I mentioned before. I'm
sure RSync can do that but I just don't know how.
Thank you in advance,
Stephan
At 22:28 01.08.2003 -0700, you wrote:
>"John E. Malmberg" writes:
>
> > What is the status of rsync on Windows 2000?
> >
> > I was looking to install it on my test system, and the download
> > directory has a readme file that says I need the cygnus gnu-win32 library.
> >
> > The link refers me to the index page...