Displaying 20 results from an estimated 259 matches for "1045".
2013 Apr 16
6
I don't understand the 'order' function
I thought I've understood the 'order' function, using simple examples like:
order(c(5,4,-2))
[1] 3 2 1
However, I arrived to the following example:
order(c(2465, 2255, 2085, 1545, 1335, 1210, 920, 210, 210, 505, 1045))
[1] 8 9 10 7 11 6 5 4 3 2 1
and I was completely perplexed!
Shouldn't the output vector be 11 10 9 8 7 6 4 1 2 3 5 ?
Do I have a damaged version of R?
I became still more astonished when I used the sort function and got the
right answer:
sort(c(2465, 2255, 2085, 1545, 13...
2001 Nov 13
0
ALC Learn English- 156-0000 Joyful NIGHT! Cheerful DAY! Happy LIFE!
...9;й
с
преподавателями
из США
МЫШЛЕНИЕ,
ПРОИЗНОШЕНИЕ,
СТИЛЬ РЕЧИ
----------------------------...
2005 May 25
5
[Bug 1045] Missing option for ignoring the /etc/nologin file
http://bugzilla.mindrot.org/show_bug.cgi?id=1045
Summary: Missing option for ignoring the /etc/nologin file
Product: Portable OpenSSH
Version: 4.0p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: sshd
Ass...
2003 Dec 23
2
rsync error: some files could not be transferred (code 23) at main.c(1045)
Hi!
How can I find out what files wheren't transferred If I have error:
rsync error: some files could not be transferred (code 23) at
main.c(1045)
running rsync?
I've tried "rsync -v[v][v]" but had no success. It wasn't possible to make
sure what where the files producing the error. Any idea?
rsync is version 2.5.7
--
Thomas
2003 Apr 14
2
unexplained error (code 255) at main.c(1045)
...sr /home
I've attempted this both as the rsr user and as the root user (thinking that
perhaps the fact it overwrites my ~/.ssh directory is the reason it tweaks).
The error I get, invariably, but not at consistent points in the transfer, is:
rsync error: unexplained error (code 255) at main.c(1045)
Which is, unfortunately, a rather vague error.
I've searched Google/Google-groups and the FAQ. main.c(1045)is just an exit
statement, so it's not all that useful.
Any suggestions as to what I may do differently?
-roy
2012 May 23
2
Bug#674088: xcp-xapi: vbd-plug to dom0 does not creates /dev/xvd* devices in dom0
...a3299b50/vdi
[12866] 2012-05-23 04:23:29.253281 lock: closed /var/lock/sm/42cbc4a3-dae2-e756-d122-01b87ed871c2/sr
[12866] 2012-05-23 04:23:29.253809 lock: closed /var/lock/sm/42cbc4a3-dae2-e756-d122-01b87ed871c2/sr
xcp-xapi.log (ex. xensource.log):
[20120523T00:23:28.848Z| info|lab-xh3|1045 UNIX /var/lib/xcp/xapi||cli] xe vbd-plug uuid=b2e8f7b3-34c4-fe9a-486e-6551b8ba4165 username=root password=null
[20120523T00:23:28.849Z| info|lab-xh3|1045 UNIX /var/lib/xcp/xapi|session.login_with_password D:5d579e77454e|xapi] Session.create trackid=f0c22aa371e94e4f976de937c65c5b83 pool=false uname=...
2007 Jun 05
0
[1045] trunk/wxruby2/swig/classes/include/wxImage.h: Add missing Size and Resize methods in Wx::Image
...patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[1045] trunk/wxruby2/swig/classes/include/wxImage.h: Add missing Size and Resize methods in Wx::Image</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>1045</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<...
2016 May 13
0
CEBA-2016:1045 CentOS 7 httpd BugFix Update
CentOS Errata and Bugfix Advisory 2016:1045
Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-1045.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
5834aac1ad90f8d8f34cc3e87ef7c988c51e98b0d19222c3459462b1f3fabc1e httpd-2.4.6-40.el7.centos.1.x86_64....
2011 Sep 22
0
CEBA-2011:1045 CentOS 5 i386 yum-utils Update
CentOS Errata and Bugfix Advisory 2011:1045
Upstream details at : https://rhn.redhat.com/errata/RHBA-2011-1045.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
i386:
bc4cec042b74a73350edb914d7bf2497 yum-aliases-1.1.16-16.el5.centos.noarch.rpm
8c67968edb8406adb383175f3a2f...
2011 Sep 22
0
CEBA-2011:1045 CentOS 5 x86_64 yum-utils Update
CentOS Errata and Bugfix Advisory 2011:1045
Upstream details at : https://rhn.redhat.com/errata/RHBA-2011-1045.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
x86_64:
bf23299e276efaf8a753c1b17ceadf66 yum-aliases-1.1.16-16.el5.centos.noarch.rpm
58f12e82258da73fbad7112a91...
2003 Jun 07
0
unexplained error (code 23) at main.c(1045)
....168.0.50) to another system running redhat 6.2 (192.168.0.70).
The command line I'm using is:
rsync -avW --numeric-ids --delete 192.168.0.50::vgroup00/* /vgroup00/
It complains
IO error encountered - skipping file deletion
rsync error: some files could not be transferred (code 23) at main.c(1045)
I looked at main.c(1045) and it is exit_cleanup(ret) which doesn't really
help much.
Does anyone know what kind of error this might be?
Thanks,
Eric
2007 Nov 15
0
CESA-2007:1045 Moderate CentOS 4 ia64 net-snmp - security update
CentOS Errata and Security Advisory 2007:1045
https://rhn.redhat.com/errata/RHSA-2007-1045.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
ia64:
updates/ia64/RPMS/net-snmp-devel-5.1.2-11.c4.11.1.ia64.rpm
updates/ia64/RPMS/net-snmp-libs-5.1.2-11.c4.11.1.ia64.rpm
updates/ia64/RPMS/net-snmp-perl-5....
2007 Nov 15
0
CESA-2007:1045 Moderate CentOS 3 i386 net-snmp - security update
CentOS Errata and Security Advisory CESA-2007:1045
net-snmp security update for CentOS 3 i386:
https://rhn.redhat.com/errata/RHSA-2007-1045.html
The following updated file has been uploaded and is currently syncing to
the mirrors:
i386:
updates/i386/RPMS/net-snmp-5.0.9-2.30E.23.i386.rpm
updates/i386/RPMS/net-snmp-devel-5.0.9-2.30E.23.i386.rpm
up...
2007 Nov 15
0
CESA-2007:1045 Moderate CentOS 3 x86_64 net-snmp - security update
CentOS Errata and Security Advisory CESA-2007:1045
net-snmp security update for CentOS 3 x86_64:
https://rhn.redhat.com/errata/RHSA-2007-1045.html
The following updated file has been uploaded and is currently syncing to
the mirrors:
x86_64:
updates/x86_64/RPMS/net-snmp-5.0.9-2.30E.23.x86_64.rpm
updates/x86_64/RPMS/net-snmp-devel-5.0.9-2.30E.23.x...
2007 Nov 16
0
CESA-2007:1045 Moderate CentOS 3 ia64 net-snmp - security update
CentOS Errata and Security Advisory 2007:1045
https://rhn.redhat.com/errata/RHSA-2007-1045.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
ia64:
updates/ia64/RPMS/net-snmp-5.0.9-2.30E.23.ia64.rpm
updates/ia64/RPMS/net-snmp-devel-5.0.9-2.30E.23.ia64.rpm
updates/ia64/RPMS/net-snmp-libs-5.0.9-2.30E...
2007 Nov 16
0
CESA-2007:1045 Moderate CentOS 3 s390(x) net-snmp - security update
CentOS Errata and Security Advisory 2007:1045
https://rhn.redhat.com/errata/RHSA-2007-1045.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
s390:
updates/s390/RPMS/net-snmp-5.0.9-2.30E.23.s390.rpm
updates/s390/RPMS/net-snmp-devel-5.0.9-2.30E.23.s390.rpm
updates/s390/RPMS/net-snmp-libs-5.0.9-2.30E...
2007 Nov 16
0
CESA-2007:1045 Moderate CentOS 4 s390(x) net-snmp - security update
CentOS Errata and Security Advisory 2007:1045
https://rhn.redhat.com/errata/RHSA-2007-1045.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
s390:
updates/s390/RPMS/net-snmp-5.1.2-11.c4.11.1.s390.rpm
updates/s390/RPMS/net-snmp-devel-5.1.2-11.c4.11.1.s390.rpm
updates/s390/RPMS/net-snmp-libs-5.1.2-1...
2012 Jun 27
0
CESA-2012:1045 Moderate CentOS 5 php Update
CentOS Errata and Security Advisory 2012:1045 Moderate
Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-1045.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
297de43b0f6b0c3969bcba8186fadfe6b184316944ed27fa57671ac3988af114 php-5.1.6-39.el5_8.i386.rpm
4...
2014 Aug 14
0
CEBA-2014:1045 CentOS 7 kdesdk FASTTRACK BugFix Update
CentOS Errata and Bugfix Advisory 2014:1045
Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-1045.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
8bccc9a244ce4eba1cbdfc5fa9256861f6de5dcce600915c101dfcd0c926edc1 kdesdk-4.10.5-6.el7.x86_64.rpm
1037...
2006 Oct 17
2
ERROR 1045 (28000) when trying to login into the mysql through user test1
hey friends,
I am running Mysql server version: 4.1.20 on Centos 4.0. The problem I
am facing is that I am not able to access the databases if I login
through anyother user for example test1
mysql -u test1 -p
Enter password:
ERROR 1045 (28000): Access denied for user 'test1'@'localhost' (using
password: YES)
I have granted all the privileges for user test1 on databases test & test1
set password for test1@'172.23.96.0/255.255.252.0'=password('test');
show grants for test1@'172.23.96.0/2...