Displaying 20 results from an estimated 1000 matches similar to: "Win95/WinNT name mangling / case sensitivity"
1998 Sep 30
1
Problems keeping file up to date !
Hello,
our environment: Sun Sparc 10/20 with Samba 1.9.18p8
Configuration with no printer support
WINS/DNS resolution enabled
NIS home directorys
Our Problem: If a user modifies a existing file (created on his/her pc) on
his/her sun using standard UNIX text editors and accesses this
file
2000 Jun 30
2
samba 2.0.7: option mangled names = no will chrash nt client !
HTML attachment scrubbed and removed
-------------- next part --------------
A non-text attachment was scrubbed...
Name: klaus.troeger.vcf
Type: text/x-vcard
Size: 331 bytes
Desc: Card for Klaus Troeger
Url : http://lists.samba.org/archive/samba/attachments/20000630/dedb54e2/klaus.troeger.vcf
2018 Feb 01
2
libvirt on Windows
Hello,
i am interested in developing against the libvirt library. But we would also need an actively developed version for Windows.
The links I found on the website for Windows related builds are all pretty outdated and do not really work for me.
* https://github.com/SPICE/virt-viewer Last commit 2 years ago
* https://github.com/photron/msys_setup Last commit 5 years ago
So before
2000 Jun 08
0
[Fwd: smbstatus getting a SIGBUS error]
-------- Original Message --------
Subject: smbstatus getting a SIGBUS error
Date: Thu, 08 Jun 2000 13:52:13 +0700
From: Arnold Troeger <stssart@bkk.unocal.com>
To: samba-bugs@samba.org
CC: arnold.troeger@bkk.unocal.com
I'm running Samba 2.0.7 and have been having a few problems with it.
Just to keep things focused, I'll stick with smbstatus as this one has
been the longest lasting
2017 Sep 28
0
rename multiple files by file.rename or other functions
The combination of list.files(), gsub() and file.rename() should to the
trick.
ir. Thierry Onkelinx
Statisticus/ Statistician
Vlaamse Overheid / Government of Flanders
INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE AND
FOREST
Team Biometrie & Kwaliteitszorg / Team Biometrics & Quality Assurance
thierry.onkelinx at inbo.be
Kliniekstraat 25, B-1070 Brussel
2017 Nov 09
1
weighted average grouped by variables
Dear Massimo,
It seems straightforward to use weighted.mean() in a dplyr context
library(dplyr)
mydf %>%
group_by(date_time, type) %>%
summarise(vel = weighted.mean(speed, n_vehicles))
Best regards,
ir. Thierry Onkelinx
Statisticus / Statistician
Vlaamse Overheid / Government of Flanders
INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE AND
FOREST
Team
2000 Jun 15
1
smbstatus fails with "Segmentation fault"
Arnold Troeger wrote:
> I'm running Samba 2.0.7 on a heavily patched Solaris 2.6 machine. For
> about 3 minutes after I restart smb and nmb I can run smbstatus (as
> root) with no trouble. After that though smbstatus starts segfaulting.
> It shows the shares properly, but the locks and memory usage messages do
> not appear. Have I found a bug in smbstatus?
>
> Thanks
2024 Sep 25
0
HCL Cleanline L-1000C nutdrv_qt
Cleanline L-1000C
upsc output:
Init SSL without certificate database
battery.charge: 100
battery.voltage: 13.2
battery.voltage.high: 13.00
battery.voltage.low: 10.40
battery.voltage.nominal: 12.0
device.type: ups
driver.debug: 0
driver.flag.allow_killpower: 0
[driver.name](http://driver.name/): nutdrv_qx
driver.parameter.pollfreq: 30
driver.parameter.pollinterval: 2
driver.parameter.port: auto
2000 Jun 12
0
smbstatus getting a SIGBUS error
Somemore information regarding the smbstatus error.
The sigbus error is occuring where I noted below. I now have data
values to go along with the location. The SIGBUS generating bit is
"entry_scanner_p->e.pid" which looks to be in an unaccessable area of
memory. Looking back through the code, I find a couple of bizarities.
For example file_scanner_p->num_share_mode_entries
2007 Oct 20
1
Asterisk and Cisco
Hi
I have asterisk ip-pbx on my network, with some grandstream ip phone
and i have cisco gateway that is connetced to VOIP service providers .
Cisco is 3700 series and is using H323 .
i have compiled H323 on asterisk . now i want to make a call from ip
phone that is registerd to asterisk , and route call to VOIP provider
so this call should goes to teh cisco from asterisk and then
2017 Nov 09
0
weighted average grouped by variables
hi thierry
thanks for your reply
yes, you are right, your solution is more straightforward
best
Da: "Thierry Onkelinx" <thierry.onkelinx at inbo.be>
A: "Massimo Bressan" <massimo.bressan at arpa.veneto.it>
Cc: "r-help" <r-help at r-project.org>
Inviato: Gioved?, 9 novembre 2017 15:17:31
Oggetto: Re: [R] weighted average grouped by
2017 Nov 29
0
Preventing repeated package installation, or pre installing packages
Dear Larry,
Have a look at https://github.com/inbo/rstable That is a dockerfile
with a stable version of R and a set of packages.
Best regards,
ir. Thierry Onkelinx
Statisticus / Statistician
Vlaamse Overheid / Government of Flanders
INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE
AND FOREST
Team Biometrie & Kwaliteitszorg / Team Biometrics & Quality Assurance
2017 Sep 21
1
Keep on getting message errors when trying to install and load packages
Dear Paul,
We install R in C:/R/R-x.y.z and packages in C:/R/library. This makes
the packages location independent from the R version.
Best regards,
ir. Thierry Onkelinx
Statisticus/ Statiscian
Vlaamse Overheid / Government of Flanders
INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE
AND FOREST
Team Biometrie & Kwaliteitszorg / Team Biometrics & Quality Assurance
2003 Dec 11
3
Dial / Ring multiple sip channels
I know I can dial multiple channels in sequence
exten => 101,1,Dial(SIP/101,10)
exten => 101,2,Dial(SIP/102,10)
extne => 101,3,Dial(Zap/1/5551212)
What the boss would really like is to be able to ring 2 lines
simultaneously.
exten => 101,Dial(Sip/101,10) && Dial(Sip/102,10)
so that both extensions ring at the same time... mostly so that he can
have the remote phone at his
1998 Oct 26
0
SAMBA digest 1853
samba@samba.anu.edu.au wrote:
>
> SAMBA Digest 1853
>
> For information on unsubscribing see http://samba.anu.edu.au/listproc
> Topics covered in this issue include:
>
> 1) Re: long winded printing LARGE files soloution
> by Heiko Nardmann <h.nardmann@secunet.de>
> 2) Samba replacing NFS
> by Jonathan Peterson
2017 Sep 21
0
Add wrapper to Shiny in R package
Dear Axel,
I've used environment for such problems.
assign("xs", xs, envir = my.env) in the myApp function
get("xs", envir = my.env) in the server function
Best regards,
ir. Thierry Onkelinx
Statisticus/ Statiscian
Vlaamse Overheid / Government of Flanders
INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE
AND FOREST
Team Biometrie &
2017 Sep 21
1
Add wrapper to Shiny in R package
Thank you Thierry. I'm trying to following your suggestion in the example
below, but getting:
Error in get("xs", envir = my.env) : object 'my.env' not found.
library(shiny)
library(shinydashboard)
myApp <- function(x, ...) {
xs <- scale(x)
my.env <- new.env()
assign("xs", xs, envir = my.env)
shiny::runApp(app)
}
app = shinyApp(
ui =
2003 May 08
2
rsync filling up hardisk on OSX
Hello,
I am still ironing out the bugs in my rsync backup soloution. As I said
earlier I have it working working initiating from the macs to the linux
server, sortof. The sortof part is what I am trying to eliminate.
2 problems: first rsync seems to be filling up the disk on one of my
client OSX machines. df showed a little over a gigabyte when i started
the backup of the ~=30GB drive I had
2017 Nov 24
0
Multiple sets of proportion tests
Hi anonymous,
?prop.test states that it returns a list. And one of the element is
'p.value'. str() on the output of prop.test() reveals that too. So
prop.test()$p.value or prop.test()["p.value"] should work.
Best regards,
ir. Thierry Onkelinx
Statisticus / Statistician
Vlaamse Overheid / Government of Flanders
INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR
2010 Jul 05
0
XTFEVD implementation in R
Is there a package in R for XTFEVD procedure (Pl?mper & Troeger)?
Also, are there any examples of Hausman-Taylor implementation in R?
I understand that it can be done using plm package but could not find
examples with actual data
Thank you,
Suresh Singh
Fisher College of Business
The Ohio State University