search for: stbo

Displaying 6 results from an estimated 6 matches for "stbo".

Did you mean: astbo
2008 May 14
0
NFS subdirectory on client is out of sync
...(arend) CentOS release 4.6 # grep /home /etc/exports /home *(rw,sync,no_subtree_check) On the clients (also CentOS release 4.6) I mount /home with these options: arend:/home /home nfs proto=tcp,nfsvers=3,bg,defaults 0 0 To debug I created (su stbo) on the client small test files (touch test) in each directory all the way to the user /home dir. It turns out that one subdirectory and everything below was not synchronized to the server. I could create files, move them, but it was just as if I was working on a local disk. Other users did not...
2016 Dec 22
1
Spill hoisting on RAL: looking for some debugging ideas
...ug-only=regalloc). First hoisting: Checking redundant spills for 0 at 16r in %vreg19 [16r,144B:0)[144B,240B:1)[240B,280r:2)[296r,416B:3)[416B,456r:4)[472r,592B:5) 0 at 16r 1 at 144B-phi 2 at 240B-phi 3 at 296r 4 at 416B-phi 5 at 472r Merged to stack int: SS#0 [16r,592B:0) 0 at x hoisted: 16r STbo %vreg19, <fi#0> Second below: Checking redundant spills for 0 at 16r in %vreg19 [16r,96B:0)[144B,240B:1)[296r,416B:2)[416B,456r:3)[472r,592B:4) 0 at 16r 1 at 144B-phi 2 at 296r 3 at 416B-phi 4 at 472r Merged to stack int: SS#0 [16r,592B:0) 0 at x hoisted: 16r STbo %vreg19, <fi#0&g...
2014 Nov 03
0
RFC: new variable battery.status (was: [PATCH] upscode2: Report ABM Status)
...<hklygre at online.no>\n" \ "Niels Baggesen <niels at baggesen.net>\n" \ "Niklas Edmundsson <nikke at acc.umu.se>", - DRV_EXPERIMENTAL, + DRV_BETA, { NULL } }; @@ -262,7 +262,7 @@ { "STAT", t_list, NULL, 0, 0, att }, { "STBO", t_status, NULL, UPSC_STAT_ONBATT }, { "STBL", t_status, NULL, UPSC_STAT_LOBATT }, - { "STBM", t_ignore }, + { "STBM", t_string, "battery.status.abm" }, { "STBP", t_status, NULL, UPSC_STAT_BYPASS }, { "STEA", t_list, NULL,...
2012 Feb 13
3
RFC: new variable battery.status (was: [PATCH] upscode2: Report ABM Status)
2012/2/6 thomas schorpp <thomas.schorpp at googlemail.com>: > Hi, Hi Thomas, > I want the driver report the battery status from ABM charging controllers > -patch attached- : thanks for your patch. since it introduces a new variable (battery.status.abm), I prefer to step back and think to something useful more widely. thus, I'm thinking about a generic
2020 Jan 26
1
Timer doesn't appear to start
...system I never see that message. I do get these new messages when I unplug the UPS to test Jan 26 16:51:27 nutpi upscode2[453]: Unknown response to UPDS: DI STLR Jan 26 16:51:27 nutpi upscode2[453]: Unknown response to UPDS: NO STOK Jan 26 16:51:27 nutpi upscode2[453]: Unknown response to UPDS: 11 STBO Jan 26 16:51:27 nutpi upscode2[453]: Unknown response to UPDS: 11 STBL Jan 26 16:51:27 nutpi upscode2[453]: Unknown response to UPDS: 00 STBM Jan 26 16:51:27 nutpi upscode2[453]: Unknown response to UPDS: DI STLR Jan 26 16:51:27 nutpi upscode2[453]: Unknown response to UPDS: NO STAT Jan 26 16:51:27...
2014 Nov 04
2
RFC: new variable battery.status
...\n" \ > "Niels Baggesen <niels at baggesen.net>\n" \ > "Niklas Edmundsson <nikke at acc.umu.se>", > - DRV_EXPERIMENTAL, > + DRV_BETA, > { NULL } > }; > > @@ -262,7 +262,7 @@ > { "STAT", t_list, NULL, 0, 0, att }, > { "STBO", t_status, NULL, UPSC_STAT_ONBATT }, > { "STBL", t_status, NULL, UPSC_STAT_LOBATT }, > - { "STBM", t_ignore }, > + { "STBM", t_string, "battery.status.abm" }, > { "STBP", t_status, NULL, UPSC_STAT_BYPASS }, > { "STEA",...