Displaying 14 results from an estimated 14 matches similar to: "package installation problem."
2012 Nov 10
1
Prediction problem.
Dear friends from the R-community,
I am Guy Roger and live in Germany. I am student and user of R. I wanted to do some prediction after a linear regression fitting but could´nt because of the following message:
> yx<-predict(lm(y~x4+x5),newdata=data.frame(X4,X5))
Warnmeldung:
In predict.lm(lm(y ~ x4 + x5), newdata = data.frame(X4, X5)) :
Vorhersage durch Fit ohne vollen Rang mag täuschen
2010 Mar 19
1
cupsaddsmb error: cli_pipe_validate_current_pdu: RPC fault code DCERPC_FAULT_OP_RNG_ERROR received
Hello,
when i send the SIGHUP signal to Samba, then Samba won't load the printers
from CUPS. I need 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:
2007 Aug 21
4
Samba on Debian with shares on nfs-filesystem
Hello,
Actually I have some troubels concerning samba (3.0.24) on debian (4.0):
I would like to have some samba-shares on a nfs-filesystem.
NFS works fine for the Linux clients and the Linux server. The nfs
filesystem is mounted from an other server on /home.
The next step is to set up samba to have some shares on the nfs Filesystem
(/home/$LOGIN, anonymized configuration attached).
2004 Feb 26
3
Winbind only enumerating 9% of domain groups
Hi All,
I'm having a strange pronlem with winbind. For users it seems to be working fine but for groups its not enumerating most of the groups!
A getent group produces only 325 lines of domain groups whereas wbinfo -g produces 2839 lines of groups. I'm not seeing any errors logged and all commands are exiting with status 0. Winbind related sections of smb.conf are shown below,
2016 Apr 08
3
Samba as AD-Controller: unable to update policies and call start scripts
Zitat von Sébastien Le Ray <sebastien-samba at orniz.org>:
>> The very strange thing is, that gpupdate tries to copy somethings
>> from \\cch.intra\sysvol and not from \\dc1\sysvol...
>> There a no server with name cch.intra, this is just the Realm...
>
> Thats expected. your.realm should resolve to all your DC in a
> round-robin fashion.
OK, I didn't
2009 Nov 18
1
where can I download package svIO?
Hello,
today I upgraded R to 2.10 and Tinn-R to 2.3.3.1.
Tinn-R needs the package svIO, but it is not available anymore on the
package lists.
Every session I start R and chose the CRAN-Mirror I receive the following
warning:
Bitte einen CRAN Spiegel f?r diese Sitzung ausw?hlen ---
Warnmeldung:
In getDependencies(pkgs, dependencies, available, lib) :
package ?svIO? is not available
Lade
2002 Jun 11
1
SSH / PAM Problem
Hallo
da mein English nicht so gut ist und bei der ?bersetzung auch noch
Missverst?ndnisse auftretten k?nnten, hier das Orginal :-)
Das Problem ist, dass bei der Kombination openssh pam und ldap, die
Verbindung zum Ldapserver so lange offen gehalten wird bis die ssh
Session geschlossen wird. Das ist nur bei SSH so ! Alle andere Dienste
sprechen den Server an und schliessen nach Best?ttigung des
2006 Apr 24
0
A@H 2.6 : problem connecting call from PSTN
hi,
i have a pronlem connecting call from pstn with the following confuguration,
please advice
extensions.conf
[from-trunk]
include => from-pstn
[from-pstn]
include => from-pstn-custom
include => ext-did
include => from-pstn-timecheck
exten => fax,1,Goto(ext-fax,in_fax,1)
extensions_custom.conf
[from-pstn-custom]
exten => s,1,Answer
exten =>
2012 Jul 25
0
gsl lib version detected wrong during install
Hello everyone,
I've tried to install the R gsl package but without success because R claims
there needs to be a gsl library version >= 1.12 installed on the system.
Actually gsl library version 1.12 is installed locally in my home directory
and I set PATH and LD_LIBRARY_PATH in .bash_profile to point to
corresponding bin and lib directory. gsl-config is accessible from
everywhere in the
2014 Mar 20
3
[Bug 2213] New: X11 forwarding to DISPLAY containing a hexadecimal-colon IPv6 address fails
https://bugzilla.mindrot.org/show_bug.cgi?id=2213
Bug ID: 2213
Summary: X11 forwarding to DISPLAY containing a
hexadecimal-colon IPv6 address fails
Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P5
2013 Jul 15
0
Problem logon on WinXP : returning logon svr \\EASYBOURSE domain EB code 13 token=ffff
HI !
I have a problem with nmbd, i can't logon on a WinXP machine (wfassi-PC
,everything was alright until at a moment user coudnt connect anymore) ,
here is log.nmbd :
[2013/07/15 16:39:26, 5] libsmb/nmblib.c:797(read_packet)
Received a packet of len 50 from (192.168.0.89) port 137
[2013/07/15 16:39:26, 4] libsmb/nmblib.c:106(debug_nmb_packet)
nmb packet from 192.168.0.89(137)
2013 Feb 14
3
Problems plotting and regression w.r.t. date data type on x axis
Hello,
probably a newbie question, but i didnt find any information on
plotting/regressing w.r.t. a date data type. My trials were unfruitful. Can
anyone help ? Thanks in advance!
Here is my interaction with R:
> tabelle
date number date2
1 2009-01-1 1673 2009-01-01
2 2009-12-1 2111 2009-12-01
3 2010-7-1 2487 2010-07-01
4 2013-2-1 4301 2013-02-01
> regression.punkte<-lm(tabelle$number
2006 Apr 19
2
Tools rund um Rails
Hallo zusammen,
dann will ich mal wieder ein bi?chen Schwung auf die RoR-Liste bringen:
Schildert doch einfach mal eure Erfahrungen mit Tools rund um Rails, also
zum Beispiel Capistrano (formerly known as Switchtower), RadRails etc.
Welche Plugins setzt ihr ein, von welchen w?rdet ihr abraten? Oder folgt ihr
dem Tenor "Reuse is overrated" und schreibt euch die Sachen lieber neu?
--
2012 Mar 21
1
Trouble installing the XML package
Hello everyone,
I am probably not the only one having trouble with this package but here goes.
I want to install XML on Ubuntu. I installed libxml2-dev and
everything works out fine until I get the following:
Error in reconcilePropertiesAndPrototype(name, slots, prototype,
superClasses, :
No definition was found for superclass "namedList" in the
specification of class