Displaying 6 results from an estimated 6 matches for "voelker".
Did you mean:
voelkel
2011 Sep 05
3
rsync crash behind a firewall [cygwin]
As part of coreutils' bootstrap, rsync crashes on cygwin:
$ /usr/bin/rsync \
--delete \
--exclude '*.s1' \
-Lrtvz 'translationproject.org::tp/latest/coreutils/' \
'po/.reference'
rsync: failed to connect to translationproject.org (*inet_ntop failed*): Connection refused (111)
Segmentation fault (core dumped)
$ cat rsync.exe.stackdump
2006 Jun 15
12
RoR on Apache2
...which all say pretty much the same thing, which, I think, I am
doing.
Anyway, the debug information is below that I believe is pertinent.
Any thoughts? Thanks.
-Chad
Ubuntu 6.06, Apache/2.0.55 (Ubuntu) PHP/5.1.2, ruby 1.8.4 (2005-12-24)
[i486-linux], Rails 1.1.2
The app is located at /home/crvoelker/src/ToDo/
---start segment---- /etc/apache2/apache2.conf
...
#AddHandler cgi-script .cgi
AddHandler fcgid-script .fcgi
...
Alias /ToDo/ "/home/crvoelker/src/ToDo/public/"
<Directory "/home/crvoelker/src/ToDo/public/">
Options Indexes MultiViews ExecCGI FollowSymL...
2005 Aug 17
0
[Bug 3009] New: build error on sinix: off64_t unknown
...ror on sinix: off64_t unknown
Product: rsync
Version: 2.6.5
Platform: Other
OS/Version: other
Status: NEW
Severity: trivial
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: bernhard.voelker@siemens.com
QAContact: rsync-qa@samba.org
Hello,
I tried to build version 2.6.6 on one of my Sinix machines which resulted in
the following compile error:
syscall.c:247: identifier "off64_t" is undefined
<snip file="syscall.c" line-start="244">...
1999 Jan 08
0
text file conventions (was: Samba 1.9.18 DOS to UNIX and back with ASCII)
...rrent
> release of Samba?
One option would be not to use notepad ;-} There are much better
alternatives:
Get PFE and set unix mode when you save the file (or you could use
ntemacs or gvim for win32 - all are free).
http://www.lancs.ac.uk/people/cpaap/pfe/
http://www.cs.washington.edu/homes/voelker/ntemacs.html
http://www.vim.org/
Most commercial editors should handle multiple EOL conventions as
well (ie, SlickEdit, Brief, etc). There's a drag-n-drop win32
converter mentioned in Hints.txt, but I haven't gotten it to work.
You can bug him yourself if you like:
Jim Barry 100317....
2005 Jun 07
0
Excell file problem with samba 2.0.7
Aviad,
My company is experiencing the exact same problem - where you able to get
anything resolved?
Thanks,
Kurt Voelker
2005 Nov 04
0
authenticating to AD with winbind
Yohoo!
We want to authenticate our Cisco admins to freeradius. This should authenticate to our running AD (W2003Srv).
Googling for freeradius and AD tells me to use ntlm_auth. For ntlm_auth I need a running winbindd. And kerberos.
And there's my problem.
Status:
I configured the /etc/krb5.conf
"kinit admin@MY.DOMAIN" asks for the password and gives me a ticket for one week.