search for: ausf

Displaying 20 results from an estimated 28 matches for "ausf".

Did you mean: auf
2010 Mar 19
1
cupsaddsmb error: cli_pipe_validate_current_pdu: RPC fault code DCERPC_FAULT_OP_RNG_ERROR received
...eed to shutdown Samba and start it again. Now when i'am running cupsaddsmb i got the following errors(this error occours in 3.5.x but not in 3.2.x): server-p:/# cupsaddsmb -H server-p -v edv01 edv02 edv03 Kennwort f?r root erforderlich, um ?ber SAMBA auf server-p zugreifen zu k?nnen: Befehl ausf?hren: smbclient //server-p/print$ -N -A /tmp/4ba38b6546c6f -c ?mkdir W32X86;put /tmp/4ba38b6126eb3 W32X86/edv01.ppd;put /usr/share/cups/drivers/ps5ui.dll W32X86/ps5ui.dll;put /usr/share/cups/drivers/pscript.hlp W32X86/pscript.hlp;put /usr/share/cups/drivers/pscript.ntf W32X86/pscript.ntf;put /...
2011 Jul 29
4
scripting/littler: How to call function named iteratively (`f1`, `f2`, …)?
...$ # The next example does not work, because the variable $i does not get expanded when surrounded by ''. $ for i in $(seq 2); do r -e 'source("/tmp/iterf.r"); print(f$i(2, 3))' ; done Fehler in print(f$i(2, 3)) : Objekt 'f' nicht gefunden Ausf?hrung angehalten Fehler in print(f$i(2, 3)) : Objekt 'f' nicht gefunden Ausf?hrung angehalten Searching for ?iterating function names? with rseek.org did give any good results. I also read the appendix in the introduction to R [2], but this did not have anything regarding t...
2014 Nov 03
0
Pkg creation: Sweave: multiple files vignette: Error in R CMD check
...Rnw files) The Rnw-files work fine with "Complie pdf" in RStudio as well as with Sweave("Master.Rnw"). But, if I try to check my package I get the following error: ... * creating vignettes ... ERROR Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, : Ausf?hren von 'texi2dvi' f?r 'ChapterY.tex' fehlgeschlagen. LaTeX errors: ! LaTeX Error: Missing \begin{document}. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ... ! Emergency stop. <*> ...13 \let~\normaltilde \input ./Chap...
2019 Jun 24
2
AW: AW: OpenSSH public key authentication does not work from Windows client if private key was added to SSH agent
...sh -vvv host" > > It should show what is going on. > > -d > > Ich weise Sie darauf hin, dass Ihnen gem. Art. 13 > Datenschutz-Grundverordnung verschiedene Rechte als betroffene Person bei der Verarbeitung von personenbezogenen Daten durch die Stadt Osnabr?ck zustehen. Eine ausf?hrliche Information, welche Rechte dies im Einzelnen sind und wie Ihre Daten verarbeitet werden, k?nnen Sie unter folgenden Link abrufen: https://www.osnabrueck.de/datenschutz.html Ich weise Sie darauf hin, dass Ihnen gem. Art. 13 Datenschutz-Grundverordnung verschiedene Rechte als betroffene Perso...
2012 Mar 28
2
getopt does not work as expected!
...t = 'test.dat'" [1] "------ before 'q(status=0)' ------" rose at moose:/home_moose/rose/Txt/src/Test/R(27)$ ./getopt_test.R -b [1] "processing -b" [1] " short option: -b" Fehler in getopt(spec, debug = TRUE) : short flag "b" is invalid Ausf?hrung angehalten Last three commands worked as expected. rose at moose:/home_moose/rose/Txt/src/Test/R(28)$ ./getopt_test.R --b [1] "processing --b" [1] " long option: --b" [1] " dangling flag" Fehler in getopt(spec, debug = TRUE) : flag "b" requires an...
2007 Nov 05
2
namespace crash on S3method("as.ff",function)
..., the installation fails with some kind of parsing error: adding build stamp to DESCRIPTION installing NAMESPACE file and metadata Fehler in parse(nsFile) : Unerwartetes ')' bei 348: 349: S3method("as.ff",function) Calls: <Anonymous> -> parseNamespaceFile -> parse Ausf?hrung angehalten make[2]: *** [nmspace] Error 1 make[1]: *** [all] Error 2 make: *** [pkg-ff] Error 2 *** Installation of ff failed *** Is this a bug? Any ideas? Best regards Jens P.S. with as.ff() we can do things like ffx <- as.ff(x) # as.ff.default() turns a standard R object into an ff...
2019 Jun 21
2
AW: OpenSSH public key authentication does not work from Windows client if private key was added to SSH agent
...failing connection? I.e. "ssh -vvv host" It should show what is going on. -d Ich weise Sie darauf hin, dass Ihnen gem. Art. 13 Datenschutz-Grundverordnung verschiedene Rechte als betroffene Person bei der Verarbeitung von personenbezogenen Daten durch die Stadt Osnabr?ck zustehen. Eine ausf?hrliche Information, welche Rechte dies im Einzelnen sind und wie Ihre Daten verarbeitet werden, k?nnen Sie unter folgenden Link abrufen: https://www.osnabrueck.de/datenschutz.html -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-...
2003 Mar 17
0
Samba-Share and problems with archives and CRC-Check
...the samba version is 2.26. I didn't found any hints on the net... Thanks for your help, Volker Vogt Und nun in Deutsch: Hallo Samba-Team, ich habe Probleme im Zusammenhang mit Samba und Winrar-Archiven. Immer wenn ich ein Winrar-Archiv auf einem Samba-Share speichere und dieses dann wieder ausf?hren m?chte, bekomme ich die Fehlermeldung "CRC-Fehler. Die Datei scheint defekt zu sein..." (oder so ?hnlich). Auch wenn ich das .rar-Archiv zuerst wieder nach W2K kopiere und von dort aus ausf?hre bekomme ich die gleiche Fehlermeldung. Ohne die Zwischenspeicherung auf Samba ist alles ok...
2008 Apr 11
1
make check fails if called with --without-recommended-packages
...## ** Examples > > require(stats) > glmout <- capture.output(example(glm)) Fehler in .find.package(package, lib.loc, verbose = verbose) : there is no package called 'MASS' Calls: capture.output ... eval.with.vis -> eval.with.vis -> <Anonymous> -> .find.package Ausf?hrung angehalten Seems tests using recommended packages aren't disabled, even if given --without-recommended-packages. May be it's by design, i.e. make check shall only be run with recommended packages, may be it's a bug(let). Regards Detlef
2008 Oct 22
1
R 2.8.0 qqnorm produces error with object of class zoo?
...as.vector(qnorm(daxr)), qnorm(coredata(daxr))) qqnorm(coredata(daxr)) qqnorm(daxr) qqnorm() produces an error: > qqnorm(daxr) Fehler in if (xi == xj) 0L else if (xi > xj) 1L else -1L : Argument hat L?nge 0 Calls: qqnorm ... xtfrm.default -> as.vector -> rank -> switch -> .gt Ausf?hrung angehalten However, this is not witnessed by running the script through R 2.7.2 (attached are the two output files). Incidentally, the QQ-plot is produced if one uses "qqnorm(coredata(daxr))" under R version 2.8.0. After having read both NEWS on CRAN (General and Windows specific)...
2005 Nov 22
3
make check fails for R 2.3.0 (PR#8343)
...,] 1.5 1.5 2 2.0 2.5 2.5 3 [3,] 2.0 2.5 3 3.5 4.0 4.5 5 [4,] 2.5 3.5 4 5.0 5.5 6.5 7 [5,] 3.0 4.0 5 6.0 7.0 8.0 9 > > hist(replicate(100, mean(rexp(10)))) Fehler in hist.default(replicate(100, mean(rexp(10)))) : invalid number of 'breaks' Ausf?hrung angehalten
2011 Mar 19
1
Undefined symbol "Rf_pythag" while loading spatstat
...which gives an error like this: Error in dyn.load(file, DLLpath = DLLpath, ...) : kann shared object '/usr/local/lib/R/library/spatstat/libs/spatstat.so' nicht laden: /usr/local/lib/R/library/spatstat/libs/spatstat.so: Undefined symbol "Rf_pythag" Fehler: loading failed Ausf?hrung angehalten Fehler: loading failed Searching around I found a hint in http://developer.r-project.org/R_svnlog_2011 about upcoming changes with 'Rf_pythag': ------------------------------------------------------------------------ r54767 | ripley | 2011-03-13 07:30:32 -0400 (Sun, 13...
2012 Dec 23
1
Calling a .bat to set environment variables and subsequent .exe execution from within R
...\Koordinatenproblem\\Fliessgewaesser_25832.shp D:\\R_working_director ..." ... [TRUNCATED] [1] "Der Befehl \"ogr2ogr\" ist entweder falsch geschrieben oder" "konnte nicht gefunden werden." attr(,"status") [1] 1 Warnmeldung: Ausf?hrung von Kommando 'C:\Windows\system32\cmd.exe /c ogr2ogr -s_srs EPSG:31254 -t_srs EPSG:25832 D:\R_working_directory\Koordinatenproblem\Fliessgewaesser_25832.shp D:\R_working_directory\Koordinatenproblem\Fliessgewaesser.shp' ergab Status 1 The problem is that he cmd seems to "forget...
2024 Jan 04
1
Fresh ad installation - Win2022 can't join
...pecify which DC to use during the join. >> >> Rowland > > Cheers, > Torsten That does not work, too ... PS C:\Users\Administrator> Add-Computer -ComputerName PCNAME -DomainName augusta.domain.tld -Server DC -Credential augusta.domain.tld\Administrator -PassThru -Verbose AUSF?HRLICH: Ausf?hren des Vorgangs "Dom?ne "augusta.domain.tld\DC" beitreten" f?r das Ziel "PCNAME". Add-Computer : Fehler beim Beitreten des Computers "PCNAME" aus seiner aktuellen Arbeitsgruppe "BOX" zur Dom?ne "augusta.domain.tld\DC". Fe...
2019 Jun 19
2
OpenSSH public key authentication does not work from Windows client if private key was added to SSH agent
...s is strange and not the expected behavior. Any ideas what's wrong? Regards, Patrick Ich weise Sie darauf hin, dass Ihnen gem. Art. 13 Datenschutz-Grundverordnung verschiedene Rechte als betroffene Person bei der Verarbeitung von personenbezogenen Daten durch die Stadt Osnabr?ck zustehen. Eine ausf?hrliche Information, welche Rechte dies im Einzelnen sind und wie Ihre Daten verarbeitet werden, k?nnen Sie unter folgenden Link abrufen: https://www.osnabrueck.de/datenschutz.html -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-...
2006 Nov 10
2
Problems with metaMDS from vegan
...error remains the same: As soon as a I try to process an R matrix (see below) to obtain the MDS I am confronted with: > meta <- metaMDS(distab.dist, distance="bray", k, trymax=50) Fehler in rowSums(x, na.rm = TRUE) : 'x' muss ein Array mit mindestens zwei Dimensionen sein Ausf?hrung angehalten ( translated: error in rowSums(x, a.rm = TRUE) : 'x' must be an array of at least two dimensions. Execution stopped ) This error is not appearing on identical data when using my older installation. The only relevant googled mentioning of that error points to a surplus (0,...
2003 Jan 07
2
Automatic Printer Driver Download Access Denied
Hi, I have a problem for implementing automatic printer driver download on Samba 2.2.7a. When I tried to upload printer drivers from a Windows 2000 client, I could see the printers were uploaded to the printer driver directory W32X86 under Unix. However, When I tried to apply those changes to the printer driver, I got ?printer settings could not be saved, Access is denied?. The samba is
2019 Jun 21
0
CentOS 7 SeLinux Problem?
...Plugin catchall (100. Wahrscheinlichkeit) schl?gt vor ************** If you believe that dovecot should be allowed getattr access on the suid_dumpable file by default. Dann sie sollten dies als Fehler melden. Um diesen Zugriff zu erlauben, k?nnen Sie ein lokales Richtlinien-Modul erstellen. Ausf?hren allow this access for now by executing: # ausearch -c 'dovecot' --raw | audit2allow -M my-dovecot # semodule -i my-dovecot.pp zus?tzliche Information: Quellkontext system_u:system_r:dovecot_t:s0 Zielkontext system_u:object_r:proc_security_t:s0 Zielo...
2002 Dec 07
1
HP Deskjet Driver Problems
...as successfull in loading up printerdrivers to my samba box via microsoft apw the first time. I am using SuSE 8.1 with cups. the "add printer command" was the thing getting it to work. my script for adding printers : #!/bin/bash # Script zum anlegen eines Sambadruckers mit cups #$1 = Ausf?hrlicher Druckername #$2 = Drucker/Queue/Share-Name #$5 = Ort des Druckers # /usr/sbin/lpadmin -p "$2" -D "$1" -L "$5" echo "Samba Printer Port" after adding the driver I use the cups webfrontend at port 631 to tell the generated printer the real conection...
2003 Aug 16
0
Install 2.2.8a
...ba-vscan-0.3.2a-80.i586.rpm Fuer Suse 7.2 Professional das gleiche aber mit i386.rpm libsmbclient-2.2.8a-34.i386.rpm libsmbclient-devel-2.2.8a-34.i386.rpm samba-2.2.8a-34.i386.rpm samba-client-2.2.8a-34.i386.rpm samba-doc-2.2.8a-34.i386.rpm samba-vscan-0.3.2a-80.i386.rpm Alle mit root Rechten. Ausf?hren der Installation mit root Rechten rpm -U samba-2.2.8a-43.i586.rpm funktioniert nicht genauso nicht rpm -U samba-doc-2.2.8a-34.i586.rpm hier beschwert sich rmp ueber schon existierende Dateien der vorhergehenden Version. Auch mit mit dem Installations Verfahren im KDE Dateimanager geht es...