<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:00:21] <B​ob> lmao bots dont even know their coordinates or anything
L2[00:00:30] <B​ob> and they cant detect blocks either
L3[00:00:38] <SaltyKa​waiiNeko> They do with the navigation module don't they
L4[00:00:51] <B​ob> doesnt make em be self aware
L5[00:00:55] <SaltyKa​waiiNeko> And they can detect blocks as well
L6[00:01:42] <B​ob> just obstacles
L7[00:02:10] <B​ob> its not blocks
L8[00:02:15] <SaltyKa​waiiNeko> Yes that's the only thing you need to make them reach their destination
L9[00:02:44] <SaltyKa​waiiNeko> Their coordinates, their destination coordinates and whether if they can continue walking
L10[00:02:47] <B​ob> you cant pathfind if you dont have any data about the path either
L11[00:03:12] <B​ob> navigation upgrade allows them to see waypoints with relative coordinates
L12[00:04:15] <SaltyKa​waiiNeko> Well that serves me as well
L13[00:04:23] <M​GR> ^^
L14[00:04:42] <SaltyKa​waiiNeko> I just want them to move to a certain fixed place when some event happens
L15[00:05:00] <SaltyKa​waiiNeko> For example if they are low battery or full they must go to a "maintenance point"
L16[00:05:05] <M​GR> You'd need a nav upgrade probably
L17[00:05:17] <SaltyKa​waiiNeko> And code-wise?
L18[00:05:32] <M​GR> Not terribly hard
L19[00:05:40] <M​GR> I could maybe help tomorrow if you want
L20[00:05:40] <B​ob> A* probs
L21[00:05:57] <B​ob> yet the robot is the tester
L22[00:08:06] <SaltyKa​waiiNeko> And now back to my first question: do you guys know of any pastebin/oppm package/resource that could make this easier?
L23[00:08:44] <SaltyKa​waiiNeko> Otherwise it's fine I can make it work myself, I'm just delegating work
L24[00:08:51] <B​ob> nope
L25[00:09:03] ⇨ Joins: S|h|a|w|n (~shawn156@c-76-25-73-212.hsd1.co.comcast.net)
L26[00:09:38] <SaltyKa​waiiNeko> Alright I'll experiment with nav upgrades and try to figure out a solution on my own.
L27[00:09:54] <SaltyKa​waiiNeko> Now a second question, also about robots
L28[00:10:26] <SaltyKa​waiiNeko> Is there any way to make robots emit messages or allow for communication with nearby players?
L29[00:10:43] <Izaya> computronics chat box
L30[00:10:47] <SaltyKa​waiiNeko> Maybe if they can beep I can code messages using that(?)
L31[00:11:14] <B​ob> networking ?
L32[00:11:28] <SaltyKa​waiiNeko> No but communication with players
L33[00:11:32] <SaltyKa​waiiNeko> Not other computers
L34[00:11:58] <SaltyKa​waiiNeko> I want players to see the status of the robots using some kind of human-readable output
L35[00:11:58] <B​ob> they'd have to come up and type in
L36[00:12:04] <B​ob> the light
L37[00:12:33] <Izaya> https://wiki.vexatos.com/wiki:computronics:chat_box
L38[00:12:51] <SaltyKa​waiiNeko> The light is a bit limited... But well I can encode some messages using patterns such as blinking... alright
L39[00:12:55] <SaltyKa​waiiNeko> Thank you
L40[00:13:28] <B​ob> if you got computronics ^
L41[00:13:39] <B​ob> soundcarts too
L42[00:13:55] <SaltyKa​waiiNeko> I sadly don't. I can try to convince the other server admins though
L43[00:14:13] <SaltyKa​waiiNeko> Is computronics good? Looking for subjective opinions here
L44[00:14:31] <Izaya> it adds lots of shit you didn't know you wanted
L45[00:14:36] <Izaya> and tape drives, which you definitely wanted
L46[00:14:49] <B​ob> ^
L47[00:14:55] <B​ob> you didnt want but need mmmhm
L48[00:15:21] <SaltyKa​waiiNeko> Tape drives?
L49[00:15:54] <Izaya> you can write encoded audio to them and play it back
L50[00:16:00] <Izaya> or just use them to store lots of data
L51[00:16:04] <B​ob> yes
L52[00:16:26] <SaltyKa​waiiNeko> Omggg
L53[00:17:20] <SaltyKa​waiiNeko> God it would be so cool if I could just make a robot say something like "inventory full, returning to base" using sound!!
L54[00:17:50] <Izaya> https://0x0.st/is7w.webm
L55[00:18:22] <SaltyKa​waiiNeko> Well thank you guys for all the info. I hope I can manage to make really good and smart ~~slaves~~ helpers :D
L56[00:19:42] ⇦ Quits: alekso56 (~cax@ti0107a400-5045.bb.online.no) (Ping timeout: 378 seconds)
L57[00:21:45] <Kristo​pher38> @SaltyKawaiiNeko There exists a library to do navigation without waypoints or any sort of gps system
L58[00:22:08] <Kristo​pher38> https://github.com/Akuukis/RobotColorWars-Minecraft/blob/master/lib/nav.lua
L59[00:23:53] <Kristo​pher38> it's pretty old though like most stuff on openprograms, but afaik it was thoroughly tested and can work with memory constraints of opencomputers
L60[00:24:43] <Kristo​pher38> read on its features here https://github.com/Akuukis/RobotColorWars-Minecraft#navigation-youtube-video
L61[00:27:16] <Kristo​pher38> I'm also working on my own lib to do navigation but it's tailored to work with my other libs and I haven't tested it thoroughly but it works very well for small distances
L62[00:30:24] <Kristo​pher38> Also your best bet for communicating with nearby players is by putting a wireless network card tier 2 into your robot, and making it transmit broadcast messages, which can be received by tablets which players would have in their inventory
L63[00:30:46] <Izaya> nah man
L64[00:30:48] <Izaya> chat box upgrade
L65[00:30:52] <Izaya> spew messages straight into chat
L66[00:31:01] <Izaya> (if you manage to get Computronics)
L67[00:32:04] <Kristo​pher38> Another mod suggestion would be OpenGlasses, you could render the messages sent by your robot directly on your UI
L68[00:38:20] ⇨ Joins: alekso56 (~cax@2001:464b:c21a:0:745d:45ff:fe3b:a098)
L69[00:42:52] <Mimiru> internet card, have it send straight to an IRC channel with a IRC <-> Discord bridge
L70[00:43:09] <Izaya> For example, this one!
L71[00:43:29] <Mimiru> Or, setup a discord webhook and go internet card → webhook → Discord
L72[00:43:49] <Izaya> didn't webhooks have some issue with the internet card?
L73[00:44:16] <Mimiru> Of course, you'd likely have to have a in between there... so icard → some service → webhook → discord
L74[00:44:17] <Mimiru> :P
L75[00:45:33] <Izaya> counter-idea
L76[00:45:38] <Izaya> just connect it to IRC
L77[00:55:32] <Mimiru> :P
L78[01:00:20] <ThePi​Guy24> (beware of glitchyness) http://tinyurl.com/wbpy56u
L79[01:01:09] <Klea​dron> woah
L80[01:01:43] <ThePi​Guy24> the glitchyness seems to purely depend on how the server feels
L81[01:06:30] <Klea​dron> the glitchyness looks cool though
L82[01:06:49] <Klea​dron> it looks like actual glitchyness
L83[01:06:53] <ThePi​Guy24> well it is
L84[01:07:12] <ThePi​Guy24> id prefer if it wasnt there though
L85[01:07:22] <Klea​dron> true that's kind of a problem
L86[01:08:27] <ThePi​Guy24> huh the computer only has a tier 2 cpu
L87[01:08:43] <ThePi​Guy24> wonder what i can acheive with tier 3 :p
L88[01:09:14] <ThePi​Guy24> neat i have a spare tier 3 cpu
L89[01:12:30] <ThePi​Guy24> tier 3 seems to make it minorly less glitchy
L90[01:19:26] <Kristo​pher38> yeah, there was a discussion on another server regarding call limits
L91[01:20:34] <Kristo​pher38> there is a global limit of how much instructions all cpus in game can execute in one tick before they are postponed to another, iirc
L92[01:22:39] ⇦ Quits: Inari (~Pinkishu@pD9E8FC7D.dip0.t-ipconnect.de) (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)
L93[01:24:52] <Kristo​pher38> or it was actually calls or sth that mattered
L94[01:25:21] <Izaya> there's a time limit that, if you exceed, you get TLWOY errors
L95[01:25:30] <Kristo​pher38> We were discussing if it was possible to circumvent the gpu delays, but there's a limit on how many gpu calls you can make in a single tick
L96[01:25:39] <Izaya> but component calls are the real limitation
L97[01:26:06] <Kristo​pher38> oh right, component calls
L98[01:26:58] <Kristo​pher38> anyway, we theoretized that we could put multiple gpus in one computer or even use multiple computers with multiple gpus to draw to one screen for rendering speedup
L99[01:27:36] <Kristo​pher38> sadly that's not possible
L100[01:27:44] <Izaya> not how it works, for better or for worse
L101[01:28:09] <Izaya> the CPU has a "call budget" and each call eats away at it till you hit zero
L102[01:28:38] <Kristo​pher38> yeah, just found it in the config
L103[01:30:21] <ThePi​Guy24> i might have to make a sneaky pr to the descent pack and bump it up a little :p
L104[01:30:56] <Kristo​pher38> I respect that this exists since it's to prevent malicious server lagging
L105[01:31:52] <ThePi​Guy24> or it could be too easy to have a little too much fun
L106[01:35:51] <Kristo​pher38> are you using double buffering tho?
L107[02:12:09] <Izaya> also, neat, just read the readme on that colour wars thingo
L108[02:12:15] <Izaya> >
L109[02:12:16] <Izaya> Project is discontinued until OpenComputers is ported to Minetest or other open-source alternative to Minecraft. As you know, Minecraft is now owned by Microsoft. Because Microsoft is a money oriented company and has a bad reputation like leaking customer information to 3rd parties (Outlook backdoor) and suggesting misleading content for computer class programs in highschools (that
L110[02:12:18] <Izaya> should be called MS Office class, NOT general computer class), I won't create content for Microsoft and also suggest you to turn to open-source alternatives.
L111[02:14:11] <Kristo​pher38> yeah 😒
L112[02:16:12] <Izaya> seems reasonable to me
L113[02:16:21] <Izaya> there was work on porting OC to Terasology at one point
L114[02:17:52] <Izaya> personally, I think OC in Minetest is a much more interesting idea than OC in MC 1.13+
L115[02:26:04] <Amanda> Wonder if their still on GitHub
L116[02:27:13] <Amanda> Also, sadly minetest doesn't really have a good ui pipeline for something like oc
L117[02:31:18] <Amanda> there is a computer mod though, but you need tomake the programs for it as extension mods, not as files on a virtual hdd
L118[02:32:07] <Amanda> actualy, does minetest even allow load/eval?
L119[02:32:54] <Izaya> there's a decent few computer mods for Minetest
L120[02:33:03] <Izaya> vifino and t20kdc made one a while back, with a ZPU
L121[02:33:08] <Izaya> even had a working interactive terminal
L122[02:33:13] <Amanda> oh?
L123[02:33:22] <Izaya> the UI system is pretty ass for stuff like that, though
L124[03:13:20] <Amanda> What's a zpu again?
L125[03:16:16] <ThePi​Guy24> its either a russian anti-aircraft gun, or a norwegian microprocessor stack
L126[03:16:26] <ThePi​Guy24> my guess is the latter
L127[03:16:41] <Izaya> really simple 32-bit RISC processor design
L128[03:16:52] <Izaya> designed to be cheap to implement in FPGAs and similar
L129[03:18:17] <Amanda> I see
L130[03:28:19] <S|h|a|w|n> yay back in the land of oz
L131[03:49:20] <Amanda> Izaya: happen to have a link for that?
L132[03:49:31] <Amanda> The minetest mod, that it
L133[03:50:18] <Izaya> https://github.com/vifino/minetest-computech
L134[03:51:53] ⇨ Joins: flappy (~flappy@88-113-149-197.elisa-laajakaista.fi)
L135[04:00:27] ⇦ Quits: Keridos (~Keridos@static.56.72.76.144.clients.your-server.de) (Quit: ZNC - http://znc.in)
L136[04:01:12] ⇨ Joins: Keridos (~Keridos@static.56.72.76.144.clients.your-server.de)
L137[04:04:19] * Amanda snugsafairy, zzzmews
L138[04:16:06] * Elfi squeaks :o
L139[04:33:28] ⇦ Quits: ben_mkiv (~ben_mkiv@88.130.156.153) (Ping timeout: 200 seconds)
L140[06:08:48] ⇦ Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L141[06:40:31] ⇦ Quits: Backslash (~Backslash@d75-156-174-126.abhsia.telus.net) (Read error: -0x1: UNKNOWN ERROR CODE (0001))
L142[06:55:18] ⇦ Quits: Renari (~Renari@70.44.83.129.res-cmts.bgr.ptd.net) (Quit: Renari)
L143[06:55:32] ⇨ Joins: Renari (~Renari@70.44.83.129.res-cmts.bgr.ptd.net)
L144[06:57:34] ⇦ Quits: BrightYC (~BrightYC@broadband-188-32-129-66.ip.moscow.rt.ru) (Ping timeout: 200 seconds)
L145[06:59:47] ⇨ Joins: BrightYC (~BrightYC@broadband-188-32-129-66.ip.moscow.rt.ru)
L146[07:10:37] ⇨ Joins: porta (webchat@144.138.177.211)
L147[07:11:00] ⇦ Quits: porta (webchat@144.138.177.211) (Client Quit)
L148[07:56:48] ⇦ Quits: Kleadron (~kleadron@c-73-254-147-9.hsd1.wa.comcast.net) (Quit: Xbox overlords taking over the planet)
L149[08:30:11] ⇨ Joins: Inari (~Pinkishu@pD9E38476.dip0.t-ipconnect.de)
L150[08:40:54] <Inari> https://www.youtube.com/watch?v=E-Xxo6utgNA
L151[08:40:55] <MichiBot> Shirakami Fubuki - I am a cat | length: 1m 4s | Likes: 19,463 Dislikes: 159 Views: 300,166 | by shirobaka | Published On 11/1/2020
L152[09:45:39] ⇦ Quits: jackie (~jackie@irc.chaosfield.at) (Remote host closed the connection)
L153[10:18:40] ⇨ Joins: jackie (~jackie@2a01:4f8:201:6485:1::18)
L154[10:18:40] zsh sets mode: +v on jackie
L155[10:42:05] ⇦ Quits: S|h|a|w|n (~shawn156@c-76-25-73-212.hsd1.co.comcast.net) (Read error: Connection reset by peer)
L156[10:49:08] <Forec​aster> CATM https://imgur.com/gallery/5OTKVKF
L157[10:55:58] <Lizzian> %tonk
L158[10:55:59] <MichiBot> Waesucks! Lizzian! You beat DaComputerNerd's previous record of 13 hours, 54 minutes and 3 seconds (By 3 hours, 13 minutes and 15 seconds)! I hope you're happy!
L159[10:56:00] <MichiBot> Lizzian's new record is 17 hours, 7 minutes and 18 seconds! Lizzian also gained 0.04508 (0.00322 x 14) tonk points for stealing the tonk.
L160[10:56:08] <Lizzian> yay
L161[10:58:36] <Izaya> https://img.pawoo.net/media_attachments/files/024/054/826/original/6f513efcb8ee1805.mp4
L162[10:58:43] <Izaya> Forecaster: cat assisted teller machine?
L163[10:59:32] <Forec​aster> :P
L164[11:01:04] <Forec​aster> https://youtu.be/fpcAvRw0Q-Y
L165[11:01:05] <MichiBot> 30 minutes of kirby music to make you feel better 😃 | length: 26m 55s | Likes: 4,391 Dislikes: 18 Views: 59,095 | by Tenpers Universe | Published On 13/1/2020
L166[11:11:42] ⇨ Joins: DSeeLP (webchat@i5E862AC1.versanet.de)
L167[11:13:39] <DSeeLP> Hi
L168[11:14:22] <Inari> %hello
L169[11:14:22] <MichiBot> In​ari: Hello! Welcome to #oc! The one and only opencomputers channel! Please ask your questions directly (dont ask to ask) and provide error/code examples! (Use pastebin.com if theyre more than one line!) Dont mind the random conversation you might have walked into.
L170[11:15:34] <DSeeLP> I have a problem with relays. I use Hwyla and it shows me on the relay "Signal Strength: 16". How can i increase the Signal Strngth?
L171[11:16:05] <DSeeLP> And the messages didn't arrive after 16 blocks
L172[11:16:33] <DSeeLP | Du​nityGamesNET> Test
L173[11:19:33] <Izaya> DSeeLP: tier 1 wireless cards can only communicate over 16 blocks
L174[11:19:38] <Forec​aster> you have a tier 1 wireless card in it I assume
L175[11:19:44] * Izaya has had issues with them not working at all
L176[11:19:51] <Forec​aster> it has a range of 16 blocks by default
L177[11:20:08] <Forec​aster> the tier 2 wireless card has a range of 400 blocks by default
L178[11:20:45] <Forec​aster> these values can be changed in the opencomputers settings file
L179[11:23:36] <bauen1> ._. does the wirelss card tier 1 really only have 16 blocks by default ?
L180[11:23:47] <Izaya> yup
L181[11:23:49] <Izaya> I like it
L182[11:24:07] <bauen1> does oc do some calculation on it ? (e.g. higher y -> more range)
L183[11:24:22] <Izaya> only for distances it can't raycast, I believe
L184[11:24:31] <Forec​aster> it does not
L185[11:24:37] <bauen1> because 16 blocks does sound a bit cruel
L186[11:24:43] <Forec​aster> but solid blocks decrease the signal strength
L187[11:24:56] <DSeeLP> i can craft the relay only with a network card
L188[11:25:08] <Izaya> and, given the range of T1 cards, I don't foresee it having to guess rather than raycast
L189[11:25:38] <Izaya> bauen1: I have T1 UCs acting as wireless APs in my base, with T1 wireless cards; centred, they can cover 3 floors.
L190[11:26:05] <Izaya> I only use them with drones and uCs and such, but it's easier than cabling most of the time.
L191[11:36:16] ⇦ Quits: DSeeLP (webchat@i5E862AC1.versanet.de) (Quit: webchat.esper.net)
L192[12:31:05] ⇨ Joins: Vexatos (~Vexatos@port-92-192-84-163.dynamic.as20676.net)
L193[12:31:05] zsh sets mode: +v on Vexatos
L194[12:39:27] ⇦ Quits: bauen1 (~bauen1@178.27.181.63) (Ping timeout: 202 seconds)
L195[13:00:07] <S3_> No. It's in another state so it could be some time
L196[13:00:30] <S3_> And honestly I've been focusing on making money and saving for a trip out of country
L197[13:01:02] <S3_> CompanionCube: ^
L198[13:02:09] <S3_> If I end up moving out of country then I won't be able to take it
L199[13:03:06] <S3_> I'm stripping almost everything I have right now as it is and I would even more then
L200[13:12:11] ⇨ Joins: bauen1 (~bauen1@ipb21bb53f.dynamic.kabel-deutschland.de)
L201[13:16:48] ⇦ Quits: bauen1 (~bauen1@ipb21bb53f.dynamic.kabel-deutschland.de) (Ping timeout: 190 seconds)
L202[13:24:31] ⇨ Joins: bauen1 (~bauen1@ipb21bb53f.dynamic.kabel-deutschland.de)
L203[13:34:34] ⇨ Joins: ben_mkiv (~ben_mkiv@88.130.156.176)
L204[13:49:39] <Inari> %splash Amanda
L205[13:49:40] <MichiBot> You fling a boiling grass potion (New!) that splashes onto Amanda. Amanda feels the need to use "%shell".
L206[13:49:48] * Inari flees
L207[13:50:10] <Amanda> %shell Inari's nii
L208[13:50:10] <MichiBot> Ama​nda loads middle-endian x86 into a shell and fires it. It strikes the ground near Ina​ri's nii, Shuud​oushi, and prog​wml6. They take 1d6 => 4, 1d6 => 2, and 1d6 => 6 splash damage respectively.
L209[14:00:50] <Inari> https://imgur.com/gallery/oX5PdJw
L210[14:01:35] ⇦ Quits: Victor_sueca (~Victor_su@90.165.120.190) (Ping timeout: 202 seconds)
L211[14:03:28] ⇦ Quits: ben_mkiv (~ben_mkiv@88.130.156.176) (Ping timeout: 190 seconds)
L212[14:04:22] <Amanda> Inari:I feel like I've sent this one to you before, but: https://i.imgur.com/rr6ldG7.jpg
L213[14:04:47] ⇨ Joins: Victor_sueca (~Victor_su@90.165.120.190)
L214[14:18:07] <Inari> Amanda: You had
L215[14:19:15] ⇦ Quits: bauen1 (~bauen1@ipb21bb53f.dynamic.kabel-deutschland.de) (Ping timeout: 198 seconds)
L216[14:21:38] ⇨ Joins: bauen1 (~bauen1@ipb21baa2d.dynamic.kabel-deutschland.de)
L217[14:52:28] ⇨ Joins: ben_mkiv (~ben_mkiv@88.130.156.176)
L218[14:54:54] <Forec​aster> %splash Inari
L219[14:54:54] <MichiBot> You fling a fluffy boneboo potion (New!) that splashes onto Inari. The ghost of a plant haunts Inari until the next time they hug someone.
L220[14:55:38] <SaltyKa​waiiNeko> I need help with a rc script
L221[14:56:11] <SaltyKa​waiiNeko> when running the `rc` command (when system can init a shell) it runs the script, but it does not run on system startup
L222[14:56:28] <SaltyKa​waiiNeko> the script is enabled
L223[14:56:33] <SaltyKa​waiiNeko> so what am I doing wrong
L224[14:56:56] ⇦ Quits: dustinm` (~dustinm@static.38.6.217.95.clients.your-server.de) (Quit: Leaving)
L225[14:58:42] <Forec​aster> is this in OpenOS?
L226[14:58:56] <SaltyKa​waiiNeko> Message contained 4 or more newlines and was pastebined https://paste.pc-logix.com/naleyokike
L227[14:59:01] <SaltyKa​waiiNeko> yes, OpenOS
L228[14:59:05] <Forec​aster> %autorun
L229[14:59:06] <MichiBot> Forec​​aster: In OpenOS, in the file `/home/.shrc` put a single shell command on each line
L230[14:59:09] <Forec​aster> ise that
L231[14:59:14] <Forec​aster> use that [Edited]
L232[14:59:19] <SaltyKa​waiiNeko> that only works when the shell inits
L233[14:59:35] <SaltyKa​waiiNeko> this needs to work in a system with no screen and no gpu
L234[14:59:55] <SaltyKa​waiiNeko> a system like that does no init the shell and hence never runs `.shrc`
L235[15:00:13] <Forec​aster> ah, well I have no idea how rc works
L236[15:01:09] <SaltyKa​waiiNeko> I already have everything set up so the modules run as rc services
L237[15:01:23] <SaltyKa​waiiNeko> now I only need to make rc actually run the scripts on boot like it's supposed to do
L238[15:01:58] <Forec​aster> maybe vexatoast knows how it works
L239[15:08:05] ⇦ Quits: feldim2425 (~feldim242@93-82-137-126.adsl.highway.telekom.at) (Quit: ZNC 1.8.x-git-91-b00cc309 - https://znc.in)
L240[15:09:12] ⇨ Joins: feldim2425 (~feldim242@2002:5d52:897e:0:c93e:a0c1:bf3:d785)
L241[15:11:37] ⇨ Joins: dustinm` (~dustinm@static.38.6.217.95.clients.your-server.de)
L242[15:23:08] <Inari> https://www.reddit.com/r/aww/comments/ex59vn/did_i_ask_you_to_stop/
L243[15:25:19] <Inari> Elfi: https://www.reddit.com/r/aww/comments/ex32fu/date_night_for_these_two/
L244[15:28:39] ⇦ Quits: feldim2425 (~feldim242@2002:5d52:897e:0:c93e:a0c1:bf3:d785) (Quit: ZNC 1.8.x-git-91-b00cc309 - https://znc.in)
L245[15:29:29] ⇨ Joins: feldim2425 (~feldim242@2002:5d52:897e:0:c93e:a0c1:bf3:d785)
L246[15:31:17] <Inari> Amanda: sounds like you :P https://www.reddit.com/r/aww/comments/ex53fs/as_soon_as_i_start_pulling_my_work_out_of_my/
L247[15:45:33] <Brisingr​ Aerowing> @SaltyKawaiiNeko There's a file under /etc that lists things to run on boot. Check if it's there, and add it if it isn't. I also think you need to enable it first, then start it. Not so sure on that though.
L248[15:45:49] <Brisingr​ Aerowing> Can't remember the file name, and I'm not in game RN.
L249[15:48:32] <SaltyKa​waiiNeko> I'll check later
L250[15:57:39] <ThePi​Guy24> interesting, at 30x15 text, my rotozoom works nearly glitchless
L251[16:13:44] <Forec​aster> %sip
L252[16:13:44] <MichiBot> You drink a shiny automato potion (New!). The potion contained a computer virus! It just changed Forec​aster's background...
L253[16:13:54] <Forec​aster> ohno
L254[16:21:19] <Amanda> Inari: your only job is to provide scritchies! :P
L255[16:25:21] <Forec​aster> When you have flashbacks to your past life as an Egyptian God. https://imgur.com/gallery/xmttgL5
L256[16:26:40] <DaCompu​terNerd> lol
L257[16:27:08] <DaCompu​terNerd> aw man i forgot to to a tonkfail before going to bed so I'd be awake when it was ready
L258[16:27:29] <Forec​aster> %tonkattempts
L259[16:27:29] <MichiBot> You have 2 attempts left.
L260[16:27:31] <bauen1> nice try
L261[16:27:45] <Forec​aster> ?
L262[16:34:25] <Forec​aster> Wow https://i.imgur.com/QZ6wOgv.gifv
L263[16:34:26] <Forec​aster> Wow https://i.imgur.com/QZ6wOgv.gifv
L264[16:48:10] <Kristo​pher38> @SaltyKawaiiNeko if the rc script throws an exception it might look like it doesn't really start at boot
L265[16:48:51] <M​GR> Ooh yeah
L266[16:48:52] <Kristo​pher38> if it errors* since lua doesn't have exceptions
L267[16:49:07] <M​GR> Doesn't it log those to /tmp/event.log?
L268[16:49:15] <M​GR> Or is that only event handlers
L269[16:49:21] <Kristo​pher38> yeah, iirc it does
L270[16:59:09] <Amanda> @Forecaster I agree, wow, she should be wearing that face mask properly
L271[16:59:35] <SaltyKa​waiiNeko> it does not exception
L272[16:59:39] <SaltyKa​waiiNeko> it does not error [Edited]
L273[16:59:55] <SaltyKa​waiiNeko> remember it works if I just run `rc` manually
L274[17:00:15] <Amanda> did you `rc <job> enable` it?
L275[17:06:23] <Amanda> oh, just saw the full original message. Not sure,
L276[17:10:55] <Izaya> https://social.shadowkat.net/media/68ad6f350f51362e9c50f2df81efaec30913c452632499875418300b280e0abc.jpg
L277[17:10:58] <Izaya> tfw your mouse is so fucked you resort to using a steam controller
L278[17:11:28] <Forec​aster> <image unrelated>
L279[17:11:41] <Izaya> Did I say pic related?
L280[17:12:10] <Forec​aster> did I say you said it? :P
L281[17:12:10] ⇦ Quits: ba7888b72413a16a (~ba7888b72@66.109.211.150) (Read error: Connection reset by peer)
L282[17:12:32] <Izaya> you implied it was expected
L283[17:13:06] ⇨ Joins: ba7888b72413a16a (~ba7888b72@66.109.211.150)
L284[17:15:25] <Forec​aster> %sip
L285[17:15:25] <MichiBot> You drink a boiling boneboo potion (New!). Forec​aster looks confused as nothing happens.
L286[17:15:35] <Forec​aster> dangit
L287[17:17:35] <Kristo​pher38> @SaltyKawaiiNeko check /tmp/event.log after booting, or do some debug printing to file, it can error on startup if some part of the OS hasn't initialized yet
L288[17:18:25] <Izaya> I think you can do io.output("filename") and have your output redirected to a file
L289[17:19:48] <Kristo​pher38> rc scripts are run before the filesystem gets mounted etc.
L290[17:20:06] <Kristo​pher38> rc scripts are run before the filesystems gets mounted etc. [Edited]
L291[17:20:21] <Kristo​pher38> except for the main filesystem
L292[17:20:35] <Kristo​pher38> Message contained 4 or more newlines and was pastebined https://paste.pc-logix.com/ititukocux
L293[17:20:40] <Kristo​pher38> that's the boot order
L294[17:23:12] <Kristo​pher38> so for example if you're trying to require() a file which is on another filesystem that's gonna fail at boot unless you specify a path going through `/mnt/shortuuid/`, but it will work when the system has fully booted
L295[17:23:27] <SaltyKa​waiiNeko> oh well
L296[17:23:31] <SaltyKa​waiiNeko> that does explain it
L297[17:23:57] <SaltyKa​waiiNeko> then how do I handle launching programs that require the OS and filesystem being fully ready?
L298[17:24:13] <Izaya> rc <service> start, in your .shrc
L299[17:24:29] <SaltyKa​waiiNeko> read again, I won't have a shell
L300[17:24:33] <SaltyKa​waiiNeko> no gpu and no screen
L301[17:24:36] <Izaya> oh.
L302[17:24:47] <SaltyKa​waiiNeko> yes that's the issue
L303[17:24:55] <Izaya> Is there space somewhere in /boot then?
L304[17:25:02] ⇨ Joins: gamax92 (~gamax92@c-73-153-119-160.hsd1.co.comcast.net)
L305[17:25:02] zsh sets mode: +v on gamax92
L306[17:25:15] <Izaya> Also, you're requiring files from an external filesystem, mounted somewhere other than /mnt/abc/?
L307[17:25:28] <Forec​aster> make the script wait until these have loaded before they do the thing
L308[17:25:38] <M​GR> /boot isn't a bad idea tbh
L309[17:25:57] <Kristo​pher38> wiki says /boot is kind of deprecated tho
L310[17:26:07] <SaltyKa​waiiNeko> no, requires reference my libs in `/usr/lib`, mounted in the same disk
L311[17:26:27] <M​GR> Since when has /boot been deprecated?
L312[17:26:28] <Kristo​pher38> :GWchadThonkery:
L313[17:26:31] <M​GR> That's news to me
L314[17:26:33] <Izaya> That should be fine then.
L315[17:26:36] <Izaya> In theory.
L316[17:26:42] * Izaya squints
L317[17:26:49] <Kristo​pher38> uhh not deprecated, it says it shouldn't be used
L318[17:26:51] <SaltyKa​waiiNeko> so basically rc.d is useless?
L319[17:27:03] <Kristo​pher38> and instead it's recommended to use rc scripts
L320[17:27:05] <SaltyKa​waiiNeko> its only jobs is to start services on boot, yet it can't do that
L321[17:27:06] <Izaya> MGR: Now that the rc system and such is available, it's better to not throw stuff in system directories, y'know?
L322[17:27:07] <SaltyKa​waiiNeko> ?
L323[17:27:43] <SaltyKa​waiiNeko> I don't understand why rc does no defer the service launch so they don't fail because of the fs not being loaded yet...
L324[17:27:57] <SaltyKa​waiiNeko> I don't understand why rc does not defer the service launch so they don't fail because of the fs not being loaded yet... [Edited]
L325[17:28:13] <Kristo​pher38> I mean, you could just modify the boot order
L326[17:28:22] <Izaya> So, it's failing because filesystems aren't mounted?
L327[17:28:28] <SaltyKa​waiiNeko> I assume
L328[17:28:29] <SaltyKa​waiiNeko> no idea
L329[17:28:36] <Izaya> Oh, so it may be unrelated. Nice.
L330[17:28:40] <SaltyKa​waiiNeko> it's the only thing that could explain why it only fails at boot
L331[17:28:42] <M​GR> Where does it talk about /boot?
L332[17:29:59] <M​GR> Izaya, I don't see the problem with doing that in OC
L333[17:30:21] <Izaya> I mean, it works, but it's messy.
L334[17:30:48] <M​GR> I guess
L335[17:31:19] <Forec​aster> %splash @MGR
L336[17:31:20] <MichiBot> You fling a gloopy tuna potion (New!) that splashes onto @MGR. @MGR turns into a tomato robot dryad boy for 4 hours.
L337[17:31:43] <Izaya> Like, you don't put things in /bin if you have /usr/bin because /usr/bin is the designated place for non-system executables
L338[17:31:47] ⇦ Quits: Inari (~Pinkishu@pD9E38476.dip0.t-ipconnect.de) (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)
L339[17:32:16] ⇨ Joins: Thutmose (~Patrick@host-69-59-79-181.nctv.com)
L340[17:32:28] <Kristo​pher38> @SaltyKawaiiNeko if it's crashing /tmp/event.log will contain the error traceback
L341[17:32:32] <Izaya> (On a real *nix system, half the time /bin is symlinked to /usr/bin and /usr/local/bin is where you throw your local stuff)
L342[17:32:33] <Kristo​pher38> after you boot
L343[17:32:37] <SaltyKa​waiiNeko> I cannot check right now
L344[17:32:42] <M​GR> I follow my own extreme legacy experience of when I knew no Linux, and use /user/programs
L345[17:32:48] <M​GR> But I don't advise that
L346[17:33:01] <Izaya> well that completely ignores all standards
L347[17:33:03] <Izaya> I'm impressed
L348[17:33:06] <M​GR> Yes
L349[17:33:09] <Elfi> I just shove stuff in ~/.local/bin half the time
L350[17:33:09] <Forec​aster> practice what you preach
L351[17:33:11] ⇨ Joins: Inari (~Pinkishu@pD9E38476.dip0.t-ipconnect.de)
L352[17:33:12] <M​GR> That's why I don't advise it
L353[17:33:13] <Elfi> But that's at least more portable
L354[17:33:35] <M​GR> I also don't use it on a real Linux system
L355[17:33:38] <Izaya> Elfi: that's for user-level applications rather than stuff you've compiled for the whole system from source, but I agree
L356[17:33:49] <Elfi> Well yeah
L357[17:54:04] <Amanda> I've taken to just making a nix expression for most of the programs I use regularly, and `nix-env -i`'ing the resulting nix store path
L358[17:54:28] <Amanda> I've got one for ocvm, one for my ebook maker. Shitty experiments go in ~/bin though
L359[18:32:51] ⇨ Joins: Kleadron (~kleadron@c-73-254-147-9.hsd1.wa.comcast.net)
L360[18:33:21] <Kleadron> hello denezians of the universe
L361[18:33:49] <B​ob> b
L362[18:34:19] <Kleadron> n
L363[18:36:39] <Forec​aster> excuse you I exist in my own universe
L364[18:37:00] <Mimiru> I reject your universe, and substitute my own
L365[18:39:21] <Ar​iri> where the color purple does not exist
L366[18:41:17] ⇨ Joins: Vexaton (~Vexatos@port-92-192-11-79.dynamic.as20676.net)
L367[18:41:17] zsh sets mode: +v on Vexaton
L368[18:43:45] ⇦ Quits: Vexatos (~Vexatos@port-92-192-84-163.dynamic.as20676.net) (Ping timeout: 189 seconds)
L369[18:55:03] ⇨ Joins: Arimil (~Renari@70.44.83.129.res-cmts.bgr.ptd.net)
L370[18:55:04] ⇦ Quits: Renari (~Renari@70.44.83.129.res-cmts.bgr.ptd.net) (Read error: Connection reset by peer)
L371[18:56:14] <Ocawes​ome101> Is there a way to make ocvm run at an OC-like speed? It seems to run several times faster by default
L372[18:57:41] <Amanda> @Ocawesome101 not by default. It's on payonel's plans though, I think. He wasn't happy about me just throwing the equivilent of an os.sleep into t's main loop, anyway. :P
L373[18:58:07] <Ocawes​ome101> Hehehe ok
L374[19:00:25] <Elfi> I wonder if a call counter would helpo
L375[19:18:36] ⇨ Joins: Backslash (~Backslash@d75-156-174-126.abhsia.telus.net)
L376[19:29:37] <Amanda> %8ball be responsible and wait?
L377[19:29:37] <MichiBot> Ama​nda: Reply hazy, try again
L378[19:29:40] <Amanda> %8ball be responsible and wait?
L379[19:29:40] <MichiBot> Ama​nda: [ The Bowling ball doesn't answer ]
L380[19:30:17] <Amanda> Elfi~ Halp, MichiBot's not giving me financial advice.
L381[19:31:50] * Elfi writes "yes" on the bowling ball with pixie dust
L382[19:31:59] <Amanda> awww
L383[19:32:06] * Amanda snugsafairy
L384[19:33:13] * Amanda wants to buy a usb armory mk2, but shouldn't spend money incase she needs to chip in during the next week, since her dad'll be laid up from a minor surgery done yesterday
L385[19:33:53] * Elfi squeaks, hugs back =u=
L386[19:35:07] <Amanda> How're you doing today, Elfi?
L387[19:35:18] <Elfi> Doing good. Getting some cleaning done
L388[19:40:54] <Forec​aster> usb armory?
L389[19:46:49] <Forec​aster> oh
L390[20:11:22] ⇦ Quits: ba7888b72413a16a (~ba7888b72@66.109.211.150) (Ping timeout: 378 seconds)
L391[20:18:22] ⇨ Joins: dayn228 (~dayn228@178.213.118.162)
L392[20:19:59] ⇦ Quits: dayn228 (~dayn228@178.213.118.162) (Client Quit)
L393[20:25:34] <Amanda> @Forecaster in case you didn't find it: https://www.crowdsupply.com/f-secure/usb-armory-mk-ii
L394[20:25:56] <Forec​aster> it's the first result...
L395[20:26:15] <Amanda> justm aking sure. :P
L396[20:28:06] <Amanda> %8ball early rain box?
L397[20:28:06] <MichiBot> Ama​nda: Without a doubt
L398[21:14:37] ⇨ Joins: ba7888b72413a16a (~ba7888b72@66.109.211.150)
L399[21:48:10] ⇦ Quits: Vaur (~vaur@56.ip-149-202-44.eu) (Ping timeout: 378 seconds)
L400[22:01:29] ⇨ Joins: Vaur (~vaur@56.ip-149-202-44.eu)
<<Prev Next>> Scroll to Top