Displaying 20 results from an estimated 2000 matches similar to: "install.packages on unix / su (PR#8760)"
2006 Jan 23
4
su, context(selinux?) 2nd prompt
With a recent update of CentOS4, su's behavior has changed, in that after
prompting for password, also prompts for (selinux?) context. I'm seeing
something like:
$ su
Password:
Your default context is root:system_r:unconfined_t.
Do you want to choose a different one? [n]
kde's kdesu barfs on this second prompt. Any way to disable this second
prompt?
-- Rex
2009 Jul 20
1
NUT problem
A little while ago I changed my UPS to Leibert and installed NUT. Everything
worked as expected. Today I tried to use the MultiLink Viewer icon from the
desktop, but it simply accepted the root password without apparently doing
anything. I can run the viewer directly (as root) from a file manager.
The icon is owned by me, but the application is set to run as root.
I suspect that the
2018 Jan 26
2
utils::install.packages with quiet=TRUE fails for source packages on Windows
Hi,
Installing a source package on Windows using utils::install.packages()
with quiet=TRUE fails, while it works with the default quiet = FALSE.
The problem seems to be caused by the fact that when quiet = TRUE,
stdout and stderr are set to FALSE when calling "R CMD INSTALL" with
base::system2() here:
2018 Jan 26
1
utils::install.packages with quiet=TRUE fails for source packages on Windows
The obvious guess would be that Rstudio is attempting something like redirecting output and getting itself confused. However, it is pretty clearly Their Problem, no? Rstudio has their own support infrastructure.
-pd
> On 26 Jan 2018, at 09:17 , Andreas Kersting <r-devel at akersting.de> wrote:
>
> Just noticed that this problem only occurs from within RStudio (v1.1.414). Any
2005 Aug 11
1
kde-file manager su mode
hi y'all,
...realize that maybe I should go to kde w/this but then, I do run
centos on my systems soooo...
kk I like to run kde's file manager in super user mode. On one of my
systems, it's acting it's ass...as my default editor I do use kwrite and
I normally set that up to open any text type file w/that but for some
reason, on this one certain system, I can't navigate among
2004 Oct 09
9
fxp initiated behind shorewall
Okay, no one had any idea concerning my Radmin question, which I still
haven''t figured out. However, I am now trying to figure out an FXP problem.
All of the needed details are listed below the description problem.
Problem:
I have a local windows XP pro computer running FlashFXP behind shorewall
2.0.9 (unpatched) with only two interfaces (ppp0 and eth1) as
loc:192.168.1.5. The server
2002 Nov 13
6
IP Forwarding
Hi,
I''m trying to get RAdmin [uses tcp 4889] access to my Windows machine
which is behind my firewall.
I have zones:
gbl : the world
loc : my lan
fw : firewall
I placed the following in my rules file
DNAT gbl loc:192.168.0.2 tcp 4889 -
When trying to RAdmin I get a cannot conect to server error.
192.168.0.2 is my Windows Machines IP address.
Can anyone help me?
Shorewall 1.3.9b
2004 Dec 30
1
Wine and NT Authentification core.
Hi,
I wonder if it's possible to setup wine so that applications using NT
Authentification (NTLM) (secur32.dll and security.dll) may work ?
I'm trying the radmin tools and the win32 computer that are using radmin
use the NT security protocol to allow login.
Actually i've tried using WINEDEBUG='warn+all' and WINEDEBUG='+loaddll'
to replace the core dll of windows
2006 Aug 26
6
Problems after performing yum update
I performed the update yesterday that included installing kernel
2.6.9-42.0.2.EL and replacing ethereal with wireshark.
First, the trivial...
Wireshark would not run from the KDE menu without editing the menu to
change the command from "wireshark" to "kdesu wireshark" because dumpcap
is at usr/sbin/dumpcap instead of /usr/bin/dumpcap . Making the change
causes wireshark to
2018 Jan 26
0
utils::install.packages with quiet=TRUE fails for source packages on Windows
Just noticed that this problem only occurs from within RStudio
(v1.1.414). Any ideas why?
Am 26.01.2018 um 08:56 schrieb Andreas Kersting:
> Hi,
>
> Installing a source package on Windows using utils::install.packages()
> with quiet=TRUE fails, while it works with the default quiet = FALSE.
> The problem seems to be caused by the fact that when quiet = TRUE,
> stdout and
2004 Dec 25
1
RAdmin
New to wine. Joined the list but never got wine to work with FreeBSD.
Installed SuSE 9.1 and installed office. I was blown away. It works!
Anyway, I use a program called RAdmin to remote administer Win
machines. I can run the program, and get into a Win machine, but the
keyboard commands don't work on the Win machine. The mouse does. Any
thoughts?
I can also RAdmin into the linux
2013 Dec 17
0
[LLVMdev] llvmContext::removeModule doesn't remove NamedStructTypes
Hi, LLVM community,
I found an issue in my using scenario. We deliberately parse a bitcode
file twice. It contains a named struct type. eg. %struct.cmd = type {
float, float, float, float, float, i32 }. In the second module->dump,
%struct.cmd becomes %struct.cmd0.
my code is simplified like this.
int main()
{
llvm::LLVMContext &llvmCtx = llvm::getGlobalContext();
string ErrMsg;
2006 Apr 14
1
Desktop=XxY broken?
i used to use application, called RAdmin, with earlier versions of wine (prior
0.9.11). it works pretty well with oprtion Desktop="1024x768". but now in
winecfg this option is grayed out and setting
HKCU/Sofware/Wine/AppDefaults/radmin.exe/X11 Driver/Desktop registry key to "1024x768"
doesn't work.
and without this option keyboard doesn't work on remote hosts.
--
2008 Oct 01
16
[Bug 1528] New: sshd hangs when pasting more than 2k of text
https://bugzilla.mindrot.org/show_bug.cgi?id=1528
Summary: sshd hangs when pasting more than 2k of text
Product: Portable OpenSSH
Version: 5.1p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
2006 Nov 07
2
Crash when embedding R X11 windows
Dear R developers,
I've been experimenting with embedding R X11 windows into another application
using KDE's QXEmbed on linux. Attempting to do so will crash R (with R 2.4.0,
trunk, and I know the bug has been around in prior versions). I used to think
this was related to bug #848, but I'm not sure, if / how the solution
suggested there still applies to current versions of R.
2020 May 23
2
Surpising behavior when using an active binding as loop index in R 4.0.0
Hi,
I stumbled upon a surprising behavior when using an active binding as a
loop index variable in R 4.0.0. In contrast, the behavior observed in R
3.6.1 is in line with my expectations.
Consider the code below:
makeActiveBinding("i",
function(value) {
if (missing(value)) {
x
} else {
print("set")
x <<- value
}
}, globalenv())
i <- 1 # output
2004 Oct 06
1
remote admin
Hello, I recently setup Shorewall 2.0.9 on a RedHat 9 machine using the two
interface quick start guide.
ip addr show:
1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
2: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 100
link/ether 00:20:ed:76:dc:82 brd
2005 Mar 22
1
wine and radmin - two problems
Hi!
In my current occupation, it's necessary to access a lot of windows machines
remotely. All they have a radmin ( http://www.radmin.com ) server installed.
I would like to access them from my Linux box, so I've installed a windows
radmin client on the box and tried to use it.
The first impressions were great, because it installed perfectly (I didn't
attempt to install the server,
2006 Mar 20
6
FreeRadius version
It seems to me that the ver of FreeRadius is 1.0.1:
yum list | grep "radius"
freeradius.i386 1.0.1-3.RHEL4
installed
freeradius-mysql.i386 1.0.1-3.RHEL4 base
freeradius-postgresql.i386 1.0.1-3.RHEL4 base
freeradius-unixODBC.i386 1.0.1-3.RHEL4 base
According to freeradius.org, this
2020 May 24
1
Surpising behavior when using an active binding as loop index in R 4.0.0
A shorter reproducible example:
example(makeActiveBinding)
for (fred in 1:3) { 0 }
ls()
Both problems go away if you first do
compiler::enableJIT(2)
So looks like a bug in compiling the for loop.
-Deepayan
On Sat, May 23, 2020 at 5:45 PM Thomas Friedrichsmeier via R-devel
<r-devel at r-project.org> wrote:
>
> Possibly just a symptom of the earlier behavior, but I'll amend my