Displaying 20 results from an estimated 512 matches for "supplements".
Did you mean:
supplement
2019 Jul 16
0
libvirtd failing on MacOS in setgroups
Hi,
I get the following error when running libvirtd on MacOS as root:
$ sudo libvirtd
2019-07-11 00:12:33.379+0000: 123145573953536: info : libvirt version: 5.5.0
2019-07-11 00:12:33.379+0000: 123145573953536: warning :
virProcessGetStartTime:1070 : Process start time of pid 49746 not
available on this platform
2019-07-11 00:12:33.379+0000: 123145573953536: error :
virSysinfoReadDMI:1172 :
2001 Dec 20
2
Supplemental group support in smb.conf
Hi,
I have a share in my smb.conf file that I want to share to members of a
supplemental group, but I keep getting a network error.
here is the share:
[mp3s]
comment = MPEG3 Encoded Audio
path = /usr/share/mp3
public = no
browsable = no
valid users = +mp3users
writable = yes
create mask = 0644
I have a group called mp3users that inside my /etc/group file looks like
this:
2003 Jul 22
2
Supplementing Current phone system
Has anyone used * in conjunction with an existing phone system to add
certain features or to expand a department? Currently we have an existing
nortel phone system. We would like to have the * server stand behind it and
just handle VoIP services for our remote sales and technical people. We
would like them to act as normal extensions (being able to dial them by
extension from the existing phone
1998 Jul 08
0
Supplemental groups in samba
Hi,
We're running samba-1.9.18p8 on a few different platforms (mostly IRIX and
AIX.)
I have noticed that we don't seem to have supplemental group support. We
have a group file shared by NIS, and some directories are controlled by
group.
For example:
We have a share here called cs whose path is /home/cs/common. Under that
directory we have /home/cs/common/ta. The "ta"
2003 Jul 09
0
AW: recycle under samba-3.0.0beta2-1 - supplement
Denis,
I have checked this and verify that this is a bug. You can track the
progress towards fixing this from https://bugzilla.samba.org as bug #210.
Thanks for the feedback.
- John T.
On Tue, 8 Jul 2003, Denis Heitbrock wrote:
> supplement:
> [Verkauf]
> vfs objects = extd_audit recycle
> vfs object = recycle:repository=.recycle recycle:versions=True
> recycle:touch=True
2005 Jun 08
0
Error when allocating PTY - supplement
I'm running a debian linux (sarge - kernel 2.6.11)
> I'm working on an boot image and actually try to get an ssh server working on clients, booting that
> image over the net. I want to authenticate with my public key on the client, which seems to work fine.
> The only problem I have is that the sshd couldn't open an console. I've allready tested some things,
> but
2004 Oct 06
2
R-(wiki)-pedia?
Is there an R wiki?
Looking at the huge amount of traffic on this list, I think wiki could be
an exelet outlet for all the constructive enthusiasm here.
I don't think it would be too hard to port the existing R documentation
(the stuff you get with the ?) onto a wiki system, then users could add
their own examples and comments.
Having distinct web page style organization would be easier to
2011 Jul 26
1
nls - can't get published AICc and parameters
Hi
I'm trying to replicate Smith et al.'s
(http://www.sciencemag.org/content/330/6008/1216.abstract) findings by
fitting their Gompertz and logistic models to their data (given in
their supplement). I'm doing this as I want to then apply the
equations to my own data.
Try as a might, I can't quite replicate them. Any thoughts why are
much appreciated. I've tried contacting the
2023 Feb 27
2
Checksums and other verification
https://github.com/kubevirt/containerized-data-importer/issues/1520
Hi Eric,
We had a question from the Kubevirt team related to the above issue.
The question is roughly if it's possible to calculate the checksum of
an image as an nbdkit filter and/or in the qemu block layer.
Supplemental #1: could qemu-img convert calculate a checksum as it goes
along?
Supplemental #2: could we detect
2011 Nov 29
1
How do I require a resource in a definition based on an array parameter?
I have a define that looks like this:
define user::sys_user($fullname, $uid, $groups, $shell=''/bin/bash'',
$authkey, $authkey_type=rsa) {
$username = "sys_${name}"
group { $username:
gid => $uid,
}
user { $username:
require => Group[$username],
ensure => present,
2014 Jul 30
4
[LLVMdev] [PowerPC] ABI questions
Hi all,
I'm trying to understand which ABIs are supported in the PowerPC
backend and I'm getting a bit confused. Here's what I've gathered so
far alongside with some questions.
- In PPCSubtarget.h there's DarwinABI, SVR4ABI and ELFv2ABI.
- The CodeGenerator documentation claims that the AIX PowerPC ABI is
followed (with some deviations). Is this refering to the DarwinABI?
-
2018 Apr 03
4
SCEV and LoopStrengthReduction Formulae
I am attempting to implement a minor loop strength reduction optimization for
targets that support compare and jump fusion, specifically
TTI::canMacroFuseCmp(). My approach might be wrong; however, I am soliciting
the idea for feedback, so that I can implement this correctly. My plan is to
add a Supplemental LSR formula to LoopStrengthReduce.cpp that optimizes the
following case, but perhaps
2011 Apr 08
7
Where is the tcltk package?
Perhaps I'm being even thicker than usual, but I can't find
the tcltk package on CRAN. There is a tcltk2 package, which says
that it is a collection of supplements to tcltk, but I cannot
see a just-plain tcltk anywhere.
If I try to install tcltk2 (from the Linux command line, or using
install.packages() in R) it complains that it needs tcltk.
If I try to install tcltk using install.packages() it tells me that
this package is not available.
What is going on...
2007 Jan 19
5
Merb Init Script
I''m trying to emulate the mongrel_cluster_ctl but it takes a -c
conf_file option... meaning I can run it from anywhere as long as I
tell it where the conf file is. Merb doesn''t have that capability does
it? (it has an additional/supplemental config like mup.conf etc)
Do I have to be under the merb_app root /path/to/merb/app/ to be able
to run merb?
Let me know.
Thanks,
2009 Oct 22
2
useradd: invalid numeric argument 'someuser'
CentOS 5.3 w/ updates
Puppet 0.25.1.rc2 (installed from source)
Mongrel + Nginx
Am I making a mistake or is this a bug? I''ve experienced this issue
using 0.24.8 from EPEL also.
Thu Oct 22 13:59:43 -0700 2009 //user::virtual-users_groups/User
[someuser]/ensure (err): change from absent to present failed: Could
not create user someuser: Execution of ''/usr/sbin/useradd -G
2006 Jan 12
2
interfacing w/ a legacy InterTel PBX
Greetings all -
I'm interested in using an asterisk box to supplement and add VoIP
capabilities to our legacy InterTel Axxess PBX. After searching
through the list archives and through google, it seems that the best
way to go about this is to connect the two systems via a T1. Is this
correct? The PBX currently doesn't have any VoIP capabilities, so
that's not an option for
2023 Jul 26
2
Style guide when using "R" in a title
Hello,
I am working on a small booklet to be used with an existing statistics textbook. The purpose of the booklet is to give worked through examples from the textbook using R code and it will be made publicly available with the textbook. The title of the booklet is "R Code Supplement for Basic Engineering Data Collection and Analysis by Vardeman and Jobe". Someone with whom I'm
2014 Jul 31
2
[LLVMdev] [PowerPC] ABI questions
----- Original Message -----
> From: "Ulrich Weigand" <Ulrich.Weigand at de.ibm.com>
> To: "David Wiberg" <dwiberg at gmail.com>
> Cc: llvmdev at cs.uiuc.edu
> Sent: Wednesday, July 30, 2014 2:29:22 PM
> Subject: Re: [LLVMdev] [PowerPC] ABI questions
>
> Hi David,
>
> > I'm trying to understand which ABIs are supported in the
2013 Jun 01
1
error about MCA
Hi,all:
I want to perform multiple correspondance analysis via MCA{FactoMineR}.
The data is in the attachment.
My code:
dat<-read.delim("e:\\mydata.txt",header=T)
MCA(dat,quanti.sup=7,quali.sup=1:6)
Error in `[.data.frame`(tab, , i) : undefined columns selected
My question:
Why does the error happen?
Many thanks.
Best.
-------------- next part --------------
An embedded and
2014 Jul 23
1
SIP configuration in realtime static and realtime dynamic
Hi all,
I?m currently in the process of familiarizing myself with Asterisk, and am trying to move certain configuration objects (such as SIP peers) into a MySQL database, accessed by Asterisk using the ODBC connector.
Now, I?ve imported the sippeers MySQL table from the contrib directory of the Asterisk source, and I could add SIP users in here. However, I currently don?t understand whether this