similar to: SUMO, GSoC like project, to create sustainable software

Displaying 20 results from an estimated 100 matches similar to: "SUMO, GSoC like project, to create sustainable software"

2004 Nov 11
3
R "sumo" package suggestion
r-help: I have an R package suggestion. After spending several hours the other day installing about a dozen packages, I had an idea. In xemacs, there is a "sumo" package which allows me to install a large bundle of xemacs packages at one time (about a 120 modes including ESS). I think R should have a similar bundle. It would be so much easier than hunting/downloading/installing.
2003 May 26
1
portupgrade issue
I am running 4.8-STABLE. I recently did a cvsup (repeatedly, most recently today). Ever since, portupgrade dies with the following messages: zircon# portupgrade -r pkgconfig /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:310:in `deorigin': failed to convert nil into String (PkgDB::DBError) from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:903:in `tsort_build' from
2012 Jan 26
1
N Hosts on an Untrusted LAN in Full Mesh?
Hello, tinc experts! I have a question that I have not been able to find an answer to after reading the manual and examples and I was hoping someone could help me. So, let's say I have an elastic number of hosts all in rfc-1918 space that need to talk to each other. And lets also say that I do not trust the network they are on. Is there a way I can configure tinc on all N hosts to use the
2006 Oct 13
1
Calls being disconnected across VPN
Hey All, Sometimes we are running into issues with calls randomly being disconnected. We have a couple of phones is in a remote office. We have a PIX-to-PIX VPN setup between the offices. I know neither of these devices provide QOS but we usually don't run into any problems. I notice this problem when we are in a conference call with one of the employees at the remote office and a
2005 Aug 08
1
Bandwidth limiting
Since shapecfg is no longer part of the distro what are people using in place of cbq to limit/throttle bandwidth? I have an ftp mirror that, if left unchecked, will suck up the entire bandwidth of the CoLo site. TIA, Joe -- My Useless Vanity Page - http://www.webtrek.com/joe See my blog, sumo game ranks and other useless junk
2007 Jun 18
2
Upgrade of dovecot broke imap (CentOS 4.5)
I just did a yum update and one of the packages updated was dovecot. I've been using this for imap/pop3 for quite a while. Now, however, I get an error when trying to login under any account. It gives "bad user or password" errors for every user. The user can ssh in just fine and run mutt or pine. But trying to get in with evolution, or even squirrelmail, just gives me an
2008 Jan 06
2
/etc/passwd aand /etc/shadow out of sync on 4.6 box
Fellow list members, I recently tried to add a user to a little used server that hadn't see a change in users for quite a while. When I use system-config-users I get an error alert that says - The user database cannot be read. This problem is most likely caused by a mismatch in /etc/passwd and /etc/shadow. The program will exit now. I awk'ed out the user ID's and ran diff.
2010 Jun 24
1
Installed Doctor Who Game =P, but get bug error
I went though a good amount of trouble to install the game, because you need to be in the UK to install it, but I'm in the USA. So I get it installed through a proxy and everything is good until I click it to start. It tells me it can't run it because of some bug. I don't know if you can help me or not. Thanks.
2006 Nov 22
1
G729 issues on 1.4 beta 3
Hello Everyone, I just upgraded to the latest beta version and I am running into one problem. We purchased g729a licenses from digium and they aren't loading anymore. If I roll back asterisk to 1.2.10 the codecs work fine. I've downloaded the new 1.4 version of the codec from their website and re-registerd everything with no luck. Here is the error message: error loading module
2006 Dec 28
6
1.4 Random disconnects
Hi, We just upgraded to 1.4 and I'm noticing weird issues. I have noticed that asterisk stops running and I need to restart in order for us to receive calls. We receive our calls via a local sip provider over a dedicated T-1. We never have had an issue before until the upgrade to 1.4. It seems like asterisk gets hung up on a certain call and dumps. Anyone else noticing anything like
2007 Mar 10
1
imap problems; error accessing inbox and some other folders
Hello all, First off, please let me apologize for cross posting this in both the fedora and centos lists. I have just run into a problem with imap that's becoming a real issue. About two or three days ago some of the mail folders became unusable/unreadable. For instance, my inbox shows 41 unread messages when I access it through pine on the server. But if I imap into it from
2006 Mar 05
2
Q's about switching from sendmail to postfix
Running CentOS 4.2 with all updates. I've been using sendmail for my MTA since forever. I've grown used to it and I can make it do what I want it to. However (there's always a catch, isn't there)... Lately it seems that some mail is being lost. I've noticed some instances when a message was sent to myself and others which I will only see if someone replies back to
2004 Mar 12
1
Sustainable transfer rate with Samba
We have a customer who requires us to use SAMBA to transfer large amount of data with sustainable transfer rate of 30Mbits/s. Both server and client is Linux machine. We already tried to set the SENDBUF and RECVBUF to 64K and IPTOS_LOWDELAY but the best we could get is about 5Mbits/s. After reviewing the Ethereal trace, it is clear that the client only request 4096 byte of data per read request
2005 Aug 27
2
CBQ and/or HTB help needed
Ok, this has been kicking my @$$ for weeks. I'm trying to get some kind of bandwidth shaping working on my server. I need to throttle ftp down so as not to suck up all the available bandwidth. I had cbq working on the old server (an ancient RH 6.2 box) so I figured I'd just move the config over and get cbq.init from sf.net and it should work. Unfortunately it doesn't. At least
2006 Jul 05
2
Compilation of R packages
Le Mercredi 5 Juillet 2006 09:41, Dirk Eddelbuettel a ?crit?: > Salut Vincent, > > On 4 July 2006 at 23:27, Vincent Goulet wrote: > | I'm currently following your procedure suggested on R-SIG-Debian > | (https://stat.ethz.ch/pipermail/r-sig-debian/2006-June/000095.html) to > | compile and install the latest version of R on Kubuntu. It is my > | understanding that I
2008 Apr 25
18
Wine memory problem
I have program which memory use 500MB for OS Windows, but this program + wine in OS Linux use 3.6 GB. 1 wine+ program process use 3.6 GB virtual memory. How to reduce quantity of used memory for 1 process?
2005 Feb 02
0
two small-ish optimizations (death by a thousand cuts)
This lpc_restore_order was partially inspired by Miroslav's affd, though my (not very great) ARM asm version resembled this, as well. The other two reduce CPU array indexing overhead in loops a little. Additionally, a request for help: My not very optimized lpc_restore_signal is at the below URL, I couldn't get the ldm* instructions to work as advertised, even though I've talked
2019 Mar 17
2
How to create sent items, drafts and so on
Hello, I've setup Dovecot and Postfix mailing systems. The protocol is imap. Now, I've realized that there are no "sent items, drafts" boxed under Maildir for each users. I would like to take back up Inbox, sent items, draft boxes. For sent items box, it seems to be stored in outlook client file which is "ost". The configuration parameters and version is as follows.
2018 Nov 15
5
Lightweight build of smbclient only
I'm interested in using smbclient in an embedded Linux system, to copy files to a Windows file share. I don't need the entire samba suite. I'd like to get a smbclient compile that is reasonably small (less than 3 MB ideally). I'm building the embedded Linux system cross-compiled for an ARM based platform using Yocto. Yocto has support for building samba. But it is aimed at the
2006 Jun 09
3
Remaster CentOs Live CD
Hi! I have not any experience working in Red Hat based distros and I have to remaster a Centos Live CD, Does anybody know how can I do that? Thanks... -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060609/613b9fd7/attachment-0002.html>