Displaying 20 results from an estimated 304 matches for "sect".
Did you mean:
sec
2011 Nov 11
1
User longer than 20 characters can't join domain (windows 7 pro)
...lready hacked at registry settings:
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanManWorkstation\Parameters]
"DNSNameResolutionRequired"=dword:00000000
"DomainCompatibilityMode"=dword:00000001
When I am creating user account longer than 20 characters, eg. projcontrol.sect.head,
something happens. On Windows XP Pro, that user can logon domain smoothly but on
Windows 7 Pro the user can't logon domain.
It takes some time waiting to logon then windows 7 says:
"The Local Session Manager service failed the logon.
The data area passed to a system call is too smal...
2015 Dec 29
2
Bug in KRL signature verification
...rsed bytes before the cursor, is used as the length of
the data to be verified. I don't believe this bug has any security
implications, though, since both lengths are necessarily smaller than the
length of buf.
Fixing this bug uncovers another bug in ssh_krl_from_blob [3]: "if
(sshbuf_len(sect) > 0)" should read "if (sect != NULL && sshbuf_len(sect) >
0)" (or similar), since a KRL_SECTION_SIGNATURE above might cause sect to
be set to NULL. This bug results in a segmentation fault, but I don't
believe it can be triggered without first fixing the above bug....
2012 Jun 12
4
[LLVMdev] Questions about llvm/Object/COFF.h
So, I'm trying to use this file to look inside COFF files.
Got the header. OK.
Now I want to look at the sections.
Look, there's a section iterator. I can use that!
So, I write:
for (llvm::object::section_iterator iter = Obj.begin_sections (); iter != Obj.end_sections(); ++iter )
and it doesn't compile. There's no ++ for section iterators.
Apparently, you're supposed to write.
for (llv...
2015 May 08
2
Editing http://libvirt.org/sources/virshcmdref/html-single/#sect-attach-device
I just noticed the entries on attach-disk and attach-devices are
a bit on the empty size. As I am just attaching a usb device to one of
my vm clients, I was wondering if I could offer examples to those
entries.
2012 Jun 12
0
[LLVMdev] Questions about llvm/Object/COFF.h
...dump.cpp, which is an easy-to-follow example of
how these APIs work
--Sean Silva.
On Mon, Jun 11, 2012 at 5:41 PM, Marshall Clow <mclow.lists at gmail.com>wrote:
> So, I'm trying to use this file to look inside COFF files.
> Got the header. OK.
>
> Now I want to look at the sections.
> Look, there's a section iterator. I can use that!
>
> So, I write:
> for (llvm::object::section_iterator iter = Obj.begin_sections ();
> iter != Obj.end_sections(); ++iter )
>
> and it doesn't compile. There's no ++ for section iterators.
> Apparent...
2017 Apr 29
7
SCSI drives and Centos 7
Everyone,
about 4 years ago, I tried to install CentOS 6 on a Supermicro server
with SCSI drives using a LSI raid system. I could never figure out or
find a way to make the installation disc of Centos 6 identify the SCSI
drives. The installation disc for Centos 5 identified the SCSI drives
without a problem. I finally gave up on Centos 6 and installed Centos 5
and the system has worked very
2012 Mar 15
3
using puppet to configure local settings
...l nameserver 1.2.3.4 to 9.8.7.6, it should
become
server A
nameserver 9.8.7.6
server B
nameserver 5.6.7.8
nameserver 9.8.7.6
This should be identical in how Red Hat Satellite is doing locally
managed files.
See
http://docs.redhat.com/docs/en-US/Red_Hat_Network_Satellite/5.4/html/Reference_Guide/sect-Reference_Guide-Configuration.html#sect-Reference_Guide-Configuration-Locally_Managed_Files
Any hint on how to achive the same thing with Puppet?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to pupp...
2012 Jun 12
0
[LLVMdev] Questions about llvm/Object/COFF.h
On Mon, Jun 11, 2012 at 5:41 PM, Marshall Clow <mclow.lists at gmail.com> wrote:
> So, I'm trying to use this file to look inside COFF files.
> Got the header. OK.
>
> Now I want to look at the sections.
> Look, there's a section iterator. I can use that!
>
> So, I write:
> for (llvm::object::section_iterator iter = Obj.begin_sections (); iter != Obj.end_sections(); ++iter )
>
> and it doesn't compile. There's no ++ for section iterators.
> Apparently, y...
2017 Apr 29
0
SCSI drives and Centos 7
...> with SCSI drives using a LSI raid system.
Red Hat does discontinue support for some storage driver for very old
hardware when they start a new release series. For EL6, that list is here:
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Migration_Planning_Guide/sect-Migration_Guide-Package_Changes-Driver_Changes.html#sect-packages-discontinued-drivers
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Migration_Planning_Guide/sect-packages-deprecated-drivers.html
For 7:
https://access.redhat.com/documentation/en-US/Red_Hat_Enterpri...
2018 Feb 15
2
Install CentOS 7 on MBR hard disk
Stephen John Smoogen <smooge at gmail.com> wrote:
> OK I am going with documentation not being right and/or I have been
> very lucky with my installs.
If you read
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/installation_guide/sect-disk-partitioning-setup-x86#sect-bootloader-mbr-gpt-x86
carefully, it seems to say that if you have UEFI and an MBR hard disk
that already has partitions, you must reformat it to GPT.
The documentation seems to say that Anaconda will use MBR only if the
disk is the right size (fewer than 2^32 sect...
2018 Sep 06
4
Some wishes regarding revoked keys
Hello.
I am trying to play through the following test scenario about
certificate revocation on Ubuntu 18.04, which has OpenSSH of this version:
OpenSSH_7.6p1 Ubuntu-4, OpenSSL 1.0.2n? 7 Dec 2017
1. A CA key is created
ssh-keygen -t ed25519 -f ca
2. The CA public key is added to ~/.ssh/authorized_keys on some server:
cert-authority ssh-ed25519 AAAA...e ca at yoga
3. A user key is created on a
2019 Oct 23
2
Confused setting up a "Virtual Server Hosting" config
...(both Ubuntu 18.04
LTS server edition). I am struggling to get the networking right.
Essentially I want the "Virtual Server Hosting" config mentioned here:
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html-single/virtualization_administration_guide/index#sub-sect-routed-mode
<https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html-single/virtualization_administration_guide/index#sect-attch-nic-physdev>
I have not had any luck setting that up. It is listed in the "Routed"
section but the graphic says the virtual swit...
2007 Nov 30
3
Release Cycles [was RE: special tricks for developersboxon centos 5]
Did you mean non-secular?
Otherwise what sect is it?
-----Original Message-----
From: centos-bounces at centos.org <centos-bounces at centos.org>
To: CentOS mailing list <centos at centos.org>
Sent: Fri Nov 30 14:22:04 2007
Subject: Re: Release Cycles [was RE: [CentOS] special tricks for developersboxon centos 5]
On Fri, Nov 30...
2002 Apr 09
2
ext3 filesystem error message - need an interpretation
...mittently. I have replaced hard drives and it is still occurring. I'm trying to determine if it's a device conflict, a problem with the motherboard or something else. Can anyone help?
hda: dma_intr: status=0x51 {DriveReady SeekComplete Error}
hda: dma_intr: 0x40 {Uncorrectable Error}, LBA sect = 32405, sector=32328
end_request: I/O error, dev 03:01 (hda) sector 32405
(this repeats for a whole lot of sectors...)
The above error terminates with
invalidate: busy buffer
Then a kernel panic, then the following message
spurious 8259A interrupt: IRQ7
Cheers
Simon
2020 Jan 01
2
Passing multiple addresses with masks to nwfilter
Hello,
I have a nwfilter that I'm using to ensure that libvirt domains can't spoof
IPv6 traffic. It looks like this:
<filter name='no-ipv6-spoofing' chain='ipv6-ip' priority='-710'>
<rule action='return' direction='out' priority='500'>
<ipv6 srcipaddr='$IPV6' srcipmask='$IPV6MASK'/>
</rule>
2003 Jul 02
6
help: booting dos from syslinux/memdisk
...o solve the fractional cylinder problem.
But there is the second problem, the boot disk failure (see below << [B])
...
command line: initrd=disk.img harddisk c=2 h=256 s=63 BOOT_IMAGE=memdisk
Disk is hard disk, 16128K CHS=2/256/63 <<<< [A]
...
Loading boot sector... booting...
SYSLINUX 2.04
welcome!
boot: 1
[single dot] ... this seemed to be the problem for cutting my mail!
boot disk failure <<<< [B]
### here it hangs.
Question [B]:
It seems syslinux cannot take the correct bootsecto...
2017 Mar 17
3
lock out account after 3 failures
I?m looking to configure a centos 7 server to lock out anaccount after 3 login failures.
I?ve followed this
?
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security_Guide/chap-Security_Guide-Securing_Your_Network.html#sect-Security_Guide-Workstation_Security-Administrative_Controls
?
Section2.1.9.5 Account Locking
?
And even rebooted the serverbut it doesn?t lock my test account out.
login as: test
test at X?s password:
Access denied
test at X's password:
Access denied
test at X's password:
Acces...
2014 May 01
3
p2v conversion questions
Hi,
I am in the process of converting a w2k8 physical server to C6.5 kvm. In reading
https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/V2V_Guide/sect-V2V_Guide-Configuration_Changes-Configuration_Changes_for_Windows_Virtual_Machines.html
It says that virtio-win rpm is required. I know that the virtio-win rpms are
not available for Centos 6.5 but the drivers are available for download at
https://alt.fedoraproject.org/pub/alt/virtio-win/latest/im...
2020 Jun 20
1
Assertion triggered when running simple hello-world code on iOS device using ORC/LLLazyJIT
Hi Dave,
Yep. This is JITLink specific, so we could only have observed it on MachO
x86-64 or arm64 until recently. It takes a little bit of poking to get IR
to produce a zero-lengh section on MachO, but not much.
Jared Wyles recently contributed an initial JITLink ELF implementation, so
the fix seems timely -- we might have been about to see more of it.
-- Lang.
On Fri, Jun 19, 2020 at 4:02 PM David Blaikie <dblaikie at gmail.com> wrote:
> FWIW - found out LLVM does p...
2020 Jun 06
4
Assertion triggered when running simple hello-world code on iOS device using ORC/LLLazyJIT
...w is the trace.
--
Thanks,
Igor
*2020-06-06 12:05:21.016705-0400 CppDevProCompiler[6613:3000073] Running...*
*jitLink_MachO: magic = 0xfeedfacf, identifier =
"llvm-link.submodule-jitted-objectbuffer"*
*jitLink_MachO: cputype = 0x0100000c, cpusubtype = 0x00000000*
*Creating normalized sections...*
* __text: 0x0000000000000000 -- 0x0000000000000064, align: 4, index: 0*
* __compact_unwind: 0x0000000000000068 -- 0x0000000000000088, align: 8,
index: 1*
*Creating normalized symbols...*
* ltmp0: value = 0x0000000000000000, type = 0x0e, desc = 0x0000, sect = 0*
* ltmp1: value = 0x0...