search for: xxd

Displaying 20 results from an estimated 37 matches for "xxd".

Did you mean: xvd
2020 Oct 30
3
SSH client and bracketed paste mode
...ong-path-to-socket:/run/....long-path-to-remote-socket ^[[201~Invalid command. ~ -bash: /root: Is a directory root at localhost:~# I tried to figure out, which of the three involved components might be at fault. The component stack is: * terminal * local shell * ssh * remote shell Just executing xxd on stdin instead with the stack * terminal * local shell * xxd the data copied and hexdumped did NOT contain the escape sequences, only clipboard data was hexdumped. Hence I assume that for the ssh-stack, the problem has to be somewhere between bash and ssh interaction. This seems to be due to ba...
2008 May 20
6
Dtrace queries - predicates & func arg tracing
[1] Predicates in one-liners I would like to list the probe modules in my executable and then dynamically create a dscript to trace execution of those modules alone (by excluding the 3rd party and system libraries). I tried the below script without success. The conditional given in the predicate is not taking effect. Why is this so ? $ dtrace -ln ''pid$target:::
2020 May 26
2
doveadm: extra lines?
Hello, I?m sending doveadm ?kick? commands to doveadm-server via the doveadm protocol. When ?kick? sends back a NOTFOUND error, though, it?s sending back additional output. strace shows: write(3<UNIX:[3158354->3156665]>, "\t\tkick\tmyssltest\n", 17) = 17 ... read(3<UNIX:[3158354->3156665]>, "\n-NOTFOUND\n\n-\n", 8192) = 14 Going by the protocol
2008 Nov 01
2
Patching your own boot-disk from first principles
...oppy and hard disk emulation. I want to use commonly available Linux tools like dd, losetup, mkdosfs, memdisk etc. I have done the following: 1. dd if=/dev/zero of=myImage bs=1M count=50 [ Builds a 52MB image ] 2. losetup /dev/loop0 myImage [Links /dev/loop0 to myImage file ] 3. vi /grub/stage1; %!xxd; [ NULL the partion tablei within stage1 ]; %!xxd -r; 4. cat /grub/stage1 /grub/fat_stage1_5 > /dev/loop0 [ Puts the GRUB boot loader into the MBR of the image and stage1_5 after that ] 5. fdisk /dev/loop0 [ I use this to create a new single partition ] I now have a hard disk image of...
2005 Jul 08
2
Accidentally issued "mkswap" on ext3 fs -- recovery possible?
Hi, I accidentally issued "mkswap" on a used ext3 fs partition (~30G) :-/ I have analyzed the behaviour of mkswap using two test files and it appears to only change "some" bytes: --8<-- --- swap2.xxd 2005-07-04 21:00:10.157261360 +0200 +++ swap1.xxd 2005-07-04 21:00:01.894517488 +0200 @@ -62,7 +62,7 @@ 00003d0: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 00003e0: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 00003f0: 0000 0000 0000 0000 0000 0000 0000 0000 .......
2024 Mar 22
1
Error message
...17 -0500 Val <valkremk at gmail.com> ?????: > How do I get the first few bytes? What does file.info('X1.RData') say? Do you get any output if you run print(readBin('X1.RData', raw(), 128))? If this is happening on a Linux or macOS machine, the operating system command xxd -l 128 X1.RData will give the same output in a more readable manner, but the readBin(...) output from R should be fine too. -- Best regards, Ivan
2004 Jan 07
2
How to split an Ogg Vorbis stream?
...swer to what my question. I used wget to get an audio stream from a site and now I would like to be able to split up the stream into the individual songs. The site is nice enough to encode the artist and track name in each new song. This info is displayed in Winamp when the song plays. Doing an xxd dump of the file I can see track names and ogginfo displays info about multiple streams. So my questions is how do I split up the stream into separate Ogg files? I looked into vcut but I didn't see how to take the info I got from ogginfo and use it into vcut. When I just tried random cutpoin...
2020 May 27
0
doveadm: extra lines?
...a bit more digging, and the issue appears to manifest only when doveadm sends back an error code. Here is a ?user? and a ?kick?, both of which fail with error codes: > echo -ne 'VERSION\tdoveadm-server\t1\t0\nD\tharry\tuser\nD\t\tkick\tharry\n' | nc -U /var/run/dovecot/doveadm-server | xxd 0000000: 2b0a 0a2d 5553 4147 450a 0a2d 0a0a 2d4e +..-USAGE..-..-N 0000010: 4f54 464f 554e 440a 0a2d 0a OTFOUND..-. Here is an ?auth?/?lookup? and a ?kick?, both of which fail, but only the ?kick? gives back an error code: > echo -ne 'VERSION\tdoveadm-server\t1\t0\nD\tharry\ta...
2008 Sep 22
1
PATCH] fix oggz-comment writing bad data into streams
Hi, I spent a while working out why ogginfo reported holes in one of my streams - turns out oggz-comment writes bad data into the stream, and oggz-validate doesn't see it (should it ?), oggz-dump displays correct data, etc. Eventually, some combination of xxd and comparing byte offsets led me to it... two hours later... -------------- next part -------------- A non-text attachment was scrubbed... Name: oggz-comment-writing-bad-data.diff Type: text/x-patch Size: 629 bytes Desc: not available Url : http://lists.xiph.org/pipermail/ogg-dev/attachments/20080...
2024 Mar 22
1
Error message
Here is the first few bytes, xxd -l 128 X1.RData 00000000: 8d5a 35f8 1ac5 cc14 a04e be5c 572f a3ad .Z5......N.\W/.. 00000010: 6210 7024 9b58 93c7 34d0 acb7 7a82 3f99 b.p$.X..4...z.?. 00000020: 66ce 0ebb 2057 ec36 55b4 0ece a036 695a f... W.6U....6iZ 00000030: 258b 3493 b661 f620 f7fe ada7 158a 15f7 %.4..a. ........ 00000040: e...
2004 Jan 07
1
Re: Very sorry about the triple post (grrrr Outlook Express)
Hello, for the umpteen time Patrick Turley <pturley@rocksteady.com> sent: > <eom> Too bad this wasn''t on the, then I could set by watch to it. Steve _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2012 Sep 25
1
Problem with zcat uncompressing man pages
Hi When I read 'certain' -- not all -- man pages zcat writes a small error to stderr when opening the man page; however, the man page does actually open. The message i get on the terminal is: zcat: error writing to output: Broken pipe zcat: /usr/local/man/man5/muttrc.5.gz: uncompress failed When closing the man page, another message is shown on stderr: grotty:<standard input>
2007 Feb 12
4
Read disk not working in 3.35+
...printf("%d: ", i); for (j =0; j < 512; j++) { if (sectorBuf[j] != 0) printf("%x", sectorBuf[j]); } printf(" .\n"); } } This should print something if non-null data is encountered, but i see just a "." for the first 10 sectors. xxd thru linux on the USB key which I'm booting from shows its has data (duh!). The address i see for cs_bounce is 0x4000:0000 If I memset this address range to soemthing like 0x36, the final result prints 0x36. So looks like the buffer isn't touched at all after the call is issued. thanks....
2007 Jul 27
1
Read-only (forensic) mounts of ZFS
...rg.org_martin_luther_treatise_on_good_works_with_intro_gwork10.txt drwxr-xr-x 3 root root 5 Jul 26 14:12 level_1 /fs1/level_1: total 1822 -rwxr-xr-x 1 mark staff 834236 Jul 17 20:16 imgp2219.jpg -rw-r--r-- 1 mark staff 1388 Jul 17 20:15 imgp2219.jpg.head.tail.xxd drwxr-xr-x 2 root root 5 Jul 26 14:12 level_2 /fs1/level_1/level_2: total 1038 -rw-r--r-- 1 mark staff 234179 Jul 17 20:17 gutenberg.org_martin_luther_treatise_on_good_works_with_intro_gwork10.txt -rw-r--r-- 1 mark staff 173713 Jul 17 20:15 imgp2219.small.jpg -...
2017 Feb 27
2
errors on rebuild
Hello, I am trying to rebuild an index of 2+ million documents and have not been successful. I am running Python 2.7 Django 1.7 Haystack 2.1.1 Xapian 1.2.21 The index rebuild command I’m using is: django-admin.py rebuild_index --noinput --batch-size=100000 The rebuild completes but an immediate xapian-check returns this error: xapian-check ./archive_index record: baseB blocksize=8K
2011 Mar 24
6
CIFS mount with non-ascii (UTF8) password is not working
Hi , I have French CIFS server. If I try to map a share from any windows machine with non-ascii (UTF-8, french characters are part of password) password, it is successful. But If I try from linux machine, it fails. mount -t cifs //MACHINE/DatasetFIGS_?????????????&nbsp; /tmp/rahul -o user=??,password=??,domain=eKKDr mount error 13 = Permission denied Refer to the mount.cifs(8) manual
2017 Mar 02
2
errors on rebuild
...nd thought them due to #675, which was fixed in > 1.2.21 (however nobody's yet said "no, still seeing that"): > > https://trac.xapian.org/ticket/675 > > You could look at block 615203 of docdata.glass to see what it looks like - > that might offer clues: > > xxd -g1 -seek $((615203*8192)) -len 8192 docdata.glass > > It'd also be good to eliminate possible system issues - e.g. check the disk is > healthy (check the SMART status, run fsck on it), run a RAM test (distros often > provide a way to run memtest86+ or similar from the boot menu)....
2024 Mar 22
1
Error message
Yes, X1.RData is large(more than 40M rows) . How do I get the first few bytes? On Fri, Mar 22, 2024 at 2:20?PM Ivan Krylov <ikrylov at disroot.org> wrote: > > ? Fri, 22 Mar 2024 14:02:09 -0500 > Val <valkremk at gmail.com> ?????: > > > X2.R > > load("X1.RData") > > > > I am getting this error message: > > Error in
2004 Jun 04
0
CA Arcserve backups of Samba 3.0 unicode filenames?
...-sun16" SYSFONTACM="iso15" The issue I'm having is that a file named Bj?r???n (see http://schnecke.bombcar.com/bjorn.jpg for what it looks like if it doesn't display correctly) is stored in UTF-8 on the filesystem (because that's the best way to do it): ls -d Bj?r???n | xxd -g 1 0000000: 42 6a c3 b8 72 c3 87 c3 86 c3 a6 6e 0a Bj..r......n. However, CA Arcserve 9.0 doesn't seem to handle the LANG= correctly. It is actually able to backup and restore the above directory, but it does not display it correctly. I was wondering if anyone had figured out how t...
2013 Jun 18
2
Need help in generating MAC Address using Virt-install or any other command
Hello all, Need some help in generating random mac address for my guest vm. I am Specifically looking for the command line as i already have vm file scp''d in the host. Can somebody pl help. Thnks