Displaying 20 results from an estimated 500 matches similar to: "vmware server looking for libX11.so.6 32bit"
2008 Nov 19
2
Icecast 2.3.2 doesn't list all mount points
Hello,
I've upgraded from 2.3.1 to 2.3.2. I've been used to list all mount
points by <xsl:for-each select="source"/> under /icestats.
Howver now the /icestats elemets contains only source elemets which have
been requested at least once. That means the list (e.g. /stats.xsl under
web directory) is empty after server start.
I've found out this regresion presents only
2005 Jun 11
3
[Homes] on two machines, possible?
Hi,
I have a smb pdc running which works quite well so far, and would like to
know if this feature is possible.
I have two locations, and I want all users to authenticate on Machine A.
Howver there are some users that are closer to machine B, and I would like
to be able to have the homes of those users on machine B rather than
machine A (they should authenticate on machine A anyway).
Is this
2007 Sep 25
5
Am I misunderstanding the ifelse construction?
I have a function like this:
changedir <- function(dataframe) {
dir <- dataframe$dir
gc_content <- dataframe$gc_content
d <- ifelse(dir == "-",
gc_content <- -gc_content,gc_content <- gc_content)
return(d)
}
The goal of this function is to be able to input a data frame like this:
> lala
dir gc_content
1 + 0.5
2 - 0.5
3 +
2005 Jan 24
3
tc filter change/replace
I am wondering whether the commands ''tc filter change'' and ''tc filter replace''
are working. Googling around revealed a few emails on the LARTC stating that
unfoirtunately they do not work. A quick check showed that they are still not
implemented (properly).
Some propose a solution to build a second tree of filters and apply the 2nd
one when a need for it
2001 Jul 16
2
Trouble with the memory allocation
Dear R-users,
I am currently facing what appears to be a strange thing (at least to my
humble understanding).
If I understood correctly, starting with the version 1.2.3, R memory
allocation can be done dynamically,
and there is no need to fiddle with the --nsize and --vsize parameter
any longer...
So far this everything seemed to go this way (I saw the size of my
processes growing when I was
2004 Apr 27
1
legend(1,1,expression(a<-"10^-6"))
hi all,
I have a problem with showing properly formated mathematical expressions
in a plot.
The following works:
plot(1:10)
legend(1,10, expression(10^-6))
Howver, if my expression is kept in a char variable, I don't know how to
show it in the legend.
# I have
st_"10^-6"
# I try to do this
plot(1:10)
legend(1,10, expression(st))
# which doesn't turn out as expected
Is it
2007 May 26
3
learning lattice graphics
Hi,
I've just produced my first lattice plot - the graphic is very
impressive, but I only partly understand how it works. I crimped from
examples in MASS and the help pages to get most of what I want done.
Howver, I find both MASS and the help pages are a little too terse for
my needs as a beginner. Can anyone suggest web or print resources for
lattice graphics that provide a more thorough
2008 Jan 08
1
Range of circular data
I want to get the minimum arc (in degrees) needed to include a set of
compass directions. I would like to use the range.circular() function
of the package circular, because that package understands a compass-type
of angle convention, but it gives results I don't understand. Howver, I
can get the correct answer in the example below, 90 degrees, using the
CircStats package. How can I make the
2017 Jul 26
2
qemu-system-x86_64 does not support fw_cfg option
Hi
I am trying to run CoreOS (Container Linux) as a guest OS using
KVM/QEMU. One of their suggestions is to pass config info into the VM
using the "fw_cfg" option . When I try this I get the error "-fw_cfg
invalid option". If I run the vm with the help option it does not list
the fw_cfg option. However, according to the qemu documentation, see
here
2006 Feb 22
1
32 bit libs sat aside 64 bit libs
Regards trying to install vmware-server and the libs problem just
read on the vmware tech site that i need to install the 32 bit libs
the app to function i have then tried to do yum install xorg-x11-
devel.i386 but this fails on a transaction error any way to get this
working ?
-Stephen
2006 Mar 07
1
VNC into active session
Hi all,
Can I VNC into an active session? I mean user can see what we do in their
screen.
Right now the /etc/sysconfig/vncservers is:
VNCSERVERS="2:userku"
VNCSERVERARGS[2]="-geometry 800x600"
I have vncpasswd for userku and restart vncserver. Then, can I vnc from
another pc into the active session on the userku PC?
Thank you very much.
--
Fajar Priyanto | Reg'd Linux
2004 Aug 06
1
Asterisk Dry Run
Hi everyone,
I just installed asterisk on my system with the purpose of rerouting calls
on sip channels.
I don't think i need any hardware for that.
I am using LIPZ4(zultys) and sjphone as softphones. I tried setting up both
of them and to call one from the other on the same machine, however could
not.
I 1-) I could connect sjphone in isolation to freeworld dialup howver i got
no sounds
2017 Jul 26
0
qemu-system-x86_64 does not support fw_cfg option
On Wed, Jul 26, 2017 at 12:20 PM, Steve Rubie-Todd <steve at rubie-todd.com>
wrote:
> Hi
>
> I am trying to run CoreOS (Container Linux) as a guest OS using KVM/QEMU.
> One of their suggestions is to pass config info into the VM using the
> "fw_cfg" option . When I try this I get the error "-fw_cfg invalid option".
> If I run the vm with the help option
2008 Nov 12
3
R- transform data frame into matrix
Hello
I have the problem that I want to transform a dataframe as generated by
diagnosis <- rep(diagnosis[1:3], 3)
marker <- gl(3,3)
values <- rnorm(9)
dataframe <- cbind(diagnosis, marker, values)
dataframe <- dataframe[c(1:5, 7:9), ]
into a matrix where levels(diagnosis) is indicating the rows of the matrix,
levels(marker) the columns and values are the actual content of the
2004 May 13
3
Winbind ADS Issues w/ *TONS* of Pre-Research
Samba Team,
I've been trying to get my Samba server to authenticate users against a
Windows 2000 Active Directory domain controller, and it just doesn't work.
I've encountered a TREMENDOUS amount of postings from people who have run
into the same issue, and there's never any responses with a resolution.
I must have viewed more than 500 postings over the course of the day.
I
2016 Apr 28
0
[Bug 2000] when using ssh with ControlMaster/ControlPersist, one may get zombie processes
https://bugzilla.mindrot.org/show_bug.cgi?id=2000
--- Comment #8 from Christoph Anton Mitterer <calestyo at scientia.net> ---
Uhm? Well I thought that was obvious... using SSH to remotely execute
checks seems desirable because it's a) the protocol meant for doing
this b) secure (unlike e.g. NRPE).
But without control channel muxing, it's much slower than e.g. NRPE, as
all the
2006 Jan 09
0
(no subject)
Mauricio,
Yes it is. However I would not use analog phones. Your cheapest option would be to use softphones on a computer. If you wanted to use physical phones you have a few options.
1)Get two ATA's (device that you plug in to the LAN on your end and by your friend to the internet). This is probably the cheapest solution. You can plug in a "regular" analog phone in to the ATA
2018 Aug 29
0
C7, system-auth-ac, and authconfig
I read the clear-as-mud docs, and it appears that if we want to modify
system-auth-ac, we can create a local, and point system-auth to it.
Howver.. in the default, I see
auth [success=3 default=ignore] pam_succeed_if.so service notin
login:gdm:xdm:kdm:xscreensaver:gnome-screensaver:kscreensaver quiet
use_uid
Now, we'd like to add sudo to that list. Does anyone know *where*
authconfig
2012 Apr 18
1
[PATCH 3/3] export MALLOC_PERTURB_ and MALLOC_CHECK_ in test suite
On 18/04/12 09:08, Erik de Castro Lopo wrote:
> Cristian Rodr?guez wrote:
>
>> That enables an special implementation that checks
>> for common memory errors and will save us from a lot pain.
>> ---
>> test/test_bins.sh | 2 ++
>> test/test_flac.sh | 2 ++
>> test/test_grabbag.sh | 2 ++
>> test/test_libFLAC++.sh | 2 ++
2014 Jul 02
0
Residual bps and encoding speed
lvqcl wrote:
> I changed the condition in *_precompute_partition_info_sums_*()
> functions from
> if(bps <= 16)
> to
> if(FLAC__bitmath_ilog2(default_partition_samples) + bps < 32)
>
> and then changed the 'subframe_bps' argument of find_best_partition_order_()
> in evaluate_fixed_subframe_() and evaluate_lpc_subframe_() as follows:
>
>