search for: 4462

Displaying 20 results from an estimated 41 matches for "4462".

Did you mean: 446
2017 Jan 16
2
Question on Kerberos (GSSAPI) auth
I?m working on an implementation of ?gssapi-with-mic? authentication for my AsyncSSH package and trying to get it to interoperate with OpenSSH. I?ve gotten it working, but there seems to be a discrepancy between the OpenSSH implementation and RFC 4462. Specifically, RFC 4462 says the following in section 3.4: Since the user authentication process by its nature authenticates only the client, the setting of mutual_req_flag is not needed for this process. This flag SHOULD be set to "false". However, when I try to have my imple...
2018 Nov 02
2
How can I rebase network disk?
...ype='raw' cache='writeback' discard='unmap'/> <auth username='cinder'> <secret type='ceph' uuid='86d3922a-b471-4dc1-bb89-b46ab7024e81'/> </auth> <source protocol='rbd' name='volumes002/volume-127f46fc-ef10-4462-af30-c3893cda31f9'> <host name='172.16.140.63' port='6789'/> </source> <target dev='vdb' bus='virtio'/> <serial>127f46fc-ef10-4462-af30-c3893cda31f9</serial> <alias name='virtio-disk1'/> <address typ...
2006 May 06
2
GSSAPI Key Exchange
Now that RFC 4462 has been published, I was wondering if there would be any interest in looking again at integrating the key exchange portions of my GSSAPI patch into the OpenSSH tree? As I've mentioned before, key exchange has significant benefits for large sites as it allows them to use Kerberos to authent...
2017 Jan 17
2
Question on Kerberos (GSSAPI) auth
...On 1/16/2017 2:09 PM, Ron Frederick wrote: >> I?m working on an implementation of ?gssapi-with-mic? authentication for my AsyncSSH package and trying to get it to interoperate with OpenSSH. I?ve gotten it working, but there seems to be a discrepancy between the OpenSSH implementation and RFC 4462. Specifically, RFC 4462 says the following in section 3.4: >> >> Since the user authentication process by its nature authenticates >> only the client, the setting of mutual_req_flag is not needed for >> this process. This flag SHOULD be set to "false". >...
2008 Mar 17
0
Partition/filesystem expansion difficulties
...ion looked like: Device Boot Start End Blocks Id System /dev/sda1 * 1 64 514048+ fd Linux raid autodetect /dev/sda2 65 1084 8193150 fd Linux raid autodetect /dev/sda3 1085 1339 2048287+ fd Linux raid autodetect /dev/sda4 1340 4462 25085466 f W95 Ext'd (LBA) /dev/sda5 1340 4462 25085466 fd Linux raid autodetect No problem I thought and proceeded make a Ghost copy of the boot drive and then used PartedMagic to expand both the last physical and logical partitions and the resident ext3 files system. Lucky...
2018 Nov 05
0
Re: How can I rebase network disk?
...che='writeback' discard='unmap'/> > <auth username='cinder'> > <secret type='ceph' uuid='86d3922a-b471-4dc1-bb89-b46ab7024e81'/> > </auth> > <source protocol='rbd' name='volumes002/volume-127f46fc-ef10-4462-af30-c3893cda31f9'> > <host name='172.16.140.63' port='6789'/> > </source> > <target dev='vdb' bus='virtio'/> > <serial>127f46fc-ef10-4462-af30-c3893cda31f9</serial> > <alias name='virtio-disk1...
2018 Nov 07
2
Re: How can I rebase network disk?
...emu' type='raw' cache='writeback' discard='unmap'/> <auth username='cinder'> <secret type='ceph' uuid='86d3922a-b471-4dc1-bb89-b46ab7024e81'/> </auth> <source protocol='rbd' name='volumes002/volume-127f46fc-ef10-4462-af30-c3893cda31f9'> <host name='172.16.140.63' port='6789'/> </source> <target dev='vdb' bus='virtio'/> <serial>127f46fc-ef10-4462-af30-c3893cda31f9</serial> <alias name='virtio-disk1'/> <address type='pci'...
2001 Oct 05
0
"File size limit exceeded" when running /sbin/mke2fs -j /dev/sdb1
...er group 16160 inodes per group Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632 File size limit exceeded -------------------------------------------------- -------------- fdisk -l /dev/sdb ----------------- Disk /dev/sdb: 255 heads, 63 sectors, 4462 cylinders Units = cylinders of 16065 * 512 bytes Device Boot Start End Blocks Id System /dev/sdb1 1 1045 8393931 83 Linux /dev/sdb2 1046 3134 16779892+ 83 Linux /dev/sdb3 3135 4462 10667160 83 Linux ------------------------...
2002 Feb 28
1
W2K Office97 File Open or Save problem
...eFindByContentFolder/ force group = mbadmin valid users = @mbadmin comment = Mercer Bell admin data write list = @mbadmin nt acl support = no TIA -- Geoff Williams Director - Network Integration Realware Systems Pty Ltd Sydney - Australia Tel: 61 2 9212 4462 Mobile: 0417 281 905 Fax: 61 2 9212 4463 <http://www.realware.com.au>
2006 Jan 06
1
StreetSmart Pro - hang during install
...ing 100% CPU but was making no apparent forward progress. When I hit Ctrl-C in the terminal where I was running I got this info in an error box: Error Code: -5006 : 0x8000ffff Error Information: >SetupDLL\SetupDLL.cpp (1331) pAPP:StreetSmart Pro Simulator PVENDOR:CyberTrader PGUID:0B42996A-C170-4462-AAA3-BA61B0DB5924 $9.1.0.429PAK @Windows 2000 Service Pack 4 (2195) BT_OTHER 55424.32703 The executable I'm trying to install is here: http://www.schwabat.com/Platforms/SSP/DownloadSimulator.aspx If someone could duplicate this it might be helpful in doing a bug report. Make sure you get...
2018 Sep 25
2
RFC Storing BB order in llvm::Instruction for faster local dominance
...here: https://reviews.llvm.org/D52510 I put it into a spreadsheet and made a histogram here: https://goo.gl/AMLBt7 I grouped the typical query distances into natural log buckets, and the table is small enough to paste here: distance freq 1-2 3707 2-7 5622 7-20 25764 20-54 1726 54-148 2052 148-403 4462 403-1096 8423 1096-2980 20487 2980-8103 34930 8103-22026 63759 22026-59874 41729 I think the table shows that local dominance queries are, at least for SemaChecking.cpp, not clustered around small distances. The average query is somewhere out around 11,000 instructions apart. One thing to note is...
2004 Jan 09
2
Error on SMB Packages
...???????????p????c Error=0 0.00022 zeusv480 -> 10.32.3.36 SMB C Code=0x24 Name=SMBlockingX FileID=0x1368 #Unlocks=0x0 #Locks=0x0 Error=0 0.00011 zeusv480 -> 10.32.3.36 SMB R Code=0xa2 Name=SMB NT_CreateX FileID=0x1370 Error=0 0.00001 10.32.3.36 -> zeusv480 NBT C port=4462 0.00018 10.32.3.36 -> zeusv480 SMB C Code=0x32 Name=SMBtrans2 SetFileInfo FileID=0x1370 Error=0 0.00778 zeusv480 -> 10.32.3.36 SMB R Code=0x32 Name=SMBtrans2 Error=0 0.00027 10.32.3.36 -> zeusv480 SMB C Code=0x4 Name=SMBclose FileID=0x1370 Error=0 0.00018 zeusv4...
2003 Apr 24
0
Registry kludge needed
...This works for Word files. I have a link to ooffice for Winword.exe. But I've had no luck with acroread with: [Software\\Classes\\AcroExch.Document\\shell\\open\\command] 1017688446 @="Z:\\usr\\bin\\acroread.exe \"%1\"" TIA, Wayne --- Wayne Richards Phone: 330 796-4462 Goodyear Tech Center Fax: 330 796-3947 Department 431A e-mail: wrichards@goodyear.com PO Box 3531 Akron, OH 44309-3531 And one for the lawyers: This email may contain confidential/proprietary information and may not be copied or disseminated without the expressed written consent of the Goo...
2007 Sep 20
0
GSSAPI Key Exchange in sshd?
Hello, Kevin Way wrote: > I'm curious if there are technical (or other) reasons that prevent > FreeBSD from adding RFC 4462 (GSSAPI Key Exchange) support to sshd. > The MIT Kerberos team first requested this four years ago, and > implementation patches have been available for years at: > http://www.sxw.org.uk/computing/patches/openssh.html > > The author of those patches has offered (without much publ...
2014 May 13
0
super is not working on after_sign_in_path_for(resource)
...n email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/bd12818c-33ec-4462-81f6-f9a82efe6861%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
2009 Aug 07
1
ggplot2-ddply question
...3, 21135, 18770, 16686, NA, NA, NA, NA, 28385, 57090, 53024, NA, NA, NA, NA, 34405, 28563, 25947, 23664, 18391, 13009, 13992, 13442, 14678, 11564, 8012, 15123, 13990.16, 13372.5, 14205, 18687, 25003.66, 25927, 27596, 17755, 17438, 10630.83, 12879, 9389, 11882, 19368, 5936, 6182, 4462, 7606, 7933.89, 7010, 5052, 3199, 2894, 2395, 1253, 1994, 1180.62, 1024, 520, 410, 923, 547, 448, 674, 902, 1085, 559, 694, 200, 40, 41, 162.43, 0, 0, 88.09, 0, 79, 243), Smolt = c(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NA, NA, NA, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,...
2011 Feb 21
1
File writing strangeness
Samba Version: 3.4.7 OS: Ubuntu Lucid 10.04 Setup: This samba box is a member of a win2k active directory domain and functions as a file server. Files/directories shared out utilize file system acls. smb.conf portion for share in question: [Accounting] comment = Accounting Share path = /netdrives/accounting browsable = yes read only = no map archive = no map system = yes
2008 Jan 10
5
"find" switch to find files of a certain size?
Is there a switch in "find" (or some other command besides find) that'll let you find files larger than a specified size? My file system is 88% full and I'd like to see where the biggest space hoggers are. PG
2015 Jan 29
6
Indexing Mail faster
...3930 3932 3952 3953 3954 3957 3959 3968 3971 3973 3978 3979 3980 4008 4022 4040 4057 4058 4059 4063 4064 4066 4069 4070 4075 4096 4112 4131 4132 4133 4141 4143 4144 4145 4146 4147 4167 4174 4199 4201 4202 4203 4206 4211 4217 4218 4226 4229 4258 4259 4267 4287 4357 4359 4363 4364 4365 4367 4390 4391 4462 4475 4497 4502 4538 4540 4552 4557 4558 4561 4563 4567 4571 4572 4573 4575 4577 4593 4594 4604 4611 4619 4628 4638 4639 4662 4672 4678 4679 4692 4696 4785 4786 4787 4788 4789 4792 4793 4794 4802 4817 4818 4819 4820 4836 4857 4874 4887 4901 4905 4906 4907 4908 4911 4925 4928 4940 4941 4953 5060 5103...
2015 Jan 29
0
Indexing Mail faster
...3954 > 3957 3959 3968 3971 3973 3978 3979 3980 4008 4022 4040 4057 4058 4059 4063 > 4064 4066 4069 4070 4075 4096 4112 4131 4132 4133 4141 4143 4144 4145 4146 > 4147 4167 4174 4199 4201 4202 4203 4206 4211 4217 4218 4226 4229 4258 4259 > 4267 4287 4357 4359 4363 4364 4365 4367 4390 4391 4462 4475 4497 4502 4538 > 4540 4552 4557 4558 4561 4563 4567 4571 4572 4573 4575 4577 4593 4594 4604 > 4611 4619 4628 4638 4639 4662 4672 4678 4679 4692 4696 4785 4786 4787 4788 > 4789 4792 4793 4794 4802 4817 4818 4819 4820 4836 4857 4874 4887 4901 4905 > 4906 4907 4908 4911 4925 4928 4940...