Displaying 20 results from an estimated 2000 matches similar to: "Linux Fedora, Debian, Slackware, FreeBSD our Sun Solaris?"
2018 Jul 06
4
join samba to an existing AD failed
Hello,
I was trying to join a samba DC to an existing AD. But it failed when I used the command ‘samba-tool domain join euler.huawei.com DC ‘ to join it to the domain. Here’s the log:
euler-2:/usr/custom # samba-tool domain join euler.huawei.com DC --option='idmap_ldb:use rfc2307 = yes' -U vdsadmin at euler.huawei.com
Finding a writeable DC for domain 'euler.huawei.com'
2018 Feb 20
2
Does Huawei break the license of CentOS?
Hello, CentOS team and everyone who cares about CentOS,
Huawei release an Euler OS, which is an distribution based on CentOS.
http://developer.huawei.com/ict/en/site-euleros/euleros-introduction
According to CentOS's statement, CentOS is distributed under the GPLv2 License.
http://mirror.centos.org/centos/7.4.1708/os/x86_64/EULA
The GPL license requires the modified version to be
2012 Dec 18
1
Breaking out of multiple loops
Hey all,
I'm currently working through the problems at Project Euler -- this
question came up while working on Problem 9
(http://projecteuler.net/problem=9):
"A Pythagorean triplet is a set of three natural numbers, a < b < c,
for which, a^2 + b^2 = c^2. For example, 3^2 + 4^2 = 9 + 16 = 25 =
5^2. There exists exactly one Pythagorean triplet for which a + b + c
= 1000. Find the
2018 Feb 21
4
Does Huawei break the license of CentOS?
Hello, Peter, thanks for your reply
1. Huawei DOES change the distribution EULA, if type in the following command:
vi /usr/share/eula/eula.en_US
you can see it changed to "HUAWEI EulerOS-2.0"
which is a copyright one, let alone original GPL license.
According to CentOS Linux EULA
The Distribution is released as GPLv2. Individual packages in the
distribution come with their own
2010 Oct 24
1
Optimize parameters of ODE Problem which is solved numeric
Hi,
I have a data-matrix:
> PID
sato hrs fim health
214 3 4.376430 6.582958 5
193 6 4.361825 3.138525 6
8441 6 4.205771 3.835886 7
7525 6 4.284489 3.245139 6
6806 7 4.168926 2.821833 7
5682 7 1.788707 1.212653 7
5225 6 1.651463 1.436980 7
4845 6 1.692710 1.267359 4
4552 5 1.686448 1.220539 6
2007 Mar 25
2
Installing R on a machine with 64-bit Opteron processors
I have been tasked with installing statistical and other data
analysis applications on a new Sun Fire X4600 M2 x64 server that came
equipped with eight AMD dual core Opteronn 64-bit processors. It is
running the 64-bit version of Suse Linux 9.
I have read through the installation docs, and I guess I don't
understand what to do, or even how to identify which version, if any,
of this
2013 Apr 24
1
[LLVMdev] running a pass on multiple files
Hi all,
I am new with LLVM and I have written a pass able to analyze the code and see if functions in a module are pure. I managed to run the pass with opt -load on a simple (single file) program IR (generated with clang). Now I am willing to run it on a structured program (probably on a benchmark suite like: http://euler.slu.edu/~fritts/mediabench/) to see how many pure function are identified
2008 Apr 04
4
Arbitrary Precision Numbers
Hi
(If you're wondering, this is a Project Euler question :))
If I wanted to calculate the sum of the digits in the decimal representation
of 2^1000, what would be a good way to go about that? I've tried the
following methods:
# Calculate the sum of digits in the decimal representation of 2^n
# Only works for smaller values of n
bsum <- function(n) {
s <- 0
e <-
2008 Oct 02
1
OT - Is sip.instance useful ?
Hi,
I've seen some hardphones or Softswitchs now support this sip.instance
feature :
http://www.softarmor.com/wgdb/docs/draft-jennings-sipping-instance-id-01.txt
I don't really see any convincing use of this draft but I would be curious
to share thoughts on it.
Cheers
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2018 Jul 03
0
4.8.3 join domain as DC failed
Hello everyone,
I’ve met a strange problem with 4.8.3. I firstly built a DC using samba 4.8.3 in one linux, and I can create a domain ‘euler.huawei.com’ successfully. Then I try to install samba 4.8.3 in another linux mechine, and add it to the existed domain. It failed when I used the command ‘samba-tool domain join euler.huawei.com DC ‘ to join it to the domain. Here’s the log:
2018 Jul 06
0
join samba to an existing AD failed
On Fri, 6 Jul 2018 15:50:08 +0800 (CST)
Ryan via samba <samba at lists.samba.org> wrote:
> Hello,
>
> I was trying to join a samba DC to an existing AD. But it failed when
> I used the command ‘samba-tool domain join euler.huawei.com DC ‘ to
> join it to the domain. Here’s the log:
>
>
> euler-2:/usr/custom # samba-tool domain join euler.huawei.com DC
>
2018 Jul 06
0
join samba to an existing AD failed
On Fri, 2018-07-06 at 15:50 +0800, Ryan via samba wrote:
> Hello,
>
> I was trying to join a samba DC to an existing AD. But it failed when I used the command ‘samba-tool domain join euler.huawei.com DC ‘ to join it to the domain. Here’s the log:
>
>
> euler-2:/usr/custom # samba-tool domain join euler.huawei.com DC --option='idmap_ldb:use rfc2307 = yes' -U vdsadmin
2000 Jan 22
1
non-root users cannot use smbpasswd...
...we are running a samba-2.0.6 server on a Sun
E3000, to provide file and print service (but not
logon service) to users on PCs. It works fine
except for an enormously annoying problem:
ordinary (nonroot) users are not able to change
their own samba passwd. When a user invokes
smbpasswd he or she gets the following response:
euler$ /usr/local/samba/bin/smbpasswd
Old SMB password:
New SMB
2017 Nov 29
1
DeSolve Package and Moving Average
Dear all,
I am using the DeSolve Package to simulate a system dynamics model. At the problematic point in the model, I basically want to decide how many products shall be produced to be sold. In order to determine the amount a basic forecasting model of using the average of the last 12 time periods shall be used. My code looks like the following.
? [?]
# Time units in month
START<-0;
2003 May 30
2
Creating a vector class
I'm trying to create a package for working on orientation data, i.e.
data where the observations are 3D rotations.
There are several different representations of orientations in common
use: SO(3) matrices, Euler angles, unit quaternions, etc. One thing
I'd like is to make it convenient to work in any representation, and
have conversions to others done as needed.
I'm trying to do
2019 Feb 06
1
Mount AD home directory and login on Ubuntu Workstations
Hi,
In a school environment, I have a server (NEWTON) that acts as AD DC
(domain DIDATTICA) and another one (EULER) that acts as File Server (Domain
Member of DIDATTICA).
Both of them have Ubuntu Server 16.04.5 LTS and Samba 4.9.1. (At the bottom
I attached their smb.conf).
The users are divided in groups: students, teachers, admin. Each user has a
"home directory" where can save his
2017 Nov 15
0
eulerr 3.0.0
Dear R users,
I have just published a major update to my R package eulerr, which constructs and plots area-proportional Euler and Venn diagrams. The new update, version 3.0.0, allows the user to now also plot Euler diagrams using ellipses in addition to circles, which enables accurate diagrams for a wider range of inputs. This is the first software solution that features Euler diagrams with
2016 Dec 11
0
Announcing eulerr 1.0.0
Dear R users,
I would like to announce version 1.0.0 of eulerr (https://cran.r-project.org/package=eulerr). eulerr produces venn and euler diagrams for any number of sets. The user inputs a string of set relationships, for instance eulerr(c("A" = 10, "B" = 5, "A&B" = 2)), and out pops a specification for a euler diagram that can be plotted via eulerr.
For
2016 Dec 11
0
Announcing eulerr 1.0.0
Dear R users,
I would like to announce version 1.0.0 of eulerr (https://cran.r-project.org/package=eulerr). eulerr produces venn and euler diagrams for any number of sets. The user inputs a string of set relationships, for instance eulerr(c("A" = 10, "B" = 5, "A&B" = 2)), and out pops a specification for a euler diagram that can be plotted via eulerr.
For
2017 Nov 15
0
eulerr 3.0.0
Dear R users,
I have just published a major update to my R package eulerr, which constructs and plots area-proportional Euler and Venn diagrams. The new update, version 3.0.0, allows the user to now also plot Euler diagrams using ellipses in addition to circles, which enables accurate diagrams for a wider range of inputs. This is the first software solution that features Euler diagrams with