#general
3141 messages · Page 1841 of 4
how do you even get your OS in that state lol
apparently that happens when it detects file system errors
to protect from further damage
¯_(ツ)_/¯
either ill have fixable filesystem errors or the harddrive is
rekt
It's way more fun when the NVMe PCIe controller is dying and causing CPU lockups. 
wtf man, trying to run fsck and says my nvme1n1 is in use even though its not mounted

try using live gparted or something
it's 0 degrees here which is unusual for texas this early in the year
make a snow angel
fuck the snow
i havent seen any snow yet 
its -32 celsius here rn without wind chill
sounds like a russia moment
more like prairies canada
same thing
probably
anyone looked into using oracle always free tier for hosting a server? you can get 24gb of ram, 4 cores and 200gb storage
people keep getting fucked over by oracle and getting them shut down for no reason
really?
im currently self-hosting a server for my friends and ive been messing around with it and im considering changing it over to there
seems like a weird thing to hand out free servers
they kill your server after 60 days and you gotta reprovision it
it's marketing
they get the new generation raised upon their platform
bruh is there a way to check what tf is using my disk
@void void how long have you been using it?
im in rescue mode and my disk isnt mounted and and fsck is telling me its in use
ffs
great marketing if you try to find a reason to cancel your service the moment you turn a stone lmao
that generation then goes for startups, "oh, so, we're plannin to AWS because X, Y, Z", "Oh, well, am familiar with oracle cloud, and it does all that stuff, cheaper"
four/five months
Can we send a cease and desist to Oracle?
oh yeah no doubt it does the trick that banks do to give kids like a million % apy
will that mean if i dont do offsite backups ill lose all of the server files?
i pay 3euro for my server and have had it for like 2 years now 
I KNEW IT
That's literally in writing
never had to reprovision it ¯_(ツ)_/¯
nono free means free with no strings attached!!
and, yea, if you don't have backups you'll lose the data
This is the corporate world
Free* != Free 
They're not offering that service out of the kindness of their hearts
it's free as in beer
i dont get free beer? Where do i sign up
What you do is become a party trick guy, but, most sports there are in shots
lol
i mean, it does have like 10tb of bandwidth for free, with like 1000 mbps (i speedtest'd it) could just regularily backup the world & plugin folder to google drive or something incase that does happen, or in @void void 's case you wouldn't have to bother
i dont go out often so i usually just set a round for my friends
I still take regular backups because I'm fully aware they can yeet me off of their free tier for whatever reason they want
so they have reason to keep asking me 
being in australia, most peoples internet is like 10mbps so i just laughed when i saw the free tier had uncapped 1000mbps
it's actually 30 days zcat but they allow you 30 extra grace period
that's how they get you. Making you think you are safe

intentional by design
dw, its only double on mainland 
fast internet 
at least 26 Mb/s is acceptable... doesn't australia have 999ms latency to everywhere?
tbh i can get like 3MB/s when downloading at full speed
yeah even to australian mc servers, getting anything under like 200ms is unheard of
on a good day where no one else is using the internet i can just push 3MB/s
doesnt help that your country is 90% middle of fuck where
but that is like only on steam downloads
dont you have like some spider that can transfer data at light speed?
steam downloads are the goat
bro i love how everyone thinks australia is only outback australia like in the city/suburban areas its legit the same as anywhere else, everyone i know will still freak out about spiders/snakes etc.
yeah but 95% of Australia is outback
and like 95% of people in australia live on the east coast
i only have spiders the size of my hand, but non that will eat me alive if i'm not looking
mhm
when they harvest the corn we get a shit load of spiders in our house the size of hands lol
always fun waking up with one on your wall
wtf
anyone know how to auth an oracle cloud instance with a password instead of a key file
i switch between pc's alot and using a pass is much more convenient
It’s not hard to copy your key file over
much rather just whack a pass into bitwarden and be done with it
have your key shared in your microsoft drive
I mean you could store your key in bitwarden
^ that too
nothing stopping you
h o w
c o p y t h e k e y i n t o i t
b u t i t s a f i l e ?
files contain things 🙂
lmao u mean just save the plaintext in the key as a note
omg just opened it in notepad
ok imma actually do that now lmfao

have two keys then
more than two pc's :/ imma just see how ^ goes for now
to be fair key based authentication isn’t that much more “secure” than a really strong password anyway
key based is alot better for stuff like keyloggers, its more the fact that its a file makes it more secure iirc*
I mean at the very minimum you cannot be keylogged via password
you're supposed to use a passphrase on top of it as well
well if your machine has been compromised then you can assume your ssh key is compromised as well
hey I haven't seen eternity shilling in a while, they still offering that?
yeah
will protect against script kiddies

what r u on about
Oracle support
still have my instance though
since May
wait, is it not letting me fsck because of the raid ?
if you're using raid you'd need to fsck on the block dev which raid exposes
wdym by blockdev
the block device
also cant mount the partition in rescue mode mount: unknown filesystem type 'linux_raid_member'
because that's not how raid works
that's the raid partition
i.e. magical
you need to get mdadm or whatever you're using to assemble that into a block device which exposes the actual partition
mount your raid like you did before again and then check on the partition the raid creates
fuck I wish I could better understand this shit
okay so I have to mount the raid first?
i see a lot of shit on google about running mdadm commands however I am weary of just copying down commands somebody wrote without knowing much about handling this raid shit
Hey all. Im not sure about is this is a right channel to ask, but do somebody know a good anti-cheat plugin for vanilla server which will not interfere with normal play? I tried few but all of them are triggering without a real reasons D:
I mean technically you just need to start it the same way as you normally did when you setup your raid first
if you fear that you destroy data then take a full disk backup first I guess
I didn't setup the raid, ovh did
oh
yeah its my first time having to use fsck and shit basically
well... that's what you get for running stuff you don't understand I guess, time to learn how raid works (I suggest using a local machine to play with it)
(me looking at my 15 servers I use as furniture)
I mean just reinstall the operating system at that point and have it reset up your vps if you got it from ovh
I mean I personally had good success with just running random commands from the internet but it was never data that I couldn't afford loosing (backups ftw :D)
otherwise, google, theres probs many tuts around it, etc
well, my mc servers are backed up
nothing else is really important on there
however id like to avoid copying 300gb of data if possible
😂
unlucky
so this is what I have going apparently ```
md2 : active raid1 nvme0n1p2[0] nvme1n1p2[1]
499054528 blocks [2/2] [UU]
bitmap: 0/4 pages [0KB], 65536KB chunk
this means I already have the raid setup no?
yes
looks like it
so that is what I need to mount or scan with fsck in that case
yes
ty
/ contains a file system with errors, check forced.
Pass 1: Checking inodes, blocks, and sizes
Inodes that were part of a corrupted orphan linked list found. Fix<y>?
``` running now
appreciate the help yall
I feel like that was too fast for 300gb
its done alr
there are some flags for a more indepth scan iirc
when you live in alabama
when your family tree is a family star
when your family does recursion
ded family tree is more like a family bucket
Paper
what was the joke about a family cactus
Nice to know the fine print of Oracle's "always-free" instances, anyway it's still a good way for getting started with the basics of cloud services
I use one of their instances to host a Discord bot and a Bungee proxy (just so skids can't get my house IP easily), but there are programs that just won't work properly on Ampere instances
Like Chromium, just refuses to run, even on a pod/docker
And for some reason I couldn't get Waterfall to be seen outside of the VCN, but with Bungee I had no issues
that shit gave me a headache when i tried setting it up
btrfs go brr
I prefer raid cards over a software raid usually for this reason
Once they are set up the OS doesn't even know other than a driver for the raid card
Just wait till your hardware raid nukes the config. 
I wouldn't trust the "hardware" RAID on a consumer mobo
But if you have a proper PCIe card for it (that probably cost more than your mobo) that's obviously better
Although ZFS does their own RAID modes that hardware doesn't support
iirc LTT uses hardware RAID 5 for three groups of drives then using ZFS RAID to join those 3 together for their NAS but that only makes sense if you have like 20 drives
Hardware raid on consumer hardware is just software raid.
computers 🤝 SWAT
raids
Raid shadow legends
Another one to block. 
Yeah iirc they just use SMM to hijack the CPU to do their own special software RAID that isn't compatible with anything else
hardware raid is also largely useless
JBOD life. 
Can somebody recommend a good anti tab complete plugin, maybe running on velocity, for plugins what do not get the command registration done right?
calculating raid these days requires almost no CPU usage
consumer "hardware" RAID burned me when I was younger and more naive. Ended up losing a lot of data
meh, most of raid solutions are good until they stop working
I dunno, you can max out an EPYC doing parity calculations and have your write speeds be CPU limited
I imagine getting data from synology raid might be interesting (without buying another synology for example)
or tryint o get data off old collapsed freenas raid
Of course, that requires having 40 enterprise SSDs in your array but it's possible 😄
and so on
Depends on what you count as maxed out.
Just doing IO operations or actual calculations?
According to LTT it was doing parity calculations
iirc they had to get a switch with a 100Gbps port to support the read/write speeds they had out of this thing though
It's not a realistic scenario for any of us, just saying you can still max out a CPU with software RAID
huh what
how are you running it lol
Any binary of Chromium just gives this message (this one is from the Oracle Linux repo)
oracle linux?????
Rebranded Centos 8*
And in docker i'm not sure what happens but any image I've tried, just crashes and don't really give a error message or doesn't output anything at all
Centos
Anything wrong with it?
Anyway, I just given up, searching I found a tool named wkhtmltoimage that does exactly what I needed chromium for, but I quickly figured out it is severely outdated (and buggy), so I don't really know what to use now
wkhtmltoimage is yikes
i made https://github.com/eteu-technologies/pdfgen some time ago
buut it requires chromium
i don't have problems on nixos at least
You need a binary compiled for arm, and you probably need an xorg server
You can look into x11 forwarding but the performance will suck
error would be diff if they didn't use arm binary
Xorg is installed and the chromium binary is an aarch64 one
chromium can run fine headless, don't need to have xorg installed for that
anyway i have a docker image published for pdfgen project, mind giving it a go?
Sure, I have nothing to lose, but make sure you have a image for aarch64/arm64
lmao right
now i remember
i had a bizarre error on gh actions which i couldn't be arsed to solve
mprotect(0x4200001000, 4096, PROT_READ|PROT_WRITE) = -1 EINVAL (Invalid argument)
--- SIGTRAP {si_signo=SIGTRAP, si_code=TRAP_BRKPT, si_pid=-169628392, si_uid=43691} ---```
This was the last line before hitting the breakpoint
No idea what it is or means tho
…to look into it more to learn why. (#nutrition-science description)
What is this sentence?
That sentence doesn't seem to make sense
I assume that the description is asserting that fat is not bad, and you should do your own research to find out why if you want
haha he said the f word
fiddlesticks? what now
Wow DotA has changed a lot. I don't even recognize the first two items
first one is an upgraded urn, and the second is meteor hammer, channeled aoe stun
Ah yea those didn't exist when I played
okay i don't want to post more memes here lol
I really dislike opening that AP up again.
Also love the fact that the instructions for flashing are incorrect.
It'd be nice if there were like a "mini game mode" where it optimises the jar for minigames instead of regular Minecraft =.=
Just an idea xD
a bleh one at that
stuff like that is a cool idea until you remember people wanna be able to configure much stuff stupidly indepth
you end up with a patch which is unmaintainbly long used by like 1% tops of the community
What I mean by that is having it default off but if it gets turned on, it overrides a bunch of settings and changes them based on the optimization with a description of what it changes xD so it wouldn't really limit anything since you can always turn it off
Riki?
yes
XD
I mean, that makes very little sense
if you mean just a paper.yml file, I mean, basically, go for it
There is nothing stopping people creating custom config files and sharing them
We generally rather people don't at least not without stupid amounts of info saying all that they've changed, but, they are just text files
If reading is proven to be such a difficulty, you should probably resort to being a player instead of server owner.
no
I guess it wouldn't take too long to learn what everything does x)
I'm just focused on a super duper cool concept rn
https://twitter.com/stats_feed/status/1479480872319524867?s=21
How did I miss the 5,037,000,000,000th day since the Big Bang?
Days since last Big Bang: 5,037,000,000,744.
332
2974
I feel like that would’ve been a story somewhere
didn't know there were multiple big bangs
Doesn’t need to be multiple, just the most recent was then 🙂
then it should be "Days since the Big Bang"
But there could be more in the future.
I know what I'm using this for 
anyone know an easy way to backup a server to google drive from cli? (linux)
rdiff supports it iirc
easy to access, + my server is only 1.4gb so easily fits in a free acc
I mighta got the wrong one 😄
I just forgot the name https://rclone.org/ - its the best thing sliced bread
Rclone syncs your files to cloud storage: Google Drive, S3, Swift, Dropbox, Google Cloud Storage, Azure, Box and many more.
dang that looks spicy
k imma go look at that
Think rsync but supports everyting
*everything
You can even mount it as a FUSE filesystem :D
FUSE all the things!
I use a script to take nightly XML backups of my text messages, download them with rsync, and use git's delta-encoding to compress them.
thats some gigachad work right rthere
using fuse google drive as swap
like, swapspace, for ram, off system?
Theoretically possible
oh, it is
I was looking for the best way to transfer files between my Mac and my Linux, and it turns out NTFS is the best way to format the file system
unlimited free ram!!!
but it's so beautiful
I've done it, just to see if it's possible. It is, but there is absolutely no utility in doing so.
soup6020: Did you get a call from google?
other beautiful things include dd'ing the HDD windows is running from as its going brrr
Also it turns out a NTFS formated HDDD is the best way to transfer files between Mac and Linux if you need a shared hard drive
Techcable: I didn't get one for that, just for abusing the search API a little
laughs
I had to use exfat 😦
I don't use windows, but ntfs-3g works flawlessly on Linux and Mac
not even dual boot windows?
No
how u play da gemes?
I dual boot, very rarely but when I game sometimes I wanna just watch something while steam patches or windows does stuff
having the drive where I store all my media crap and such on exfat works a treat
I kinda wish proton would come to macOS
i used to use linux on my old laptop and it was a godsend, went from laggy and literally 10 minute minecraft start times to like 1 minutes on linux
thought you meant start times in general
oh, it was bad
I was like, wait, who turns off their laptop? o.O
i had a batch file on my desktop to force close unresponsive apps
because thing would randomly stop responding
peak windows
Oh god, I had a fun machine like a decade ago
Arch Linux is absolutely amazing, and if you want a nice install step and easy config there's always endeavouros
i used to ahve a batch file on my desktop to restart explorer cuz it would break occasionally
if you know this memonic, same bro, same
My first laptop I installed Arch directly dual-booted, but I almost never used Linux
arch linux is 👌
I've used a bunch of distros and arch is the best I've found
Arch is amazing
I use it on literally everything 😂
manjaro was my favourite
Reboot, Even, If, System, Utterly, Broken
i discovered nixos about 1.5 years ago
Software is minimal diffs from upstream. never breaks
@jagged widget: Consider using endeavouros
manjaro shudders
don't want to use other distros anymore
No
Thanks for your contribution ded, leave the server now.
If you want a pre-configured Arch use EndeavourOS
hey, it was my first distro, i needed something with less of a learning curve than arch lmfao
yea, nixos seems super neat. I've been meaning to mess around with it
aur is pretty based
dont need to be toxic cuz you got owned in roblox dude
It's the successor to Antegros
if you want preconfigured arch use ubuntu
Much better than manjaro because manjaro makes like a ton of changes
I’m not naomi ded
arch provides an installer now
then breaks all the Arch beauty
i wish you were, so you'd be banned too
a terminal one
Yeah arch-install was super useful
soup6020: Yeah, still not is good as Endeavour
same
i just use windows now becuse i have a decent pc and its not worth it to me to reboot for every 2nd game i play
And its kind of klunky
it instantly broke my machine. then I just did it the manual way like usual
EndeavourOS is basically a nice installer and a pre-configured windowing system
for me some package or something stupid was missing
YEah
for me, i was trying encryption. which just failed with grub
I already have an arch VM setup for stuff, I just wanted to toy with it to see how good it went
I used Antegros (the predecessor to EndeavourOS) to install my second Arch machine and it worked pretty much perfectly.
they later fixed that like a week later
EndeavourOS looks too new for me tbh
I also toyed with nix a few weeks ago, that was pretty nice
aren't they the ones developing maui shell?
not sure I'd wanna full time it, but, overall it seemed kinda cute
They don't change the packages
Nix made me hate using my computer
Oh we're talking about Nix
Yeah I don't know, I'm kind of skeptical. Seems magic
I mean it's at least better than Homebrew
I install it along side brew on my laptop
hmm
also im having troubles when i run my server's start.sh as a background job, it seems to get somewhat through the starting and then freezes until i bring it to the foreground
ran some nix-info command inside of nix-shell and the packages folder like, tripled in size...
Only sad things about moving from Arch -> Mac M1 is homebrew and that an x86 Arch VM is very slow :(
Works entirely differently to nix-os too at least from what I can see
It's 100-1000x overhead to run x86 Arch VM inside an Apple M1 :(
Rosetta is like 20%
well one thing to look forward to is linux support on the mac. tons of progress is being made in that aspect
and there's always arch linux arm 🤷
That project seems mostly dead :(
Also the official Arch people are like "nooooo"
Not allowed on the wiki
long term for me is really just gonna be to have a proxmox host or something on a box in the corner
And documentation is garbage
What is a proxmox host ?
proxmox hypervisor
yea, I run an arch linux arm repo. I tried adding it to the "unofficial repositories list" on the wiki. and they just reverted my change lol
does anyone know how i can properly run an mc server in the background
(arm linux)
Define background?
(not rpi)
that way I can just VM everything I care about and remote in with nomachine or whatever the cool thing is
Alpine looks like a nice distro for ARM
usually you just run the server in tmux or screen
yes
people also runs stuff on systemd but then you lose the console
- so i can close putty and have the server still run
- so i can do other stuff without opening a new putty window
.
There are some nice server managers too
What I personally do is that I have a systemd service that starts a script that is run inside of a screen
Hey man I'm a mathematician
then I can just do screen -r mcserver
You gotta define everything
Use screen or tmux
gsand wrote a nice wrapper mark2
Alpine is fantastic
Oh good :)
❤️
:)
soup6020: I haven't used it very much, but I need a Linux VM for my Mac M1
Probably need like 3
x86 Arch, ARM Arch and Alpine ARM
this is basically what I ended up doing, I have multiple GPUs in one tower, my VMs all have PCI passthrough
wow
But I don't play games anymore
Q is generally "does it need to be on the same device", like, if you're toying around a lot it's generally kinda worth considering just getting a box to shove in the corner and using it as a VM host
i tried using screen, but when i close the terminal window it still closes the tasks
I mean
that would scream that you either did it wrong, or, screen bork
both of them as believable as the other
oh wait... the task is still running but i can no longer see the screen that is running the server
or see it in the ctrl+a " list
screen -ls
there are two - one says attached and the other says detached
well, thats your issue
how do i "attach" it?
you started a new screen session instead of connecting to the old one
screen -r, iirc
how do i connect to it?
close that screen you just opened (exit/ ctrl-d)
yes?
i just wanted to say hi, i remember you used to be around
especially with a certain fork 👀
huh what fork?
taco fork lmfao
If you'd like to help the homeless, please consider donating to these organizations-
Feeding America: https://www.feedingamerica.org
The National Alliance to End Homelessness: https://endhomelessness.org
In West Palm Beach Florida-
The Lord's Place: https://thelordsplace.org
#parrygripp #rainingtacos #tacorock
Animation by the awesome BooneBu...
oh please no
Anyone got a good server host?
BloomHost, DedicatedMC and I think extravm is also recommended
proxmox is pretty decent
my fucking god I forgot how bad effexor gutpunches you when you forget to take it for a few days
@left swift poki got banned????
idk
she was banned because she was streaming avatar the last airbender
that’s wild
isn’t she like one of the least problematic streamers too
like she isn’t a hot tub streamer
dmca trumps hot tub streams
big dumpy
is oracle cloud a static ip or dynamic?
static
pokimane got pokibanned for pokibreaking the pokirules
I mean she really think DMCA doesnt apply to her or something watching that on twitch 
Just had my first meeting in the Metaverse.
Here’s the top 16 reasons I’ll never take a meeting any other way:
1607
6620
if i read the word metaverse one more time in the next 24 hours im going to go clincally insane
@waxen panther metaverse
lmao i just wget'd paper jar in 0.1 seconds... 250mbps is reaaaly nice to use
1 blocked message
https://www.youtube.com/watch?v=ZDOI0cq6GZM - somebody needs to do this, but, like, meta-verse! meta-verse!
How alarmingly similar this is to the situation on the Gold Coast with the hoax cruise ship terminal proposal and associated casino rort. Every Australian should stand up and take not of what is happening to the city's own Central Park and marine park.
http://www.facebook.com/saveourspit
http://www.saveourspit.com
svg files aren't supported I think
(I think sulu was basically looking into it or something, xenforo go brr, or something)
yeah the built in image proxy does not support a variety of formats, I've made an addon to support using an alternative media proxy but that has not been implemented yet
Ideally, yes
❌ Twitch Partner "pokimane" (@pokimanelol) has been banned! ❌
https://t.co/PpSflfhk6I
#twitch #ban #firstban #partner #twitchpartner 🎾
1077
16932
.
She has been doing naruto streams too and just deleting the VODs and any clips people try to make, apparently
zuck lynch mob when
(not serious, I do not condone violence)
pokimane more like pokiowned
🔥 🔥 🔥 🔥 🔥 🔥 🔥
pokigone
Apparently she was even distorting the show to try to make it harder to detect
And was streaming it for hours, not just half an episode or something, almost watched the whole thing 😛
WARNING:
I run an "Online" server.
We just had a user named "bead456" join and use a hacked client "I am not sure the name"
And was able to spawn items/shulkers/fly thousands of blocks instantly.
Please all of you ban him before he joins you

is this chain mail in 2022
Meanwhile half of Twitch is watching Master Chef and Death Note
its missing the "if you don't post this 3 times in other servers he will join your server"

did you update paper
Looking at console, he didnt seem to know any commands, or type any valid commands on our server. Entered the Nether, used /wild and was flying around.
I do not have any sketchy plugins, and only about 40 of them total. Mostly mainstream. I am not sure where to start looking.
No "Creative" plugins or inventory management plugins of the sorts
def something on your server lol
Just because a plugin is named mainstream_name.jar
stuff like that is either misconfigured bungee or something installed on the server gave them perms to do stuff
doesnt mean it is actually it
but then again, we dont know what you did and can only go by what you tell us
I sure hope your server is offline rn
Everything is from spigot with verified downloads and possitive feedback 😦
We do not use Bungie
Is it not possible there is a new hacked client going around?
Everything is server validated more or less
Like, you can't just magically get a shulker without something creating that shulker, only way to be in creative mode is if something explictly puts you into creative mode
Alright, from your guys experience, do any of these plugins stick out which I should consider looking into?
(Everything is kept up to date with configs and settings)
😦
use squaremapp
dynmap is fine
it's just loaded with features and such
squaremap is dummer but lighter as a result
no it is actually bad
So it looks like, the very first thing he did after logging in- was find the nearest Shulker box, and open it. From there, he obtained items
if you want 20% of your tick being thrown away
I mean
the default config is bad
but, past that, literally had 0 issues with it
.dynmap
Optimize (Reduce) dynmaps load on your server: https://www.spigotmc.org/threads/1-15-server-performance-help.431154/#post-3776848
i've tweaked my config a lot and it had results but squaremap is significantly better anyway
(I am currently doing /dynmap fullrender with 20 players online with 20TPS)
Edited configs of course, but its not a shit show if done correctly
both are fine tbh but if you are super worried about lag, tbh, dont even run a map
tru
had servers with 100 players and dynmap has caused 0 issues
also, pretti resource packs :3
I've always done a full rendered map, but then manually went through and updated it like once a month instead of using live updating
but cat, if you run 0 plugins then there's no lag
i've had it cause many problems so ymmv, all anecdotal..
big thing is that the thing has too many stupid triggers by default (like, redstone, really...), but, dynmap + nginx = ❤️
i made it not update at all and still saw worse performance than squaremap
lol does it really
yeah by default shit like pistons will make it update
ah. yes. piston head. must redraw chunk
next thing you tell me is that grass growing makes it rerender
did you spark that at all? i'd be curious to see what's actually causing the problem, if all the live updating stuff is disabled I have no idea what could be the issue lol
yeah it was showing up in spark. no i dont remember what parts were nor do i have it
i stuck with dynmap for a really long time despite paul and co. telling me it was shit until i realized
I use squaremap now though too, but not because I had performance issues, just because I only needed a flat map and squaremaps storage size is like a percentage of the massive dynmap storage requirements
i prefer the squaremap art style anyway
I do too
yet still people ask for mysql with it
i dont understand why a map that takes only a few mb needs sql
last I saw the thing looked too kinda monotone for me
some hosts give mysql dbs with unlimited* space
To be fair, depending on what you're hosting on, mysql makes a lot of sense
Like, that file tree is a bitch
if you're not hosting on an OS with a sane filesystem, that thing huuuurts
if you're limited to 30gb, it's nice to not have a ton of space taken up by it
also yeah if you can only use sftp, good luck ever moving it lol
yep
also if you use some dum backup plugin it might try to backup the plugins folder
I always moved the dynmap folder over to the spinning rust
well i mean you would probably want to tar/zip it and not transfer individual files
there's a lot of reasons why people on shared hosts might want mysql
but also yeah moving maps is a waste
for the amount of pissing around it's just easier to full render it again
inb4 shared host runs out of inodes
easy way to do that, just create an infinite amount of 0KB files
they don't take any space
jk
whats a good cheap anti ddos
TCPShield, basically
if you want app level protection, pretty much
if you want super cheap deals with ye' ol' booters nobody really uses much, OVH vps for with a proxy
turning the router off works, pretty cheap
cant do that on hetzner hostings
and that gives us a reputation that server crashes alot
systemctl poweroff
shutdown command is legacy and for compatibility only according to poettering
is the 25 dollar plan good?
huh?
the tcp shield
never used it. I pay $5 a month for my anti-ddos and that covers all of my services i host
🤷
Talk to their sale
They also have a free tier
Most small server is fine on it
Plus tcp chan is cute 
Did you read it
It tells you exactly what it means
didn't read the rules that's for sure
lmao
also wdym

offline mode
This ain't the channel you want chief
or that
well uh idk where to ask
why is this always your default assumption
(the logs said he was using offline mode uuids...)
oh I missed that, my mistake
xd
ye ik but that wasnt the error lel
what?
Error: DBUS_ERROR: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
i get this when trying to set firewalld settings ._.
Start your dbus
how do i do that
systemctl --user restart dbus.service
mmk
dang it, after 99999999 years of searching 20 year old forum posts, all i needed was to restart :/
that error indicates that dbus is not running, or has failed somehow. restarting the service should be enough, but I'm not sure exactly how it's running in the first place on your system. some distros do it differently than others.
the trick to searching for errors is understanding exactly what terminology to use already, which is not exactly efficient
when in doubt, restart
works perfectly fine for me
is papermc 1.18.1 safe?
please reply so that i can get the notification
it's pretty safe.
alr
no it will hack your computer
it's stable, you can read more about it in #announcements
Why is the world border traversable?
it is not
But why for me? I'm using the latest version of paper.
In spectator?
Survival
That’s a client thing
Set from game or the config?
Worldborder collision is handled by the client
I'm on fabric but my friend is on vanilla and it happens for them as well.
.
Happens on a vanilla server with a vanilla client on some sides of the world border sometimes
I’m sure there’s an open mc issue about it
hello there is a problem with portal linking from the nether to the over world and i appear under the location near the place where the portal is
with a fresh portal
damn, it's gods birthday today
Also Demon's birthday
I hope that's processed client side
Oh wait, they're not a mojang employee lmao
why would that be a MC dev?
I misread their bio and their avatar looks very similar to the ones used by some mojang employees
I see
there arent too many mc devs to be able to know them all ^^
can somebody try running docker pull oryd/kratos:latest please?
works for me
yeah I think my demon is broken
Does anyone here experiencing this error while using aikar startup flags? Screen Terminating
After running a few tries, seems like removing -Xms24G and -Xmx24G from startup flags stop the screen terminating error but the problem is the server is now allocating 6 gb of ram instead of 24 gb
how much ram does the server have in total?
24 gb exactly
stop trying to launch the java process in your screen
start a screen manually, then run a start script of some sort
You need to leave room for JVM overhead and the os, decrease the Xms and Xmx by a few gigs
you can't give the heap 24gb if you whole OS only has 24, lol
I wouldn't go over 20 in that situation
also worth saying that you prolly don't need that much ram for one server anyways
Try allocating 20 gb still didn't work
java -Xms20G -Xmx20G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=40 -XX:G1MaxNewSizePercent=50 -XX:G1HeapRegionSize=16M -XX:G1ReservePercent=15 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=20 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs/ -Daikars.new.flags=true
-jar server.jar nogui
Did I put something wrong with the flag?
oh hi there phoenix616 https://i.imgur.com/2cJ2QO6.png
I wonder if I should move my server to the US, I currently host it in the EU but a fair amount of people complain that the server is too laggy for them. I do feel like those people probs just have shit internet though and would still have a shit connection even if it was hosted in the US
Seen as though most people on my server have < 150 ping
Figure out where your players are based out of
Then host there
It will be US
I cba using plan
Well it won't be all US but historically I have seen the most players from the US
Yeah this is the thing
Someplayers might have a better connection
but some a worse
exactly
just move ur players all into one city
yes
hypixel solves it by deploying network tech to minimize latency
Yeah its quite impressive
Hypixel tries to solve it?
Hypixel uses cloudflare spectrum doesn't it?
I thought the most they did was adapt hit register so those with worse ping could stand a chance
Idk if that's true or not, I don't go there
Nah they will do a lot of fancy stuff behind the scenes to reduce ping as martin says.
I see
ya I can confirm I am hypixel
lol how they getting from spigot to papermc? banners?
Proxis forum signature has a ton of impressions ^^
inb4 banned by choco
bump
I believe advertising in signatures is fine or smth
that feels like some wrong data, I would be very surprised if over a thousand users clicked on the footer link lmao
oh wait, that's link cound on individual pages? if so then that's probably due do it indexing every forum thread page lmao
*count
What rank do you have?
69
what's so funny about my rank?
nomana
darkeye
Any good custom recipes plugin
lol so mc can make pickles give light but not the glowsquid ok then
Have you seem frog light @worn ember
New light source block from frog
wut
Minecraft Bedrock Beta 1.18.10.26 surprise released today! In the latest Minecraft 1.19 beta verdant, pearlescent, and ochre froglights were added to the game as well as other frog changes and parity changes!
GAMER MERCH → https://teespring.com/stores/shop-wattles
Support me directly! → https://www.patreon.com/wattles
• LINKS •
■ Become a Cha...

how you gonna add so many light blocks when your light engine is literally trash lol
So if you let a frog eat a magma mob, it puke out this frog light thingy
dont frogs like eat any mob?
I think that is a joke? Or I hope 
how am i going to give players the true LSD experience now
What can't you mod? 
cuz i dont get paid to
pretty much
Daily reminder that blue fire is blue cuz its cold
someone should warm it up
hug it
if anyone is as annoyed as me that chrome doesn't have a dedicated "Open Link in specific window" option in the right click menu: https://chrome.google.com/webstore/detail/open-in-specific-window/nkgphogbgnehgdfkpiknbdnjaamlbgmo
No
anyone know how to control the direction of a flowering azalea?
yoo personal achievement
you left bed?
got round to making it so you can make your own enchants in config in ecoenchants
well that too

no where
https://GitHub.com/papermc/paper/issues/new for paper issues
dont be rude! Paper 3.0 remember
nomana != notable
Can you stop being rude? The 🌟 mods 🌠 might bark at you for breaking the Paper 3.0 rules.

which memo did I miss
pretty sure NMF said to be less toxic
who's larry?
idk


agree
imagine streaming copyrighted material smh
How long is the ban?
permanent i hope
who are you
Kenny is in charge of all twitch bans
confirmed 48 hour suspension!
see you guys monday morning for a 12 hour comeback stream 😎
274
24492
lame
my last name is Twitch

I am actually Kenny Twitch
kennyttv
anyone recognize this rankup plugin
yes
do u know what it is
yes
what is it called
why should I tell you
why are you like this
who
Lol
u dont have to
I put in as much effort into answering questions as the people who ask the questions

i couldnt find it on spigot..just a question i figured someone on paper would know
dont have to go out of ur way to be an ass
dont worry I wasnt
yeah clearly not
thank you for thinking about me though
explains why you stream a lot
damn, this is gonna cost nomana a lot of money
Don’t think he’ll be able to keep up with the donations
Can’t imagine anyone else being the top bits / subs donator
you'll pickup my slack dap
you’re on your own
Why is it that in Eclipse, you can fudge the build button in the context menu and click 'run build...' , and it adds a new configuration even when you say dont save
pisses me off so much tbh
made worse that you cant use the del key in the run configurations menu to delete the extra config
general eclipse disliker thread
simple solutions really... dont use eclipse
If you have a question, please just ask it. Don't look for staff or topic experts. Don't ask to ask or ask if people are awake or available. Just ask the question to the channel straight out, and wait patiently for a reply.
smh always changing bots
whats the use case?
paper has built in anti-xray
Anti Xray configuration guide: https://gist.github.com/stonar96/ba18568bd91e5afd590e8038d14e245e
Its not a xray problem
but we have a small world thats a point of the server
and we have limited resources
people go to nether and like mine all netherite and there is no more left
i would like to limit how much netherite player mines
Shoot since the new Minecraft update some siblings have been wanting to get a pet axolotl. They live like 15 years
Now it would look legit for a Minecraft LAN party
And they are low maintenance
Download the single on iTunes: http://smarturl.it/TD4W Director- Daniels Producer- Judy Craig Co Producer- Jonathan Wang Executive Producer- Candice Ouaknine Commissioner -- Bryan Younce DP- Larkin Seiple Production Designer- Jason Kisvarday Stylist- Corban Poorboy Edit- Daniels + Paul Rogers VFX- Daniels + Zak Stoltz Colorist - Ricky Gausis (...
for some reason, I wanted to hear that, then I saw the thumbnail, and kinda remember the music video being... "interesting"...
I forgot why I remembered it was being "interesting"....
wat
def not a vps lol
Do you have anything to actually contribute or are you just here to be an annoyance?
I mean, am sus on that one
Like, I mean, in my friend group of people, paki is just short for pakistani, my colored mates even call themselves that
but, like, in "white spaces" so to speak, at least over here, that can be deemed as offensive
just get rid of the user already
yea, am inclined to agree
!ban @atomic minnow contributing nothing to the server other than spamming a borderline racist image
:raised_hands: Banned Fr#3957 (contributing nothing to the server other than spamming a borderline racist image) [2 total infractions] -- electronicboy#8869.
👍
best cat
🧱
if it was a 1 off, sure, idk, but, given that's all that they seemed to be sharing, far too close to the line
wat was it
nice
apparently there is some weird ass character called a "makipaki"
and so somebody for some reason kept sharing an image which was basically that characters face on a picture of somebody assumidly of pakistani decent
if I had to guess I would say its indians making fun of pakistani
is timings.aikar.co down rn?
Aikar done with mc confirmed 
just use the config option to use a custom instance 
the wordpress blog is actually fast now
maybe he is updating/moving stuff right now 👀
aye, rtp works on sponge too now 
aikar rap, aikar rap
well i implemented it on api 7 so thats 1.12 
still thinking of how to do versioning for the new api's when they get stable
back now
nvm it's slow again
the api is nice
dont like their use of optionals though 
@Override
public RandomWorld getWorld(String worldName) {
Optional<World> optionalWorld = Sponge.getServer().getWorld(worldName);
return optionalWorld.map(SpongeWorld::new).orElse(null);
}
Quality use of optionals 
lol, why does that return an optional?
in case the worldname is invalid i assume?
Did somebody know if a benchmark exists like comparing dynmap vs Pl3xmap/Squaremap.
I do not care so much about the render time more about the resource use. But I also like the 3D surface in low res so I'm wondering how much switching would reduce the load.
no I get that, but why not just null
you'd have to ask them, its like that for a lot of stuff
couldve been said about the whole optional concept, why not just return null
@Override
public CompletableFuture<RandomChunkSnapshot> getChunkAtAsync(RandomWorld world, int x, int z) {
return this.world.loadChunkAsync(x, 0, z, true).thenApply(chunk -> {
final Chunk finalChunk = chunk.get();
return new SpongeChunk(new Location<>(finalChunk, x, 0, z));
});
}
this one is really weird too, chunk here is an optional lol but theres no way for it to ever be null im pretty sure
i've always wondered this, i quite hate how some methods return null aand others Optional<T>
well maybe if generate is false, so yeah nvm
quick question:
what are diamonds worth
like if i were to set up a marketplace, and wanted to sell diamonds, what would i be selling it for
(ofc in minecraft)
that 100% depends on your server and the economy present on it
like in resources
iron cant be an option since there are tons of it
gold, same
ah the good old days of determining item worth, now try to do it for modded minecraft



