[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

ITT screenshot of linux working

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 37
Thread images: 4

File: Screenshot_20170628_111715.png (2KB, 193x40px) Image search: [Google]
Screenshot_20170628_111715.png
2KB, 193x40px
Welcome to gninux
it just werks

Daily life of a linux user. Just works unlike winblows
>>
>>61118843
Pulseaudio cant work if you kill it baka
>>
>
pkill init

>it only kills my session instead of the whole system
woah nice system freetards i'm installing windows now
>>
>>61118883
If pulseaudio stops working, you get no sounds, this is what we have to do to fix it
>>
>>61118924
>pulseaudio stops working
That's a thing after 2011? What are you using? Arch Penus?
>>
>>61118843
http://www.hecticgeek.com/2012/01/how-to-remove-pulseaudio-use-alsa-ubuntu-linux/
>>
>>61118944
>mint
:(
>>
>>61118911
just werks, innit
>>
File: arst.png (8KB, 460x42px) Image search: [Google]
arst.png
8KB, 460x42px
>>61118843
whoops.
>>
>>61118975
ALSA?
>>
>>61118996
yep
>>
>>61118924
I use pulseaudio with no problems :^)
>>
use oss
>>
I installed Ubuntu Server the other day. Couldn't get sound to work with ALSA. Installed Pulseaudio. Now sound works for most programs, but not Chromium. Also, even though my wireless chip is supported, and the firmware and kernel module are loaded, and my wifi interface associates with the router just fine, it won't work for the first 5 minutes after I turn it on. Then it suddenly starts working. If I enable it at boot time, the boot process is stalled for 5 minutes while trying to bring up the wireless, then after 5 minutes finishes booting, and wifi works.

I'm getting tired of the Linux version of "just werks" and having to sift through a half dozen forum posts full of outdated, hacky workarounds just to get basic functionality for supported hardware working.
>>
>>61118843
> killall pulseaudio
> not from root
How do you expect this to work?
>>
>>61119104
Pulseaudio isn't supposed to be run as root.
>>
>>61119082
You sound like you have a life or something.
Stop larping and just fix your shit.
>>
>>61119082
Some years ago sometimes I had this kind of problem, and learned to just ditch the distro that caused problems and try another one (non-derivative, of course)
There is plenty of choice, no reason to fixate on something that clearly wasn't tested enough with your kind of hardware.
>>
>>61119082
I use Ubuntu Server also with pulseaudio with no problems. Install pasystray, add it to your taskbar and check your settings.
>>
>>61118911
>PID 1 should not exit by itself unless something really bad happens
>init doesn't commit suicide when it gets SIGTERM
working as intended i'd say
>>
>>61119314
>PID 1 should not exit by itself unless something really bad happens
shit os
>>
>>61119162
I switched to Ubuntu because of some problems I was having in Arch. I don't want to use Slackware (no native dependency-resolving package management), or Gentoo or LFS (have tried both, source-based distros are a pain if you have things to do other than compile software), in openSUSE a lot of small annoyances built up, and so forth. I used CentOS and Fedora a number of years ago. I suppose I could try that again. Distro hopping is getting tiresome, and I've never found one with no pain points for me. It's just a matter of finding the one that pisses me off the least for a while.

>>61119176
I'm not trying to be a dick, and I'll give it a shot, but how will that help the sound in one application, Chromium? Sound works fine in all of the other audio-related apps I've tried.
>>
File: jews.png (4KB, 592x342px) Image search: [Google]
jews.png
4KB, 592x342px
Hmm...
>>
>>61119370
>jews not found
based
>>
>>61119370
>>61119513
>forgetting to check the /usr/bin/attic
>>
>>61119556
apt-get autoremove --zyklonb removes the remaining files just fine.
>>
>>61119335
>A good and secure OS should be easily crashable by killing the main process, which acts as the parent process to everything else
???
>>
>>61118960
Why the actual fuck do people use Mint? It's literally just broken Ubuntu, I have no idea who it's meant for, who is able to defend it... it just perplexes me.
>>
>>61119117
If it runs from its own user, you can't kill it from unprivileged user.
>>
>>61119649
what if u want to do it
like you can for example remove/format root partition/disk just fine
>>
>>61119684
pulseaudio is meant to run as an instance for every user seperately and thus as that same user, only when you run it as root and use system-wide mode - which makes 100 warnings pop up telling you that this isn't how it should be used - it'll drop its privileges and continue running as the "pulse" user
>>
>>61118996
kill yourself you dumb fucking retard
>>61119009
kill yourself for not calling him out on being a dumb fucking retard
>>
>>61118843
Sometimes sound stops working for me too and the only solution I've found is to reinstall the kernel.
Going back to Windows as soon as I fix my main computer.
>>
>>61119854
ALSA?
>>
>>61119822
If you want to do it, you can with a workaround or by using a special init program that allows this (using /bin/sh and calling exit, for example), but it kills all other processes (as they are all direct or indirect children) and results in a kernel panic. I don't see how unmounting or formatting the root partition would require killing init.
>>
>>61118924
> 2017
> an important part of any OS doesn't restart itself after crashing
> this is the current state of GNU + Linux

Don't know if I should laugh or feel concerned. Actually I'm wondering now: Does linux restart the graphics drivers if they crash like windows does?
>>
>>61119897
The Linux kernel doesn't know what's going on in the userspace other than the fact that everything is a collection of PIDs. For Pulseaudio, yes, you can restart pulseaudio if you have a service supervisor like runit or systemd. Graphics drivers are in kernel, not even init 1 can do anything about it if it "crashes". There's a variety of graphics driver crashes in Windows that can't be handled; plenty of BSODs related to graphics drivers. Same thing in Linux, if you write a shit piece of code and you exploit in userspace, you're gonna get a panic or an oops. In practice you don't know what Windows is handling and what they consider a "graphics driver crash" is. In Linux if it fails it at least gives you something useful in dmesg or in Xorg.0.log.
Thread posts: 37
Thread images: 4


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.