search for: usal

Displaying 20 results from an estimated 77 matches for "usal".

Did you mean: usa
2008 Dec 12
0
1st Call for Papers - 2nd International Symposium on Distributed Computing and Artificial Intelligence (DCAI'09)
...logize for multiples copies) (Please distribute) --------------------------------------------------------------------------- 1st Call for Papers - 2nd International Symposium on Distributed Computing and Artificial Intelligence (DCAI'09) June 10th - 12th , 2009 - Salamanca - Spain http://dcai.usal.es/ The International Symposium on Distributed Computing and Artificial Intelligence 2009 is an annual forum that will bring together ideas, projects, lessons, etc. associated with distributed computing, artificial intelligence and its applications in different themes. This meeting will be held at...
2014 Nov 10
3
backup incrementals on mysql
Hi all. I usally make backups of databases mysql. I make buckups of all datbase for example: mysqldump -u user -ppassword name_db > backups.sql also I make backups just its schema for example mysqldump -u user -ppassword name_db --no-data > backups.sql but now I need a backups incrementals, because t...
2013 May 17
1
out of the mailing list
Hello, I want to stop receiveng mails from R help forum, thanks. This is my data : Mario Garrido Escudero Dpto. de Biología Animal, Ecología, Parasitología, Edafología y Qca. Agrícola Fac. de Farmacia Campus Unamuno Universidad de Salamanca gaiarrido@usal.es [[alternative HTML version deleted]]
2010 May 17
6
Change order of columns in table?
...an pie3D plot of this, but obviously the order of the weekdays are not as one would expect... Friday Monday Saturday Sunday Thursday Tuesday Wednesday 119 173 80 96 167 193 194 how can I rearrange the cols so that its the "usal" way: monday first, then tuesday and so on... Any help is highly appreciated! -- View this message in context: http://r.789695.n4.nabble.com/Change-order-of-columns-in-table-tp2219536p2219536.html Sent from the R help mailing list archive at Nabble.com.
2006 Mar 23
8
The fastcgi crash after few hours
I have this configuration on my server - Windows 2000 server - Apache 2.0.55 - MySQL 5.x - Rails 1.0 For the moment I have a rails app that run on Apache with fastcgi. After some hours i use the application the fastcgi go down and so the web app is so slow (with cgi). The error in RAILS_ROOT/log/fastcgi.crash.log is: [23/Mar/2006:09:11:23 :: 5668] Ignoring unsupported signal USR1.
2008 Sep 01
1
RFE: allow zfs to interpret ''.'' as da datatset?
...$ zfs snapshot . at now with ''.'' interpreted to mean the dataset corresponding to the current working directory. This would shorten what I find to be a very common operaration - that of discovering your current (working directory) dataset and performing some operation on it. I usally do this with df and some cut and paste: (gavinm at hyper:fx-review/fmaxvm-review2/usr/src/uts )-> df -h . Filesystem size used avail capacity Mounted on tank/scratch/gavinm/fx-review/fmaxvm-review2 1.0T 15G 287G 5% /tank/scratch/gavinm/fx-re...
2008 Oct 15
1
mismatched callerid on phone and CDR ?
Hi, Using asterisk 1.4.21.2. For some calls (usally telemarketers) entering through a BRI zap channel I somtimes notice the callerid on my polycom 601 phone and the CDR's 'src' field don't match. They are even totally different. And the displayed callerid is nowhere to be seen in the CDR record. Is there a rational explanation? -...
2003 Oct 01
1
WINS problems, samba 2.2.8a
...d a samba server which is in one of the WORKGROUPS(X). I have enabled WINS support in samba and all client machines has WINS server IP configured that points to the samba server. Problem: When a browsning the network from a client I can only see a some nodes(or none at all) in WORKGROUPS Y and Z. Usally it takes 10-20 seconds to update the screen when I refresh. When I look in the wins.dat database I see lots nodes there that don't belong to WORKGROUP X. Is this normal behaviour? If not, how can I fix it? Jocke
2010 Jun 20
8
bringing puppet into production
Hi everyone, I’ve been working on getting puppet set up for our systems for the past week, and all has gone well in learning about writing manifests, but now that I’m ready to set it into production, I realize that it’s still unclear to me exactly how that’s supposed to go. For instance, during testing it has always been that I manually started and stopped puppetd and puppetmasterd on their
2004 Nov 21
1
will BDC work if PDC crashes?
Hello, Will BDC work if PDC crashes or there is no connectivity between them? I assume that the servers are storing users / passwords in LDAP database; both BDC and PDC have LDAP running locally (changes in PDC are replicated to BDC). Will users be able to log into the domain / use roaming profiles with no PDC (as it crashed or link was broken), when only BDC is running? Tomek
2002 May 28
5
chroot patch
...hat I can continue to update the patches and users and can download them and follow the documentation to set it up (and because classes will be taking up time I'd otherwise use to answer questions). Please try not to overwhelm me. :) -James PS. I'm expecting to be overwhelmed with this as I usally am, with replies so please try to make your questions "good questions" and try my documentation first. :) On Tue, 28 May 2002 13:31:23 -0500 hutch at brandonhutchinson.com wrote: > Hello James! > > I noticed a post of yours for an OpenSSH chroot patch, but I do not seem &gt...
2007 Sep 12
2
The use for an XML based metadata format
...sent > a similar problem. There is consistency and indexability to be > addressed (Ludvig van Beethoven; Beethoven, Ludvig van; > Beethoven). ID3 has a concept of "sort" tags, which provide a string for sorting purposes which is different from the (presumedly full name) of the usal tag. TSOP="Beethoven", TCOM="Ludwig van Beethoven". If you want something more precise, you have to link to unique identifiers for a particular artist, like a musicbrainz id. I gather that's not what you're interested in here? > Finally complex relationships are e...
2015 Sep 10
4
Message moved to Spam folder mysteriously
Hi there, How dovecot move the message to Spam without antispam plugin installed or sieve rule to move to this folder? I have no configuration to do this. My logs: Sep 10 12:12:44 mda02 dovecot: imap(my.user at mydomain.com): Warning: Inotify instance limit for user 5000 (UID vmail) exceeded, disabling. Increase /proc/sys/fs/inotify/max_user_instances Sep 10 12:12:45 mda02 dovecot: imap(my.user
2007 Feb 05
1
long jumping out of code in specs
...y code executed like it should. class SpecShortcut < Exception; end specify "should call the standard parsing methods" do RssParser.should_receive(:new).and_raise(SpecShortcut) lambda{do_action}.should_raise(SpecShortcut) end Feeling pain like this while writing specs is usally an indication that the code could be better designed. But I don''t see how else one could spec ActiveRecord''s after_create hook, without going through with mocking and stubbing all the code the after_create hook uses. Stopping execution at the point where the expectation is satis...
2012 Feb 14
3
domain quota in sql
Hi, I have a problem with setting up quota usage tracking for domains. Problem is, that domain quota is always based on only one user in domain, the last one on whom behalf any operation was performed. To recreate this situation, one has only to perform: doveadm quota recalc -u USER on a user, and the domain quota takes the value of this user quota. Have anyone a clue what could cause this
2014 Aug 12
3
Re: issue when building/making package from git
> > I suspect that you could fix this by running the following command as > before the build: > > sudo pacman -Sy I always sue -Syu to install packages, and I already installed/reinstalled some packages today. Now one thing comes to my mind : lots of pacman stuff are NOT in the usal place. $ cat /etc/pacman.conf ----------------------------------- [options] # The following paths are commented out with their default values listed. # If you wish to use different paths, uncomment and update the paths. #RootDir = / DBPath = /var/lib/pacman CacheDir = /drawer/pacman/...
2015 Sep 10
0
Message moved to Spam folder mysteriously
...mydomain.com>, size=2838 > Sep 10 12:12:45 mda02 dovecot: imap(my.user at mydomain.com): expunge: box=INBOX, uid=826, msgid=<466c888b2179f7e2c0fc74b186396785 at mydomain.com>, size=2838 > > I don't have any client connected at the imap server in this time. Double check this, usally i.e Thunderbird use its only antispam solution to move mails into spam folder if they exist and configured > > Some tip? > > BR, > > Alfredo > Best Regards MfG Robert Schetterer -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstra?e 15, 81669 M?nch...
2007 Sep 12
0
The use for an XML based metadata format
...blem. There is consistency and indexability to be >> addressed (Ludvig van Beethoven; Beethoven, Ludvig van; >> Beethoven). > > ID3 has a concept of "sort" tags, which provide a string for sorting > purposes which is different from the (presumedly full name) of the usal > tag. TSOP="Beethoven", TCOM="Ludwig van Beethoven". > > If you want something more precise, you have to link to unique > identifiers for a particular artist, like a musicbrainz id. I > gather that's not what you're interested in here? > Well, mus...
2008 Jan 16
1
ICMP: 62.x.x.x: Source Route Failed
Hi all i got the ICMP: 62.x.x.x: Source Route Failed in the /var/log/message What is it? Thank you ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
2007 Jan 29
0
can not load my workspace any more
Hello everybody! I've been working now for quite a while with my R envoirment. However, today I tried to load it as usal, but I only get the error message Error in methods:::mlistMetaName(mi, ns) : the methods object name for 'plot' must include the name of the package that contains the generic function, but there is no generic function of this name This happens directly after I start R on the command lin...