Displaying 20 results from an estimated 2000 matches similar to: "3.0.8 and looong logout time"
2007 Feb 21
2
OS X UTI for FLAC files
I think it would be beneficial to designate an official UTI (see
http://developer.apple.com/macosx/uniformtypeidentifiers.html) to be
used on OS X for FLAC files. I have written a FLAC metadata importer
(http://sbooth.org/importers/) for which I chose the UTI
'net.sourceforge.flac'. A standard UTI for application developers to
use would help alleviate any confusion and could
2006 Dec 09
2
Filtering a data frame by regular expression
Hello,
I am having difficulty filtering a data frame.
I would like to take all the rows of a data frame where column A contains
the regular expression "UTI" (or some other regex). Here's what I've got:
utiRE <- function (avector) {
occurs <- c()
r1 <- "UTI"
for (x in avector) {
if (!is.na(grep(r1,x,perl=TRUE))) {
occurs <- c(occurs, TRUE)
} else {
occurs
2008 Mar 10
2
SWAT Won't Start - Alarm Clock
Hey everyone,
If anyone could help me with this problem, I'd greatly appreciate it.
Whenever I try to start swat (from the command-line by invoking
/usr/sbin/swat), it sits there for a very long time as if it's running,
but any attempt to use telnet to the port or point my browser at it
results in nothing, as if swat were just not running. Firewalling is no
issue, I've disabled
2003 Oct 01
2
smbmount not exiting
The following scriptlet, containing a wrong password among the
mount options,
#!/bin/bash
/bin/mount -t smbfs -o \
"netbiosname=mymachine,workgroup=group,username=user, \
password=wrongpasswd,ro,debug=4" //machine/c /mnt/dir
/bin/echo "Exit $?"
returns invariably
mount.smbfs started (version 2.2.7a-security-rollup-fix)
added interface ip=192.168.0.53
2023 Apr 07
1
Does anybody know about a windows clipboard flavour name for FLAC in use?
Hi all,
As some of you might know, the FLAC format is being processed by an
IETF working group to become an internationally recognized standard.
Part of this process is FLAC being assigned a media type (also known
as MIME-type by many): audio/flac. However, during review of the
application, it was requested to include a UTI and a Windows Clipboard
Flavour Name.
Now, apparently the latest macOS
2015 Oct 09
2
Make a share owned by a service account available to members of an AD group
No joy. I added winbind to the passwd, shadow, and group lines and it is still not working. I also switched back to ad instead of rid (I deleted the Samba database files in /var/lib/samba and rejoined the domain when I switched), and still the same. If the account exists locally I can authenticate against AD and map the share. No local account and it fails.
-Mark
2004 Sep 15
2
Samba 2.0.6-3 (productive env.) slow down dramticaly
Hello together,
since today morning I have an massive performance issue with samba
2.0.6-3 (Debian - Testing-Tree) in my samba production environment.
Samba responds very slowly within the logon process (2-3 Minutes for
each line in the netlogon.cmd). Later during normal operations opening
from files works very slowly and often breaks connection.
There is no cpu or memory load on the system.
2004 Mar 26
1
nmbd dying
nmbd has been dying on me occasionally. I'm running mandrake 9.2 with
samba3-server-3.0.0-2mdk. We've got our users in ldap but I'd seen this
symptom previously when I was using an earlier version of samba that didn't
support ldap. There is nothing useful in the logs and a PS shows a nmb
process still running.
This last time around, I had a ptrace running on both nmbd
2004 Aug 24
3
smbd+ldapsam infinite loop, cpu=100%
Hello,
We have been running samba v2 for quite some time without any problems.
But after the upgrade to samba-3.0.5 some anomalies have come out. I've
compiled it with LDAP authentication support; the LDAP server is
installed on the same machine and the communication is done via sockets.
After working fine for some time, and as usual creating multiple threads
from the smbd proccess, it
2002 Jul 17
1
Re: smb.conf - fixed? :)
open("/usr/local/samba/var/log.smbd",
O_WRONLY|O_APPEND|O_CREAT|O_LARGEFILE, 0666) = -1 EACCES (Permission
denied)
umask(0) = 022
brk(0x81e6000) = 0x81e6000
stat64("", 0xbfffed80) = -1 ENOENT (No such file or
directory)
umask(022) = 0
That "No such file or directory"
2009 Feb 26
1
smbd could not access share directory on drbd (8.3 on Centos 5 i386)
Dear, all. I am pulling my hair because I could not find any error
messsages that could point me to a fix to my problem.
The directory I want to share was mounted on /home with drbd and
heartbeat but then my users could not access any shares / their home
directories. However, if I set up shares else where on my box like
share under /opt or /usr/local, then the same users would be able to
access
2015 Oct 09
4
Make a share owned by a service account available to members of an AD group
The only way it seems to work is if I do have both the local and AD user with the same name. But my goal here is to not require that, to have the AD account only.
I have applied Unix attributes to the users. testuser uidNumber = 30089 and gidNumber = 100. However, when I try to query with wbinfo, I was unable to look that up:
wbinfo -i "DEVELOPMENT\testuser"
failed to call
2015 Oct 09
2
Make a share owned by a service account available to members of an AD group
Got it. I changed that section as follows:
idmap config *:backend = tdb
idmap config *:range = 5000-29999
idmap config DEVELOPMENT:backend = ad
idmap config DEVELOPMENT:schema_mode = rfc2307
idmap config DEVELOPMENT:range = 30000-99999
It did not change the “map to guest = Bad Uid” issue, however. The error I see in the log file is
2011 Aug 05
1
uniform type indicator
this is fascinating:
> http://daringfireball.net/linked/2011/08/05/markdown-uti
i don't know (and don't care about) any possible significance of
such a pronouncement on a "uniform type indicator", but i think
that it's interesting that gruber has decided to make _any_ type
of statement on markdown, with the big moves now underfoot,
and doubly so when he chooses to
2009 Aug 28
1
names<- in data.frame (PR#13916)
Full_Name: Spinu Vitalie
Version: 2.9.0
OS: Windows
Submission from: (NULL) (130.115.113.15)
In assignment of "zero length" names to data.frame:
> tdf <- data.frame(rbind(c(1, 2), c(1, 2)))
> names(tdf) <- c("", "")
> tdf
structure(c("1", "1"), class = "AsIs") structure(c("2", "2"), class =
2004 Apr 15
2
t1 won't dial outbound
I've posted this problem a couple of times before with little or no
response. Basically I have a T100P in my * box. Incoming calls are
working great. However outgoing calls are not working at all. I've
copied a previous post into this message which should have all the
necessary info. Any ideas or suggestions would be greatly appreciated.
Thanks.
Mark
2005 Dec 15
1
A way to handle looong executions?
Is there somewhere I can specify a maximum execution time for a given
request. (Eg, someone does something in my application that brings about
and infinite loop). The idea of potentially huge queries or even a
programmer mistake
is not impossible, and I have a hard time accepting that I will
release an
application that has no way of handling that.
2008 Jul 11
0
fdsync takes looong
Running a PostgreSQL database and trying to understand the bottleneck in my setup. I now know there is a fdsync being issued to a database file. This one takes up to 10 seconds.
The problem here is that all the other processes are entering a wait state (this is in postgres itself. The syncing process holds a latch in exclusive mode, that is needed by all others) waiting for this flush to finish.
2006 Feb 28
0
Connecting to SAMBA for first time takes a very looong time
I'm running Samba 3.0.14a-2 on FC4 as a print server. The system is
joined to the domain and I'm using the domain security model. Pretty
much, it's configured like my old Samba 2.2.7 server (which this new box
is replacing). On the PC side, printers are assigned to a user via a
VBScript running under a group policy. The first time that script runs
and tries to add the printer
2015 Oct 08
4
Make a share owned by a service account available to members of an AD group
I have a requirement where I need to make a directory tree on a Linux system available to a group of users that authenticate against an AD system. I have successfully joined my system to our AD domain and I am able to manage access to a share with a security group in AD, so long as the group members also have accounts on the Linux system. I need to be able to set it up so that the user accounts