Displaying 20 results from an estimated 1809 matches for "king's".
Did you mean:
ming's
2019 Aug 07
2
Bind9 doesn't updated - TSIG error with server: tsig verify failure
Hello everybody,
I've had a samba environment with the following "brief" description:
- There are 2 DC (*samba4 *and *samba4bkp*) running samba version 4.1.6
on my domain (*SMB*). DNS back end is Samba Internal DNS;
- I've added a new DC (*king*) running samba version 4.10.2 and as DC
to *SMB *domain with BIND9 DNS Back End;
- *king* has updated dns zones and I've checked it;
- *king *has got resolve *SMB* domain names;
- *samba4bkp* has broken and I've lost its disks. Then I've followed
steps described on
h...
2019 Apr 25
3
Managing samba ad dc with systemd
...llowed the "Managing
the Samba AD DC Service Using Systemd" and I've created
/etc/systemd/system/samba-ad-dc.service file with the following content:
[Unit]
Description=Samba Active Directory Domain Controller
After=network.target remote-fs.target nss-lookup.target
[Service]
Type=forking
ExecStart=/usr/local/samba/sbin/samba -D
PIDFile=/usr/local/samba/var/run/samba.pid
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target
I've created a mask to smbd, nmbd and winbind and I've disabled them
following this command: # systemctl mask smbd nmbd winbind # sy...
2019 Aug 09
2
Bind9 doesn't updated - TSIG error with server: tsig verify failure
...o, 'samba-tool domain demote
> --remove-other-dead-server=samba4bkp' would have done it for you ;-)
>
Good to know it. I'll tried if I face the same problem.
Em qui, 8 de ago de 2019 ?s 04:30, Rowland penny via samba <
samba at lists.samba.org> escreveu:
> > Is 'king' using itself for its nameserver ?
> >
> > It looks like it isn't: 'Successfully obtained Kerberos ticket to
> > DNS/samba4.smb as KING$
'king' is using the 'samba4' such as its nameserver. I've confirmed that
samba4 has the FSMO Roles. I've c...
2019 Aug 11
2
Bind9 doesn't updated - TSIG error with server: tsig verify failure
Hi Rowland,
I've added 'dns update command' on global section of smb.conf file and I've
configured namesever on '/etc/resolv.conf' as 127.0.0.1 (I've tried with
'kings' IP address too), but I don't know if this has worked. I've seen
some dns updates errors on 'systemctl status samba-ad-dc' though the same
command has returned status 'Active (running)'. And I've use
'samba_dnsupdate', as I've mentioned previously, and I...
2019 Aug 09
2
Bind9 doesn't updated - TSIG error with server: tsig verify failure
Em sex, 9 de ago de 2019 ?s 17:26, Rowland penny via samba <
samba at lists.samba.org> escreveu:
> Well it shouldn't ;-)
>
> Each DC should use itself for its nameserver
>
Ok. I understand and I think I've forgotten any step when I had mounted
'king'. My bad!
I've set 'king' IP as the only namesever on resolv.conf and I've got a new
Kerberos ticket with 'kinit' command, but when I've tried to update dns
entries with 'samba_dnsupdate' I've receive "dns_tkey_negotiategss: TKEY is
unacceptable&quo...
2019 Aug 10
2
Bind9 doesn't updated - TSIG error with server: tsig verify failure
...a.org <mailto:samba at lists.samba.org>> escreveu:
> >
> > Well it shouldn't ;-)
> >
> > Each DC should use itself for its nameserver
> >
> >
> > Ok. I understand and I think I've forgotten any step when I had
> > mounted 'king'. My bad!
> >
> > I've set 'king' IP as the only namesever on resolv.conf and I've got a
> > new Kerberos ticket with 'kinit' command, but when I've tried to
> > update dns entries with 'samba_dnsupdate' I've receive
> > &quo...
2011 Aug 23
2
king fm m3u streams
Hi,
I'm having a problem listening to the KING operamobile-48 or
evergreenmobile-48 m3u streams?
http://icy2.abacast.com/king-evergreenmobile-48.m3u, and
http://icy2.abacast.com/king-operamobile-48.m3u . Does anyone else have
this problem? Anyone know of a way to fix the problem?
BJ
2011 Aug 23
2
king fm m3u streams
It plays in neither Windows Media Player nor Real Player.
On 8/22/2011 9:42 PM, Greg Ogonowski wrote:
> These are HE-AAC streams. They are working here just fine.
> Make sure your player correctly supports HE-AAC streams.
> -greg.
> ORBAN
>
>
> -----Original Message-----
> From: icecast-bounces at xiph.org [mailto:icecast-bounces at xiph.org] On Behalf
> Of Bijan Berenji
> Sent: Monday, 22 August, 2011 21:29
> To...
2011 Aug 23
2
king fm m3u streams
Hi,
Thanks, that helps. What I really want however, is an MP3 stream that
can play on a WI-FI mp3 player. I know the m3u streams, but they wont
play. I can find the stream for the regular KING HD-1, but not for
opera or evergreen.
Bijan
On 8/22/2011 10:01 PM, Greg Ogonowski wrote:
> Bijan-
>
> It will play in Windows Media Player 12, however there is a Microsoft bug
> (never heard of that), that requires you to click on the seek bar to
> actually start the audio output...
2019 May 14
2
[PATCH] drm/nouveau/bios/init: fix spelling mistake "CONDITON" -> "CONDITION"
From: Colin Ian King <colin.king at canonical.com>
There is a spelling mistake in a warning message. Fix it.
Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/...
2017 Aug 17
2
[PATCH] drm/nouveau: remove redundant null check on array mstm->msto
From: Colin Ian King <colin.king at canonical.com>
The check to see if mstm->msto is null is redundant because it is
an array and hence can never be null. Remove the redundant check.
Detected by CoverityScan, CID#1375915 ("Array compared against 0")
Signed-off-by: Colin Ian King <colin.king at...
2019 Apr 26
2
Managing samba ad dc with systemd
...ecked again if there are others smbd, nmbd,
winbindd an samba services on systemd, but they there aren't. The
samba-ad-dc service still to fail when I've tried stop it. I've installed
samba 4.10.2 from source on a fresh host that never see any
samba/smbd/nmbd/winbind packages.
[root at king ~]# systemctl list-unit-files samba*
UNIT FILE STATE
samba-ad-dc.service enabled
1 unit files listed.
[root at king ~]# systemctl list-unit-files winbind*
UNIT FILE STATE
winbind.service masked
1 unit files listed.
[root at king ~]# systemctl list-unit-files smbd*
UNIT FILE STA...
2016 Jun 02
2
[PATCH] drm/nouveau/iccsense: fix memory leak on default sensor->type case
From: Colin Ian King <colin.king at canonical.com>
The default sensor->type case leaks memory allocated to rail. Fix
this by free'ing rail before we continue with the next loop iteration.
Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/b...
2018 Sep 04
2
[PATCH] drm/nouveau/bios/dp: make array vsoff static, shrinks object size
From: Colin Ian King <colin.king at canonical.com>
Don't populate the array vsoff on the stack but instead make it
static. Makes the object code smaller by 67 bytes:
Before:
text data bss dec hex filename
5753 112 0 5865 16e9 .../nouveau/nvkm/subdev/bios/dp.o
After:...
2018 Oct 08
2
[PATCH] drm/nouveau: fix missing break in switch statement
From: Colin Ian King <colin.king at canonical.com>
The NOUVEAU_GETPARAM_PCI_DEVICE case is missing a break statement and falls
through to the following NOUVEAU_GETPARAM_BUS_TYPE case and may end up
re-assigning the getparam->value to an undesired value. Fix this by adding
in the missing break.
Detected by Co...
2017 Aug 17
2
[PATCH][V2] drm/nouveau: perform null check on msto[i] rathern than msto
On 17/08/17 23:07, Ilia Mirkin wrote:
> On Thu, Aug 17, 2017 at 6:03 PM, Colin King <colin.king at canonical.com> wrote:
>> From: Colin Ian King <colin.king at canonical.com>
>>
>> The null check on the array msto is incorrect since msto is never
>> null. The null check should be instead on msto[i] since this is
>> being dereferenced in th...
2017 Aug 17
2
[PATCH][V2] drm/nouveau: perform null check on msto[i] rathern than msto
From: Colin Ian King <colin.king at canonical.com>
The null check on the array msto is incorrect since msto is never
null. The null check should be instead on msto[i] since this is
being dereferenced in the call to drm_mode_connector_attach_encoder.
Thanks to Emil Velikov for pointing out the mistake in my orig...
2019 Feb 19
2
[PATCH][next] vhost: only return early if ret indicates an error or no iovecs have been processed
From: Colin Ian King <colin.king at canonical.com>
Currently the loop that calls log_write_hva on each iovec is never
executed because of an incorrect error check on the return from the
call to translate_desc. The check should be checking for a -ve error
return and because it makes no sense to iterate over zero...
2019 Feb 19
2
[PATCH][next] vhost: only return early if ret indicates an error or no iovecs have been processed
From: Colin Ian King <colin.king at canonical.com>
Currently the loop that calls log_write_hva on each iovec is never
executed because of an incorrect error check on the return from the
call to translate_desc. The check should be checking for a -ve error
return and because it makes no sense to iterate over zero...
2011 Aug 23
0
king fm m3u streams
...zebox site to add
custom/favorite streams which are not in their Directory. This is no big
deal though.
-greg.
ORBAN
-----Original Message-----
From: Bijan Berenji [mailto:bijantics at gmail.com]
Sent: Monday, 22 August, 2011 23:09
To: Greg Ogonowski
Cc: icecast at xiph.org
Subject: Re: [Icecast] king fm m3u streams
Hi,
Thanks, that helps. What I really want however, is an MP3 stream that can
play on a WI-FI mp3 player. I know the m3u streams, but they wont
play. I can find the stream for the regular KING HD-1, but not for
opera or evergreen.
Bijan
On 8/22/2011 10:01 PM, Greg Ogonowski...