Displaying 20 results from an estimated 100 matches similar to: "i have any problem with samba"
2006 Apr 03
0
[LLVMdev] lli: problem finding external symbol
On Mon, 3 Apr 2006, Michael McCracken wrote:
> the bytecode with lli - I get the following error:
>
> $ lli -load=/home/mmccrack/linux/lib/libTau.sh leo-inline-300-tau.bc
> ERROR: Program used external function
> '__llvm_cxxeh_allocate_exception' which could not be resolved!
This is most likely because you are trying to link with llvmgcc, not with
llvm-g++. Make sure that
2006 Apr 03
2
[LLVMdev] lli: problem finding external symbol
Hi, I have a large-ish application I'm trying to build with LLVM, so I
replaced g++ in the Makefiles with llvm-g++. This appears to work fine
when I pass -Wl,-native to generate an ELF executable, but I want to
control the inlining threshold it uses, so I am now passing
-Wl,-disable-inlining and -Wa,-disable-inlining, and having it
generate LLVM bytecode, then running opt -inlining to generate
2013 Jan 10
0
Samba is slow and crash when i transfert one file
Hi at All
Samba stop my transfert when i want to copie one files or is very low.
I don't for why
in my log, i have when my copie crash :
[2013/01/10 21:40:56.442652, 3] smbd/oplock.c:895(init_oplocks)
init_oplocks: initializing messages.
[2013/01/10 21:40:56.442712, 3]
smbd/oplock_linux.c:224(linux_init_kernel_oplocks)
Linux kernel oplocks enabled
[2013/01/10 21:40:56.445978, 3]
2019 Aug 05
0
DNS state after upgrading samba
On 05/08/2019 07:48, henri transfert via samba wrote:
> Hello,
>
> I am in the process of upgrading one single DC (internal DNS) to 4.8.12.
>
> I have followed the procedure of adding a new DC, transfert FSMO roles and
> demote the old DC.
> Everything gone right (except at the tranfert FSMO step where I faced the
> problem described here
>
2014 Jul 24
1
rsync: getcwd(): bad address (14)
Hello,
I'm using cwRync to backup my users computeurs. When he closing her
Windows session i go (with GPO) a script batch to copy a files/dirs on
my rsync server (OpenMediaVault).
When i manuel start the script it's ok but when he go to the closed
session i've this error
rsync: getcwd():Bad address(14)
rsync error: errors selecting input/output files, dirs (code3) at util.c
2005 Sep 07
0
Several questions about Samba and Wins
Hi,
I am a real newby with samba and I have some questions that I hope could be answered by one of you.
First, my network configuration :
I have a gateway behind a firewall, this gateway runs linux suse pro 9.3. This gateway serve also as a squid proxy. One of its task is to control the subnet for our training classes (13 PCs).
In another plug on the gateway goes my internal network, the real
2005 Sep 08
0
Several questions about subnet Samba and Wins
Hi,
I am a real newby with samba and I have some questions that I hope could be answered by one of you.
First, my network configuration :
I have a gateway behind a firewall, this gateway runs linux suse pro 9.3. This gateway serve also as a squid proxy. One of its task is to control the subnet for our training classes (13 PCs).
In another plug on the gateway goes my internal network, the real
2019 Aug 05
2
DNS state after upgrading samba
Hello,
I am in the process of upgrading one single DC (internal DNS) to 4.8.12.
I have followed the procedure of adding a new DC, transfert FSMO roles and
demote the old DC.
Everything gone right (except at the tranfert FSMO step where I faced the
problem described here
https://lists.samba.org/archive/samba/2017-August/210140.html , this bug
subsists in 4.8.12 , maybe it has been fixed in later
2005 Jul 28
1
EFS crypted files and smbclient.
Is there a way to get a NTFS encrypted file using smbclient (even not
decrypted) so It can be backed up using backuppc
(http://backuppc.sourceforge.net) ?
I have exported the NTFS keys in a pfx file. could it help copy the file?
the aim is that files must be crypted on laptops hard drive so if it is stolen
then no data is compromised. Having the file not crypted on the backup server
is not a
2019 Aug 05
1
DNS state after upgrading samba
Thanks for your answer Rowland.
That's bad news since the new DC is now in production and I can't take the risk
to break anything.
Reply inline :
> -----Message d'origine-----
> De?: samba <samba-bounces at lists.samba.org> De la part de Rowland penny
> via samba
> Envoy??: lundi 5 ao?t 2019 11:18
> ??: samba at lists.samba.org
> Objet?: Re: [Samba] DNS state
2012 Mar 31
2
A introductory question about Zips law (Newbie to statistics)
Hi everyone.
Newbie to statistics.
I have 40 matrices of ~400 values. how may I determine whether the
distribution follows zips law?
response <-sample (1:20,400*4, replace= TRUE)
Thank you vry much.
--
View this message in context: http://r.789695.n4.nabble.com/A-introductory-question-about-Zips-law-Newbie-to-statistics-tp4521190p4521190.html
Sent from the R help mailing list archive at
2012 Mar 30
1
How to use access results of gregexpr in data frames
Hello,
I'm trying to figure out how to find the index of the second occurrence of "/" in a string (which happens to represent a date) within a data frame column.
I've used the following code successfully to find the first instance of "/".
dframe <- data.frame(date=c("5/14/2011", "4/7/2011"))
dframe$x1 <- regexpr("/", dframe[, 1])
2005 Jun 06
1
I have just a question about Samba - client!
Hello,
In first, i want to excuse my english language, i'm a french guy!
I work in a big french company and we have just one problem.
We have all of our servers with Windows 2k serveur for Operating Systems;
but we have in our network some computeurs wich are configured with Unix
Operating System.
My asking is : Can we use SAMBA CLIENT for the Unix computers can
communicate with the
2010 Apr 22
1
segfault with format.POSIXct()
Hi,
I'm getting a segmentation fault as follows:
---<--------------------cut here---------------start------------------->---
R> begt <- as.POSIXct(strptime("10/01/2009 06:00:00", format="%d/%m/%Y %H:%M:%S"),
+ tz="GMT")
R> tser <- seq(begt, by=5, length.out=91000)
R> tser.trunc <- format(tser)
Error: segfault from C
2010 Apr 23
1
segfault with format.POSIXct()
Hi,
I posted in R-devel, thinking it might be a general R problem, but Uwe
cannot reproduce it in his GNU/Linux distro, with the same R version.
So I'm posting here to ask whether Debian R users are having this
problem.
I'm getting a segmentation fault as follows:
---<--------------------cut here---------------start------------------->---
R> begt <-
2009 Dec 07
0
A Gamma-GLM with log link
Hi,
I have a set of data (total number of record = 144,122), and I would like to
use gamma-glm with log link to set up a model.
IC is number of records
IL is paid amount
The table below shows that I have
30.578% of the data in the level of "1 - 1000" paid amount
20.320% of the data in the level of "1001 - 2000" paid amount
and so on
My question is could i use the whole data
2007 Sep 23
9
Confused about start of day setup
Hi,
I hope I''m right here. If not then please point me in the right
direction.
My problem in short:
I have problems using (pinning, mmu_update) physical pages from
0x900000 to 0xB1000 usualy.
I''m writing my own little amd64 64bit toy kernel (based on Mini-OS as
starting point) for xen and I run into problems with the way the start
of day sets up the physical pages.
My kernel
2004 Mar 01
0
failure notice (PR#6630)
Hi. This is the qmail-send program at provida.org.br.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
<musical@provida.org.br>:
vdeliver: ERRO: Usu?rio n?o existe: 'musical'.
--- Below this line is a copy of the message.
Return-Path: <r-bugs@r-project.org>
2007 Jul 07
9
Sip Providers
Hi Everyone,
I'm planning my first asterisk box, and I'd like to know what SIP
providers everyone likes. Voipjet? Gizmo? Somebody else?
Thanks,
Alex
2007 Nov 21
1
quality after call transfer
Hi,
We are using attended call transfer to transfer the call. In the
direct call, the quality of the voice and dtmf are acceptable. After
transfer, the quality becomes worst. Voice can't be heard clearly and
dtmf wrong detection will occur sometime. I wonder call transfer will
affect he quality of the call. Anyone has same experience? Anything
to do in asterisk level can get a better