search for: wenzel

Displaying 9 results from an estimated 9 matches for "wenzel".

Did you mean: menzel
2006 Mar 08
3
date created attribute doesn't seem right
...The 'date modified' attribute remains the same, but the 'date created' changes as noted above. I also have a snap server which has the same type of behavior. It is my understanding that snap servers run samba. Is this a bug with samba or am I missing something? Thanks. Gerald Wenzel
2011 Jun 01
0
Opening for a Research Statistician
...European Framework of Reference for Languages http://www.coe.int/t/dg4/linguistic/cadre_en.asp For details see our opening at: https://jobs.fraunhofer.de/Vacancies/78607/Description or directly contact Dr. Peter Ruckdeschel, peter.ruckdeschel at itwm.fraunhofer.de or Dr. J?rg Wenzel, joerg.wenzel at itwm.fraunhofer.de Best regards, Peter Ruckdeschel
2003 Nov 26
2
Test case for hard link failure
The rsync 2.5.6 TODO file mentions the need for hard link test cases. Here is one in which a linked file is unnecessarily transferred in full. # Setup initial directories mkdir src dest dd if=/dev/zero bs=1024 count=10000 of=src/a 2>/dev/null rsync -a src/. dest/. ln src/a src/b # At this point, a & b exist in src; only a exists in dest. rsync -aHv src/. dest/.
2009 Nov 23
5
samba 3.4.3 DC breaks Windows groups
I have the following setup: PDC: Samba 3.0.37 on Solaris 10 BDC1: Samba 3.0.37 on Solaris 10 BDC2: Samba 3.4.3 on Solaris 10 Samba 3.0.37 is the bundled version of Samba. Samba 3.4.3 is compiled from source. BDC2 is a recent addition to the network. All machine use LDAP as the backend for everything. They use winbind to handle a domain trust with another domain, but otherwise
2008 Jun 13
1
BCM575X 8.1 doesn't do 'PXE-M0F'
Hi there, I'm using pxelinux.0 to boot another pxe boot image that checks if a host needs to be installed by doing a network query. If this is not the case, this image would return and boot from the next device. But on this Broadcom card, the Message 'PXE-M0F' does not appear, so the pxe image does not return. With the latest stable the PC would recognize the keystroke
2003 Jul 07
0
nlmeODE package combining NLME with a differential equation solve r
...Bates' NLME library in R with an ordinary differential equations (ODE) solver thereby enabling the use of differential equations in population PK/PD modelling. It includes several PK examples such as one- and two-compartment models with multiple doses and infusions. Best regards Christoffer Wenzel Tornøe Ph.D. student Clinical Pharmacology & Experimental Medicine Department Ferring Pharmaceuticals A/S [[alternative HTML version deleted]]
1998 Nov 29
2
[Johannes Huesing <tmi0m0@sp2.power.uni-essen.de>] Media coverage
Johannes Huesing sent a message to stat-lisp-news at stat.umn.edu regarding an article in Linux-Magazin (German) on statistical software for Linux. I enclose excerpts. Can anyone summarize what was said about R in the article? If there is a web site for the article I would appreciate learning of the URL. I must admit, though, the my abilities in German are much less impressive than the
2004 Feb 13
1
Samba 3.0.2 ADS Member - Failed to verify incoming ticket!
I use Samba 3.0.2rc2 on Suse 9.0 (heimdal 0.6-68) as a Domainmember for File -and Printservices (about 100 Users). The Linuxbox ist added to the ADS, the User are mapped through winbindd. Everything works.. The I upgraded to Samba 3.0.2 and if I start the daemon, after a while follow Error occured if a Domainclient will connect to the Sambabox: [2004/02/13 13:33:43, 1]
2009 Feb 20
1
RESTful Routes not working - Switches ID and Action
Hi, I would like to ask for some suggestions on my problem with Routes. It''s probably pretty simpel. This link: <%= link_to image_tag("...", :alt => "...", :title => "..."), edit_brand_path(brand) %> Results in this URL: http://localhost:3000/brands/21/edit And echos this: "Unknown action - No action responded to 21" When I type