Displaying 20 results from an estimated 100 matches similar to: "One tiny Windows Unicode patch"
2016 Feb 08
2
Compilation failure using mingw-w64 and gcc-5.3.0
Hello,
Upon compiling the flac tree today, after many successful compilations over
the last few weeks, a new error is appearing before compilation bails out.
This is a cross-compilation using gcc-5.3.0 running on GNU/Linux, with the
objects being built for a mingw-w64-x86_64 host.
Among other things, the compiler is looking for windows_unicode_filenames.h
but it isn't there. Also, I'm
2016 Jun 10
1
Mixed Samba 3 & 4 Versions - Issue joining Samba 3 domain with a Samba 4 client
Hello, everybody.
I'm trying to use a Debian 8.5.0 client machine (with hostname
PCSCD850, 10.100.109.5 is its IP) joining an old Samba 3.6.23 tdbsam
based PDC (hostname DSSC01, SCDOM is the NetBIOS domain name, 10.200.0.5
its IP).
The machine was added to the PDC using useradd (unix) and smbpasswd
-a -m (samba). Because there is a group used for the machines
2005 Aug 02
1
Read from data frame, and not from global environment
Dear members,
assume given a function of type
test<-function(formula, data , w){
......
glm1<-glm(formula, family=poisson, data=data, weights=w)
......
}
and a simple example data frame as
test.frame<-data.frame(x=1:10,y=(1:10)*2,a=(1:10)^3).
Let us now execute
test(y ~ x, test.frame, a )
My question is: What do I have to insert at the first occurance of .....
in the test
2017 Nov 09
10
Experiment on how to improve our temporary file handing.
Currently a power failure or other hard crash can cause lld leave a temporary
file around. The same is true for other llvm tools.
As an example, put a breakpoint in Writer.cpp:236 ("writeBuildId()") and
restart the run a few times. You will get
t.tmp43a735a t.tmp4deeabb t.tmp9bacdd3 t.tmpe4115c4 t.tmpeb01fff
The same would happen if there was a fatal error between the
2007 Nov 24
1
Strange file permissions
Hi
I have a samba server with tdbsam passwords, and a share, PROJECTS,
which is accessed by various XP home clients, the usenames and passwords
being manually synced to the samba ones (less than 10 users, and only 4
workstations). There is one win2K machine, which is a domain member.
Subdirectories on PROJECTS have g+s set, so only users,
who are members of specific Linux groups, have access to
2010 Aug 04
1
wavlet transform
Hello
I do wavelet transform by using this code:
dec=dwt(ld, filter='d8', n.levels=lev, boundary="reflaction");
dec consists of the decomposition coefficients and other
How can I change the coefficients the decomposition manualy?
--
View this message in context: http://r.789695.n4.nabble.com/wavlet-transform-tp2313427p2313427.html
Sent from the R help mailing list archive at
2006 Mar 27
1
Running SQL over SAMBA?
Hi All,
Does anyone run SQL and/or exchange on SAMBA server share?
Are there any special considerations to take? would you be kind enough
to share your experience doing it?
Any special smb.conf configuration is required?
is there any performance issue or functional limitations supporting it?
I am just wondering since Microsoft encourages block level access over
share/file level access.
2008 Jan 25
1
Windows share modes and Linux file locking, flock & fcntl
Hi,
I am trying to understand file locking and share modes.
I am using RedHat Enterprise Linux 4, with kernel 2.6.9-55.ELsmp,
samba-3.0.10-1.4E.11 and Windows XP.
In particular I am looking at a machine running Linux exporting its
local filesystem using Samba, with a Windows client accessing the
file share. If I use byte range locking (fcntl() on Linux, LockFile()
on Windows) things work as
2008 Aug 13
1
CIFS mount problems
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
We have `some` problems related to the samba daemon, or possibly with
the Linux kernel CIFS filesystem.
We have 2 server (for this example):
- - Storage Server, running Samba 3.0.28a on Ubuntu Linux (Samba version
3.0.28a-1ubuntu4.4) with ldap authentication.
- - Client, running Linux 2.6.24 as a XEN domU. This server mounts on
demand user
2001 Feb 20
2
tcltk: testing for widgets?
Hallo!
I want to test if a widget exists. Using Perl/Tk i can call the function tkexists(). How can I realise this function with R/tclTk ?
Thanks
--
Frank Gerrit Zoellner
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2001 Nov 30
1
Problems with utmp
Hi there,
I'm using samba-2.2.2 under Solaris 8 and I've got the following problem!
I have configured samba with "--with-utmp" and with "--with-quota" and
everything works fine. But when look for the last users logged in, in the
utmp-database there are only the first seven letters of the username, not
eight that we use for usernames.
Can you help me with this problem
2007 May 21
3
can't create workstation account
> Are you joining a Samba domain ? If so, that error msg is
> probably not your problem.
Yes, I try to...
Does somebody have a hint form e, plz?
Best regards
Sascha
2005 Sep 28
1
home shares and disabled profiles (NET HELPMSG 3916)
Hello,
I'm following the recipe 26.2.1.4 to disable roaming profiles for
win9x and XPpro machines, but perhaps I'm missing something because
it doesn't seem be possible get the home shares mapped with profiles
disabled.
windows machines fails with this error:
-------------------------------------------------------------------
net use u: /HOME
The user's home directory has not
2005 Sep 15
0
FW: XP Profile write ok, no read.
Is there nobody who can help me :-(
-----Oorspronkelijk bericht-----
Van: samba-bounces+louis=van-belle.nl@lists.samba.org
[mailto:samba-bounces+louis=van-belle.nl@lists.samba.org] Namens Louis van
Belle
Verzonden: woensdag 14 september 2005 17:08
Aan: samba@lists.samba.org
Onderwerp: [Samba] XP Profile write ok, no read.
Hi,
I still have a problem with samba and profiles.
The profile is
2016 Feb 09
2
Compilation failure using mingw-w64 and gcc-5.3.0
Thank you for the feedback.
This is cross-compiling for mingw-w64-x86_64 using gcc-5.3.0 and
mingw-w64-4.0.4 on GNU/Linux.
Upon attempting to compile now, a large number of errors occur in
flac/decode.c which I have placed at the end of this email. They are eased
by adding this to decode.c:
#if _WIN32
#include <windows.h>
#include <shlobj.h>
#endif
...among the headers.
Then, this
2003 Sep 07
1
Problem with roaming profiles
Hi
After changing from samba 2.2.7 to 3.0.rc2 I can't get roaming profiles
work. Clients Are W2K and XP.
I've also switched from smbpasswd backend to ldap. Logon path is only
set in smb.conf, not in ldap.
Storing of profiles is working but it takes very long.
I've tried logon path = \\wilma2\profile\Win2K and \\wilma2\profile.
But the clients are always storing profile in
2016 Feb 10
0
[PATCH] Compilation failure...
John Warburton wrote:
> Thank you for the feedback.
>
> This is cross-compiling for mingw-w64-x86_64 using gcc-5.3.0 and
> mingw-w64-4.0.4 on GNU/Linux.
>
> Upon attempting to compile now, a large number of errors occur in
> flac/decode.c which I have placed at the end of this email. They are eased
> by adding this to decode.c:
>
> #if _WIN32
> #include
2005 Sep 14
4
XP Profile write ok, no read.
Hi,
I still have a problem with samba and profiles.
The profile is correctly written to the profile share.
but when i logon a other computer, logon takes ages..
and im unable to do anything registry is locked for example.
( see logs below )
when i copy the network profile to the local computer there
is no problem. ( because the local profile is used )
OS : Linux Kernel 2.6.11 ( custom build
2009 Jul 30
11
[PATCH 0/9] Quota support for ocfs2-tools (version 2)
Hi,
this is the next version of quota support for quota tools. I've addressed all
the comments of Tao, Joel and others. Sparse feature disabling also correctly
updates quota information now and the patch is merged into the tunefs support
patch.
Honza
2014 Sep 27
0
Patch to add buffering to decoding too
The previous patch was bugged. The output file wasn't truncated to
correct size and was a bit off from rounding the WAVE/AIFF header to
smallest sector size. And RAW output didn't benefit from the change. And
the existing functions didn't need changes as outputfilename was already
known. Attached is a fixed and improved version.
-------------- next part --------------
diff --git