Displaying 20 results from an estimated 500 matches similar to: "SYSLINUX 3.32-pre7 release candidate&In-Reply-To="
2017 Apr 17
2
doubt
On Mon, 17 Apr 2017 14:57:45 -0300
Luiz Guilherme Nunes Fernandes <narutospinal at gmail.com> wrote:
> Well, i dont have sssd installed.
OK, now we know that ;-)
>
> With winbind i install this packages:
> yum install realmd oddjob oddjob-mkhomedir adcli samba-common
> samba-common-tools krb5-workstation openldap-clients
> policycoreutils-python samba-winbind-clients
I
2020 Oct 05
2
isc-dhcp dynamic update problem
Hi,
I have a buster system configured as a DC running 4.11.13 from Louis's
repo.
I am trying to get https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records_with_BIND9
working. Mostly it seems to work but there seems to be a problem with what
dhcpd writes into the leases file in the "on release" stanza.
When dhcpd writes the On Release stanza I get something like the
2017 Apr 17
2
doubt
On Mon, 17 Apr 2017 14:28:12 -0300
Luiz Guilherme Nunes Fernandes <narutospinal at gmail.com> wrote:
> This problem, in the computer park there is a domain controller
> microsoft without shared printers, I need to use another server with
> samba shares + cups, but with authentication in the microsoft active
> directory. I try parameters securty = ads (join machine in domain)
2003 Apr 23
2
Problems with dri/drm using Radeon 7000 VE in -stable
Hi,
I tried applying
http://people.freebsd.org/~anholt/dri/files/drm-stable-20030411.diff to
stable from today (using device radeondrm and options DRM_LINUX).
Kernel reports drm seems to be there:
drm0: <ATI Radeon QY RV100 VE> port 0x9000-0x90ff mem
0xed000000-0xed00ffff,0xe$
info: [drm] Initialized radeon 1.8.0 20020828 on minor 0
Now, when I try to start XFree86 everything looks fine
2019 Oct 10
2
dns replication error due to deleted records
El 10/10/19 a les 21:07, Rowland penny via samba ha escrit:
>>
> It works in a similar way to how I update dns records and I have similar
> records in AD and they replicate.
Oh, but they do. Until the replication chokes on those deleted records.
Never happened until September 25 (though I realized only today when a
manually added host resolved erratically).
>
> Can you post
2017 Jun 14
2
Using LLD to create a .lib from a .def
I'm copying some LLD code into my codebase like this:
// workaround for LLD not exposing ability to convert .def to .lib
#include <set>
namespace lld {
namespace coff {
class SymbolBody;
class StringChunk;
struct Symbol;
struct Export {
StringRef Name; // N in /export:N or /export:E=N
StringRef ExtName; // E in /export:E=N
SymbolBody *Sym = nullptr;
uint16_t Ordinal
2017 Jun 15
2
Using LLD to create a .lib from a .def
On Wed, Jun 14, 2017 at 7:37 PM, Rui Ueyama <ruiu at google.com> wrote:
> On Wed, Jun 14, 2017 at 4:24 PM, Andrew Kelley via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> I'm copying some LLD code into my codebase like this:
>>
>> // workaround for LLD not exposing ability to convert .def to .lib
>>
>> #include <set>
>>
2011 Jun 30
2
[LLVMdev] inefficiencies in ConstantUniqueMap ?
Hi Jay,
> I'll have another go then!
thanks!
>> I find this distinction between structs with names and structs without
>> names strange. Why is a name relevant to anything? If you can add fields
>> to a struct with a name [...]
>
> This corresponds to the following C constructs:
>
> struct S; // create struct with name but no fields
> ...
> struct S
2017 Jun 16
2
Using LLD to create a .lib from a .def
I saw this change come in yesterday:
commit 572ad839e2f66eaa82ffc71b1061eb3d06a4d126
Author: Saleem Abdulrasool <compnerd at compnerd.org>
Date: Thu Jun 15 20:39:58 2017 +0000
COFF: add support for lib mode usage
When link is invoked with `/def:` and no input files, it behaves as if
`lib.exe` was invoked. Emulate this behaviour, generating the import
library from the
2001 Oct 20
0
EXT3 crash?!
Just wondering if someone could help me debug this:
I was moving data from an ATARAID (via Promise FastTrack100 Controller)
into the LVM device below: 58,1:
# cat /proc/lvm/VGs/foo3/LVs/bar
name: /dev/foo3/bar
size: 476315648
access: 3
status: 1
number: 0
open: 1
allocation: 0
device: 58:01
# /sbin/pvscan
pvscan -- reading all physical volumes
2006 Dec 12
1
SYSLINUX 3.32-pre7 release candidate
I'm going to promote SYSLINUX 3.32-pre7 to release candidate unless
someone objects, with the intent of releasing 3.32 immediately after
Christmas. Please let me know if there are problems that should make me
*not* do so, even if you have previously reported them.
-hpa
2011 Jun 30
0
[LLVMdev] inefficiencies in ConstantUniqueMap ?
>>> [...] why not to a struct without a name?
>>
>> This would imply that you were starting with a struct with no name and
>> no fields, which is not something you can create in C:
>>
>> struct; // this isn't a C type!
>
> I see structs with fields but without names come flying out of gcc for C++
> code
> all the time.
That's fine; in C
2002 Feb 14
1
rsync default handling of permissions
The handling of permissions in rsync (2.5.2) is nasty or
broken.
(tested platforms: Linux 2.4.x and Solaris 7)
We have a directory which should only accessible to a
group of users (test) :
[sn@noname test]$ ls -lda /home/test
drwxrws--- 2 root test 4096 Feb 13 15:44 /home/test
Every user has an umask of 007 and his/her own default group:
[sn@noname sn]$ id
uid=500(sn)
2005 May 16
4
Shutdown from PXELinux
Hi
Please excuse my english ...
Does somebody have a .c32 , .cbt or .exe program to shutdown an
ACPI and/or APM BIOS PC from PXELinux or DOS ?
Or could be shutdown added as an option to PXELinux ?
School environment, remote administration.
On night time the electrical power is turned off in labs and PC loose
WakeOnLan(WOL) and AlertStandardFormat(ASF) capabilities.
In the morning when the
2017 Apr 17
0
doubt
Ok thanks, i make new tests.
2017-04-17 15:21 GMT-03:00 Rowland Penny <rpenny at samba.org>:
> On Mon, 17 Apr 2017 14:57:45 -0300
> Luiz Guilherme Nunes Fernandes <narutospinal at gmail.com> wrote:
>
> > Well, i dont have sssd installed.
>
> OK, now we know that ;-)
>
> >
> > With winbind i install this packages:
> > yum install realmd oddjob
2019 Aug 13
4
Configure DHCP to update DNS records with BIND9
Hello everyone,
I have configured my Samba as AD with BIND9_DLZ as backend and trying to
configure the ISC-DHCP-server to add the leases to BIND_DLZ
As described in the samba wiki:
https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records_with_B
IND9
Everything is working fine so far, but I get an error message as shown below
in syslog:
Aug 13 14:32:28 SAMBA dhcpd[4635]:
2015 Jun 24
2
Using isc-dhcp for DDNS with Samba4 internal DNS
El 24/06/15 a les 17:02, James ha escrit:
> On 6/24/2015 10:13 AM, Rowland Penny wrote:
>> On 24/06/15 14:17, Luca Olivetti wrote:
>>> El 24/06/15 a les 14:30, James ha escrit:
>>>> Hello,
>>>>
>>>> Is it possible to use isc-dhcp for DDNS with Samba internal DNS? I
>>>> would rather not use bind as I understand you can't
2017 Apr 17
2
doubt
Hi Luiz...
I think you just misunderstood the concept of Samba...
You can indeed you samba to make both task... Just join your samba box to
AD and be happy.
2017-04-17 13:26 GMT-03:00 Luiz Guilherme Nunes Fernandes via samba <
samba at lists.samba.org>:
> Well, i need join 1 server Linux in Active Directory, i need too, create
> one domain in samba for shared printers with cups.
2010 Feb 08
1
PPLive can't start with wine on OS 10.4 Mac Tiger
Hi, thank you for this forum.
I want to start my PPLive-Programm with wine but it fails:(
Code:
noname:~/Desktop/spring/PPTV nadiayu$ wine PPLive.exe
fixme:atl:AtlModuleInit SEMI-STUB (0x5afe70 0x5afef8 0x540000)
err:ntdll:NtQueryInformationToken Unhandled Token Information class 25!
fixme:atl:AtlModuleInit SEMI-STUB (0x336208 0x336020 0x330000)
fixme:jscript:DispatchEx_GetTypeInfo
2010 Apr 06
0
nVidia hardware donations available
Dear nouveau developers,
I have some nVidia cards available which I would like to donate for
free shipping. If anyone of you is interested, please let me know. I
will send the card(s) to anywhere in the world for free ;). Here is
what I have:
* ELSA Erazor X - GeForce256(NV10), AGP, 32MB
* NoName - TNT2 (M64), AGP, (probably) 32MB
* NoName GeForce MX4000 (V64), AGP, 64MB
* NoName GeForce 6200