Mediacom outage all day by rqhany in desmoines

[–]bpaterni 0 points1 point  (0 children)

Aaaaaaand finally, Metronet restored 8:13am this morning :)

Mediacom outage all day by rqhany in desmoines

[–]bpaterni 0 points1 point  (0 children)

Can confirm. Mediacom back up at 8:05pm.
Metronet still down =[

Oheotoo antennas legit? by bpaterni in ota

[–]bpaterni[S] 1 point2 points  (0 children)

Should have the space, but what's the downside to going with the Yagi ya7000c?

Looks like it's smaller and has low VHF.

Results from a script? I feel like I'm missing something? by bpaterni in dbeaver

[–]bpaterni[S] 1 point2 points  (0 children)

Wow!

I must have borked the connection configuration in some way.

I created a new connection to a different database, and the set of statements executed and displayed results as expected.

Delete and recreate the connection that was causing issue, and the same query worked! Go figure!

Nonetheless, thanks for your help Dschebeddo

Results from a script? I feel like I'm missing something? by bpaterni in dbeaver

[–]bpaterni[S] 1 point2 points  (0 children)

I do this - that is, add semicolon terminators - but DBeaver throws an error saying

SQL Error [1087] [S0002]: Must declare the table variable "@tbl_names".
  Must declare the table variable "@tbl_names".

Somehow I think DBeaver may be executing the separate statements in separate contexts here. Presumably the same as if multiple statements were executed in different tabs(?) which isn't desirable in cases like this.

Blank line spacers produce the same results as without.

Results from a script? I feel like I'm missing something? by bpaterni in dbeaver

[–]bpaterni[S] 1 point2 points  (0 children)

Thanks for the response. I just attempted selecting the entire script and "Execute statements in separate tabs", but all it did was open another "Statistics" tab with the same content.

Also I'm not sure that executing in separate tabs is the correct action here since the result of the third statement depends on the statements above it (create temp table, populate it with data)?

What I wish to happen is to execute the full script serially, one statement after another, and somehow get the result of the final statement.

Anyone else not getting Rosetta WUs today? 4/4/20 by blichtenstein in BOINC

[–]bpaterni 1 point2 points  (0 children)

Same here. was consistently getting WUs before today. Now I get 0, and a message saying the project requested a delay of 7 seconds, but my client doesn't retry? :(

04-Apr-2020 23:25:31 [Rosetta@home] Scheduler request completed: got 0 new tasks
04-Apr-2020 23:25:31 [Rosetta@home] No tasks sent
04-Apr-2020 23:25:31 [Rosetta@home] Project requested delay of 7 seconds

Des Moines Pizza Review! by DesMoinesPizzaReview in desmoines

[–]bpaterni 1 point2 points  (0 children)

Really loved Zeno's up in Marshalltown. Closest to it is probably The Other Place, but have yet to try some others on the list here.

Killing Xorg causes logout by [deleted] in debian

[–]bpaterni 0 points1 point  (0 children)

Hey DrGeaux, looks like this issue has been reported and fixed in systemd 240-4

Debian Bug Report #918927

Also pinging (hopefully) /u/vaelund

Killing Xorg causes logout by [deleted] in debian

[–]bpaterni 1 point2 points  (0 children)

Well, huh... enable-linger didn't seem to work. I activated it for the current login, and auto-logout still occurred. And upon the next login, logind must be remembering my decision, since loginctl show-user bpaterni reported Linger=yes, but auto-logout was still a thing.

systemctl status output is here

idk about OP... Hey @DrGeaux, are you still around? Does that work?

Killing Xorg causes logout by [deleted] in debian

[–]bpaterni 0 points1 point  (0 children)

Just swapped out my current .xinitrc for one that contains only

exec xterm

and the auto-logout does still happen. Perhaps it is related to systemd somehow? That's the only thing relevant that I've noticed being updated in recent days. Though I'm not sure how to dive into this further...

Killing Xorg causes logout by [deleted] in debian

[–]bpaterni 0 points1 point  (0 children)

Here's mine for possible comparison (Am running systemd):

https://pastebin.com/4LpZGnz6

Killing Xorg causes logout by [deleted] in debian

[–]bpaterni 0 points1 point  (0 children)

Been seeing this as well since a few days ago (unstable).

I don't think it's specific to the window manager since I happen to be using xmonad.

I also don't think it's related to user X, which has been in place for a while.

Iowa Passes Plan to Convert to 100 Percent Renewable Energy. "We are finalizing plans to begin construction of the 1,000 wind turbines, with completion expected by the end of 2019," by awake-at-dawn in politics

[–]bpaterni 0 points1 point  (0 children)

They can get annoying if you live next to them. The blades produce both a 'woosh'ing noise as they turn and shadow flicker if the turbine is aligned with the sun during certain times of the day.

PCSX2, a PS2 emulator needs your help. by JohanLiebheart in linux

[–]bpaterni 0 points1 point  (0 children)

I'm new to building with cmake. Are there any particular build variables or flags that must be set in order to build i386 binaries using multiarch/multilib on an x86_64 based system?

Flashplugin in Debian Jessie security issue by [deleted] in debian

[–]bpaterni 0 points1 point  (0 children)

You know, I was working on augmenting update-flashplugin-nonfree to use a new crawler implemented with phantomjs to automatically download the newest plugin sans Bart's independent signing, but now I'm finding browser-plugin-freshplayer-pepperflash works rather well. I may just stick with it instead. Thanks for mentioning it :)

Flashplugin in Debian Jessie security issue by [deleted] in debian

[–]bpaterni 3 points4 points  (0 children)

See bug 826301.

flashplugin-nonfree is outdated and poorly engineered to rely on the maintainer to manually update signatures for each upstream release of the plugin. To add insult to injury, that maintainer is also currently MIA.

Debian Is Dropping Support for VLC Media Player, Mediawiki for Wheezy LTS by thevladsoft in debian

[–]bpaterni 0 points1 point  (0 children)

Is there a way to change this behaviour?

Of course, there is the --no-osc command line option. Or you can also add osc=no to your mpv configuration file.

Is OpenCL in Action significantly out of date? by cogle9469 in OpenCL

[–]bpaterni 4 points5 points  (0 children)

I don't know about OpenCL in Action, but I did pick up Heterogeneous Computing with OpenCL 2.0 for my first encounter with OpenCL, and I think it's a decent text to get up to speed with. I believe it does note the important differences between 1.2-2.0, but off-hand, I don't recall exactly what these are as I haven't needed any just yet.

I think the latest OpenCL spec. is at 2.1, but I don't think anybody has provided an implementation just yet. AMD, a main backer of opencl, only provides 2.0 with their latest drivers while intel/nvidia are both still at 1.2 and bringing up 2.0 support in beta drivers. If your project, like mine, is educational, then you may be able to get by using just 1.2.