Is there a log file of some sort for GoogleTV? Mines just played the Netflix sound without turning on the monitor and I'm alone.

A staticy Netflix intro played over my Bluetooth wireless speakers. The only other person at home is asleep right now. The speakers are paired to my GoogleTV which is plugged into an older computer monitor.

I was hoping to figure out what triggered this action.

πŸ‘︎ 13
πŸ’¬︎
πŸ“…︎ Jan 19 2022
🚨︎ report
Wrote a python program to log battery voltage values during my drive to CSV file. I could immediately tell which is my weakest module. I used a Bluetooth OB2 reader, an rpi zero with a WiFi and Bluetooth adapter.
πŸ‘︎ 60
πŸ’¬︎
πŸ‘€︎ u/imgprojts
πŸ“…︎ Dec 21 2021
🚨︎ report
How does Treblle scale to 7M+ log files per month using AWS and Laravel

Hello Laravel family, I wish you all a Merry Christmas and all the best in the holiday season πŸŽ„. I managed to get some time and finish a peace I've been meaning to write for a while now.

It's about how we managed to scale our product to handle 7M+ log jobs per month without breaking a sweat and more importantly without going bankrupt. So follow me on a journey that features 3 failed attempts and the final solution built on top of Laravel, Vapor and a neat combination AWS services 😎.

You can find the article right here on our website: https://treblle.com/blog/how-does-treblle-scale-on-aws-without-breaking-the-bank

πŸ‘︎ 53
πŸ’¬︎
πŸ‘€︎ u/cindreta
πŸ“…︎ Dec 25 2021
🚨︎ report
After a looooong day lurking through log files on different systems
πŸ‘︎ 4k
πŸ’¬︎
πŸ‘€︎ u/MagicFly
πŸ“…︎ Sep 30 2021
🚨︎ report
Player.log file in AppData just ballooned and filled my entire remaining space in my Windows partition

Not sure what caused it. File is 10.3 gigabytes and can't be opened, and due to the size can't be sent for inspection. Craziness abound. I presume I can delete this file, but wanted to post just to be sure I wasn't going to destroy anything in doing so.

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/WarzonePacketLoss
πŸ“…︎ Jan 17 2022
🚨︎ report
VFE - Mechanoids crashes on mac. I can't find any crash logs in rimworlds file location. v.redd.it/i04z1tp760a81
πŸ‘︎ 29
πŸ’¬︎
πŸ‘€︎ u/PacmanPence
πŸ“…︎ Jan 06 2022
🚨︎ report
Handling unavailable log file

Hey guys,

we've encountered an issue on production in which our Laravel log file failed to rotate and somehow its permissions changed so Laravel could not write/append to it.

In such a case, everything is a big mess, we log a lot and so almost every user action failed.

How can we handle such a case in which the Laravel log is not available? I don't even know how to start and debug this without an available log file..

This scenario may trigger a result of permission issues, no remaining storage,..

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/_WhiteNinja
πŸ“…︎ Jan 10 2022
🚨︎ report
adding a "log in" button to the game, to transfer files from one device to another. could be integrated when the steam release comes out.
πŸ‘︎ 30
πŸ’¬︎
πŸ‘€︎ u/valluusio
πŸ“…︎ Dec 30 2021
🚨︎ report
X-Plane frequent crashing & nothing in the log file

I've been having some serious issues with X-Plane lately. Every 2-3 flights X-Plane would freeze up and after a few seconds crash to the desktop, usually in cruise but it has also happened on climb and descent. Strangely enough, the log file did not mention any crash or show any reason for the crash.

The last few lines of the log file from my last crash:

> 1:33:52.049 I/SCN: DSF load time: 79738 for file Custom Scenery/simHeaven_X-Europe-3-extras/Earth nav data/+40+000/+48+006.dsf (0 tris, 0 skipped for 0.0 m^2)

>1:33:52.168 I/SCN: DSF load time: 110434 for file Custom Scenery/simHeaven_X-Europe-4-scenery/Earth nav data/+40+000/+48+006.dsf (0 tris, 0 skipped for 0.0 m^2)

>1:33:52.200 I/SCN: DSF load time: 25494 for file Custom Scenery/simHeaven_X-Europe-5-forests/Earth nav data/+40+000/+48+006.dsf (0 tris, 0 skipped for 0.0 m^2)

>1:33:53.814 I/SCN: DSF load time: 1619974 for file Global Scenery/X-Plane 11 Global Scenery/Earth nav data/+40+000/+48+006.dsf (274165 tris, 11 skipped for -11.7 m^2) 1:33:54.375 G64: core: Run: [OnSceneryLoaded]

These crashes happen completely randomly, no matter what aircraft or route I'm flying. Some days I get zero crashes, and other days every flight ends up crashing. I have also removed most of my plugins except for some essentials, but to no avail.

Plugins that I'm using:

  • ASXPConnect
  • BetterPushback
  • FlyWithLua (the only scripts I'm using are Better Nights and Gandalf for the sky-colours)
  • SAM
  • SkunkCraftsUpdater
  • TerrainRadar
  • WebFMC
  • X-Camera
  • XPRealistic

I've also been monitoring my hardware usage during flight, but nothing is out of the ordinary.

Hardware and usage during flight:

  • CPU: i7-10700K @3.80GHz, around 15-25%

  • GPU: NVIDIA GeForce RTX 2080 SUPER (8 GB), around 15-20%

  • RAM: 32 GB, around 40%

If anyone has any clue as to why my X-Plane keeps crashing, I would really appreciate it. I've been trying to fix this problem for weeks, and at this point I've had more crashes on X-Plane than I've ever had on P3D or MSFS combined.

πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/Huskyfan66
πŸ“…︎ Jan 09 2022
🚨︎ report
Browsing long lines are extremely slow (I study log files with auto-revert-tail-mode)

I need to investigate text log files a lot. Emacs with auto-revert-tail-mode does the job almost fine, except when there are long lines (JSON/XML dumps, 1-40kb large).

In that case Emacs lags a lot.

I use fundamental-mode + add few font-lock-add-keywords by (highlighting for INFO/DEBUG/ERROR & for date/time):

http://hg.defun.work/dot-emacs/file/tip/mylisp/log4-hi-mode.el

Even with plain fundamental-mode Emacs is unresponsible. I tried debug on error on C-g and the stacktrace is only native rendering function redisplay_internal.

Just writing the post I tried so-long-mode instead of fundamental-mode and it is much better but still noticeably lagging. Few extra font-lock-add-keywords in so-long-mode doesn't have huge impact: movement is just a bit slower than without.

I don't like to open Notepad++ just for log files, though it might be the proper solution...

Any suggestions on debugging long line issue?

Could we expect Emacs rendering of long lines improved?

I'm with Cygwin Emacs W32 27.2. Almost the same situation with Emacs 27.1 in WSL1 terminal. so-long-mode provides better experience, few font-lock-add-keywords ruin smoothness of movement.

UPDATE I really need some highlighting for log files (date/time + INFO/DEBUG/ERROR): I expect some help from the tool.

πŸ‘︎ 22
πŸ’¬︎
πŸ‘€︎ u/gavenkoa
πŸ“…︎ Dec 09 2021
🚨︎ report
After 131 seeds, I finally managed to bring my average race time for both Standard and Open 7/7 Ganon under 2 hours. I log all my statistics into an Excel file. I thought I could share the template if there are any stats nerds like me around here, or if you just want to check your progress. reddit.com/gallery/rp0jy7
πŸ‘︎ 22
πŸ’¬︎
πŸ‘€︎ u/caitsithx
πŸ“…︎ Dec 26 2021
🚨︎ report
tmux doesn't support lrzsz ( rz / sz), but we have trzsz ( trz / tsz ) which supports tmux. As long as you can log in, you can transfer files, which is more convenient than scp. github.com/trzsz/trzsz
πŸ‘︎ 17
πŸ’¬︎
πŸ‘€︎ u/LonnyWong
πŸ“…︎ Dec 25 2021
🚨︎ report
Help generating log/results file.

Hey all - currently working with a mailbox cleanup script. It takes a bulk list and converts to shared, removes licensing, etc etc. I'd like to be able to generate an output file when this script finishes that includes a breakdown of what all was done for each item in the list included success/errors/messages. My previous efforts with this script have been mostly accurate but there were some anomalies that produced unintended effects that were not discovered until later on. I would like to be able to review this log file as soon as it finishes so I can identify said anomalies/errors and get them rectified. Currently I have an out-file -path -append deal but it's not quite giving me the info I need. I was curious to see if anyone has some insight to share. Will be glad to provide further detail as needed. Thanks!

πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/EnginseerBK423
πŸ“…︎ Jan 18 2022
🚨︎ report
Serving single log file on EC2 instance?

I have an application deployed on an EC2 instance, that appends a log file I have created everytime an action is taken. I want to be able to access that log file using a web browser (so that the logs can be shared with others without giving ssh access). What is the easiest way to do this? I was thinking of opening a port, setting up NGINX to listen on that port and serve that resource whenever there's a hit on the IP the instance is using. Is there another way to do this that would avoid having to configure NGINX? using it has been a bit of a pain in the past and I'd rather avoid it if possible.

Thank you!

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/sirrebbo
πŸ“…︎ Jan 20 2022
🚨︎ report
Logstash vs File Beat for ingesting PiHole Logs?

Hello all,

I'm working on some home learning with PiHole and Elastic. A lot of the tutorials are I'm seeing on this topic use Logstash to ingest data from a rsyslog forwarded configuration. What I'm wondering is why couldn't use just use File Beat?

With Logstash they are enriching the PiHole data to add GeoLocation data, is this not something you can do with File Beat?

Kind regards

πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/sma92878
πŸ“…︎ Jan 03 2022
🚨︎ report
QBT 4.4.0 Log shows "Couldn't enqueue move of" for every file, trying to move the files to the current location.

QBT 4.4.0 Log shows "Couldn't enqueue move of" for every file, trying to move the files to the current location.

Every time I restart QBT I see the above error fr every file. Anybody have any idea what is going on with this?

Thanks.

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/DiogenesK-9
πŸ“…︎ Jan 18 2022
🚨︎ report
Is GR in chat logs Gary? In the file cabinet reddit.com/gallery/r9mmjm
πŸ‘︎ 50
πŸ’¬︎
πŸ‘€︎ u/Watson-Dirt8325
πŸ“…︎ Dec 05 2021
🚨︎ report
Is there a way to log errors to a file when running a python script?

For example, I am using vim. When I press f!, it executes: "python3 myfile.py"

Say for example my file says:

print(3 + "hi")

I will get an error when running it.

Is there a way to automatically log this error to a file called "mypythonerrors.txt" ?

Thanks for the help!

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/mementomoriok
πŸ“…︎ Jan 08 2022
🚨︎ report
Shader compilation failed, check your log file for additional information.

on anomaly with

death animations

boomsticks and sharpsticks

jsrs

soundscape overhaul

hollywood fx

expedition 1.1 graphics only

mcm

remade animations

fluid relations

skies redux

cinematic vfx

eft aim rattle

high res pda maps

sorting plus

absolut nature

currently getting this error on crash and cant seem to figure out which mods are causing it. ive tried taking some away and all of that but cant figure it out. heres my log

* phase time: 183 ms

* phase cmem: 1296944 K

* phase time: 181 ms

* phase cmem: 1296942 K

CResourceManager::DeferredUpload -> START, size = 2046

! Fallback to default bump map: build_details_bump

! Fallback to default bump map: build_details_bump#

texture loading time: 822

* t-report - base: 2035, 3241229 K

* t-report - lmap: 11, 11265 K

* phase time: 1383 ms

* phase cmem: 1327380 K

* phase time: 203 ms

* phase cmem: 1327380 K

* [x-ray]: Full Memory Stats

* [win32]: free[137426452976 K], reserved[4727264 K], committed[7773168 K]

* [ D3D ]: textures[3429652 K]

* [x-ray]: process heap[1327380 K]

* [x-ray]: economy: strings[65093 K], smem[38717 K]

! Can't find texture 'wpn\wpn_addon_scope_lens'

! Can't find texture 'wpn\wpn_addon_scope_lens_arrow'

collectgarbage before=46073124Kb

collectgarbage after=27971522Kb

! s:/anomaly\appdata\shaders_cache\r4\models_laserbeam.ps\1536111100110000000000010000110304010110181000

! error: common_functions.h(29,6): warning X3205: conversion from larger type to smaller, possible loss of data

common_functions.h(66,2): warning X3206: implicit truncation of vector type

common_functions.h(71,49): warning X3206: implicit truncation of vector type

common_functions.h(103,2): warning X3206: implicit truncation of vector type

gbuffer_stage.h(123,24): warning X3206: 'Load': implicit truncation of vector type

gbuffer_stage.h(124,23): warning X3206: 'Load': implicit truncation of vector type

(9,8): error X3003: redefinition of 'shader_param_5'

hope someone can help

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/toterthegoat
πŸ“…︎ Jan 02 2022
🚨︎ report
V log files not working ?

I shot a short film today with friends in V Log in .Mov. I tried to transfer over the clips and it says β€œthis contains media not supported by QuickTime, and when I load the clips onto davinci resolve they just come up as audio tracks. The files play on the camera perfectly fine? Are there any solutions any of you know?

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/gforgoblin
πŸ“…︎ Jan 09 2022
🚨︎ report
Ntfs master file table and ntfs volume log constantly writing to ssd. 5GB in 24 hours.

New computer. Nvme SSD. Fresh install from Media creation tool. No bloatware.

Got everything installed and settled. Everything at 0% https://iili.io/Y1dxbp.png except the c: is constantly writing 50KB to 500KB files around once every second in the task manager.

Loaded up the resource monitor and saw constant writing to the nvme drive by Ntfs volume log and ntfs master file table.

Is this normal?

I honestly didn't notice it until now but I checked my older computer and it also is doing the same exact thing. With 5TB written in just 2 year's on that drive with just windows and a few Media drives for plex, it honestly never gets used for anything else to have 5TB written in 2 year's.

πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/Souritos
πŸ“…︎ Dec 30 2021
🚨︎ report
No file creation event in Log Center

Hi!
I use RS4021xs+ with DSM 6.2.4-25556 Update 2.

Users connect to a share SMB3 from Windows. They create, modify and delete files - normal file operations. In "Log Center" I see rename and delete file operations only. What should be enabled to display file creation events too?

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/Gigses
πŸ“…︎ Jan 14 2022
🚨︎ report
Looking for advice on the correct course of action to make a complaint about a teams kits? Log on to EA, file it there?
πŸ‘︎ 81
πŸ’¬︎
πŸ‘€︎ u/Project12AM
πŸ“…︎ Nov 10 2021
🚨︎ report
Can we access our Tesla’s log files anywhere?

Just curious, I see lots of posts from people who are trying to figure out what is causing battery drain, why certain things are happening, etc. and it seems like there should be log files somewhere that could inform us of what’s going on. Do we have access to any of these?

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/Thinkk
πŸ“…︎ Dec 18 2021
🚨︎ report
https://auth.wyze.com/login cannot log in no matter what I try. Wyze will not allow log in when using VPN, adblock, or modified hosts file?

It seems a little shady to me that I cannot log in to use the web interface on my windows machine. The site says adblock messes with captcha, but that's not true as I completed the captcha. No matter what I do, I cannot access this when I'm using any VPN or adblocking. Does anyone have this working?

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/Seventh_Letter
πŸ“…︎ Jan 01 2022
🚨︎ report
Possible to redirect container logs to file

I see many log drivers, but none allow for simple file logging to a custom location.

Since my server runs on a sd-card, json logs force plenty of writes, which is highly undesirable. Thanks to log2ram, my logs in /var/log/ are written in RAM until the end of the day.
But unless I setup a redirection from docker logs ... to a file via a host command (far from ideal), I don't see how to achieve the same result.

Unless it's really simple to setup + maintain and lightweight, I don't want a central logging server.

Does anyone know how to automatically redirect logs to files?

Many thanks ! :)

πŸ‘︎ 21
πŸ’¬︎
πŸ‘€︎ u/schklom
πŸ“…︎ Dec 06 2021
🚨︎ report
ALTER: The first messaging and file sharing data management application launched on the Secret Network just deployed an major update to their UI and functionality. Check out the change log for more information on the update. blog.altermail.live/weve-…
πŸ‘︎ 24
πŸ’¬︎
πŸ‘€︎ u/DetroitMM12
πŸ“…︎ Dec 14 2021
🚨︎ report
Help: OMV stopped working randomly, I getting "Error 500 Failed to connect to socket, no such file or directory" error when I try and log in via webUI

System info:

$uname -a
Linux rockpro64 4.4.213-rockchip64 #2 SMP Wed Aug 25 20:06:36 UTC 2021 aarch64 GNU/Linux
$lsb_release -a
Distributor ID: Debian
Description:    Debian GNU/Linux 11 (bullseye)
Release:        11
Codename:       bullseye

So I use my omv pretty regularly on my system, out of the blue, I began noticing errors when I tried to upgrade using sudo apt update && sudo apt upgrade -y. The error was:

Traceback (most recent call last):
  File "/usr/sbin/omv-mkaptidx", line 38, in <module>
    import apt
ModuleNotFoundError: No module named 'apt'

I don't know where this came from or what it means, however, I did some research on the error and in the forums and someone suggested installing python3-apt. After running sudo apt install python3-apt nothing changed, I was still receiving the same error. I continued looking for answers and I saw somewhere some had suggested reinstalling omv. So I tried this option. First I ran sudo apt remove openmediavault and then reinstalled it via the armbian conifg. However, now I have an error in the webUI of Error 500 Failed to connect to socket, no such file or directory and the No module named 'apt' error from above.

I attempted to debug the socket error in the web inspector of my browser and noticed this error came from the rpc.php file. I saw this line in the console OMV\\Rpc\\Exception: Failed to connect to socket: No such file or directory in /usr/share/php/openmediavault/rpc/rpc.inc:141 I don't know what to do from this point though. Anyone else have this issue? Any and all suggestions are welcome at this point.

Update: I tried running omv-firstaid and I got the error:

Traceback (most recent call last):
  File "/usr/sbin/omv-firstaid", line 24, in <module>
    import dialog
ModuleNotFoundError: No module named 'dialog'

I really don't know what to do at this point.

πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/nyc13f
πŸ“…︎ Dec 13 2021
🚨︎ report
Sensex Log Data Processing (PDF File Processing in Apache Map Reduce) Project (Hadoop Project) projectsbasedlearning.com…
πŸ‘︎ 4
πŸ’¬︎
πŸ“…︎ Jan 13 2022
🚨︎ report
CVE-2021-43224-POC: Windows Common Log File System Driver Proof of Concept github.com/KaLendsi/CVE-2…
πŸ‘︎ 29
πŸ’¬︎
πŸ‘€︎ u/digicat
πŸ“…︎ Dec 21 2021
🚨︎ report
Log Wall HP - Where is the file located in order to edit?

I was able to find the normal upgradable wooden walls file but for the log walls one. For log walls I only found the ISU file but there is nothing about the health of the walls themselves. Help please.

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/JosephNoName
πŸ“…︎ Jan 16 2022
🚨︎ report
Can log into my Elrond web wallet with my keystore file and password but the seed phrase doesn't work.

Hi, I have an Elrond web wallet and I can log into it just fine with my keystore file and password. However, I was doing some spring cleaning and tried to login with my 24 word seed phrase and turns out that it is invalid. Is there any way I can recheck my seed phrase on the web wallet?

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/Ragesm43
πŸ“…︎ Dec 24 2021
🚨︎ report
All my 2K21 data seems to be gone. Logged in just now to see information that my save files were corrupted, and I can't even log in to 2K in game. Help??
πŸ‘︎ 20
πŸ’¬︎
πŸ‘€︎ u/ShowMeTheStacks
πŸ“…︎ Nov 07 2021
🚨︎ report
When I'm logging to file, it won't keep the logs if the program crushes.

I'm working on my fail-safe mechanism and this is how I log my complete stdout:

    try:
        int_file_num = 1
        bool_filename_spot_taken = True
        while bool_filename_spot_taken:
            bool_filename_spot_taken = os.path.isfile(abs_path)
            int_file_num += 1
        f = open(abs_path, 'w')
        sys.stdout = Split_Output(sys.stdout, f)
        return True
    except Exception as e:
        print(e)
        return False

This is the split:

class Split_Output(object):
    def __init__(self, *files):
        self.files = files

    def write(self, obj):
        for f in self.files:
            f.write(obj)

    def flush(self) -> None:
        pass

Now, if the program finishes the log file is written.
But if it crushes the log file is empty, even though the console is full of output.

How come?

πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/StartThings
πŸ“…︎ Dec 09 2021
🚨︎ report
Scaling Treblle to 7M+ log files per month with PHP, Laravel and AWS

Hi all, happy holidays and all the best in the new 2022. I hope PHP gets even more popular and people stop being haters for no reason : ) Maybe a story like I wrote might help convince them.

So i had some time over the holidays to write about how we managed to scale our product to handle 7M+ log jobs per month without breaking a sweat and more importantly without going bankrupt. Follow me on a journey that features 3 failed attempts and the final solution built on top of PHP, Laravel, Laravel Vapor and a neat combination AWS services 😎.

You can find the article right here: https://treblle.com/blog/how-does-treblle-scale-on-aws-without-breaking-the-bank

πŸ‘︎ 29
πŸ’¬︎
πŸ‘€︎ u/cindreta
πŸ“…︎ Dec 27 2021
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.