Displaying 20 results from an estimated 500 matches similar to: ""hide unreadable files" also hides readable files"
2005 Apr 20
1
DFS links not working
Hello list
I try to setup a DFS root like documented in the Samba HOWTO
Collection Chapter 18. (using Samba 3.0.14a btw.)
I setup everything as specified there, but when I try to
access one of the linked shares from a windows machine,
I get a message telling me the location is unavailable.
Looking at the logs reveals:
---------------------------- 8< ----------------------------
[2005/04/20
2005 Nov 21
1
Performance Problem / failed to verify PAC server signature
Hello List
We run a Solaris9 Server running Samba 3.0.20, Local Users (no winbind)
but authenticating against ADS.
There are up to 800 concurrent users, mostly Windows XP SP3.
When clients access MyDocuments, which is redirected to the Samba
share, we observe several
"Session Setup AndX Request"s
followed by
"Session Setup AndX Response, Error:
2007 Mar 27
0
Joining ADS Domain from Solaris9
To everybody who tries do join an ADS Domain from a Samba 3.0.25pre2
server on Solaris 9:
The Solaris9 getpass(3C) takes passwords up to PASS_MAX length,
which is only 8. That means if you try something like
# net ads join -U admin@MY.REALM
and the admin password is more than 8 characters in length,
you'll get "Preauthentication failed".
The solution to this is to use
2005 Aug 22
3
Cannot compile 3.0.x on Solaris 9
Dear list,
is there anyone who successfully compiled a Samba 3.0.X on a Solaris 9 box?
I tried severl versions of Samba 3.0.* on five rather differently
configured Solaris 9 boxes (Sparc) and ALWAYS get a build error
on dynconfig.c
Sometimes it seems to be a missing ldap-preprocessor define (which is
protested by the compiler although I configured --with-ldap=NO),
sometimes it is a header file
2007 Nov 28
3
DFS root in homes possible?
Hi list
DFS Links in a separate share seems to work, but in the
[homes] section does not.
Is this a known problem?
Samba is 3.0.26a.
/etc/smb.conf excerpts:
---------------------------- 8< ----------------------------
[global]
...
host msdfs = yes
...
[homes]
...
msdfs root = yes
...
[dfstest]
path = /data/dfsroot
msdfs root = yes
---------------------------- 8<
2007 Oct 25
2
Accumulating smbd processes and sockets in CLOSE_WAIT state
Hello list
Our central fileserver is a Samba 3.0.25b on Solaris 9 and has
10'000 users (several hundreds at the same time).
This week it died on us and when I inspected the machine, it
was out of 8GB Memory and 16GB Swap because thousands of
smbd processes were running.
netstat -na showed that many hundreds of connections to
port 445 were in CLOSE_WAIT state.
We first thought it could be
2008 Jun 02
1
Problems (Panic) with 3.2.0rc1 on Solaris10/ADDomainMember
Hi list
I am having difficulties with 3.2.0rc1 on a Solaris10
server.
After unsuccessfully trying once again to get winbindd to
run in our environment (AD, SFU), we resorted back to the old
solution of syncing the nss infos from AD down to the Unix
passwd and group files by a perlscript and doing only
authentication against the Active Directory.
Now, I have other problems, however.
Going
2003 Apr 25
1
Rcmd vs. Rterm.exe
Hi r-hackers,
What exactly is the difference in call r from a batch between this two ways:
Rterm.exe ...
Rcmd BATCH ... (I have to install perl first, I know)
I haven't found any documentation about the difference (readme, FAQs, ...).
I use rterm.exe, but is there a benefit in using rcmd?
Can you explain me that or give me a link?
Thanks
Thomas
Thomas Untern?hrer
2003 Apr 23
0
tk windows position
Dear r-hackers,
I want to split my screen into four screens (like split it do in Rgui). To get this I do the following:
Window1 <- tktoplevel()
Window1 <- tktoplevel()
Window1 <- tktoplevel()
Thomas Untern?hrer E-Mail: thomas.unternaehrer at zhwin.ch
Institut f?r Datenanalyse und Prozessdesign Tel: 052/ 267 7813
Z?rcher Hochschule Winterthur
2003 Apr 24
3
R TclTk Examples
Hi,
I've been learning how to use R TclTk in Windows over the last
few months.
I have recently put together a collection of examples of
some common widgets and their corresponding R code, at
http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/
I would be interested in any feedback - Is it useful? Does it
contain any significant errors or bad coding style? Does anyone
else want to
2006 Jun 30
1
plot with NAs in x and type="s" (PR#9046)
Full_Name: Ren? Locher
Version: Version 2.3.1 (2006-06-01)
OS: i386, mingw32
Submission from: (NULL) (160.85.104.70)
The problem seems to occur only, when you want to plot a vector containing a NA
value at position 2 and the plotting type is "s" or "S".
## start of code
O3<-c(0.8,NA,0.7,1.1,0.9,5.5,1.3,1,1.2)
## The following error is reported with the two commands
2003 Apr 06
5
Odd and Even
Hi,
I'm trying to create a function, jim(p) which varies
depending on whether the value of p is odd or even. I
was trying to use th eIf function, but i cant work out
a formula to work out if p is odd or even.
Thanks,
Dave
__________________________________________________
Yahoo! Plus
For a better Internet experience
http://www.yahoo.co.uk/btoffer
2000 Dec 21
1
Factor analysis with R
I am a user of R, but I don't read current R-mail's, because I use it
seldom. I should solve a factor analysis, but I don't find a proper R
function, like the function factanal in S-Plus. Does someone can tell
me, if there exist an R-analoge- function?
I I'am glad to here, if someone can help me
thanks Sigrid
--
Z?rcher Hochschule Winterthur
Departement Physik und
2003 Apr 17
2
BATCH and tcltk
Hi R-hackers
I try to write a batch (in Windows, i have to use!) with
Rcmd BATCH D:\Test.R D:\Test.Rout and
Rterm.exe --no-restore --no-save < D:\Test.R > D:\Test.Rout.
In my file Test.R are any tk-codelines (like: Window1 <- tktoplevel(); ... tkbutton...).
It works not interactifly, what is written in Rcmd BATCH --help.
Exist there a way to do it all the same?
Please help...
2008 Jun 24
1
Connecting Solaris 10 + samba + Mac OS X Open Directory
Hi all,
I've recently run into a situation whereby I need samba to tackle a
task. It is complicated by multi-vendor infrastructure. I am hoping
that someone here has the knowledge and experience to say:
"been there, done that...here is how..."
To give some background to the architecture (slightly exotic)...
1. We run a large Sun SAM-FS/QFS installation (a high end
2009 Jul 22
11
Request for feedback
A number of years back it became necessary to limit the size of messages
that could be posted to the samba mailing list. The current limit is 64
KBytes.
While it continues be be desirable to block large spam messages, I
believe it is time to ask current subscribers for their preferences.
This list is here to serve the wishes and needs of our subscribers. We
wonder if the time is right to review
2012 Aug 29
0
FS Quotas, what am I doing wrong?
I'm not able to get the FS quota module to behave as I expect. Depsite
having function fs quotas and dovecot apparently configured to use
then, the quotas appear to be empty and/or not configured. Any clues?
# quota kgc
Disk quotas for user kgc (uid 500):
Filesystem blocks quota limit grace files quota limit grace
/dev/sda3 1229460 7000000 8000000
2003 Mar 28
0
HTML help pages unreadable
Hello all,
The help pages for R (and Perl, too) are often unreadable. Has anyone had this
problem? I am using MS IE on Windows 95 as my web browser. Do I need to
download a font or something?
Thanks for your time!
Tanya Murphy
2011 Jun 09
0
rsync 3.0.7 hangs with unreadable hard-links files
Hello rsync list
I've stumbled across a fairly obscure situation in which rsync hangs --
it just waits until I press ctrl-C.
Here's a transcript. Note that directory foo contains two small files
that are hard-linked together, and are unreadable.
----------------------------------------------------------------------
$ uname -a
Linux ferox 2.6.35-28-generic-pae #50-Ubuntu SMP Fri Mar
2003 Jul 26
1
Unreadable character.
Hi,
I'm running Wine in SuSE 8.2.
Unfortunately, I cannot read the character displayed
on the Windows application I would like to run using
Wine (the program itself can be loaded). In the other
words, the characters are completely unreadable (the
characters are just displayed as a sequence of "small
boxes").
Additionally, here is the information I received when
I run Windows (I use