Blogs



Troubleshooting large IOWait spikes


Tags: archive
changed mount options: Before: defaults,noatime,nodiratime,barrier=1,data=ordered,errors=remount-ro After: relatime,barrier=0,errors=remount-ro pveperf before: root@pve-01:~# pveperf / CPU BOGOMIPS: 19244.00 REGEX/SECOND: 959888 HD SIZE: 27.19 GB (/dev/dm-0) BUFFERED READS: 195.02 MB/sec AVERAGE SEEK TIME: 0.26 ms FSYNCS/SECOND: 301.31 DNS EXT: 93.93 ms DNS INT: 93.76 ms (sqweeb.net) root@pve-01:~# pveperf /var/lib/vz CPU BOGOMIPS: 19244.00 REGEX/SECOND: 978722 HD SIZE: 178.85 GB (/dev/mapper/pve-data) BUFFERED READS: 197.73 MB/sec AVERAGE SEEK TIME: 0.20 ms FSYNCS/SECOND: 316.08 DNS EXT: 84.80 ms DNS INT: 107. Read more...

Rust Server Info


Tags: archive
[tS] Rusty Noobs Server turned off (9/22/16) I’ve decided to turn off the server for now, due to lack of traffic. The virtual machine will be backed up and stored in its current state but will remain powered off until its needed again. Server Update, Map Wipe, Performance Increases! (9/1/16) The server was updated and map wiped today, the map size was increased from 3000 to 3555 Server tick rate was increased from 30 to 60 An underlying storage issue was resolved resulting in lower server load and faster loading times Come noob out with us on a fresh server! Read more...

Finding the source of excessive inode usage


Tags: archive
Determine if lack of disks space is an inode problem: df -ih Filesystem Inodes IUsed IFree IUse% Mounted on /dev/sda1 1000K 105K 896K 100% / tmpfs 480K 8 480K 1% /dev/shm Find folders with large number of inodes: for i in /*; do echo $i; find $i |wc -l; done Change to the directory with the highest number, in my case this morning it was /var. Find specific folder w/ large number of inodes: Read more...

Splunk Light Install


Tags: archive
wget -O splunklight-6.4.2-00f5bb3fa822-linux-2.6-amd64.deb ‘https://www.splunk.com/bin/splunk/DownloadActivityServlet?architecture=x86_64&platform=linux&version=6.4.2&product=splunk_light&filename=splunklight-6.4.2-00f5bb3fa822-linux-2.6-amd64.deb&wget=true'


Mounting Linux Raid Arrays At Boot


Tags: archive
I have been having issues on reboot ever since I put together this newest server. I have 2 new Linux raid arrays (/dev/md0 and /dev/md1) both in a raid 1 consisting of 2 disks each: lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT fd0 2:0 1 4K 0 disk sda 8:0 0 111.8G 0 disk ├─sda1 8:1 0 1007K 0 part ├─sda2 8:2 0 127M 0 part └─sda3 8:3 0 111. Read more...

Current SEDS Mod List


Tags: archive
Full list of the mods we’re running on teamSqweeb Space Engineers Dedicated Server: Active Id = 436025957, Name = ‘(DX11) Kolt - Command Console Pack’ Id = 298550266, Name = ‘(DX11)Letters Mod’ Id = 536696922, Name = ‘(DX11)Rover Cockpit’ Id = 598415416, Name = ‘Gravel Ore Separator’ Id = 305329302, Name = ‘Small Ship Mega Mod Pack [100% DX-11 Ready]’ Id = 401901602, Name = ‘LordChicken Aerospace: No Edges (DX11)’ Id = 490036307, Name = ‘Reworked Armor Ramps Mod~(DX-11 Ready)’ Id = 303959338, Name = ‘Concrete Armor Blocks (DX11)’ Id = 441277694, Name = ‘Extreme Lights’ Id = 481012219, Name = ‘Industrial Sized (DX11)’ Id = 349431610, Name = ‘DK Earthbreaker Drill (DX11)’ Id = 475375953, Name = ‘[Mexpex] Heavy Mining Drill’ Id = 611420971, Name = ‘Corner LCD’ Id = 343014073, Name = ‘Maglock Surface MkII (DX11)’ Id = 561827211, Name = ‘Custom Sound Block Sounds’ Id = 438226588, Name = ‘Hangar Gates (DX 11)’ Id = 551854023, Name = ‘Warbros ModLabs Long Ramps’ Id = 473306528, Name = ‘S - Interior Walls - DX11’ Id = 521994963, Name = ‘Holographic Projector (DX11)’ Id = 556092142, Name = ‘(DX11) Tiered Atmospheric Engines’ Id = 445980520, Name = ‘Button Panels (8,4-1) (DX11)’ Id = 402341075, Name = ‘(DX11) Tiered Thruster Pack’ Id = 618982571, Name = ‘(DX11) Tiered Armor Hydrogen Engines’ Id = 609020322, Name = ‘(DX11) Tiered Armor Atmospheric Engines’ Id = 405182053, Name = ‘(DX11) Tiered Armor Thrusters’ Id = 570766073, Name = ‘Midspace’s Small Ship Speed 300 mod’ Id = 570767247, Name = ‘Midspace’s Large Ship Speed 300 mod’ Id = 346482476, Name = ‘Accessible Conveyors /w DX11’ Id = 563055135, Name = ‘“Dusty” Conveyor System (DX9 / DX11)’ Id = 565446909, Name = ‘ShadowFlux Catwalk Pack (DX 11)’ Id = 577079238, Name = ‘“Skyblade” Helicopter Propellers’ Id = 506964853, Name = ‘Advanced Doors Mod Pack~(DX-11 Ready)’ Id = 517675282, Name = ‘Projector Preview - miniature blueprint display & damage status’ Id = 605086856, Name = ‘Holographic Radar’ Id = 584639195, Name = ‘(Beta) Power Transmitters’ Id = 587688734, Name = ‘Captain Control Seat & Passenger Seat’ Id = 294555339, Name = ‘(DX11)Titan Engine’ Id = 530693136, Name = ‘Corner Lights’ Id = 295394554, Name = ‘(DX11)Hydroponic’ Id = 419588209, Name = ‘MWI - Main Battleship Cannon Mk3 (DX11)’ Id = 636314268, Name = ‘[MP FIXED] Manipulation Tool’ Id = 312976851, Name = ‘(DX11) Eikesters Decorations and more - Part I’ Id = 451486869, Name = ‘Hammerman decoration pack (DX11)’ Removed Id = 532433982, Name = ‘RB Compact Battery [DX11]’ Id = 396679430, Name = ‘(DX11) Concrete Tool - placing voxels in survival [Click-ability Update! Read more...

Enabling HTTPS with Lets Encrypt


Tags: archive
Lets Encrypt has made it super simple to create and install ssl certificates so I decided to finally make the jump to https. They have developed an auto installer client that is already working for Apache but apparently the NGINX installer is still under development. They also give you the option of just generating certs and installing them manually so that’s what I opted to do. First I cloned the Lets Encrypt GitHub repo to my NGINX proxy box and then generate a certificate chain for each of my sub-domain’s. Read more...

Subsonic streaming


Tags: archive
Cherrymusic is out and Subsonic is in. An issue thread came up on the Cherrymusic github that asked if there was a good android client to use with cherrymusic, and there isn’t. There is a wrapper that only sort of half-ass works and then a shitty mobile implementation when using Chrome. Someone in the comments suggested an existing app for Subsonic be used as a guide or starting point for a Cherrymusic app. Read more...

Previous Page 5 of 7 Next Page