xes has quit [Quit: WeeChat 1.6]
ahycka has quit [Ping timeout: 240 seconds]
fling has quit [Ping timeout: 240 seconds]
_whitelogger_ has joined #neo900
mzki has quit [Ping timeout: 256 seconds]
fling has joined #neo900
knttl has quit [Ping timeout: 245 seconds]
knttl has joined #neo900
Albert has joined #neo900
jonsger has quit [Ping timeout: 246 seconds]
xes has joined #neo900
Albert has quit [Read error: Connection reset by peer]
Albert has joined #neo900
Albert has quit [Ping timeout: 246 seconds]
tsuggs has quit [Ping timeout: 245 seconds]
chip_noob has quit [Quit: Leaving]
chip_noob has joined #neo900
e has quit [Quit: edk]
illwieckz has joined #neo900
illwieckz has joined #neo900
illwieckz has quit [Changing host]
xmn has quit [Quit: Leaving.]
tsuggs has joined #neo900
DocScrutinizer05 has quit [Disconnected by services]
DocScrutinizer05 has joined #neo900
neo900 has joined #neo900
Joerg-Neo900 is now known as Guest71499
neo900 is now known as Joerg-Neo900
Guest71499 has quit [Killed (niven.freenode.net (Nickname regained by services))]
xmn has joined #neo900
itsNotMe has joined #neo900
xmn has quit [Quit: Leaving.]
xes has quit [Quit: WeeChat 1.6]
Pali_ has joined #neo900
Albert has joined #neo900
Albert has quit [Client Quit]
itsNotMe has quit [Quit: Page closed]
itsNotMe has joined #neo900
_whitelogger has joined #neo900
xes has joined #neo900
SylvieLorxu has joined #neo900
jonsger has joined #neo900
mzki has joined #neo900
<Joerg-Neo900> Pali_: ECI short low pulse: 140µs, long low pulse: 550µs, min high period between two pulses: 80µs
<Joerg-Neo900> tested with: Nokia N97 mini, genuine unknown type multibutton Nokia headset
<Joerg-Neo900> http://maemo.cloud-7.de/share-service/ECI.jpg sorry I had the probe on *1 but scope set to *10, so that's not 5V/div but 0.5V/div
<Joerg-Neo900> wpwrak: ^^^
Pali_ has quit [Ping timeout: 260 seconds]
Pali has joined #neo900
cc___ has joined #neo900
<Joerg-Neo900> http://maemo.cloud-7.de/share-service/ECI3.jpg = skip backward aka "<<" button, pressed very tersely
itsNotMe has quit [Ping timeout: 260 seconds]
<Joerg-Neo900> note that the very important initialization phase (on plug in of ECI headset) is missing in above snapshots. I hope it can get RE'ed from the existing sources
<Joerg-Neo900> in the last screenshot I guess you can easily tell apart headet-originated and phone-originated pulse sequences by different bottom voltage
<Joerg-Neo900> it *looks* like in the first two pulse bursts, the first pulse (low) is from HS, sort of "attention", then phone answers with a not-so-low command and HS sends reply to command. The last far off right of the 3 bursts seems initiated by phone then
<Joerg-Neo900> you also see a little ringing at upper part of falling edge of signals coming from HS, which makes sense since the 1m of cable is between HS and scope
<Joerg-Neo900> no idea what that is, doesn't exactly look like ringing
<Joerg-Neo900> must be something with the hw logic, maybe switching the pin in HS MCU to output-H, then to output-L ?
<wpwrak> looks more like some pull-down activation
<Joerg-Neo900> UH! MCU comimg oit of suspend, of course
<wpwrak> or that :)
<Joerg-Neo900> so it draws a lil bit more of power since it's active
<Joerg-Neo900> anyway seems this should be feasible to bitbang in sw
<Joerg-Neo900> we did pretty much same for HDQ in OM
<Joerg-Neo900> did I mention that my reference S60 android device reproducably boots hard when plugging in a Nokia headset? ;-P
<Joerg-Neo900> simply stalls and gets kicked by watchdog X-P
<Joerg-Neo900> I still wonder if that's *totally* fubar drivers or a nasty hw defect
<Joerg-Neo900> btw N97-mini has same display hinge like N950, just over the full width of display, so any mech forces would not push the back of the display since the two hinge joints are pretty close to the left and right end of display
<Joerg-Neo900> huge mistake in Nokia's ME/ID department, for N950
<Joerg-Neo900> Pali: in N900 you may use the video mux aka TVOUT_EN signal to pulse micbias low for ECI
rootman has quit [Ping timeout: 256 seconds]
<Joerg-Neo900> set TVOUT pin of OMAP to low for that
ShadowJK has quit [Ping timeout: 245 seconds]
<Joerg-Neo900> NRZ code?
<Joerg-Neo900> aah, nope, rather a 1/4 vs 4/1 for "1" and "0"
<Joerg-Neo900> grr nope: 1 4 1 4 1 1(!) 4 4(!) 1 4 1 4 1 4 1 1(!) in http://maemo.cloud-7.de/share-service/ECIpulses13.jpg
<Joerg-Neo900> grr
Kabouik has joined #neo900
<atk> So how did that public git repo stuff go?
rootman has joined #neo900
<how900> atk: quite well it seems. Your method works.
<atk> Credit goes to that guy on stackoverflow :P I only found the thread and adapted the method for this purpose.
<how900> you did well atk!
<atk> Well, I'm happy to hear that it worked anyway. Now I was going to ask about firmware/software related work for Neo900, I asked about 4 months ago and got pointed at some porting taskforce or something but I can't quite remember anymore.
<atk> It was regarding some reverse engineering that needed doing, I'd be happy to contribute.
<Joerg-Neo900> ~fptf
<infobot> well, fptf is the Fremantle Porting Task Force, see http://talk.maemo.org/showthread.php?t=91308
<Joerg-Neo900> ping Pali and freemangordon
<atk> Danke!
<Joerg-Neo900> this goes on like this for quite a while...
<Pali> hey! can you help me? looks like some strange thing happened with my system
<Pali> # ps auxf
<Pali> -bash: /bin/ps: Input/output error
<Joerg-Neo900> and I *think* the format is 4H1L="1", 1H4L="0"; S_tartbit=1. single 8bit= Sdddddddd. double-8bit= Sdddddddd10dddddddd
<Joerg-Neo900> Pali: proc defect?
<Pali> no
<Pali> all programs give me same message
<Joerg-Neo900> ugh
<Pali> # strace ps
<Pali> -bash: /usr/bin/strace: Input/output error
<Pali> # dmesg
<Pali> Segmentation fault
<Joerg-Neo900> HDD defect?
<Pali> no idea..
<Pali> what should I do now?
<Pali> reboot?
<Pali> or start doing backup of something?
<Joerg-Neo900> hmmmm good question
<Pali> or some any other investigation
<Pali> IRC client (quassel) is still running and working
<Joerg-Neo900> try `cat`
<Pali> cat is working
<Joerg-Neo900> then try cat a few interesting files like /var/log/syslog
<Pali> Dec 22 15:40:27 Pali-Latitude kernel: [21594.938919] ata5.00: failed command: READ FPDMA QUEUED
<Pali> is in syslog
<Pali> Dec 22 15:40:27 Pali-Latitude kernel: [21594.938930] ata5.00: cmd 60/08:38:b0:dd:3a/00:00:02:00:00/40 tag 7 ncq 4096 in
<Pali> Dec 22 15:40:27 Pali-Latitude kernel: [21594.938930] res 40/00:00:00:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
<Joerg-Neo900> looks like HDD interface error
<Pali> Dec 22 15:40:27 Pali-Latitude kernel: [21594.938935] ata5.00: status: { DRDY }
<Joerg-Neo900> :nod:
<Pali> Dec 22 15:40:27 Pali-Latitude kernel: [21595.259065] ata5: SATA link down (SStatus 0 SControl 300)
<Pali> that is last line
<Joerg-Neo900> exactly
<Joerg-Neo900> reboot
<Pali> how can I convert that ata5 to /dev/sd*?
<Joerg-Neo900> hope for the best
<Pali> to identify disk?
<Joerg-Neo900> if only I knew
<Joerg-Neo900> cat /etc/fstab?
<Joerg-Neo900> prolly nope
<Joerg-Neo900> try df -h
<Pali> # df -h
<Pali> Segmentation fault
<Joerg-Neo900> your HDD with /bin is dead
<Pali> so in best case just system is damaged...
<Pali> / is on SSD, /home with data on HDD
<Joerg-Neo900> yes
<Joerg-Neo900> in very best case the interface went down due to a glitch. This shouldn't happen but rarely it does
<Joerg-Neo900> IOW a reboot might magically fix it
<Joerg-Neo900> or you won't be able to reboot at all
<Pali> / is on on sdb<something>, /home on sda2
<Pali> but I do not see sdb in /sys/class/block/
<Pali> just sda!
<Joerg-Neo900> the IF went down, so...
<Pali> so looks like sdb (with /) was disconneted by kernel
<Joerg-Neo900> yes
<Joerg-Neo900> kernel: [21595.259065] ata5: SATA link down
<Pali> yes, looks like
<Joerg-Neo900> reboot from a live CD
<Pali> ok, I will try to reboot and will see what happened
<Joerg-Neo900> print your fstab!
<Joerg-Neo900> you'll need it when you try to mount volumes in said live CD
<Pali> luks encrypted
<Joerg-Neo900> ouch!
<Pali> so just /dev/mapper in /etc/fstab
<Joerg-Neo900> good luck!
<Pali> I have backup of GPT table of that disk, but not here where I'm :-(
<Pali> and have also backup luks headers
<Joerg-Neo900> try hdparm to check sdb, but I guess a IOerr is all you see
<Pali> no sdb in /dev
<Pali> just sda
<Joerg-Neo900> ooh right, the interface is down
<Pali> so I would need to reset sata link
<Joerg-Neo900> there was some nasty arcane way to re-init interface
<Pali> yes, via /sys it should be possible
<Pali> some rescan file
<Pali> or something like that
<Joerg-Neo900> sth like that, yes
<Pali> going to file it
<Joerg-Neo900> anyway I recommend you call a sync:sync before your reboot
<Joerg-Neo900> odds are reboot will freeze
<Joerg-Neo900> hey, you could try a pivotroot ;-D
<Pali> sda is there: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
<Joerg-Neo900> see if you can find a spare storage drive for your root fs
<Joerg-Neo900> I guess when a SSD blows chunks, it's dead
<Joerg-Neo900> but... you only know when you reboot. And even if it comes back, you won't know if that's stable
<Pali> shit, window manager crashed
<Pali> now I can just type in IRC window
<Joerg-Neo900> shoot the boot :-D
<Pali> going to reboot, nothing more...
<Joerg-Neo900> good luck!
Pali has quit [Remote host closed the connection]
rootman has quit [Quit: Lost terminal]
xmn has joined #neo900
Kabouik has quit [Quit: Leaving]
jonsger has quit [Quit: jonsger]
<freemangordon> Joerg-Neo900: pong
<Joerg-Neo900> ooh sorry, that was an advice to atk
<freemangordon> aah :)
<Joerg-Neo900> he wants to hack away with maemo RE
<Joerg-Neo900> aiui
<freemangordon> good
<Joerg-Neo900> :-)
<freemangordon> but Pali won;t be much of a help there
<Joerg-Neo900> so I said: ping freemangordon!
<freemangordon> (16,08,22) Joerg-Neo900: ping Pali and freemangordon
<Joerg-Neo900> particularly with broken SSD he won't, no :-)
<freemangordon> :p
<freemangordon> yeah :(
<freemangordon> but he said this is not SSD, unless I misread it
<Joerg-Neo900> "only" system
<freemangordon> well, if $home is on another drive, he won't lose much
<Joerg-Neo900> [2016-12-22 Thu 15:51:19] <Pali> / is on SSD, /home with data on HDD
<freemangordon> Joerg-Neo900: BTW, with my latest h-d fixes to gtk3 h-d, the start memory isage is ~ 20 MB :)
<Joerg-Neo900> hmm, I have no reference numbers
<freemangordon> check on n900
<freemangordon> it is more than that.
<freemangordon> however there is no hildon-home and hildon-status-menu here
<Joerg-Neo900> did you ever wonder about ECI?
<freemangordon> no :)
<Joerg-Neo900> do you know which protocol(""?) android/apple/AHJ wired headsets use, if any?
<freemangordon> no idea, sorry
<Joerg-Neo900> my Cat S60 reboots hard (from WD timeout on frozen android) when plugging a Nokia/OMTP headset X-P
<freemangordon> :)
* Joerg-Neo900 can't come up with another explanation than "total fsckup of drivers, coder adicted to crack" or even a nasty hardware bug for culprit of such effect
jh5 has joined #neo900
galiven has joined #neo900
galiven__ has quit [Ping timeout: 258 seconds]
jh5 has quit [Quit: WeeChat 0.4.2]
Kabouik has joined #neo900
<Joerg-Neo900> in *.git/hooks/pre-commit.sample
<Joerg-Neo900> if git rev-parse --verify HEAD >/dev/null 2>&1
<Joerg-Neo900> then
<Joerg-Neo900> against=HEAD
<Joerg-Neo900> else
<Joerg-Neo900> # Initial commit: diff against an empty tree object
<Joerg-Neo900> against=4b825dc642cb6eb9a060e54bf8d69288fbee4904
<Joerg-Neo900> fi
<Joerg-Neo900> honestly now? is anybody supposed to understand (and memorize) "against=4b825dc642cb6eb9a060e54bf8d69288fbee4904"?
<Joerg-Neo900> o.O
<how900> against=$COMMIT_REF
<how900> no only programs should remember commit refs :)
<Joerg-Neo900> how's 4b825dc642cb6eb9a060e54bf8d69288fbee4904 an empty tree object?
<Joerg-Neo900> or is this a random string assumed to not exist?
<how900> that's the initial commit, so yes, the tree is empty
<Joerg-Neo900> how am I supposed to know 4b825dc642cb6eb9a060e54bf8d69288fbee4904 is the initial commit?
<Joerg-Neo900> is this documented anywhere in git manpages?
<Joerg-Neo900> I have a strong suspicion that I don't really get how that's supposed to work
<how900> I guess the comment is here to tell you this is the initial commit.
<how900> Otherwise, yes, there's no reason to believe so :)
<Joerg-Neo900> sorry, that doesn't help me out in any way
<Joerg-Neo900> it's not about the comment, it's about a fixed hash used in a generic script
<Joerg-Neo900> supposedly when the git repo is empty
Kabouik has quit [Quit: Leaving]
<Joerg-Neo900> what this thing tells me is "4b825dc642cb6eb9a060e54bf8d69288fbee4904 is an empty tree object"
<Joerg-Neo900> later usage of $against: git diff --cached --name-only --diff-filter=A -z $against; and git diff-index --check --cached $against --
<Joerg-Neo900> I can see how a "git diff-index --check --cached HEAD --" makes sense. But I completely fail to grok the semantics of "git diff-index --check --cached 4b825dc642cb6eb9a060e54bf8d69288fbee4904 --" in a script
<Joerg-Neo900> is this a well known hash of some variable in git = "" (empty string)? or is this a string the user should edit to whatever correct value derived from the particular git repo they plan to use that hook with? or is it simply a bogus value that only has to have one property: not exist in that git repo?
Kabouik has joined #neo900
Kabouik has quit [Client Quit]
Kabouik has joined #neo900
mzki has quit [Ping timeout: 258 seconds]
<Joerg-Neo900> I suppose only the latter makes sense, particularly since the repo is supposed to be empty for initial commit, so I has rather used against=bad000bad000bad000badbad000
galiven_ has joined #neo900
galiven has quit [Ping timeout: 258 seconds]
wpwrak has quit [Remote host closed the connection]
<Joerg-Neo900> hmmm, seems git checks if the hash is valid, must have a built-in checksum of sorts - ohmy
<Joerg-Neo900> git diff-index --check --cached 4b825dc642cb6eb9a060e54bf8d69288fbee4905 --
<Joerg-Neo900> fatal: bad object 4b825dc642cb6eb9a060e54bf8d69288fbee4905
<Joerg-Neo900> git diff-index --check --cached 4b825dc642cb6eb9a060e54bf8d69288fbee4904 -- | head -n 2
<Joerg-Neo900> README_qi.sh:2: trailing whitespace.
<Joerg-Neo900> +#cat README
<Joerg-Neo900> or this is really a magic hash that's defined in every repo
wpwrak has joined #neo900
<Joerg-Neo900> wpwrak: git hashes have built in checksum?
xmn has quit [Quit: Leaving.]
<wpwrak> Joerg-Neo900: they're just secure hashes. what property are you looking for ? if you get a hash wrong, git will simply refuse to use it
<Joerg-Neo900> seems 4b825dc642cb6eb9a060e54bf8d69288fbee4904 is a magic hash
<Joerg-Neo900> while afac499523f03b8a80caa5e257fac8e1fb956246 is only valid in eeshow repo and throws error on hw
<wpwrak> oh, that's a just the empty tree. so that's the same everywhere :) kinda like sha1sum </dev/null :)
<Joerg-Neo900> hah!
<Joerg-Neo900> thanks! :-)
<wpwrak> git show <hash> shows you what something is/contains
<Joerg-Neo900> :-D \o/
<wpwrak> there's also git cat-file that can be useful. e.g., git cat-file -s git cat-file -p 4b825dc642cb6eb9a060e54bf8d69288fbee4904
<wpwrak> -> 0
<wpwrak> (-s is for size. it has more options, e.g., -p for "pretty")
<wpwrak> the general structure of a git repo is (simplifying a little): 1) you have commit objects, which consist of the meta-data (names, dates, commit message), and a pointer to a "tree"
<Joerg-Neo900> I suspect they didn't document that (the 'magic' hash) in git's manpages?
<wpwrak> 2) a "tree" is a directory, a list of name -> object. there object can be another tree (for subdirectories) or a "blob"
<wpwrak> 3) a blob is then the file content
<Joerg-Neo900> is it really the content of a diff?
<Joerg-Neo900> s/of/or/
<wpwrak> the content. unlike svn, git stores no diffs
<Joerg-Neo900> makes sense, since otherwise reading content would take ages for old large repos
<wpwrak> as it does, in svn ;-)
<Joerg-Neo900> I jist wonder why for zuse's sake they use hashes instead of more meaningful names
<wpwrak> git can still "compress" by simply reusing blobs or trees. so you don't get a full copy of the whole repo in each commit
<Joerg-Neo900> yeah, I seen that mentioned, it uses hardlinks a lot
<Joerg-Neo900> and yes, seems two meta info packages could point to same blob hash
<wpwrak> "meaningful names" are not really convenient. also, what would you do when things get renamed over time ?
<Joerg-Neo900> what am I supposed to do? I mean, what am I doing right now?
<wpwrak> besides, from a user perspective, the only visible hashes are those of commits. and you can tag commits with "meaningful names", so you don't need to use the hash
<wpwrak> with hashes, the hash stays the same whatever the name of the thing in question is. if the thing included some name (as part of its identifier), that would get difficult
<Joerg-Neo900> hmm
<wpwrak> (where i'm thinking "path" when saying "name")
<Joerg-Neo900> I don't think this would make a difference if you use sha1 or a more human-readable algo to create the hash
<wpwrak> and once you're at a point where you see lots and lots of hashes in your daily work (e.g., writing something like eeshow), you've probably made your peace with them ;-)
<Joerg-Neo900> when the file name or whatever changes later, the worst effect is the 'hash' doesn't match the true filename anymore
<wpwrak> the trick is that the hash identifies the content. that's how git can efficiently optimize things. to add <stuff>, generate <stuff> and hash it, then add the hash .. wait it's already there. great, we can reuse.
<Joerg-Neo900> oooh the hash is for the complete content?
<wpwrak> the content of the object in question
<Joerg-Neo900> ugh
<wpwrak> which may contain hashes of other objects
<Joerg-Neo900> I see
<wpwrak> so a commit does "uniquely" refer to the content of the repo (under that commit) and the history leading up to it
<wpwrak> this also means that, if you decide to change the history, the hashes no longer match
<atk> git problems?
<Joerg-Neo900> hehehehehe
<Joerg-Neo900> atk: just the usual understanding problems on my side :-)
<atk> I see
<Joerg-Neo900> atk: the questiomn been "why is a hardcoded hash being used in a jook template?"
<atk> jook?
<Joerg-Neo900> Hook, sorry. git cat-file -p 4b825dc642cb6eb9a060e54bf8d69288fbee4904
<wpwrak> Joerg-Neo900: i.e., with git, stalin couldn't have done this: https://en.wikipedia.org/wiki/Censorship_of_images_in_the_Soviet_Union
<Joerg-Neo900> yeah
<Joerg-Neo900> pretty nifty
<Joerg-Neo900> atk: meanwhile it degarded to my usual rambling of "why is git so untangible and cryptic?"
<wpwrak> yeah, linus did a good amount of out-of-the-box thinking for git. it's rather alien when you come from "traditional" version control, but it makes a lot of sense.
<wpwrak> plus, it can do things that would just shred any traditional system
<atk> git interactive rebase is currently my favourite feature.
<wpwrak> atk: i love it, too :)
<atk> when you're preparing a bunch of patches it's invaluable
<atk> when you forget something 15 commits back and want to fix it in that commit
<atk> or splitting commits
<atk> that's just the tip of the iceberg
pirateman has joined #neo900
<wpwrak> plus, it lets you impress the world with the unfailing precision of your design process ;-)
<atk> so where did Joerg-Neo900 find this magic hash?
<atk> :P
<pirateman> hi
<atk> pirateman: hello
<Joerg-Neo900> atk: in *.git/hooks/pre-commit.sample
<atk> ah, I see
<Joerg-Neo900> atk: and I wondered if they bothered to document that in git manpages ;-P
<pirateman> I asked the father noel the n900 \o/
<pirateman> oups NEO900
<Joerg-Neo900> wpwrak: I now also see a maijor flaw in my suggestion to edit the *content* of files rather than not committing them at all :-D
<Joerg-Neo900> in 15 or 20 years you'll have succeeded to convince me of git ;-)
<Joerg-Neo900> just occurs to me that btrfs maybe also uses those content hashes, since it claims de-duplication
Pali has joined #neo900
<Pali> looks like after disconnecting disk from (m)sata slot and inserting it again, everything is working...
<Pali> I did whole block device backup before fscking just in case
<Pali> fsck just recovered journal, no other problem...
<Joerg-Neo900> good! :-) congrats
<Joerg-Neo900> I already wondered if I should suggest to check if jack was loose
<Joerg-Neo900> reminds me to update my emergency fallback rootfs partition on HDD
<Joerg-Neo900> O also have SSD for /
<Joerg-Neo900> I*
<Joerg-Neo900> but I try to keep a dup on HDD, as alternative boot device into same system
Kabouik has quit [Ping timeout: 258 seconds]
<Joerg-Neo900> those SSD are fast like hell, but I guess they are not really susceptible to smartmon prefail warnings
<atk> They should be.
<atk> Apparently they're better at telling you they're failing.
<Joerg-Neo900> oh?
<atk> Really apparently the main failure mode is running out of a decent amount of spare blocks which haven't had their read/write limits exceeded. (Apparently SSDs keep a spare set)
<Joerg-Neo900> :nod:
<atk> I imagine what smart monitoring tools will tell you might be different (might have to do some research to work out which values to care about) but from what I've been told they still give you ample warning before failing.
<wpwrak> Joerg-Neo900: editing content wouldn't make things much worse at the hash level, since also omitting files means that the tree and thus the commit hash change
<Joerg-Neo900> ooh right
<Joerg-Neo900> dang, tricky stuff
<wpwrak> Joerg-Neo900: however, editing content would mean that we'd have to get between git log and git am, and process the patch data that gets passed between them, including all the little extensions that may or may not be documented
<Joerg-Neo900> 9 Power_On_Hours_and_Msec 0x0032 000 000 000 Old_age Always - 927386h+47m+03.010s --- LOL NOPE!!!
<wpwrak> Joerg-Neo900: so i much rather have git log talk directly to git am, and not invite trouble :)
<Joerg-Neo900> no idea what particularly git am means or does
<atk> it's a tool for applying patches from a mailbox
<wpwrak> or, in thie case, standard input
<wpwrak> i.e., our pipeline is git log <options> | git am <options>
<Joerg-Neo900> seen that, yes
<Joerg-Neo900> wpwrak: so git log produces a patch set from oldhash to newhash?
<Joerg-Neo900> or rather: git log -42 --format=oneline --reverse produces a patch set for the last 43 commits?
<Joerg-Neo900> aah nope, that's gotta be: git log -p --pretty=email -m --first-parent --reverse --binary $whatever_if_only_I_knew
pagurus has joined #neo900
<Joerg-Neo900> prolly git log -p --pretty=email -m --first-parent --reverse --binary abspath_to_sourcerepo name_of_destrepo fromSHA..toSHA
<Joerg-Neo900> hmm no, abspath_to_sourcerepo name_of_destrepo are not applicable here
sicelo is now known as sicelo-
<wpwrak> yeah, you need to be at the right location before
<wpwrak> the arguments at the end just determine which part of the history is used
<wpwrak> the other options tell git log to make patches with all the content (normally it just shows summaries), and even compatible with binary files
<wpwrak> plus, -m and --first-parent make it work across merges
<Joerg-Neo900> ok
<wpwrak> --reverse is because we want the oldest patch first. normally, git log starts at the top
<Joerg-Neo900> so it would work across multiple commits given the right from..to ?
<Pali> S.M.A.R.T. on SSD does not report any error...
<Pali> and I think problem can be in motherboard of notebook
<Joerg-Neo900> yep
<Pali> as reboot or poweroff/poweron did not helped
<Pali> I must unplug SSD from msata slot
<Pali> and connect it again
<Joerg-Neo900> sounds like mech error then
<Pali> after that disk was there (and working)
<Joerg-Neo900> or backup power
<Pali> before, I just got generic error message about missing bootloader
<Joerg-Neo900> did you "unplug" mains and wait 2 minutes?
<Pali> yes, it was out of notebook about 10 minutes
<Joerg-Neo900> I don't think SATA IF should have backup power, but you never know for sure
<Joerg-Neo900> ooh notebook
<Joerg-Neo900> sorry, missed that
<Pali> it is msata, that intel pcie/sata hybrid
<Joerg-Neo900> :nod:
<Pali> disk has mini pcie port connector, just instead of some pins are sata...
<Joerg-Neo900> ((as reboot or poweroff/poweron did not helped)) for notebook 'remove battery' then, for 2 minutes
<Joerg-Neo900> the idea being to make sure the whole interface and SSD is powered down for good
<wpwrak> Joerg-Neo900: yes, it does work across multiple commits (i.e., already tested that, in the example at the end of "try")
<wpwrak> note that the range is not "first-new-commit-to-apply..last-new-commit-to-apply", as one may assume, but
<wpwrak> "the-one-before-the-first-commit-to-apply..last-new-commit-to-apply"
<wpwrak> or, sounding less confusing, "previous-head..new-head"
<Joerg-Neo900> yes, that's pretty clear when you look at the way it works, doing diffs
<Joerg-Neo900> thanks
<Joerg-Neo900> basically you don't specify the commits but commit pairs, or "the gaps between them"
Albert has joined #neo900
Albert has left #neo900 [#neo900]
Albert has joined #neo900
<Albert> Hallo Jörg
Albert has left #neo900 [#neo900]
Kabouik has joined #neo900
Albert has joined #neo900
Albert has quit [Remote host closed the connection]
pirateman has quit [Ping timeout: 260 seconds]
louisdk has joined #neo900
louis__ has joined #neo900
cc___ has quit [Ping timeout: 260 seconds]
SylvieLorxu has quit [Quit: ZNC - http://znc.in]
Albert has joined #neo900
Albert has quit [Ping timeout: 258 seconds]
jonsger has joined #neo900
<jonsger> nice. I have now a N900.
pagurus has quit [Ping timeout: 252 seconds]
Pali has quit [Ping timeout: 246 seconds]
cc___ has joined #neo900
<Joerg-Neo900> with full 12Mpts init log (rigol.wfm)
louis__ has quit [Ping timeout: 250 seconds]
louisdk has quit [Ping timeout: 265 seconds]