Displaying 20 results from an estimated 81 matches for "2666".
Did you mean:
266
2017 Jan 21
3
[Bug 2666] New: Ability to specify minimum RSA key size for user keys
https://bugzilla.mindrot.org/show_bug.cgi?id=2666
Bug ID: 2666
Summary: Ability to specify minimum RSA key size for user keys
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5...
2020 Jun 23
0
CEBA-2020:2666 CentOS 7 ca-certificates BugFix Update
CentOS Errata and Bugfix Advisory 2020:2666
Upstream details at : https://access.redhat.com/errata/RHBA-2020:2666
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
1095e8edd8713c148159831eda79522d8eae5c52f1930b7a570a157f3ccf2fc2 ca-certificates-2020.2.41-70.0.el7_8....
2008 Sep 16
5
buying the right cpu fan
...anufacturer: Intel
ID: 47 0F 00 00 FF FB EB BF
Version: Intel(R) Pentium(R) D CPU 2.66GHz
Voltage: 1.4 V
External Clock: 133 MHz
Max Speed: 2666 MHz
Current Speed: 2666 MHz
is this enough to tell me what kind of fan I need to get? It's obvious
it's a Pentium IV.
What other command/what other command might I be able to run to parse in
order to g...
2013 Dec 12
2
Size detection/replair does not work with zlib
...tried the same with a zlib compressed message but here dovecot
doesn't recognize/repair the size of the message.
When I access this folder via IMAP the connection is diconnected and
in dovecot logs I see the following error messages:
Error: Cached message size smaller than expected (805 < 2666)
Error: Corrupted index cache file /somedir/dovecot.index.cache: Broken physical size for mail UID 23
Error: read() failed: Input/output error (FETCH for mailbox INBOX UID 23)
Disconnected: Internal error occurred. Refer to server log for more information. [2013-12-12 10:54:18] in=321 out=1977
As...
2010 May 15
9
Age of Empires doesn't start
Hi.
I've been trying to make AoE (I or II) work on Ubuntu 9.10 and 10.04,
with Wine 1.1.37 (more recent versions don't start Civ4, and I prefer
to play Civ4 than AoE ;-)
The installation works fine, but the game crashes with the famous "We
are sorry" window. This is a trace of a terminal start :
nico at gaston:~/.wine/drive_c/Program Files/Microsoft Games/Age of Empires II$
2011 Mar 31
2
Winbindd filling log file with " final write to client failed: Broken pipe"
...set up winbindd to authenticate local users against our active
directory servers and everything works fine.
I see plenty of the following lines in my logs and I'm wondering if
someone can help me troubleshooting this:
[2011/03/31 15:15:02, 10]
winbindd/winbindd_cache.c:cache_retrieve_response(2666)
Retrieving response for pid 8749
[2011/03/31 15:15:02, 7]
winbindd/winbindd_idmap.c:winbindd_sid2gid_async(351)
winbindd_sid2gid_async: Resolving
S-1-5-21-2615388863-3808077908-615857747-2195 to a gid
[2011/03/31 15:15:02, 10] winbindd/winbindd_dual.c:async_request(125)
Sending request to c...
2009 May 16
1
howto set up persistent dynamic meetme
With 1.6.1, I'm trying to set up a test of meetme for creating dynamic
conferences.
extensions.conf:
[meetme]
exten => 2663,1,MeetMe(,De)
exten => 2663,n,Hangup()
exten => 2666,1,MeetMe()
exten => 2666,n,Hangup()
What I'm expecting is to dial 2663, get a conference room number ( 600,
I suppose since it's the only room ), and set a PIN. Hangup.
Then users would dial 2666 enter the conference room number and the PIN,
and be placed in conference.
The problem...
2008 Sep 15
2
replacing CPU fan
...anufacturer: Intel
ID: 47 0F 00 00 FF FB EB BF
Version: Intel(R) Pentium(R) D CPU 2.66GHz
Voltage: 1.4 V
External Clock: 133 MHz
Max Speed: 2666 MHz
Current Speed: 2666 MHz
is this enough to tell me what kind of fan I need to get? It's obvious
it's a Pentium IV.
What other command/what other command might I be able to run to parse in
order to g...
2011 Dec 08
1
read-only rootfs for lxc containers
...M=linux
LIBVIRT_LXC_UUID=38320e75-1ba0-d85a-6138-532a3a66f13d
LIBVIRT_LXC_NAME=hw /bin/bash
2011-12-08 15:31:41.945: 1: info : libvirt version: 0.9.7
2011-12-08 15:31:41.945: 1: error : lxcContainerPivotRoot:345 : Failed
to create /mnt/vmroot/.oldroot: Read-only file system
2011-12-08 15:31:41.945: 2666: info : libvirt version: 0.9.7
2011-12-08 15:31:41.945: 2666: error : lxcControllerRun:1210 : error
receiving signal from container: Input/output error
XML: http://pastebin.com/Q0p5irBH
Cheers,
-C-
2009 May 15
1
meetme dies looking for conf-getconfno
With 1.6.1, I'm trying to set up a test of meetme for creating dynamic
conferences.
cat meetme.conf
[rooms]
conf => 600
extensions.conf:
[meetme]
exten => 2663,1,MeetMe(,D)
exten => 2663,n,Hangup()
exten => 2666,1,MeetMe()
exten => 2666,n,Hangup()
What I'm expecting is to dial 2663, get a conference room number ( 600,
I suppose since it's the only room ), and set a PIN.
Then I'd dial 2666 enter the conference room number and the PIN, and be
put in conference.
But here's what happen...
2008 Nov 26
1
multiple imputation with fit.mult.impute in Hmisc - how to replace NA with imputed value?
...s with
the imputed values.
Here's a general ourline of the process:
> set.seed(23)
> library("mice")
> library("Hmisc")
> library("Design")
> d <- read.table("DailyDataRaw_01.txt",header=T)
> length(d);length(d[,1])
[1] 43
[1] 2666
Do for this data set, there are 43 columns and 2666 rows
Here is a piece of data.frame d:
> d[1:20,4:6]
P01 P02 P03
1 0.1 0.16 0.16
2 NA 0.00 0.00
3 NA 0.60 0.04
4 NA 0.15 0.00
5 NA 0.00 0.00
6 0.7 0.00 0.75
7 NA 0.00 0.00
8 NA 0.00 0.00
9 0.0 0.00 0.00
10 0.0 0.00 0.00
11 0...
2003 Apr 13
2
Problem in getting tftp transfer to succeed
...d8 8926 7c5b 8c16 7e5b ..^0.....&|[..~[
0x0040 8926 58a6 8c16 5ca6 fa66 0fb2 2658 a6fb .&X...\..f..&X..
0x0050 fce8 6820 b000 bf00 57b9 8002 061e 07f3 ..h.....W.......
0x0060 aa07 bee3 a4e8 a31a be40 9fe8 9d1a c706 ......... at ......
0x0070 ba5b 0102 2666 813f 2150 5845 0f84 0f01 .[..&f.?!PXE....
0x0080 b850 56cd 1a72 233d 4e56 751e 2666 813f .PV..r#=NVu.&f.?
0x0090 5058 454e 7514 2681 7f04 562b 7415 e85e PXENu.&...V+t..^
0x00a0 0f0f 83ea 00e8 c00f 7309 be25 a2e8 5b1a ........s..%..[.
0x00b0 e9ec 0e89...
2009 Dec 23
4
Asterisk and Faxing
...aptel which I read I need for app_rxfax then asterisk crashes with segfaults on startup
asterisk[2624]: segfault at 30353466 ip b7eb538b sp bffda26c error 4 in libc-2.7.so[b7e3f000+155000]
asterisk[2647]: segfault at 30353466 ip b7e6338b sp bfb7708c error 4 in libc-2.7.so[b7ded000+155000]
asterisk[2666]: segfault at 30353466 ip b7dfe38b sp bfa6e4ec error 4 in libc-2.7.so[b7ded000+155000]
When I use dahdi at least asterisk will start but app_rxfax will fail
with unknown symbol in ast_register_application
I could only find a precompiled-linux-spandsp-app-fax is there anyway to get the source
a...
2004 Apr 28
1
Bug report 3.0.2a; INTERNAL ERROR: Signal 11 in smbd; PANIC: internal error
...dussel smbd[2601]: #23 smbd(main+0x4bf) [0x822fd2f]
Apr 20 18:20:26 dussel smbd[2601]: #24
/lib/tls/libc.so.6(__libc_start_main+0xe4) [0x42015574]
Apr 20 18:20:26 dussel smbd[2601]: #25 smbd(ldap_msgfree+0x8d)
[0x8077061]
Apr 20 18:20:26 dussel smbd[2601]:
Apr 20 18:20:27 dussel smbd[2666]: [2004/04/20 18:20:27, 0]
smbd/connection.c:register_message_flags(220)
Apr 20 18:20:27 dussel smbd[2666]: register_message_flags: tdb_fetch
failed
Apr 20 18:20:39 dussel smbd[2666]: [2004/04/20 18:20:39, 0]
I have 4 print shares (with the same printer driver), so I saw the same
messages a...
2006 Feb 25
5
MySQL client ran out of memory
I''m getting the following error unexpectedly for my rails app. I just
exported the databae from dreamhost and imported it on textdrive for
my rails app.
Mysql::Error: MySQL client ran out of memory: SELECT COUNT(*) FROM
comments WHERE (comments.listing_id = 2666)
/usr/local/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/connection_adapters/abstract_adapter.rb:88:in
`log''
/usr/local/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/connection_adapters/mysql_adapter.rb:180:in
`execute''
/usr/local/lib/ruby/gems/1.8/...
2024 Nov 17
0
Extracting shutdown command from "sniffed" USB traffic
Hi all,
In light of issue #2666 (
https://github.com/networkupstools/nut/issues/2666#issue-2623441838), I
"sniffed" USB traffic from APC's `PowerChute Serial Shutdown` software
(with the help of this guide (https://www.youtube.com/watch?v=0MC-D_oNzbk)).
I hope to be able to find out the shutdown command for my APC &...
2011 Oct 07
4
How to patch wine
I wont to taste the new patch of this bug
http://bugs.winehq.org/show_bug.cgi?id=2666
But I don't know haw to do it. The main problem is that I cant download the patch, because wen I click on it it show a page with a code but It don't download it as the patch, .diff file
Help!
2016 May 05
3
FirewallD and FTP passive mode
...he Internet. There are plenty howtos but there aren't many
with my combination.
For now i have configured port forwarding and ftp server itself.
On the router:
# firewall-cmd --list-all --zone=external
external (active)
interfaces: enp3s1
sources:
services: openvpn ssh
ports: 1194/tcp 2666/tcp 88/tcp
masquerade: yes
forward-ports: port=21:proto=tcp:toport=:toaddr=10.0.32.7
port=10090-10100:proto=tcp:toport=:toaddr=10.0.32.7
port=88:proto=tcp:toport=80:toaddr=10.0.32.23
icmp-blocks:
rich rules:
I also did:
# modprobe ip_conntrack_ftp ports=10090,10100
excerp...
2019 Aug 26
1
Problems joining station in domain
...84-867D-459D-9C0C-CBB3D511F086}
> drwxrwx---+ ?5 3000000 3000008 4,0K jul 29 11:36
> {B495E0CC-C411-4970-B2F0-B761933BEE71}
> drwxrwx---+ ?5 3000008 3000008 4,0K ago 21 15:24
> {D1310DE4-5ECF-4367-9E90-A9CB1E2D18DA}
> drwxrwx---+ ?4 3000008 3000008 4,0K ago 26 14:50
> {DA0EA122-2666-49A8-BD50-2A8E42AB15DC}
> drwxrwx---+ ?5 3000000 3000008 4,0K jul 29 11:36
> {E78B5E20-C964-4548-9086-33398DDC2C9A}
> drwxrwx---+ ?4 3000000 3000008 4,0K jul 29 11:36
> {E977DEE8-F765-4513-BCA3-0B221DD3BB5F}
>
No, they are the Unix permissions, you either need to use 'getfacl...
2020 Jun 24
0
CentOS-announce Digest, Vol 184, Issue 9
...-2020:2656 CentOS 7 net-snmp BugFix Update (Johnny Hughes)
2. CEBA-2020:2658 CentOS 7 resource-agents BugFix Update
(Johnny Hughes)
3. CEBA-2020:2660 CentOS 7 rsyslog BugFix Update (Johnny Hughes)
4. CEBA-2020:2657 CentOS 7 fence-agents BugFix Update (Johnny Hughes)
5. CEBA-2020:2666 CentOS 7 ca-certificates BugFix Update
(Johnny Hughes)
6. CEBA-2020:2655 CentOS 7 ncompress BugFix Update (Johnny Hughes)
7. CESA-2020:2642 Important CentOS 7 unbound Security Update
(Johnny Hughes)
8. CEBA-2020:2654 CentOS 7 cloud-init BugFix Update (Johnny Hughes)
9. CESA-...