similar to: autofs update brakes nested automount

Displaying 20 results from an estimated 300 matches similar to: "autofs update brakes nested automount"

2009 Jun 04
6
CPU usage over estimated?
I have a quad core CPU running Centos5. When I use top, I see that running processes use 245% instead of 100%. If I use gkrellm, I just see one core being used 100%. top: PID USER PR NI VIRT RES SWAP SHR S %CPU %MEM TIME+ COMMAND 18037 thba 31 15 304m 242m 62m 44m R 245.3 4.1 148:58.72 ic Also in the log of some programs I see this strange factor: CPU Seconds = 2632
2007 Mar 03
1
My current directory is lost in a bash shell
This one puzzles me a lot: [thba at vink layout]$ nc script/xw_functions.ample NEdit: getcwd() fails: No such file or directory NEdit: getcwd() fails: No such file or directory [thba at vink layout]$ ll script/xw_functions.ample -rw-rw-r-- 1 thba thba 16829 Oct 25 16:59 script/xw_functions.ample [thba at vink layout]$ pwd /home/thba/workarea/colibri/design/ana/layout [thba at vink layout]$
2007 Apr 11
0
How to set fromuser in sip.conf so each user gets it's own callerid?
I'm a first time user of Asterisk and have a working setup which I find clumsy. How can I clean things up to make the dialplan easier to maintain? My problem ========== I have 6 public numbers that can reach 6 individual users. I have 6 lines like this in sip.conf: [general] register => 31307115622:secret@belcentrale-incoming/622 .... register =>
2009 Sep 07
2
DO NOT REPLY [Bug 6695] New: whitespace problem in directory paths; I know of no work-around
https://bugzilla.samba.org/show_bug.cgi?id=6695 Summary: whitespace problem in directory paths; I know of no work-around Product: rsync Version: 3.0.6 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org
2016 May 23
0
libtool: error: '/usr/lib64/libtasn1.la' is not a valid libtool archive
Hi, Can you please point me what is going wrong during make of libvirt. I found libtasn1.la is present under my sysroot path, still why make is searching it under /usr/lib64/? <make logs> CCLD libvirt_driver.la /router/bin/grep: /usr/lib64/libtasn1.la: No such file or directory sed: can't read /usr/lib64/libtasn1.la: No such file or directory libtool: error:
2005 Aug 17
0
Test 80 Problem
dovecot: Aug 17 15:40:36 Error: IMAP(sflandmark at sflandmark.com): Corrupted index file /nobackup/imap-cache/sflandmark.com-sflandmark/.imap/INBOX/dovecot.index: header doesn't end with NUL dovecot: Aug 17 15:40:36 Info: imap-login: Login: user=<sflandmark at sflandmark.com>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured dovecot: Aug 17 15:40:37 Error: IMAP(sflandmark at
2005 Sep 23
1
mtime of target directory
Hello, I just observed something strange: rsync -av --exclude /USER/NoBackup --exclude '*.NTX' --compare-dest=/backup/novell/vollbackup /mnt/novellserver/SYS/ /backup/novell/ziel rsync -av --exclude /USER/NoBackup --exclude '*.NTX' --compare-dest=/backup/novell/vollbackup/PUBLIC /mnt/novellserver/SYS/PUBLIC/ /backup/novell/ziel For debugging purposes (saving time) I used
2011 Sep 14
3
make check reg-tests-1b.R fails with Ubuntu R
Today I built R from source on a 32-bit Ubuntu 10.04.3 LTS box, and saw that the "make check" tests/reg-tests-1b.R failed. From the output at the end of my "tests/reg-tests-1b.Rout.fail" file, the problem is appearing in the "identical(z, x %*% t(y))" test code below. I then tried the stock R provided by the Ubuntu r-base-core binary package, and to my surprise, it
2017 Jun 16
1
Simplify and By Convert Factors To Numeric Values
Good day, It's not described anywhere in the help page, but tapply and by functions will, by default, convert factors into numeric values. Perhaps this needs to be documented or the behaviour changed. > tapply(1:3, 1:3, function(x) factor(LETTERS[x], levels = LETTERS)) 1 2 3 1 2 3 The documentation states "... tapply returns a multi-way array containing the values ..." but
2004 Dec 24
0
Slow XP -> Samba 3 (but not FTP etc)
Dear All, Sorry to repeat a question I've seen mentioned before, but have not been able to find a solution to my specific instance. I have an XP SP2 box (and one with no SP), and some Win2K boxes, and a Samba server (3.0.9-2). The Win2K boxes can all copy files to the server at a reasonable speed, but the XP boxes are all dreadfully slow. FTP from the XP boxes is fine. The XP boxes can
2006 Jun 29
0
Samba locks the file, Linux user brakes the lock with opening the document
And the situation is following I have Lin server + XP user + Lin user. 1.Xp user opens water.xls via Samba 2.Samba locks the file. 3.Lin user opens the file water.xls after 20 seconds via NFS. 4.As Samba has locked the file, Lin users see (water.xls READ ONLY) SO far seems everything is working really FIne. Problems start when we go further on. 5.Lin users after 5 minutes tries to open water.xls
2010 May 14
1
select method on ActiveRecord::Relation brakes enumeration
class Brake scope :good, where(:quality => ''good'') end Brake.all.select &:nil? #=> works fine Brake.good.select &:nil? #=> FAILS Last statement fails because Brake.good.select is returning ActiveRecord::Relation and not an array. I have posted a detailed discussion on ticket #4589 .
2018 May 05
2
Samba HOWTO wiki bug: chcon samba_share_t
On 05/04/2018 04:05 PM, Warren Young wrote: > On May 4, 2018, at 4:11 PM, Louis Lagendijk <louis at fazant.net> wrote: >> The comment is correct: chcon will not survive a relabel. You need to >> update the database first (semanage fcontext) and then let a relabel >> apply the new context. > Alright, then why do I get that error when I give the command from this
2009 Oct 02
1
[PATCH libguestfs] build: fix compile error
>From 3a09d409df89d72ca476ed829739b4aacf08735d Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Fri, 2 Oct 2009 16:09:19 +0200 Subject: [PATCH libguestfs] build: fix compile error Link demo scripts with just-build library, not the installed one. * ocaml/examples/Makefile.am (OCAMLFINDFLAGS): New variable. (lvs, viewer): Use it. This fix is based on a suggestion
2009 Jun 17
2
weird permissions issue
Recently some folks in our engineering group started encountering a problem where they can't write to or alter files or folders they did not create. Anyone know what could be causing this type of problem? The users having the problem are all in the eng group is /etc/groups. smb.conf for that share: smb.conf: #smb.conf is the main Samba configuration file. You find a full commented #
2005 Aug 01
1
Feature request - umask for index files
I'd like a separate feature for setting umask for index and cache files differently from email files. The reason is that I'm putting indexes in a separate location and I need group create rights in directories. Otherwise what happens is that the first user creates the directories, but the second user for the domain that has a different UID gets an error. default_mail_env =
2007 Dec 18
2
R brakes when submitting a query to MySQL
Hello, I would like to retrieve data stored in MySQL database, so I installed RMySQL package. I can successfully connect with the my database using the following code > dvr<-dbDriver("MySQL") > con2<-dbConnect(dvr,group="exbardiv") > mysqlDescribeConnection(con2) <MySQLConnection:(972,0)> User: mmorag Host: localhost Dbname: exbardiv
2009 Sep 24
1
enabling more syntax-checks
The first c-set cleans up the list of excluded syntax-checks. The second enables the sc_avoid_ctype_macros test and changes each use of a ctype macro like isspace to c_isspace. This makes it so such tests (often parsing-related) is locale-independent. Otherwise, in some odd corner cases (combination of non-C locale and perverted inputs), I suspect that libguestfs tools would mistakenly accept
2016 Feb 20
2
R Package Installation Ignores libPaths Setting
Good day, I believe from the documentation that folders in R_LIBS should appear in the output of .libPaths, but they do not. The documentation contains "The library search path is initialized at startup from the environment variable R_LIBS ..." However, $ export R_LIBS=/users/stgrad/dario/tmp/ $ Rscript -e ".libPaths()" [1] "/dskh/nobackup/biostat/Bioconductor"
2008 Jan 02
1
Unable to Connect to OpenVMS Pathworks
This is my first time posting on this list, so please excuse me if this is the wrong list to post on (if it is please just let me know). I've recently upgraded my old Redhat 8.0 box to Redhat Fedora Core 8 which comes with Samba 3.x while my old Redhat 8.0 box had Samba 2.x. On my old box I had SMB map a drive from an older OpenVMS server using Pathworks. I performed this by simply doing: