Skip to content

Instantly share code, notes, and snippets.

View MarcelRobitaille's full-sized avatar

Marcel Robitaille MarcelRobitaille

View GitHub Profile
1647720895.225845 client started (19565): version 3.1c, socket /run/tmux/1000/default, protocol 8
1647720895.225873 on Linux 5.3.18-150300.59.54-default #1 SMP Sat Mar 5 10:00:50 UTC 2022 (1d0fa95); libevent 2.1.8-stable (poll)
1647720895.225890 socket is /run/tmux/1000/default
1647720895.225898 trying connect
1647720895.225908 connect failed: No such file or directory
1647720895.225914 lock file is /run/tmux/1000/default.lock
1647720895.225927 flock succeeded
1647720895.225929 got lock (6)
1647720895.225933 trying connect
1647720895.225939 connect failed: No such file or directory
{'':
Name:
Cur value: 19
Index: 0
Title: Number of options
Desc: Read-only option that specifies how many options a specific device supports.
Type: TYPE_INT
Unit: UNIT_NONE
Constr: None
active: yes
2022-03-02 13:08:24:402 [ info nextcloud.gui.folder.manager C:\Users\sysadmin\AppData\Local\Temp\2\windows-9041\client-building\desktop\src\gui\folderman.cpp:1072 ]: <========== Sync finished for folder [Nextcloud] of account [marcel@nextcloud.robitaille.host] with remote [https://nextcloud.robitaille.host/remote.php/dav/files/marcel/]
2022-03-02 13:08:37:423 [ info nextcloud.sync.accessmanager C:\Users\sysadmin\AppData\Local\Temp\2\windows-9041\client-building\desktop\src\libsync\accessmanager.cpp:78 ]: 2 "" "https://nextcloud.robitaille.host/ocs/v1.php/cloud/user?format=json" has X-Request-ID "f14247b6-9dba-47d0-a540-3f6ba676113e"
2022-03-02 13:08:37:424 [ debug nextcloud.sync.cookiejar C:\Users\sysadmin\AppData\Local\Temp\2\windows-9041\client-building\desktop\src\libsync\cookiejar.cpp:90 ] [ OCC::CookieJar::cookiesForUrl ]: QUrl("https://nextcloud.robitaille.host/ocs/v1.php/cloud/user?format=json") requests: (QNetworkCookie("__Host-nc_sameSiteCookielax=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:5
This file has been truncated, but you can view the full file.
Technical information
=====================
The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.
Results
=======
- core
- INVALID_HASH
# The components section contains an ordered list of components you wish to
# print in the MOTD. They will be printed in the order they are defined in
# this file. Duplicate components will override previous definitions. Every
# component has an "enabled" setting which will turn the component on or off.
components:
#####
# ASCII Text Art
# Generates ASCII pictures of strings.
#
This file has been truncated, but you can view the full file.
/tmp/python-build.20201209152309.226793 ~/code/...
12/09 15:23:10 [NOTICE] Downloading 1 item(s)
[#a7e616 2.4MiB/16MiB(14%) CN:1 DL:2.5MiB ETA:5s]
[#a7e616 4.6MiB/16MiB(27%) CN:1 DL:2.3MiB ETA:4s]
[#a7e616 6.5MiB/16MiB(39%) CN:1 DL:2.2MiB ETA:4s]
[#a7e616 9.0MiB/16MiB(54%) CN:1 DL:2.3MiB ETA:3s]
[#a7e616 11MiB/16MiB(66%) CN:1 DL:2.2MiB ETA:2s]
[#a7e616 12MiB/16MiB(77%) CN:1 DL:2.1MiB ETA:1s]
[#a7e616 14MiB/16MiB(85%) CN:1 DL:2.0MiB ETA:1s]
#!/usr/bin/env python
import sys
import os
from os import path
from datetime import datetime
import subprocess
import shutil
import sh
/**
* Marlin 3D Printer Firmware
* Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
* Based on Sprinter and grbl.
* Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
Option Explicit
Sub WriteLine ( strLine )
WScript.Stdout.WriteLine strLine
End Sub
' http://msdn.microsoft.com/en-us/library/office/aa432714(v=office.12).aspx
Const msoFalse = 0 ' False.
Const msoTrue = -1 ' True.
import json
import logging
import threading
import fibre
from fibre.utils import Logger
logger = logging.getLogger(__name__)
logger.setLevel(logging.DEBUG)
fibre_logger = Logger(verbose=logger.getEffectiveLevel() == logging.DEBUG)