Details
-
Abouta geek diggin' deep
-
SkillsJava dev, Linux/UNIX sysadmin, performance engineer
-
LocationLithuania
-
Github
Joined devRant on 2/26/2018
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
why... WHY do I always attract all sorts of weird problems...
I feel like it makes me look incompetent :/
Like this side-gig. I had a client who brought us essentially half a rack (20 blade servers, 7 units of network equipment) and asked us to spin it up. No passwords, no topology - nothing. It was my first such "project".
So I'm setting it all up, using chatgpt and notions of vlan theory from college years ago. I managed to make smth work. Went away for the rest of the day. Hours later I come back -- no longer can connect to ovpn running on a MikroTik router. wtf... connect to office router's vpn, winbox via mac to the router to see wtf. Everything seems alright, except when I try to `/ip route print` it just hangs there. Tried a few times. -- same result. As if routes just got borked while noone was touching it. Found someone who's working with networks wtf, he said he's NEVER seen this happening. A router reboot sorted this out. That's weird problem #1.
I finished reverse-engineering and re-setting up the networking, sketched a topology with patching scheme and asked colleagues to take it all to the DC. They did it, connected it all up. 5 nodes aren't accessible via network. So I connect remotely to the router's openvpn and try to see what's up. Indeed, some servers are reachable, others aren't; even though MT switch (router's downlink) sees those servers plugged in with link up, servers don't see the link. I noticed some ports aren't trunking some VLANs. I started adding those ports when the winbox connection dropped out of the blue. 5-4-3-2-1-reconnecting... it reconnected. Yayy!! But wait, where is everything...? All interfaces -- gone (physical ones too). All IPs -- gone. All routes -- gone. Everything's gone. Half a minute later I'm disconnected again. The switch IP is no longer pingable. Servers plugged into it aren't reachable either. That's weird problem #2.
Then I figured I might try to see whether I can see anything from the router level. Try to ssh to it -- attempt was dropped, as if 22/tcp was closed. wtf? It was working in the office. winbox into it -- yayy, that works. Try to open a terminal via winbox -- a dialog pops up "Terminal <1> - not permitted (9)". wtf..? I Google this error up, it says that user is a member of group that does not have telnet and ssh permission. Indeed, I loog into groups -- the group 'admin' does not have them. Try to add them -- also not permitted. And I'm the 'admin' user, a single user in the router after a factory reset. How the hell else do I change permissions if even admin is flipped a finger.
That's weird problem #3
And now I look like an incompetent prick with two left hands who is only breaking shit.
And it's been like that my whole career
Why... How... ffs, that's getting annoying. Maybe I should downgrade myself to a QA. Problems find me themselves, I don't even have to look for them2 -
Had 1 beer in a pub. Had difficulty walking back to hotel.
You can tell I'm not a big drinker.
2 more weeks to pass here, in Dublin. And not get run over while crossing a street [u know, opposite traffic].
Somehow...
All for the sake of that promising project.8 -
```
root@srv1:~# ipmitool user set password 2 train-hopper-apple-watermelon
Password is too long (> 20 bytes)
root@srv1:~#
```
hmmm....4 -
Ssooo.. Turns out, I'm starting a new project in less than 2 weeks. Gotta go to Dublin for 2 weeks.
Fuck.
I'm not a traveling kind of a person...13 -
Omfg.. I couldn't understand what the doc jotted down on the recipe about using the prescribed drug. Took a pic, uploaded to chatgpt -- it transcribed dvery single word correctly.
Dear Lord....3 -
TIL: nginx conf does not support ' (single quotes) in comments.
2 hours of my day went out the window2 -
I've been humming and whistling and percussing on various surfaces the same tune for the last 3 days, all day long. No idea how or why I know it but it's killing me3
-
I type fast-ish. And a ot. My previous work laptop was replaced ~ a month ago with a brand new beast.
The previous laptop was somehow skipping letters, sometimes mixing them up. It surely was time to repalace it. I must've "consumed" the keyboard over the 3 years of its service.
However, I'm noitcing that my new work laptop does the same thing. I guess it's Lenovo's issue then..4 -
Client began micromanaging our project :/ . Now we have to log our hours on each task and then replicate that in another time tracking system. Double-accounting...
And we do not get the Jira's Tempo plugin to see a summary of what hours we've logged.
It's reached the point where now I have to create a task to cover for the hour spent for time logging alone :/
damn it. It was a fun project though.5 -
I think my post-covid brain fog is over. I feel the sharpness of my thoughts again. It's like comparing opening 300 chrome tabs on a dual-core Intel Atom N550 vs Intel Ultra 7 165H.
Took me what, ~3 years to get over it...?
I feel like I can do dev work again, not just devops.
#feelsgoodman4 -
A shout out to those considering deleting their dR account [esp. old timers here] and still on the fence. If you can -- don't.
If you're an old timer here, chances are you actually dev-ranted about real dev issues and possibly posted a solution found after all the frustration.
If you delete your acc, all these posts will disappear. Leave them be. Let them be a contribution to the community, to your fellow devs.
If this platform is no longer worth your time [can't blame you, really], you can simply log out and not come back here :)26 -
Boi do these emc servers take their time to boot up....
I wish all of them were proliants. Pooft -- it's up. -
Proud owner of a brand new Volkswagen, baked less than a month ago :)))
Lots of touch and tech inside, lots of assisting technologies -- quite a jump from a 2005 Audi a6. You can even track your car in your phone now OOTB :) cool!19 -
Soo.. over the span of 1 month, x2 MAC servers have died (hardware failure). I'm in progress of setting up the third one.
What a dumb fucking system MacOS is!!! wtf...
I've spent 4+ hours trying to figure out why the fuck `git clone` is getting stuck and timing out our CI runs.
Turns out, on MacOS you cannot run git clone via ssh IF you have that user logged in via GUI (e.g. VNC). Git is getting stuck at
11:51:26.084245 run-command.c:759 trace: start_command: /opt/homebrew/opt/git/libexec/git-core/git-credential-osxkeychain store
and just chilling there doing nothing, waiting for the user to click on a Cancel button in GUI.
Logged out my VNC session and git magically started working.
What a dumb system... Or perhaps I'm misunderstanding this "security" feature...?8 -
When you think about it.. we, DevOps, are the Mario Bros of the tech world.
We do the building, maintenance and pipelining so that whatever shit developers produce, it would end up in the right place w/o getting stuck7 -
Okay, so just now I literally had to force-reboot a laptop because I could not exit vim.
damn.. It really IS a trap.43 -
Where's the line between late night and early morning for you? To me it's 3am. 3am is late night, 4am - early morning. You?10
-
Who needs BDSM when we have comms channels' outages in the middle of a PROD release.
Then again, who in his right mind uses Telegram for company comms....9 -
Working 2 jobs is exhausting. In the evening head feels as if it were stuffed with sand. Like a punching bag.
Extra money is nice, but idk if it's worth that feeling...8 -
Genuine question. Dev related.
I'm a sw engineer. And I would like to stay in the field. Should LT be invaded, what is the best place to flee to? So that I'd be able to live and work there?
I'm thinking ESP, but idk, wdyt?10 -
Should the dR servers go down for good and David would pull the plug. Do we, devRanters, have a place to got to? Some discord or smth? It would be a shame for the community [or what's left of it] to cease to exist in a blink.
I know where to find retoor -- molodetz.nl . Yet it's not the means to communicate (still more than nothing) and the others won't be there.
P.S.
> 16s until you can post another rant.
:D sssoooo close26 -
In the light of the recent events.....
I've almost made my peace with the fact that I will probably be nicked in the upcoming few years, as well as many others trying to stay free and/or flee countries in conflict. I just hope it won't be too long and agonising.
Thanks to the miracle of the internet, I will still be alive there in a form of online profiles and my posts/rants here. Maybe retoor's dR-trained LLM will be able to mimic me well enough to trick you all I'm still out there :))
just some doom and gloom shower thoughts.. running circles in my head for years now.7 -
- AI (LLM)
- quantum microchips (https://x.com/satyanadella/status/...)
- flying and electric cars (https://edition.cnn.com/2023/07/...)
what a time to be alive!!!17 -
I mean... you've gotta love Apple's resource management and observation. Math and logic have no say in any of this.7
-
Ever tried opening up x15 IntelliJ IDEA's sessions with all different repos at the same time after 3 months, so all of them would trigger reindexing?
There's the first time for everything I guess...16