similar to: how to do startup scripts?

Displaying 20 results from an estimated 6000 matches similar to: "how to do startup scripts?"

2016 Jan 21
4
Why is my rsync transfer slow?
I run a rsync job transferring about 45 million files/approximately 1.8 TB data (a Mac OS X Time Machine backup) over a 100 MBit connection. I use rsync 3.1.1 from MacPorts (I first tried the built in rsync, version 2.6.9, since it has a Mac OS X specific cache parameter, but it ran out of memory) with the following parameters % rsync -HzvhErlptgoDW --stats --progress --out-format="%t %f
2003 May 19
5
Samba - Problem Connecting PCs
Hi, I want to setup Samba as a new PDC. I followed the instructions on IBM's site (http://www-1.ibm.com/servers/esdd/tutorials/samba/index.html) The problem I currently have is that Windows 9X boxes can't connect to the Mandrake 9.1 Bamboo box. However, I can make connections on localhost to localhost using smbclient //localhost/share -U username I've tried a couple of different
2011 Feb 26
2
[LLVMdev] memory bug triggered in getFoldedCast
Hi all, My program is crashing somewhere in LLVM code. It's one of these C/C++ memory bugs that I don't have much experience with... having programmed too much in high level languages. I'm not sure how to track it down. If someone can tell me what could be getting free'd in the getFoldedCast function, that might help me. Here is the error when I run my program: bamboo(49749)
2010 Nov 02
0
Asterisk community services powered by Atlassian tools
Some of you have already noticed we've chosen a number of Atlassian tools to provide services to the Asterisk and Asterisk SCF communities (Confluence, Crowd, Crucible, Fisheye and Bamboo). Of course, we're not alone in this since many other open source projects have chosen these tools as well, but I'd just like to state again how happy we are that Atlassian is willing to license these
2006 Aug 09
2
messages_count too large errors (1.0RC5)
Hi, Just today, Thunderbird started throwing errors when accessing a particular mail folder. Looking in the logs showed this: dovecot: Aug 09 15:36:31 Error: IMAP(nmenere): Corrupted index file /imap/mailboxes/nmenere/shared-settings/jira-support/index/.INBOX.Triaged/dovecot.index: messages_count too large (51 > 39) This is a new user's first attempt to access a shared jira-support/
2003 May 30
1
Error 23 reported each time I try to rsync
Each time I try to rsync I get error 23 rsync error: some files could not be transferred (code 23) at main.c(636) I see that files that has 700 permission are not synchronized by the root My box has: Mandrake Linux release 9.1 (Bamboo) for i586 Kernel 2.4.21-0.13mdk on an i686 rsync-2.5.6-1mdk Thanks, MS
2010 Aug 26
1
Brief outage of Asterisk services for maintenance, Saturday, August 28, 2010.
There will be a brief outage of servers hosting Asterisk services on Saturday, August 28, 2010 between 10am and 11am for maintenance. These services include the following sites: * packages.asterisk.org * svn.digium.com * svn.asterisk.org * svncommunity.digium.com * issues.asterisk.org * reviewboard.asterisk.org * svnview.digium.com * downloads.digium.com * downloads.asterisk.org
2010 Aug 26
1
Brief outage of Asterisk services for maintenance, Saturday, August 28, 2010.
There will be a brief outage of servers hosting Asterisk services on Saturday, August 28, 2010 between 10am and 11am for maintenance. These services include the following sites: * packages.asterisk.org * svn.digium.com * svn.asterisk.org * svncommunity.digium.com * issues.asterisk.org * reviewboard.asterisk.org * svnview.digium.com * downloads.digium.com * downloads.asterisk.org
2010 Nov 12
1
Scheduled maintenance for various Asterisk community services
Between 10:00AM and 1:00PM CST on Saturday, November 13, the services below will experience extended outages as the servers that host them are upgraded and reconfigured: downloads.digium.com downloads.asterisk.org bamboo.asterisk.org packages.asterisk.org svn.digium.com svn.asterisk.org issues.asterisk.org reviewboard.asterisk.org wiki.asterisk.org code.asterisk.org We apologize for any
2010 Nov 12
1
Scheduled maintenance for various Asterisk community services
Between 10:00AM and 1:00PM CST on Saturday, November 13, the services below will experience extended outages as the servers that host them are upgraded and reconfigured: downloads.digium.com downloads.asterisk.org bamboo.asterisk.org packages.asterisk.org svn.digium.com svn.asterisk.org issues.asterisk.org reviewboard.asterisk.org wiki.asterisk.org code.asterisk.org We apologize for any
2008 May 26
3
Pressure Sensitivity
How to fix it in wine with Wacom Bamboo Fun Tablet
2016 Jan 21
0
Why is my rsync transfer slow?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 First, don't use -z on a local copy. It will only make rsync slower for no reason at all. Second, 45 million files means 90 million calls to stat(). This will take a while even if nothing needs copying. On 01/21/2016 03:20 AM, dbonde+forum+rsync.lists.samba.org at gmail.com wrote: > I run a rsync job transferring about 45 million
2017 Jun 08
4
SUGGESTION: Use JIRA for Bug Reporting, Package Development and Project Management
Dear R Developers, I started programming in R just last January, for which I read (, summarized and memorized) 2 incredible R Programming books: "R Cookbook" and "R Graphics Cookbook". However, I did before know how to program in MariaDB SQL language, and had submitted for their bug platform previously some bugs (https://jira.mariadb.org/projects/MDEV/issues), which is based
2018 Jan 25
3
Why R should never move to git
On 25/01/2018 7:44 AM, G?bor Cs?rdi wrote: > On Thu, Jan 25, 2018 at 12:34 PM, Duncan Murdoch > <murdoch.duncan at gmail.com> wrote: > [...] >> but that branch doesn't show up in the Github web site. > > It is right there: > https://github.com/dmurdoch/manipulateWidget/branches > >> Any suggestions? > > Personally I would suggest to call it
2017 Jan 19
2
undefined symbols during linking LLDB 4.0 RC1
Hello, I update my building scripts to build LLVM 4.0 RC1 (with clang, lldb, libc++, libc++abi, lld) on CentOS 6 and I got a lot of undefined symbols during linking LLDB. I'm using clang-3.9 and this configuration: -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++
2008 Mar 26
1
[kvm-ppc-devel] virtio network traffic issues
Hollis Blanchard wrote: > On Tue, 2008-03-25 at 14:45 +0100, Christian Ehrhardt wrote: >> => from one not yet defined point our guest seems to receive absolutely nothing >> => when the guest is hanging it sends nfs requests which are seen externally, but it does not seem to get the respones >> => the arp requests for the guest are repeated - maybe we can add some very
2008 Mar 26
1
[kvm-ppc-devel] virtio network traffic issues
Hollis Blanchard wrote: > On Tue, 2008-03-25 at 14:45 +0100, Christian Ehrhardt wrote: >> => from one not yet defined point our guest seems to receive absolutely nothing >> => when the guest is hanging it sends nfs requests which are seen externally, but it does not seem to get the respones >> => the arp requests for the guest are repeated - maybe we can add some very
2018 Sep 06
2
Authenticating against Samba 4 AD LDAP service
Rowland Penny via samba писал 2018-09-05 16:10: > On Wed, 05 Sep 2018 15:46:04 +0700 > Konstantin Boyandin via samba <samba at lists.samba.org> wrote: > >> Hello, >> >> One of Samba 3 -> Samba 4 migration task I am solving is changing >> authentication against new Samba 4 AD domain. >> >> Existing services use LDAP directory of Samba 3 to
2011 Nov 13
1
How do you execute "rails runner" in Heroku?
I''m going through the 4th edition of the book _Agile Web Development in Rails_. One of the exercises involves automatically creating 100 orders. The command to run locally is "rails runner script/load_orders.rb". I have no problems here - it works. What''s the command for running this in the deployed Heroku application? -- You received this message because you
2010 Mar 04
5
Bug reporting system inquiry plus a bug report related to sort
Is the bug-reporting system working okay? Two days ago, I submitted the following bug report via email to r-bugs at r-project.org. I didn't see a confirmation, and it didn't see it at http://bugs.r-project.org/. Now, http://bugs.r-project.org/ seems to be down. Anyway, here's the bug report related to sort.list and sort(..., index.return = TRUE) with na.last = NA I think that both