Displaying 20 results from an estimated 605 matches for "9b".
2019 Jun 26
2
Reverse DNS
On 26/06/2019 11:32, Praveen Ghimire wrote:
> Hi Rowland,
>
> I have tried putting the whole rev-domain name. The following is the dhcpd.conf zone definition
>
> subnet 192.168.14.0 netmask 255.255.255.0 {
> authoritative;
> ddns-update-style standard;
> option netbios-name-servers 192.168.14.10; #14.10 is the AD box
> option
2023 Feb 01
0
Corrupted object's [GFID], despite md5sum matches everywhere
Hi,
To test corruption detection and repair, we modified a file inside the
brick directory on server glusterfs1, and scheduled regular scrubs. The
corruption is detected:
Error count: 1
Corrupted object's [GFID]:
9be5eecf-5ad8-4256-8b08-879aecf65881 ==> BRICK: /data/brick1/gv0
path: /prd/drupal-files-prd/inline-images/small - main building 1_0.jpg
We have self-healing enabled, and used these steps to correct the corrupted
object:
user at glusterfs1:~$ sudo find /data/brick1/gv0/.glusterfs -name
> 9be5...
2019 Jun 27
6
Reverse DNS
...2525]: execute_statement argv[0] = /usr/local/bin/dhcp-dyndns.sh
Jun 27 10:55:07 server5-ad dhcpd[2525]: execute_statement argv[1] = delete
Jun 27 10:55:07 server5-ad dhcpd[2525]: execute_statement argv[2] = 192.168.14.198
Jun 27 10:55:07 server5-ad dhcpd[2525]: execute_statement argv[3] = 00:50:56:9b:37:9b
Jun 27 10:55:07 server5-ad sh[2525]: /bin/bash: /usr/local/bin/dhcp-dyndns.sh: Permission denied
Jun 27 10:55:07 server5-ad dhcpd[2525]: execute: /usr/local/bin/dhcp-dyndns.sh exit status 32256
Jun 27 10:55:07 server5-ad kernel: [ 1396.188371] audit: type=1400 audit(1561596907.856:94): apparm...
2005 May 30
0
Long Delays Displaying Small Folders in Windows Explorer (samba-3.0.10-1 FC2)
...Source Destination Protocol Info
1331 316.312070 192.168.4.210 192.168.4.230 SMB Read
AndX Request, FID: 0x16a0, 512 bytes at offset 276992
Frame 1331 (117 bytes on wire, 117 bytes captured)
Ethernet II, Src: 00:0e:0c:64:c7:ce, Dst: 00:11:85:51:f0:9b
Internet Protocol, Src Addr: 192.168.4.210 (192.168.4.210), Dst Addr:
192.168.4.230 (192.168.4.230)
Transmission Control Protocol, Src Port: 2791 (2791), Dst Port: microsoft-ds
(445), Seq: 49443, Ack: 310553, Len: 63
NetBIOS Session Service
SMB (Server Message Block Protocol)
No. Time S...
2017 Aug 25
2
retrieve machine password in current Samba?
...word is ]f2>lOR4NA~hbv
On newer machines running Samba 4.5 (Debian Stretch) tdbdump gives an encrypted password such as this:
\EE\A9\8D\EF\AD\AC\E2\A1\9D\E2\A0\8C\E3\96\8E\E7\B0\A8\EE\97\AA\E2\8E\9F\E2\A2\8F\EB\85\BF\EE\B7\8B\EA\A7\A9\EA\97\B8\D2\86\E6\83\AB\EE\82\AA\E3\A9\BB\E3\8A\8D\E2\86\9B\E2\8C\92\E6\8C\A6\EA\85\A5\E6\8F\82\EF\96\94\EF\9C\82\E7\8D\B3\E7\8F\93\E7\B8\AA\E7\A7\B7\EE\88\96\E2\A3\9B\EB\AA\B0\E6\B6\A7\EF\B6\B7\EA\A2\AD\EF\A8\88\EA\BB\B6\EE\A4\9A\E3\99\A6\EE\93\96\E2\BD\84\EB\95\93\E3\87\A2\E2\9D\98\EE\BE\8A\E6\8F\A2\EF\AE\91\EB\B5\AA\E7\A5\AF\E7\A4\A6\CD\A5\EF\80\9A\E3\AC...
2015 Sep 02
3
sieve filtering utf 8 strings
...quot;noreply at bgoperator.com")
{
fileinto "??????????";
}
I don't have errors compiling the script or executing it via LMTP, but
it doesn't work.
Normally user receives messages from robot with subject encoded as
quoted-printable
Subject: =?UTF-8?Q?LDS_(robot):_=D0=9B=D0=B8=D1=81=D1=82?=
=?UTF-8?Q?_=D0=B1=D1=80=D0=BE=D0=BD=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD?=
=?UTF-8?Q?=D0=B8=D1=8F__=D0=BE=D1=82=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5?=
When I send a test message via Thunderbird with required words - sieve
works fine and subject is encoded in base64
Subject...
2002 Oct 21
0
tcng version 9b
...which confused most rate calculations.
And if_u32.c now only emits hashes that will actually be used,
which should make tcc''s tc output a little less ugly.
Complete list of changes below.
- Werner
----------------------------------- CHANGES -----------------------------------
Version 9b (21-OCT-2002)
------------------------
- tcsim tried to ignore system HZ (tc/tc_core.c:tc_core_init), but didn''t
- test "SLB with MPU (ext)" actually used tc, not the external interface
(tests/mpu)
- added dependency on ../VERSION for tcc.o and tcsim.o
- if_u32.c now generates...
2001 Feb 01
1
postscript and lty
...;-).
This is the case when mixing lty as 0:6 and character or even when
using lty as character only.
Example:
postscript("test.ps")
plot(1:10, type="l", lty=1)
lines(sample(10), lty="9A1A1A")
lines(sample(10), lty="1A6A7A")
lines(sample(10), lty="9B")
lines(sample(10), lty="1F")
legend(4,4,paste("test", 1:5), lty=c(1, "9A1A1A","1A6A7A","9B","1F"))
dev.off()
gives (for me) the ghostscript error message:
hothorn at artemis:~/tmp/lty > ps2epsi test.ps
Error: /rangecheck in...
2016 Nov 21
1
blockcommit and gluster network disk path
Hi,
I'm running into problems with blockcommit and gluster network disks -
wanted to check how to pass path for network disks. How's the protocol and
host parameters specified?
For a backing volume chain as below, executing
virsh blockcommit fioo5
vmstore/912d9062-3881-479b-a6e5-7b074a252cb6/images/27b0cbcb-4dfd-4eeb-8ab0-8fda54a6d8a4/027a3b37-77d4-4fa9-8173-b1fedba1176c
--base
vmstore/912d9062-3881-479b-a6e5-7b074a252cb6/images/27b0cbcb-4dfd-4eeb-8ab0-8fda54a6d8a4/d4c23ec6-20ce-4a2f-9b32-ca91e65a114a
--top
vmstore/912d9062-3881-479b-a6e5-7b074a252cb6/images/27b0cbcb-...
2017 Aug 25
0
retrieve machine password in current Samba?
...;
>
> On newer machines running Samba 4.5 (Debian Stretch) tdbdump gives an encrypted password such as this:
>
>
> \EE\A9\8D\EF\AD\AC\E2\A1\9D\E2\A0\8C\E3\96\8E\E7\B0\A8\EE\97\AA\E2\8E\9F\E2\A2\8F\EB\85\BF\EE\B7\8B\EA\A7\A9\EA\97\B8\D2\86\E6\83\AB\EE\82\AA\E3\A9\BB\E3\8A\8D\E2\86\9B\E2\8C\92\E6\8C\A6\EA\85\A5\E6\8F\82\EF\96\94\EF\9C\82\E7\8D\B3\E7\8F\93\E7\B8\AA\E7\A7\B7\EE\88\96\E2\A3\9B\EB\AA\B0\E6\B6\A7\EF\B6\B7\EA\A2\AD\EF\A8\88\EA\BB\B6\EE\A4\9A\E3\99\A6\EE\93\96\E2\BD\84\EB\95\93\E3\87\A2\E2\9D\98\EE\BE\8A\E6\8F\A2\EF\AE\91\EB\B5\AA\E7\A5\AF\E7\A4\A6\CD\A5\EF\80\9A\E3\AC...
2007 Nov 17
3
Basic Network question pinging different subnets
...Im a little perplexed by this situation
I have centos 4.5 installed on 2 pcs - each with 2 network cards
machine 1
eth0 Link encap:Ethernet HWaddr 00:14:2A:6B:C8:CC
inet addr:10.54.7.2 Bcast:10.54.7.255 Mask:255.255.255.0
eth1 Link encap:Ethernet HWaddr 00:11:50:9B:A2:90
inet addr:10.54.0.2 Bcast:10.54.0.255 Mask:255.255.255.0
machine 2
eth0 Link encap:Ethernet HWaddr 00:14:2A:69:4C:47
inet addr:10.54.7.3 Bcast:10.54.7.255 Mask:255.255.255.0
eth1 Link encap:Ethernet HWaddr 00:11:50:9B:A5:0A
inet addr:10.54.0.3...
2010 Jan 13
1
[LLVMdev] Make LoopBase inherit from "RegionBase"?
...{1,2,3,4,5,6,7,8}
9 region B: 2 -> 9 {2,4,5,6,7}
So we need one bb that joins 6 and 7 and one that joins the two regions
CFG: 0
|
1
/ |
2 |
/ \ 3
4 5 |
| | |
6 7 8
\ | |
\ | | region A: (0,1) -> (9b,9) {1,2,3,4,5,6,7,8,9a,9b}
9a | region B: (1,2) -> (9a,9b) {2,4,5,6,7,9a}
\ /
9b
|
9
My approach is comparable to this paper:
The Refined Process Structure Tree by Jussi Vanhatalo, Hagen Völzer,
Jana Koehler
The implementation however takes adva...
2009 Oct 30
2
DAHDI/ZAP overlap dialing
...51 desti: 0 source: 15 cryst: 0 cpl: 19 us: 8 term: 0 type a5
| tei: 0 <<<< message sent : SETUP [05] Call ref : 32 a8
|______________________________________________________________________________
|
| IE:[04] BEARER_CAPABILITY (l=3) 80 90 a3
| IE:[18] CHANNEL (l=3) a9 83 9b -> T2 : B channel 27 exclusive
| IE:[1e] PROGRESS_ID (l=2) 80 83
| IE:[6c] CALLING_NUMBER (l=6) -> 00 81 Num : 7034
| IE:[70] CALLED_NUMBER (l=5) -> 80 Num : 1004
| IE:[7d] HLC (l=2) 91 81
|______________________________________________________________________________
____________...
2015 Sep 03
0
sieve filtering utf 8 strings
...> fileinto "??????????";
> }
>
> I don't have errors compiling the script or executing it via LMTP, but
> it doesn't work.
> Normally user receives messages from robot with subject encoded as
> quoted-printable
>
> Subject: =?UTF-8?Q?LDS_(robot):_=D0=9B=D0=B8=D1=81=D1=82?=
> =?UTF-8?Q?_=D0=B1=D1=80=D0=BE=D0=BD=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD?=
>
> =?UTF-8?Q?=D0=B8=D1=8F__=D0=BE=D1=82=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5?=
>
>
>
> When I send a test message via Thunderbird with required words - sieve
> works fine and su...
2014 Mar 09
2
Syslinux EFI + TFTPBOOT Support
On Sun, Mar 9, 2014 at 8:09 AM, Gene Cumm <gene.cumm at gmail.com> wrote:
> On Sat, Mar 8, 2014 at 12:39 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
>> On Mar 8, 2014 10:08 AM, "Gene Cumm" <gene.cumm at gmail.com> wrote:
>>>
>>> vNIC not VMNet. AMD PCNet32 vlance, Intel e1000, Intel e1000e, VMware
>>> VMXNet3? Feel free to
2010 Aug 05
1
[LLVMdev] possible miscompilation of openssl on x86-64
...Regehr
../util/shlib_wrap.sh ./bftest
testing blowfish in raw ecb mode
testing blowfish in ecb mode
testing blowfish set_key
testing blowfish in cbc mode
testing blowfish in cfb64 mode
testing blowfish in ofb64
../util/shlib_wrap.sh ./casttest
ecb cast error encrypting for keysize 128
got :9B 8C 2F F3 49 DB 70 23
expected:23 8B 4F E5 84 7E 44 B2
ecb cast error encrypting for keysize 80
got :D5 3F 3D 1D F4 5E E0 65
expected:EB 6A 71 1A 2C 02 27 1B
ecb cast error encrypting for keysize 40
got :4E 15 A4 62 87 EB 0A A2
expected:7A C8 16 D1 6E 9B 30 2E
2004 Jan 08
1
latest cvs == broken tdmoe
...hannels stopped working.
They have been working great (especially after we got echo cancel working
them, thanks Mark) and the config has not changed in any way shape or
form.
This is the error message we get now...
Zaptel Dynamic Span support LOADED
TDMoE: Invalid MAC address in: eth1/00:01:02:9B:39:72
Driver 'eth' (Ethernet) rejected address 'eth1/00:01:02:9B:39:72'
Again... The config has NOT changed at all! Has the syntax changed for the
zaptel.conf file? If so, the zaptel.conf.sample file doesn't show the
changes.
Sequence of events:
* and TDMoE is working
Get l...
2014 Mar 10
0
Syslinux EFI + TFTPBOOT Support
...ults in the following:
(1) For the Lenovo X230, I have the issue to EFI network booting. The
client machine stopped at:
=================
Getting cached packet
My IP is 192.168.1.1
=================
The system log on the server shows:
=================
Mar 10 08:09:32 drbldbn dhcpd: Client 3c:97:e:9b:75:46 requests
1:2:3:4:5:6:c:d:f:11:12:16:17:1c:28:29:2a:2b:32:33:36:3a:3b:3c:42:43:61:80:81:82:83:84:85:86:87
- PXEClient:Arch:00007:UNDI:003016 - no dhcp-client-id
Mar 10 08:09:32 drbldbn dhcpd: DHCPREQUEST for 192.168.1.1
(192.168.1.182) from 3c:97:0e:9b:75:46 via eth1
Mar 10 08:09:32 drbldbn...
2003 Dec 15
2
3.0.1rc2 LDAP - problems joining domain
....c:prs_uint16(606)
0016 switch_value: 0018
[2003/12/15 11:29:37, 5] rpc_parse/parse_prs.c:prs_uint8s(722)
0018 password: 2d 71 6b 2a f1 b4 66 69 84 2b 0c ec 88 4d 53 90
21 b8 a9 99 47 86 d2 81 67 6b a3 ac 11 3d 30 31 e6 5d 54 4e ae c1 7e a6 85 eb
7f 9c 33 be 4e 62 60 5c f4 9b aa b3 87 fa 03 cc b7 be 0d ab 1c 62 07 34 63 37
dc 27 3b f7 d8 69 70 b6 b3 18 dd e6 aa ec 8a 53 98 9a a9 2d 93 f8 da b7 83 be
6d 5f ed e0 bc fd c0 d7 6f 9e 6c 5b d5 2b 94 86 52 f2 4a ce c0 54 3e 25 8d 91
42 0d 08 a4 9f 8c 3b 05 2f bd 60 c2 eb 57 c6 8d 0b 43 aa 48 49 32 30 1f a8 71
22 b7 e7 5e 7...
2010 Jan 13
1
[LLVMdev] Make LoopBase inherit from "RegionBase"?
...6 and 7 and one that joins the two regions
>>
>> CFG: 0
>> |
>> 1
>> / |
>> 2 |
>> / \ 3
>> 4 5 |
>> | | |
>> 6 7 8
>> \ | |
>> \ | | region A: (0,1) -> (9b,9) {1,2,3,4,5,6,7,8,9a,9b}
>> 9a | region B: (1,2) -> (9a,9b) {2,4,5,6,7,9a}
>> \ /
>> 9b
>> |
>> 9
>
> It is fairly simple to use the information from the algorithm to decide
> where those merges should be insert...