similar to: stack overflow

Displaying 20 results from an estimated 800 matches similar to: "stack overflow"

2009 Jun 18
1
Samba 3.3.4-31 ssh/winbind login failure
Folks, Got an odd one here that's had me scratching my head for a few days! Samba 3.3.4-31 from SuSE's RedHat repository, RHEL5 on x86. Compiled OK once I'd worked out how to force a build on the libraries I needed, I also added the code back in to support the 'winbind: ignore domains' directive in smb.conf. Discovered the hard way that 'make install' doesn't
2012 Apr 25
3
R shell script
Hey guys, Does anyone have an example of a REALLY simple shell script in R. Basically i want to run this command: library(MASS) wilcox.test(list1,list2,paired=TRUE,alternative=c("greater"),correct=TRUE,exact=FALSE) in a shell script something like this: #!/bin/bash R library(MASS) for i in *.out do wilcox.test($i,${i/out}.out2,paired=TRUE) >> $i.out done that i can run on a
2004 May 24
0
Samba on Backup Server + Auth Q
Guys, Quick Question with Long Background :-) File server (FS1) Backup of File Server (FS2) Previously, the arrangement is I rsync copies of the files from FS1 to FS2 every-night and this box FS2 is only accessible via SSH and nothing else. So, in the event of file curruption, they will have to contact me with details and I will try to fish out the files. Now, to make this easier, I've
2010 Dec 02
2
Any way to get syntax-highlighted code blocks with Text::MultiMarkdown?
Hello, I'm using Text::MultiMarkdown in my website, and I would like to know if there is any way to get syntax highlighting in code blocks. Thanks, -Mike Doherty
2009 Sep 30
2
MySQL fails with tablespace on OCFS2
I have set up an cluster with ocfs2 on top of drbd in primary/primary mode. As long as the datadir is in /var/lib/mysql, everything works fine. But as soon as I put the datadir on the ocfs2 filesystem /mnt/data/mysql mysql fails with: [Ubuntu] root at fs2:/etc# mysqld --safe-mode 090930 18:08:14 [Warning] Can't create test file /mnt/data/mysql/fs2.lower-test 090930 18:08:14 [Warning]
2007 Jun 26
2
NFS, nested ZFS filesystems and ownership
Hello, I''m sure there is a simple solution, but I am unable to figure this one out. Assuming I have tank/fs, tank/fs/fs1, tank/fs/fs2, and I set sharenfs=on for tank/fs (child filesystems are inheriting it as well), and I chown user:group /tank/fs, /tank/fs/fs1 and /tank/fs/fs2, I see: ls -la /tank/fs user:group . user:group fs1 user:group fs2 user:group some_other_file If I mount
2011 Apr 14
1
Overlaying images at nodes of phylogenetic tree
Can you recommend an R library that will help me create a diagram of a phylogenetic tree on which specific images are placed at appropriate nodes of the tree? For example, I have specific image files associated with each member of the phylogenetic tree, and I would like to automate the display of the image next to the correct node of the tree. I can provide an image file with an example.
2005 Mar 20
1
Limit incoming calls
We have 2x BRI's connected to Asterisk which give us a total of 4 lines (using the bristuffed package). We would like to limit the number of incoming calls to 2 calls and if a 3rd call comes in, we would like this to go to another extension (voicemail or similar). Is this possible in Asterisk? Thanks -- James Doherty - Systems Engineer Zeald.com - Websites That Work! Web: www.zeald.com | Ph:
2010 Jan 12
1
Unable to map the group
Hi All, I am using Samba 3.2.11 on sles 10. I have create a Unix group 'grp1' and mapped it to a ntgroup "Group One". Unix group 'grp1' has one user i.e 'usr1'. 'net groupmap' command show the mapping with correct SID and gid value. Please, have a look here. # cat /etc/group | grep grp1 grp1:!:12613:usr1,raj1,raj2 # # net groupmap list Group One
2013 Mar 30
2
[LLVMdev] SolusOS 2 + Clang
Hello, my name is Ikey Doherty. I am the founder of the SolusOS Linux Distribution. With SolusOS 2 we have decided to create our own base from scratch, using the PiSi package manager. After many repository revisions, it soon become apparant that GCC (4.7.2 in this instance) is dog-slow. Out of pure curiosity I attempted to rebuild packages using Clang. Clang had been pulled in as a dependency
2014 Feb 12
1
Domain Member server - Domain users don't get access
Hello list! I have a newish Samba 4.1.4 (from git) AD DC running in an Ubuntu Precise KVM guest. It seems to be running well. Recent list posts have led me to set up a second instance of samba/ubuntu as a file server. Like the domain controller, Samba was built from git, but then it was configured using the "Samba/Domain Member" wiki. I added the sfu attributes to a few users/groups
2004 Sep 01
1
HFC cards and Asterisk
Hi all, In our asterisk box we have a Fritz card and an HFC card. So far I've had the Fritz card working well, but its time to connect the HFC card up to the ISDN line and get it working. I've followed the instructions on voip-info.org here: http://www.voip-info.org/wiki-Asterisk+zaphfc+install and here: http://www.voip-info.org/wiki-Asterisk+zaphfc+install But when it comes to
2011 Jun 25
1
Quota (and disk usage) is incorrectly reported on nfs client mounting XFS filesystem
hi all, I hope you can help me with a strange quota/nfs/XFS behavior... I'm using Centos 5.6 on both a nfs server and client. Both are 64-bit, and using a recent kernel: NFS server: Linux fs2.priv 2.6.18-238.12.1.el5 #1 SMP Tue May 31 13:22:04 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux NFS client: Linux nx8.priv 2.6.18-238.12.1.el5 #1 SMP Tue May 31 13:22:04 EDT 2011 x86_64 x86_64 x86_64
2014 Nov 12
1
Very high system load: Samba statfs call for filesystems in /etc/mtab in: fileid_load_mount_entries()
Hello, we recently had a big problem with a very high load on our linux (Sles11 SP3) samba server version 3.6.3. We experienced a system load of up to 90 for 300 active samba users. The result was that hardly any user was able to really do anything (eg access a file via samba). One sympton was visible in a very high share of cpu *system* time (about 25% on each of the 10 CPUs). This system load
2012 Mar 16
1
plot columns
Hey guys, can anyone help? i have a sample table: >table <- structure(c(4, 7, 0.2, 3, .1, 7, 222, 3, 10, 5, 11, 8, 8, 10, 7), .Dim = c(5L, 3L), .Dimnames = list(c("gene1", "gene2", "gene3", "gene4", "gene5"), c("codon1", "codon2", "codon3"))) >table codon1 codon2 codon3 gene1 4.0 7
2009 Feb 10
0
Resize edge's label fontsize
Hi, I'm trying to create a connectivity diagram using RgraphViz library. I want to increase the edge's label fontsize, but the size did not change. Did I do something wrong ? M <- matrix(nrow=5,ncol=5,byrow=TRUE,data=mytable) colnames(M) <- levels(pf$agent) A <- new("graphAM", M, "directed", values = list(weight=M)) eAttrs <- list() ew <-
2013 Aug 18
0
Samba 4 upgrade issues
I have upgraded from Samba 3 to Samba 4 for authentication (Windows and Linux authentication are working). Samba 4 is acting as the DC. However, there are some issues that I can't resolve involving both profiles and automatic home folder mapping. I have 3 samba servers that are at Samba 3.5 (1 server) and 3.0 (2 servers). Prior to the upgrade, both roaming profiles and automatic mapping of
2007 Dec 05
2
zfs mirroring question
I create two zfs''s on one pool of four disks with two mirrors, such as... / zpool create tank mirror disk1 disk2 mirror disk3 disk4 zfs create tank/fs1 zfs create tank/fs2/ Are fs1 and fs2 striped across all four disks? If two disks fail that represent a 2-way mirror, do I lose data? Brian.
2018 Oct 10
2
same netbios aliases on multiple servers
we have many branch, with different call quality, each branch, has a samba DC with a file server, and in order not to create labels for each branch, we set up a geo round robin on the DNS server. branch A net 192.168.1.0/24 dc and fs 192.168.1.1 name fs1 branch B net 192.168.2.0/24 dc and fs 192.168.2.1 name fs2 if open fs.example in branch A, then user open fs1 if open fs.example in
2004 Nov 03
0
error with script on win xp
Hi, i have samba 3.0.7 on debian. My logon.bat script is not run when i log in from a win xp sp1 station. It does from a win 98. When i go on the netlogon share and launch logon.bat i get this error message (translate from french) "\\fs2\netlogon\logon.bat is not a valid win 32 application" (only with win xp sp1). I created a bat file locally on win xp sp1 and run it without