similar to: install R redhat rpm as a normal user

Displaying 20 results from an estimated 40000 matches similar to: "install R redhat rpm as a normal user"

2006 Jun 28
1
installing R on RedHat
Dear R People: Yet again, I am attempting to install R on RedHat Linux. Here is my sorry attempt to date: [hodgess at gator hodgess]$ rpm -vi R.rpm warning: R.rpm: V3 DSA signature: NOKEY, key ID 97d3544e error: cannot write to %sourcedir /usr/src/redhat/SOURCES I only want to write it to my own userid, since I am the only one who uses it. Any suggestions would be much appreciated. Thanks,
2004 Dec 23
3
tcltk problem
Hi all, I have R Version 2.1.0 installed on a box running Redhat Fedora Core 2. When I try: library() it shows the package tcltk. But if I try: library(tcltk) I get the same error message like in this thread: http://tolstoy.newcastle.edu.au/R/help/01c/3418.html The same, tcl and tk are installed in /usr/lib; if I try: capabilities("tcltk") I get: tcltk FALSE I cant' find tcltk.so
2004 Dec 23
3
tcltk problem
Hi all, I have R Version 2.1.0 installed on a box running Redhat Fedora Core 2. When I try: library() it shows the package tcltk. But if I try: library(tcltk) I get the same error message like in this thread: http://tolstoy.newcastle.edu.au/R/help/01c/3418.html The same, tcl and tk are installed in /usr/lib; if I try: capabilities("tcltk") I get: tcltk FALSE I cant' find tcltk.so
2010 Apr 03
2
wxwidgets RPM for Centos?
Anyone know of a wxwidgets RPM for Centos 5? Thanks! -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us ----------------------------- But God demonstrates his own love for us in this: While we were still sinners, Christ died for us. ------------------------------- Romans 5:8 (niv) ------------------------------
2011 Sep 20
1
Install Location on Linux Red Hat
Hi, I'm having some difficulty installing R on our server which is running RHEL (Red Hat Enterprise Linux) 5.2. I'm using RPM (Red Hat Package Manager) and by default it installs R in /usr/bin. Unfortunately due to a very small partition size, I have run out of space in this directory. I was hoping to install R in another location such as /data. I'm wondering if anyone else has run
2010 Apr 22
2
rpm -U query
CentOS, RHEL, all versions. Suppose I am upgrading a package foo-1.0 to foo-2.0 (assume foo is not relocatable), and both packages have %preun sections in their .spec files. It appears that foo-1.0's %preun is run after foo-2.0 has been installed. So what happens if foo-1.0 needs to run a binary that was provided as part of foo-1.0 during its %preun stage, and a binary of the same name is
2018 Nov 13
5
Online Backup fails
Hi, when i try to create a online backup via samba 4.9.2 at gentoo (in my test envoirment) i get the following errors: samba-tool domain backup online --server=localhost --targetdir=/mnt/backupsamba/ -U Administrator Password for [DOMAIN\Administrator]: workgroup is DOMAIN realm is domain.de Calling bare provision Looking up IPv4 addresses Looking up IPv6 addresses No IPv6 address will be
2002 Aug 10
2
ps2pdf "Print command" script trouble
hi 2.2.5, Sol 2.8 I have a perl script that I've written to convert a ps file to pdf file. I want the user to be able to setup a postscript printer in WNT/2k and convert ps files to pdf by printing to a [ps2pdf] printer share. [ps2pdf] comment = PS to PDF file in Home Directory path = /usr/spool/public guest ok = Yes print ok = Yes browseable = Yes printer = ps2pdf
2004 Jul 15
1
Rpm for Redhat v7.1
Hi Could you suggest where I can download a samba-2.2.6 or samba-2.2.9 rpm for Redhat Linux v7.1. I am presently using a samba-2.2.3a server but Windows XP clients create extra files when saving or copying to this samaba server. Best regards, Gary Marshall e-Protector Tel: 0870 0278302 Mob: 07769 747080 Fax: 0115 9227111 **********************************************************************
2018 Nov 13
6
Online Backup fails
> when i dont use localhost its not working: > > > phoenix /mnt/backupsamba # samba-tool domain backup online > --server=$(hostname -s) --targetdir=/mnt/backupsamba/ -U Administrator > Failed to connect to ldap URL 'ldap://phoenix' - LDAP client internal > error: NT_STATUS_CONNECTION_REFUSED > Failed to connect to 'ldap://phoenix' with backend
2017 Jul 10
2
using samba with bind dlz
I am trying to setup samba as a dc using bind dlz I'm not sure how much I need to setup on bind before I can use it. I did the following check. [root at dc1 ~]# named -V | sed 's/ /\n/g'| grep '\-\-' |grep -e gssapi -e dlopen '--with-dlopen=yes' '--with-gssapi=yes' I am using the default config for samba that came with Fedora Rawhide. I wanted to try out the
2019 Aug 29
4
Schedule samba backup
Hi, I was using samba backup offline, but seems that now is not working, a bug is reported. As a workaround I want to use online backup: sudo samba-tool domain backup online --targetdir=<output-dir> --server=<DC-server> -UAdministrator Asking password in interative mode works, but I need to automate to execute from crontab without asking pwd, how can I do this with security?
2019 Feb 28
6
samba-tool domain backup ERROR
Hello, we want to backup the AD-database with the samba-tool backup-option. We use Sernet-packages 4.9.4 we have two DCs if I do the backup on the same DC I got the following messages: ----------------- root at dc-ste-01:~# samba-tool domain backup online --server=dc-ste-01 --targetdir=. -U administrator Password for [LF\administrator]: .... Committing SAM database Setting isSynchronized and
2019 Mar 25
3
Kerberos fails in some cases
Hi folks, I can use kerberos to create or delete user, eg: samba-tool user create test -k yes however, if I want to perform a backup it fails: samba-tool domain backup online --targetdir=/srv/backup --server=192.168.50.40 -k yes gensec_spnego_create_negTokenInit_step: Failed to setup SPNEGO negTokenInit request Failed to bind - LDAP client internal error: NT_STATUS_INVALID_PARAMETER Failed to
2019 Sep 11
5
How to make an unattended backup
Hi, I use AptVanBelle repo for samba, is there a way to backup in unattended way (I mean via cron) the DC? If I use samba-tool domain backup online --targetdir=/srv/backup --server= samba4.example.com -k yes -d1 It works, by it ask for password Administrator. What is the best practice to do it? Thanks in advance! -- -- Sergio Belkin LPIC-2 Certified - http://www.lpi.org
2004 Sep 10
2
Re: detecting host machine in configure.in?
--- Christian Weisgerber <naddy@mips.inka.de> wrote: > Josh Coalson <xflac@yahoo.com> wrote: > > > Basically what I want is configure.in determination of > > basic machine type (intel/compatible, alpha, ppc), then within > > that (say intel) the code will detect variants like MMX, SSE, > > and use the right routines. > > Please include a way to
2010 Jan 26
1
samba4 HEAD: unable to provision
I'm trying to install samba4 with openldap, as from http://wiki.samba.org/index.php/Samba4/LDAP_Backend/OpenLDAP, I have got the yesterday realease, last git commit: commit 2024d4fb27514869d78e9bb39085f98e80413529 Date: Mon Jan 25 12:41:48 2010 +0100 My system is GNU/Debian Linux Lenny. ./configure --prefix=/opt/samba4 make sudo make install all worked ./setup/provision from the source4
1999 Jun 24
3
RedHat 6.0 RPM of R
Hi, One of my lecturers is putting together an applications CD to go with RedHat 6.0 with stuff he thinks would be useful for his students. He wants to put R on it, but he's having trouble compiling R and using an RPM on RH 6.0. It appears to be either kernel or glibc related, but I don't have the time right now to figure out what the problem is (exams...). Does anyone have an RPM of R
2019 Jun 18
9
domain online backup
Hi, A question on the (for us: new) online backup functionality. I created a backup of our domain successfully with: samba-tool domain backup online --server=dc3 --targetdir=/backup -Umyusername at samba.domain.com Next, to be able to schedule an automatic daily backup job, I created a specific user (member of Domain Admins) to run the backup. But then the backup fails: >
2003 Sep 05
1
Installing R on Red Hat Linux, Tcl/Tk
Hi, I've been trying to install R on Red Hat Linux 9 for some potential users of my R/TclTk application. I tried using the rpm for R 1.7.1 for Red Hat Linux 9. It told me that I needed: libtcl8.3.so so I looked for a binary release of Tcl 8.3.x on http://www.tcl.tk/software/tcltk/8.3.html but found that the link to the Tcl 8.3.x binaries pointed to ActiveTcl 8.4.x . I couldn't see