<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Hallo,</div><div><br></div><div>Wie verhält sich das Tablet im Standby. Kann dieses im Connected Standby gehalten werden? Bzw einfach aufklappen und arbeiten? Oder muss es zwecks Akkuschonung stets ausgeschaltet werden?</div><div><br></div><div>Welche Oberfläche hat das Gerät?</div><div><br></div><div>Wie lange dauert der Ladevorgang?<br><br>Irlsperger Patrick</div><div><br>Am 09.10.2014 um 12:52 schrieb Michael Wulz <<a href="mailto:michael.wulz@gmail.com">michael.wulz@gmail.com</a>>:<br><br></div><blockquote type="cite"><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>Hallo,</div><div><br></div><div>Was haltest du von Log abschalten.</div><div>Dann hast du keinen Zuwachs.</div><div><br></div><div>Du mountest warscheinlich über das bestehendes Verzeichnis?</div><div><br></div><div>Dann läuft unter Umständen der Daemon schon vor dem Mount?</div><div><br></div><div>Deine fstab?</div><div><br></div><div>Lg</div><div><br></div><div>Lg<br><br>Von meinem iPhone gesendet</div><div><br>Am 09.10.2014 um 10:24 schrieb Irlsperger Patrick <<a href="mailto:patrick.irlsperger@gmx.de">patrick.irlsperger@gmx.de</a>>:<br><br></div><blockquote type="cite"><div><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><meta name="Generator" content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.E-MailFormatvorlage17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--><div class="WordSection1"><p class="MsoNormal">Guten Morgen zusammen,<o:p></o:p></p><p class="MsoNormal"><o:p> </o:p></p><p class="MsoNormal">ich betreibe meinen Volkszähller mit einer RAM Disk aus Gründer der SD Schonung.<o:p></o:p></p><p class="MsoNormal">Das funktioniert soweit echt super. Mit folgendem Script löse ich nachts um 3 immer die Löschung des RAMs sowie die Überspielung der Datenbanken von der SD aus ( nur Lese Zugriff):<o:p></o:p></p><p class="MsoNormal"><o:p> </o:p></p><p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-family:"Courier New"">#!/bin/bash<o:p></o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-family:"Courier New""><o:p> </o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-family:"Courier New"">#vzlogger stoppen<o:p></o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-family:"Courier New"">sudo start-stop-daemon --stop --name vzlogger -v<o:p></o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-family:"Courier New"">sleep 2<o:p></o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-family:"Courier New""><o:p> </o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-family:"Courier New"">#mysql Dienst stoppen<o:p></o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-family:"Courier New""><o:p> </o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-family:"Courier New"">sudo service mysql stop<o:p></o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-family:"Courier New"">sleep 5<o:p></o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-family:"Courier New""><o:p> </o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-family:"Courier New"">#lösche Ram Disk Ornder mysql1<o:p></o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-family:"Courier New"">sudo rm -rf /var/tmp/mysql1<o:p></o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-family:"Courier New"">sleep 5<o:p></o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-family:"Courier New""><o:p> </o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-family:"Courier New"">#lösche Ram Disk Ordner Log<o:p></o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-family:"Courier New"">sudo rm -rf /var/tmp/log1<o:p></o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-family:"Courier New"">sleep 5<o:p></o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-family:"Courier New""><o:p> </o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-family:"Courier New"">#Sicherungs mysql Ordner in Ram kopieren<o:p></o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-family:"Courier New"">sudo cp -rp /var/lib/mysql1 /var/tmp/<o:p></o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-family:"Courier New"">sleep 10<o:p></o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-family:"Courier New""><o:p> </o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-family:"Courier New"">#Sicherungs log Ordner in Ram kopieren<o:p></o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-family:"Courier New"">sudo cp -rp /var/log1 /var/tmp/<o:p></o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-family:"Courier New"">sleep 10<o:p></o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-family:"Courier New""><o:p> </o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-family:"Courier New""><o:p> </o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-family:"Courier New"">#mysql Dienst starten<o:p></o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-family:"Courier New"">sudo service mysql start <o:p></o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-family:"Courier New"">sleep 10<o:p></o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-family:"Courier New""><o:p> </o:p></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-family:"Courier New"">#Vzlogger starten<o:p></o:p></span></p><p class="MsoNormal"><span style="font-family:"Courier New"">sudo /usr/local/bin/vzlogger<o:p></o:p></span></p><p class="MsoNormal"><span style="font-family:"Courier New""><o:p> </o:p></span></p><p class="MsoNormal"><span style="font-family:"Courier New"">Das seltsame an der Geschichte ist: Trotz löschung der Ordner, zeigt mir der Befehl „df –h“ folgendes nach der Löschung an:<o:p></o:p></span></p><p class="MsoNormal"><span style="font-family:"Courier New""><o:p> </o:p></span></p><p class="MsoNormal"><span style="font-family:"Courier New""><o:p> </o:p></span></p><p class="MsoNormal"><span lang="EN-US" style="font-family:"Courier New"">Filesystem      Size  Used Avail Use% Mounted on<o:p></o:p></span></p><p class="MsoNormal"><span lang="EN-US" style="font-family:"Courier New"">rootfs          7.2G  2.5G  4.4G  37% /<o:p></o:p></span></p><p class="MsoNormal"><span lang="EN-US" style="font-family:"Courier New"">/dev/root       7.2G  2.5G  4.4G  37% /<o:p></o:p></span></p><p class="MsoNormal"><span lang="EN-US" style="font-family:"Courier New"">devtmpfs        211M     0  211M   0% /dev<o:p></o:p></span></p><p class="MsoNormal"><span lang="EN-US" style="font-family:"Courier New"">tmpfs            44M  472K   44M   2% /run<o:p></o:p></span></p><p class="MsoNormal"><span lang="EN-US" style="font-family:"Courier New"">tmpfs           5.0M     0  5.0M   0% /run/lock<o:p></o:p></span></p><p class="MsoNormal"><span lang="EN-US" style="font-family:"Courier New"">tmpfs            88M     0   88M   0% /run/shm<o:p></o:p></span></p><p class="MsoNormal"><span lang="EN-US" style="font-family:"Courier New"">/dev/mmcblk0p1   56M   19M   38M  34% /boot<o:p></o:p></span></p><p class="MsoNormal"><span style="font-family:"Courier New"">tmpfs           219M  4.0K  219M   1% /tmp<o:p></o:p></span></p><p class="MsoNormal"><span lang="EN-US" style="font-family:"Courier New"">tmpfs           219M   86M  133M  40% /var/tmp<o:p></o:p></span></p><p class="MsoNormal"><span lang="EN-US" style="font-family:"Courier New""><o:p> </o:p></span></p><p class="MsoNormal"><span style="font-family:"Courier New"">Sehe ich mir in WINScp den Ordner /var/tmp an , zeigt er mir als Inhalt 0 Bits. Woher kommen also die 86 MB??? Seltsamerweise steigt das auch immer weiter an, wenn also 133 MB erreicht sind wird nichts mehr gehen!<o:p></o:p></span></p><p class="MsoNormal"><span style="font-family:"Courier New""><o:p> </o:p></span></p><p class="MsoNormal"><span style="font-family:"Courier New"">Ich wäre über eure Hilfe dankbar!<o:p></o:p></span></p><p class="MsoNormal"><span style="font-family:"Courier New""><o:p> </o:p></span></p><p class="MsoNormal"><span style="font-family:"Courier New"">Patrick<o:p></o:p></span></p><p class="MsoNormal"><o:p> </o:p></p></div></div></blockquote></div></blockquote></body></html>