search for: 2430

Displaying 20 results from an estimated 105 matches for "2430".

Did you mean: 230
2015 Jul 16
13
[Bug 2430] New: ssh-keygen should allow to login before reading public key from smart card
https://bugzilla.mindrot.org/show_bug.cgi?id=2430 Bug ID: 2430 Summary: ssh-keygen should allow to login before reading public key from smart card Product: Portable OpenSSH Version: 6.9p1 Hardware: Other OS: Linux Status: NEW Severity:...
2020 Jun 10
0
CESA-2020:2430 Moderate CentOS 6 kernel Security Update
CentOS Errata and Security Advisory 2020:2430 Moderate Upstream details at : https://access.redhat.com/errata/RHSA-2020:2430 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 11bf519a323e41b66b238dc14e924b0b5d3b6d637dc4d8f5e866a566545ea7f0 kernel-2.6.32-754.30.2.el6.i686...
2004 Aug 15
0
how can i config a Cisco IAD 2430 config as a sip client
Hello, I have a cisco ATA 188 registering both of its lines to * I can place calls between then an to kphone an MSN messenger (both registering with * too), a few days ago a friend lend me a Cisco IAD 2430 and I was willing to do the same thing with it, since it has 24 ports I was willing to to use 24 analog phones with it however something really weird happens I can place calls from my ata, kphone and msn to a phone on the IAD but have no sound or ringback tone from it, and the IAD is also unable to...
2006 Jan 08
2
3 PSTN lines, 3 IP Phones
Hi all, Newbie quest here. I have 3 PSTN lines (2430-2432) setup by the CLEC in a hunt group coming in to a TDM04B and 3 Grandstream gxp-2000's (say a,b and c) and Asteriskathome installed. I want all phones (a,b,c) to be able to take calls from the hunt group. Does this mean I must make 9 SIP extensions on * ? 3 for each IP phone? an...
2019 Apr 05
2
Call for testing: OpenSSH 8.0
...isting keys from PKCS#11 modules. In the past, it was not needed to enter a PIN for this, but now. At least, it is not consistent with a comment in the function pkcs11_open_session(), which says 727 * if pin == NULL we delay login until key use Being logged in before listing keys prevents bug #2430, but as a side effect, even the ssh can not list keys before login and if the configuration contains a PKCS#11 module, the user is always prompted for a PIN, which is not very user friendly. I see this is a regression and the bug #2430 should get solved as proposed in the patches (will need some t...
2003 Jan 08
0
integer coercion when indexing and subsetting (PR#2430)
At the end of his bug report, Philippe says PhGr> ..... Moreover, the subset operation [] uses as.integer() and PhGr> consequently, can suffer from the same syndrome. A WARNING section in PhGr> Extract.Rd would be welcome too. [BTW: Thank you Philippe! ] Currently, "Extract.Rd" does not say anything on the kind of indices `i' that can be used in things like
2019 Apr 24
2
Call for testing: OpenSSH 8.0
...for > > this, but now. > > > > At least, it is not consistent with a comment in the function > > pkcs11_open_session(), which says > > > > 727 * if pin == NULL we delay login until key use > > > > Being logged in before listing keys prevents bug #2430, but as a > > side > > effect, even the ssh can not list keys before login and if the > > configuration contains a PKCS#11 module, the user is always > > prompted > > for a PIN, which is not very user friendly. > > > > I see this is a regression and the bu...
2018 Jun 14
3
No write access on new shares until smbd is restarted
Rowland, Sorry - here are the globals and share config: [global] template shell=/bin/bash log file=/var/log/samba/log.%m log level=8 max log size=5000 passdb backend=tdbsam load printers=no printing=bsd printcap name=/dev/null map to guest=bad user [2430_ram] path=/data/fs/2430-ram guest ok=no browseable=yes create mask=0775 directory mask=0775 read only=no follow symlinks=yes wide links=no valid users=man_dude oplocks=yes locking=yes The log from my first message is a user attempting and failing to create a folder in the root of the share. The us...
2018 Jun 14
2
No write access on new shares until smbd is restarted
...s the relevant log part: [2018/06/14 16:04:29.229329, 5] ../source3/smbd/filename.c:662(unix_convert) unix_convert begin: name = New folder, dirpath = , start = New folder [2018/06/14 16:04:29.229375, 5] ../source3/smbd/vfs.c:1458(check_reduced_name) check_reduced_name: . reduced to /data/fs/2430-ram [2018/06/14 16:04:29.229432, 5] ../source3/smbd/filename.c:1060(unix_convert) New file New folder [2018/06/14 16:04:29.229453, 5] ../source3/smbd/vfs.c:1458(check_reduced_name) check_reduced_name: New folder reduced to /data/fs/2430-ram/New folder [2018/06/14 16:04:29.229465, 5] ../sourc...
2018 Jun 15
2
No write access on new shares until smbd is restarted
...bal] > > template shell=/bin/bash > > log file=/var/log/samba/log.%m > > log level=8 > > max log size=5000 > > passdb backend=tdbsam > > load printers=no > > printing=bsd > > printcap name=/dev/null > > map to guest=bad user > > > > [2430_ram] > > path=/data/fs/2430-ram > > guest ok=no > > browseable=yes > > create mask=0775 > > directory mask=0775 > > read only=no > > follow symlinks=yes > > wide links=no > > valid users=man_dude > > oplocks=yes > > locking=yes >...
2014 Nov 21
0
How to enable apparmor security driver for libvirt
Hi guys, I want to enable apparmor security driver for my libvirt env with ubuntu os. What I do is as following: First, I got the source code and compile it. ubuntu@ubuntu:~/github$git clone git://libvirt.org/libvirt.git ubuntu@ubuntu:~/github/libvirt$ dpkg -l|grep apparmor ii apparmor 2.8.95~2430-0ubuntu5 amd64 User-space parser utility for AppArmor ii libapparmor-dev:amd64 2.8.95~2430-0ubuntu5.1 amd64 AppArmor development libraries and header files ii libapparmor-perl 2.8.95~2430-0ubuntu5 amd64 AppArmor library Perl bindings ii libapparmor1:amd64 2.8.95~2430-0ubuntu5.1 amd64 changehat AppA...
2003 Jan 08
2
Undocumented bahavior of as.integer() (PR#2430)
as.integer() truncates doubles toward zero, as Splus does (at least v. 6.1 under Windows does). Thus: > look <- (10 * seq(14)) - 76 > 10 * (73.1 + look) [1] 71 171 271 371 491 586 681 791 886 981 1101 1201 1301 1401 > as.integer(10 * (73.1 + look)) [1] 70 170 270 370 490 586 681 791 886 981 1101 1201 1301 1401 ... It is not documented in R! I propose appending
2003 Dec 05
3
MGCP IADs
Hi, For MGCP users. Is there any success stories with any MGCP IAD vendor. I?m trying to find an IAD which works with Asterisk. I?ve tried the Cisco IAD 2430 without success; but SIP on this IAD works but it?s limited (no authentication, no notify messages, etc) and with higher density IAD (16 or more ports) it?s nice to control using MGCP. Any information will be apreciated ! Thanks. -- Juanjo sin .sig
2020 Jun 11
0
CentOS-announce Digest, Vol 184, Issue 4
...t at centos-announce-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CESA-2020:2433 Moderate CentOS 6 microcode_ctl Security Update (Johnny Hughes) 2. CESA-2020:2430 Moderate CentOS 6 kernel Security Update (Johnny Hughes) 3. CESA-2020:2432 Moderate CentOS 7 microcode_ctl Security Update (Johnny Hughes) ---------------------------------------------------------------------- Message: 1 Date: Wed, 10 Jun 2020 17:17:14 +0000 From: Johnny Hughes &l...
2018 Feb 26
3
Outstanding PKCS#11 issues
...incorporated, but usually not yet even reviewed or considered. I believe using PKCS#11 as a store for private keys is a good practice and making OpenSSH work with it is a must. So again, I offering my help in this area not limited to the following bugs (according to complexity and priority): Bug 2430 - ssh-keygen should allow to login before reading public key from smart card Bug 2652 - PKCS11 login skipped if login required and no pin set Bug 2638 - Honor PKCS#11 CKA_ALWAYS_AUTHENTICATE attribute of the private objects Bug 2474 - Enabling ECDSA in PKCS#11 support for ssh-agent Bug 2817 - Add s...
2018 Jun 14
0
No write access on new shares until smbd is restarted
...[2018/06/14 16:04:29.229329, 5] > ../source3/smbd/filename.c:662(unix_convert) > unix_convert begin: name = New folder, dirpath = , start = New > folder [2018/06/14 16:04:29.229375, 5] > ../source3/smbd/vfs.c:1458(check_reduced_name) > check_reduced_name: . reduced to /data/fs/2430-ram > [2018/06/14 16:04:29.229432, 5] > ../source3/smbd/filename.c:1060(unix_convert) > New file New folder > [2018/06/14 16:04:29.229453, 5] > ../source3/smbd/vfs.c:1458(check_reduced_name) > check_reduced_name: New folder reduced to /data/fs/2430-ram/New > folder [2018/...
2018 Jun 14
0
No write access on new shares until smbd is restarted
...here are the globals and share config: > > [global] > template shell=/bin/bash > log file=/var/log/samba/log.%m > log level=8 > max log size=5000 > passdb backend=tdbsam > load printers=no > printing=bsd > printcap name=/dev/null > map to guest=bad user > > [2430_ram] > path=/data/fs/2430-ram > guest ok=no > browseable=yes > create mask=0775 > directory mask=0775 > read only=no > follow symlinks=yes > wide links=no > valid users=man_dude > oplocks=yes > locking=yes > > The log from my first message is a user attemptin...
2007 Feb 05
1
trap info from dtrace ???
...101 73 48 47 47 46 47 3 2423 0x640 101 73 49 47 46 47 47 4 2457 0x680 101 72 47 49 47 46 48 5 2455 0x6c0 99 71 47 48 48 47 47 6 2430 0x600 +2394 0x6c4 97 70 46 47 47 48 47 7 2449 0x64c 8 0x604 99 71 47 47 47 47 49 I also want to break-down the cross-cpu calls by function, but have not yet done so on the simulator. thanks, Pete Lawrence.
2005 Sep 08
0
sending fax....i'm in trouble !
hi all, i've this problem with app_txfax. Here's the log of the error: Sep 8 13:28:55 VERBOSE[10750]: -- Attempting call on Zap/g1/2430 for application txfax(/var/tmp/ast_fax-1126178934.10240.1804289383.0|caller) (Retry 1) Sep 8 13:28:55 DEBUG[10750]: Using channel 3 Sep 8 13:28:55 WARNING[10750]: Unable to allocate channel structure Sep 8 13:28:55 NOTICE[10750]: Unable to request channel Zap/g1/2430 Sep 8 13:28:55 NOTICE[107...
2009 May 11
1
Compiz licensing
...ch sent me to a web article: http://lists.freedesktop.org/archives/compiz/2007-February/001413.html Can you direct me to someone (name, phone number) with whom I can discuss. Thanks and regards, -- Pradeep Jain pjain at houston.oilfield.slb.com Schlumberger Information Solutions (713) 513-2430