Displaying 20 results from an estimated 39 matches for "8121".
Did you mean:
121
2011 Feb 11
4
take my name from the list
How I can take out my name from this list?
Fernanda Melo Carneiro contato: (62) 3521-1480 e 8121-7374www.ecoevol.ufg.br
Laboratório de Ecologia Teórica e Síntese (UFG)
[[alternative HTML version deleted]]
2011 Jul 31
4
cron jobs not running
...TCENT09 crond[8007]: (root) CMD (/bin/alldb > /home/bluethundr/backupdb/alldb-$(date +)
Jul 30 22:59:46 VIRTCENT09 crond[8053]: (CRON) STARTUP (V5.0)
Jul 30 23:00:01 VIRTCENT09 crond[8074]: (root) CMD (/bin/alldb > /home/bluethundr/backupdb/alldb-$(date +)
Jul 30 23:00:10 VIRTCENT09 crontab[8121]: (root) BEGIN EDIT (root)
Jul 30 23:01:01 VIRTCENT09 crond[8134]: (root) CMD (run-parts /etc/cron.hourly)
Jul 30 23:01:01 VIRTCENT09 crond[8135]: (root) CMD (/bin/alldb > /home/bluethundr/backupdb/alldb-$(date +)
Jul 30 23:02:01 VIRTCENT09 crond[8157]: (root) CMD (/bin/alldb > /home/blueth...
1999 May 11
1
Please Help! Re: Using smbpasswd (fwd)
...encryption yet, because I wanted to ensure
everything was working first.
Carey
======================================================================
<> Carey F. Cox, PhD | PHONE: (409) 880-8770 <>
<> Assistant Professor | FAX: (409) 880-8121 <>
<> Dept. of Mech. Eng. | EMAIL: carey@tabasco.lamar.edu <>
<> Lamar University | WEB: N/A <>
======================================================================
---------- Forwarded message --------...
1999 Apr 28
3
License manager
...get
the Win95 client to talk to it.
Any and all help much appreciated!
Carey
======================================================================
<> Carey F. Cox, PhD | PHONE: (409) 880-8770 <>
<> Assistant Professor | FAX: (409) 880-8121 <>
<> Dept. of Mech. Eng. | EMAIL: carey@tabasco.lamar.edu <>
<> Lamar University | WEB: N/A <>
======================================================================
2011 Jan 12
1
metafor/ meta-regression
...iable, however in
command:
Ø res<-rma.uni (yi, vi,
method="REML", mods=~cota+DL+uso+gadiente+idade, data= turbidez)
I just have the coefficients no standardized (estimate) of the multiple
regression.
What I need to do?
Thanks
Fernanda Melo Carneiro contato: (62) 3521-1480 e 8121-7374www.ecoevol.ufg.br
Laboratório de Ecologia Teórica e Síntese (UFG)
[[alternative HTML version deleted]]
2009 Oct 20
1
OutCALL
...d...
Name: not available
Type: image/jpeg
Size: 1042 bytes
Desc: image001.jpg
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20091020/c89bca64/attachment.jpeg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 8121 bytes
Desc: image002.gif
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20091020/c89bca64/attachment.gif
2009 Oct 18
7
Asterisk Monitoring
...d...
Name: not available
Type: image/jpeg
Size: 1042 bytes
Desc: image001.jpg
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20091018/9fbbf4cf/attachment.jpeg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 8121 bytes
Desc: image002.gif
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20091018/9fbbf4cf/attachment.gif
2008 Feb 06
2
(message_parse_header_next): assertion failed:, +(IS_LWSP(line->value[0])) 1.1beta14
...->value[0]))
Feb 5 22:47:41 boomhauer dovecot: child 8022 (imap) killed with signal 6
Feb 5 22:48:21 boomhauer dovecot: IMAP(username): file
message-header-parser.c: line 350 (message_parse_header_next): assertion
failed:
+(IS_LWSP(line->value[0]))
Feb 5 22:48:24 boomhauer dovecot: child 8121 (imap) killed with signal 6
Feb 5 22:49:13 boomhauer dovecot: IMAP(username): file
message-header-parser.c: line 350 (message_parse_header_next): assertion
failed:
+(IS_LWSP(line->value[0]))
Feb 5 22:49:15 boomhauer dovecot: child 8171 (imap) killed with signal 6
I hope this is enough of a...
1999 May 05
0
? lmhosts ?
...box as the license server. Any suggestions?
>
> Carey
>
> ======================================================================
> <> Carey F. Cox, PhD | PHONE: (409) 880-8770 <>
> <> Assistant Professor | FAX: (409) 880-8121 <>
> <> Dept. of Mech. Eng. | EMAIL: carey@tabasco.lamar.edu <>
> <> Lamar University | WEB: N/A <>
> ======================================================================
>
> ------------...
2011 Jan 31
0
withdraw my email from list
Please I would like that my email address be withdrawn from contact list.Sincerely yours
Fernanda Melo Carneiro contato: (62) 3521-1480 e 8121-7374www.ecoevol.ufg.br
Laboratório de Ecologia Teórica e Síntese (UFG)
[[alternative HTML version deleted]]
2011 Mar 31
0
AEM package
...his in the Legendre's book exemple in the part:>length.edge<-vector(length=nrow(edges.b))>for (i in 1:nrow(edges.b)){length.edge[i]<-D1.mat[edges.b[i,1], edges.b[i,2]]}There is some problem with the "lenght" argument.Thanks
Fernanda Melo Carneiro contato: (62) 3521-1480 e 8121-7374www.ecoevol.ufg.br
Laboratório de Ecologia Teórica e Síntese (UFG)
[[alternative HTML version deleted]]
1998 May 29
2
Encrypted passwords
Is there a tool, either for Perl or C, that will add/change the NT and
LM encrypted passwords in the smbpasswd file? I know about the
smbpasswd command, but I can't use that function from a script. I tried
#!/bin/perl
system("smbpasswd \< $oldpassword\n$newpassword\n$newpassword\n");
and some other things, but I couldn't get it to work.
TSD
1999 Apr 15
0
[RETRY] Help with preexec (fwd)
...be done under the userid.
Is there something I'm missing?
Thanks,
Carey
======================================================================
<> Carey F. Cox, PhD | PHONE: (409) 880-8770 <>
<> Assistant Professor | FAX: (409) 880-8121 <>
<> Dept. of Mech. Eng. | EMAIL: carey@tabasco.lamar.edu <>
<> Lamar University | WEB: N/A <>
======================================================================
1999 May 14
0
Share Win95 files
...shared by anyone logging onto the domain (Linux/Samba
server)?
Thanks,
Carey
======================================================================
<> Carey F. Cox, PhD | PHONE: (409) 880-8770 <>
<> Assistant Professor | FAX: (409) 880-8121 <>
<> Dept. of Mech. Eng. | EMAIL: carey@tabasco.lamar.edu <>
<> Lamar University | WEB: N/A <>
======================================================================
1999 May 17
1
changing user passwords with smbpasswd
Hello,
I still cannot change user passwords with my Samba 2.0.3 server:
When I try to change a users password either through SWAT or when logged in,
I get the following error message when trying to change the password:
---
machine 127.0.0.1 rejected the session setup. Error was: ERRSRV - ERRbadpw
(Bad password - name/password pair in a Tree Connect or Session Setup are
invalid.).
Failed to
2009 Mar 13
0
Rails Genarator Destroy
...39;m trying undesrtand how don''t delete a specific file generated.
When i call "script/destroy" It''s destroying everything that was
created by "script/generate".
Anyone know about some option to skip file be deleted? or a way to skip it?
Kivanio Barbosa
Cel 8121-4248
Blog: www.kivanio.com.br
Company: www.eiqconsultoria.com.br
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5...
2013 Oct 25
0
Puppet dashboard blank stylesheet
...a look with Safari''s
developer windows at what it thinks is going on and I''m seeing an all.cis
that is coming up empty. And yet the transfer logs show a sizable all.css
being transferred, and if I grab all.css directly I end up with content.
I do see that there''s a bug (8121) on something like this, but as far as I
can tell, my version of puppet-dashboard (xxx) is greater than the version
where that bug is fixed.
It seems likely that something has gone miss in the whole
Apache-Passenger-Rails relationship, but I don''t know enough about this to
figure out how...
1999 Mar 22
0
Network domain logons?
...rrect procedure. I have included my smb.conf file at the end.
Thanks,
Carey
======================================================================
<> Carey F. Cox, PhD | PHONE: (409) 880-8770 <>
<> Assistant Professor | FAX: (409) 880-8121 <>
<> Dept. of Mech. Eng. | EMAIL: carey@tabasco.lamar.edu <>
<> Lamar University | WEB: N/A <>
======================================================================
#======================= Global Settin...
2009 Aug 07
1
ggplot2-ddply question
...22, 635, 197, 444, 206, 0, 210, 598, 2406, 2476, 1792,
1998.32, 2235, 3184, 2897, 3325.59, 908.77, 2125, 2638.11,
5540, 11515, 11703, 21135, 18770, 16686, NA, NA, NA, NA,
28385, 57464, 53024, NA, NA, NA, NA, 35055, 28911, 25947,
23830, 18457.87, 13129, 14166, 13775.76, 14797, 11564, 8121,
15123, 14333, 13841, 14524, 19793, 26013, 27567, 28883, 18506.87,
18494.87, 11502, 14635, 10283, 12490, 21362, 7138, 8267,
6245, 13032, 12646.37, 11505, 8309, 6085, 5894.51, 7129.24,
6321, 8168, 5425, 3540.31, 1844.04, 1340, 3257, 3557, 2988,
4125, 8180, 6526, 5051, 3962, 3461,...
2004 Dec 06
3
rsync: a bit of confusion
Hi,
This is the first time I have setup rsync.conf like,
max connections = 20
syslog facility = local3
read only = true
hosts allow = 192.168.10.10
[qmail-control]
comment = qmail-control
path = /var/qmail/control
read only = yes
list = yes
uid = root
gid = root
Then from 192.168.10.10, I tried,
rsync -avz -e ssh