Displaying 20 results from an estimated 60000 matches similar to: "CAN YOU HELP ME?"
2019 Aug 28
5
Samba 4.10.7 question with external DNS Server
Hello Together
Please i have here a little company with any exisiting internal DNS Server
"BIND 9.11.5-P4-5.1-Debian (Extended Support Version) <id:998753c>"
Today i compilled the release Samba 4.10.7 successfully on any new machine
here.....
i read on Samba org the following News.
- Do not use the BIND9_FLATFILE DNS back end. It is not supported
and will be removed
2011 Sep 13
2
Convert "RDX" and "RDB" to ASCII format?
Dear R users and experts,
I need to modify an exisiting R function from a package. The function/
variable is inside a namespace and I have problems accessing it.
I only need to get access to to corresponding sourcecode. I localised
the "RDX" and "RDB" files. But it seems to be a binary format.
How can I convert it to an ASCII format to open and extract the code
from a text
2016 Dec 03
3
Problem installing NUT on 16.04
On 12/03/2016 08:03 AM, Charles Lepple wrote:
> On Dec 2, 2016, at 10:23 PM, Jack McGee <jack at greendesk.net> wrote:
>> This is new install on Ubuntu 16.04, using packages from Synaptic,
>> Network UPS Tools upsd 2.7.2
>>
>> I am getting these messages in the terminal:
>> Broadcast message from nut at amethi (somewhere) (Fri Dec 2 12:33:03 2016):
>>
2016 Jun 30
8
[PATCH] : Adding dlabel option to chain.c32
The exisiting label= option offer to boot on a gpt partition that have
a particular label.
The existing guuid= option offer to boot on a disk or partition with a
particular label.
This new option offer to boot the disk that have a partition which
have a given label.
The label is so just a way to detect a disk to boot.
A typical use is for making an intelligent localboot like :
label
2004 Aug 06
3
libspeex/SSE Intrinsics with GCC 3.3.x
Here is code to add to configure.in to do what you want. It preserves
CFLAGS and uses that var to hold the sse enable flags. You can subset this
under the exisiting AC_ARG for sse or just make it do it all the time. If
you notice the i?86, that means any x86 platform target will have it
enabled. You can change that i686, but keep in mind that some distros
compile/target for i386 on the glibc
2020 May 31
2
Cannot change NTACL for share from Windows
On Sun, 31 May 2020 at 16:04, Rowland penny via samba <samba at lists.samba.org>
wrote:
> On 31/05/2020 16:37, Viktor Trojanovic via samba wrote:
> > I just joined a freshly installed Linux machine with Samba 4.11.6 to my
> > Windows AD, as a domain member. Followed the Wiki to a T, domain join
> > without errors, I can enumerate users/groups, I can create shares and
2006 Feb 19
1
NOOB: ratings/voting mixin or code example?
so as to not reinvent the wheel, are there any exisiting examples or
mixins for a star rating system?
basically what i''m looking to do is show pictures of local models which
will be voted on by users, and the model with the most votes will get
her photo in a calendar.
anyone able to point me in the right direction... tutorials, code,
whatever would be greatly appreciated!
-A
--
2010 May 11
1
cpuid() fails on Syslinux 4
Hey,
Gert reported me that cpuidtest.c32 reports weird stuff.
After looking at it, I found a potential bug when the cpu vendor isn't
detected from an exisiting list. That will be easy to fix, that's not
the purpose of this mail.
When investigating why the vendor was wrong, I found that a very old
commit in the 4.0 branch generates unexpected results when calling
cpuid().
This commit
2004 Dec 29
1
Upgrading Samba Print Server
This weekend I'm planning on replacing my exisiting Print Server with shiny
new hardware. (YEA!!!)
But I'm concerned about the 50+ users that I have connected to the 10
printers this machine shares. Is there anything I need to do to make this a
quick/easy/painless process? I know I'll have to re-create the printer
definitions in the CUPS manager, which should be no problem. But
2005 Mar 10
1
how to view the syntax of a method which is not a generic method
Hello - I'm trying to modify an option for the lme() or nlme() macros.
I want to write my own specification for the variance function and am
following homework problem 4, Chapter 5, page 268 of Pinheiro and Bates
book on mixed effect.
I'm up to point where I've created a new class using an existing
variance function class, varExp as a template. Next I need to write an
2010 Feb 11
1
Question re model development
Dear Sir/Madam
I'm trying quite a long shot here...
I have used R previously, and would just like to know if any software/model
has been designed which will allow me to project the future risk profile of
a group of insured lives (by factors such as age, gender etc.), based on
past and exisiting risk profiles of the covered lives? If you could point me
in the direction of a similar project or
2005 Aug 11
8
Newbie Question: Building an Asterisk system to replace an old PBX but using existing phone
I have a brief from a local hotel to build a PBX using Asterisk but they
want to use their exisiting telephones and wiring from an old PBX that
no longer works.
Basically, I can build the system but an looking for a card that will
allow for upto 20 extensions to be wired into the back of the PC. Doeas
anyone know of a solution to this
Sean--
ICQ: 679813 FidoNet: 2:263/950
Jabber:
2008 Dec 15
1
xen+chroot
I have some questions regarding xen:
My setup is like this: 2 1TB disks with each with /boot and LVM. These two
are in RAID1 configuration on the two disks.Also, I have installed Debian
4.0r5 (etch) with kernel 2.6.18.
So here are some concerns:
Shall I create a new user, chroot it and then create the VMs under this
user? I need to check if this is possible. If it would, then would it
provide
2009 Jul 09
2
How install Wine 1.1.25
Hello !
I'm a new user of Ubuntu, and I would like to play World of Warcraft, but i can't install it, i can't agree the "license", I use the wine 1.0.1, and i downloaded the wine 1.1.25, but I don't know how to install it.
Help me please !
(Sorry for my bad English, I'm French :D)
2019 Aug 13
2
Re: [PATCH 1/2] Rust bindings: Add long description
> 2019/08/13 1:01、Pino Toscano <ptoscano@redhat.com>のメール:
>
> On Sunday, 11 August 2019 06:42:21 CEST Hiroyuki Katsura wrote:
>> `cargo doc` will generate docs with long descriptions.
>
> This is a nice start, although most probably it will not look that good
> though (since the plain text output may be misrendered as markdown).
>
> I remember we talked about
2016 Jul 15
2
[PATCH] : Adding dlabel option to chain.c32
> On 30.06.2016 19:41, Erwan Velu via Syslinux wrote:
> > The exisiting label= option offer to boot on a gpt partition that have
> > a particular label.
> > The existing guuid= option offer to boot on a disk or partition with a
> > particular label.
> >
> > This new option offer to boot the disk that have a partition which
> > have a given label.
>
2019 May 16
1
krb5_auth: NT_STATUS_NO_LOGON_SERVERS for users from trusted AD domains in samba winbind > 4.2
Hi,
in our setup, we have a number of AD domains with an exisiting one-way trust between the local domain of the system (which I will call LOCALDOM in the following) and the domain containing the user accounts (which I will call TRUSTEDDOM in the following). The domain controllers run Windows Server 2012.
Beginning with samba 4.4 we have an issue with authentication through pam_winbind on the
2003 Apr 22
1
rsync variation help
This message is for rsync developers who know the code very well. This is first time I am using
rsync. In short trying to solve an problem by using existing rsync code.
rsync does treewalk and it also does checksum on "logical file block", whose size can be choosen
at will. I want to use this exisiting framework to write a utility to maintain a checksum tree of
an dataset.
Q. What do
2009 Jun 09
7
Can not connect to server in Streamster Marketiva
Hello All,
I use EeePC (Xandros) and my Streamster Marketiva : http://www.marketiva.com/index.ncre?page=downloads can not connect to server.
I have to right click and select 'open with' Wine everytime I try to open. But that's nevermind if it can connect.
There's no problem at all if running in windows
Sorry for my English
Can anyone help me please?
2009 Jul 22
2
Automatic differentiation in R
Hi
I recently gave a presentation about Automatic Differentiation (AD) and R at the Eighth Euro AD Workshop in Oxford (17/07/09). The presentation was intended as a general introduction to R and the desire for a generic AD interface for R. During the presentation I emphasised the need and the high level of interest that the R community has in developing such an interface and that input from the