You are not logged in.
If anyone wants to test this, visit this web page:
Tamiflu Prices and Tamiflu Coupons - GoodRxClick on one of the green buttons that read "GET FREE COUPON". After the page with the coupon loads, print the page to a PDF file.
Phil
I printed the coupon in firefox quantum 64.0 as pdf and it appears ok (usable). I would post it here, but I dont see any way to attach/include a file in this forum?
dx, three more for you:
Pavarotti & Barry White - My first, my last, my everything
https://www.youtube.com/watch?v=fHCcM_uV-r8Miserere - Luciano Pavarotti and Zucchero
https://www.youtube.com/watch?v=eEyFacD-PMALuciano Pavarotti & Tracy Chapman Baby Can I Hold You Live
https://www.youtube.com/watch?v=GNxD2yLuq-c
Thanks. Barry White and I go back to junior high school, theres only 1 of those voices. Tracy Chapman; time has passed and I had forgotten that great voice.
Luciano Pavarotti & James Brown - It's a man's world
https://www.youtube.com/watch?v=gb-B3lsgEfA
2 very different GREAT voices, very good; thanks!
Chris Isaak; what a voice.
everything added to the panel it is just agglutinating on the left side
To "anti-agglutinate" to the right side; you can try adding a Separator with the expand option checked, to the panel.
Maybe try setting the Panel to Hide Always, move a window down from the under the Panel area, set Panel back to Hide Never, then maximize the window and see what happens.
You might try disabling compositing (if using) until you get the problem resolved.
Clear saved sessions.
As a last resort, maybe set up a new user and see how XFCE behaves when logged in as not you; if this user is ok, this would indicate what @ChuangTzu is leading to.
A little clarification.
b43-fwcutter is a package from repository (contrib). Its an executable that EXTRACTS required firmware from a file, it doesnt supply firmware.
The actual firmware can be obtained from https://openwrt.org/. You need to download the whatever firmware file that matches your particular hardware device. I cant help with what file to download.
You can poke around here:
https://downloads.openwrt.org/releases/18.06.1/targets/
and here:
https://sources.openwrt.org/
to determine what file matches your hardware.
see this thread, it may help:
https://dev1galaxy.org/viewtopic.php?id=2340
b43-fwcutter is in contrib, and the firmware can be found at https://sources.openwrt.org/broadcom-wl … .5.tar.bz2.
Mahjongg, sudoku, pipewalker for puzzle type games.
Old style yamagi-quake2, wolfenstein rtcw, openarena for fps games. I have tried various cube based games such as AssaultCube and find them to be way too fast; I end up standing their like an idiot and instant game over, dont get it.
Endless sky is something I recently installed to check out, but havent had time yet; possibly interesting.
Roy Clark, master of guitar, RIP.
I don't understand how is possible to spoil a good operating system like Debian by putting it systemd.
Exactly, well said!
I also had been a Slackware user (Salix) and was very much satisfied with the distro, but when it comes to application support across the complete spectrum of whats available; Debian supplies it with a simple apt-get install. And thus why Devuan is the ultimate distro; everything Debian has to offer, without...
As a test, I attempted your download:
youtube-dl https://www.youtube.com/watch?v=i3JPUobdDm8
And received the error. I then updated my youtube-dl:
pip install --upgrade youtube-dl
Then tried the download again and it worked fine.
I have had good luck with python-pip on this very "ERROR: Signature extraction failed:" issue. As Ron states, I believe its an out of date/update problem with youtube-dl. python-pip is a method to upgrade your existing youtube-dl.
This needs to be installed once, to install pip:
apt-get install python-pip
Then run this command to upgrade youtube-dl, and also run this command when you get the "ERROR: Signature extraction failed:" error in the future
pip install --upgrade youtube-dl
@dxrobertson . . . I thought that the Intel *lake series of processors wouldn't boot linux. I know someone who got bitten by that. So something to research..
Yes; good to know. This points out how important it is to know best you can the Linux support level of all the hardware of the particular machine you are purchasing. And get to know the hardware before purchase.
Why did you choose UEFI dxrobertson?
At first it was something I just wanted to try out to see how troublesome/not it would be. Thinking legacy MBR may loose support someday, may as well start using UEFI now. After struggling though my first install (mainly problems with Acers implementation), I have come to like UEFI. I like the ESP visible partition, the expandable number of partitions, and I guess the added security of having the EFI having some sort of control over whats allowed to boot. The design is certainly more expandable than the limited MBR design. Although I must admit MBR would still work fine on my current installs, but I do now prefer UEFI.
I think its important to determine the manufacture of each hardware device on a laptop thats going to run Linux, not just the laptop manufacturer itself. Realize that the newest devices may not be supported yet. I have had better luck with all Intel spec machines, but I am not getting the best of graphics. Wifi seems to be the most troublesome device; my experience with Atheros has always worked out of the box, Realtek has been trouble, and broadcom works fine if you get the right non-free drivers.
One thing I do now is buy locally and make sure it can be returned if dissatisfied. That way you can run a distro from CD/USB and test all the hardware out.
I recently bought an HP laptop that was all Intel specs. But running Linux had no wifi. Turns out the wireless card is not yet supported in the Debian/Devuan stable release. But testing had an update that did support it. Very happy with HP along with Intel specs; all works and well. HPs implementation of UEFI is very easy to work with.
I bought an Acer about a year ago. Mostly happy with it except the "click pad" is crap; the cursor can randomly jump to a different location. Acer UEFI implementation not nearly as clean as HPs.
Good luck with your purchase!
Thanks to all who posted their instructions. I have now successfully upgraded 2 PCs to Beowulf. I started out with my own personal minimal XFCE install, but results are similar.
Added beowulf to sources.list:
deb http://us.deb.devuan.org/merged beowulf main non-free contrib
Created /etc/apt/preferences.d/beowulf with contents from fsmithred's pin:
Here's the pin file I used:
Package: policykit-1 Pin: version 0.105-18* Pin-Priority: 1001 Package: libpolkit-agent-1-0 Pin: version 0.105-18* Pin-Priority: 1001 Package: libpolkit-backend-1-0 Pin: version 0.105-18* Pin-Priority: 1001 Package: libpolkit-gobject-1-0 Pin: version 0.105-18* Pin-Priority: 1001
Then ran apt-get update
Then apt-get dist-upgrade
I had no sound on one of my machines that uses pulse. Debain seems to have changed pulse to be inited via systemd, there is mention in the notes to change the respawn if not using systemd. This will no doubt be a new change for Devuan to handle. Edit /etc/pulse/client.conf.d/00-disable-autospawn.conf:
# On linux systems, disable autospawn by default
# If you are not using systemd, comment out this line
#DXRautospawn=no
Another odd problem I had is that the XFCE desktop would randomly sometimes take minutes to appear. This delay occurs after the LightDM login. At the LightDM login screen I changed from Default Xsession to Xfce session and ran a few tests and the delay does not "seam" to occur (still testing). From looking at the lightdm.log and seat0-grater.log, there are differences in the processing, and the delay can be seen in the logs on the Default Xsession runs.
When I 'left click' on a link, instead of getting the drop down menu so as to be able to select what to do ie: open link in new tab/window/private window, etc. it directly opens the link in a new tab.
You probably mean Right-Click, but whatever. I wonder if this is the same as your other problem, that the popup menu isnt displayed long enough for you to react. And then the top menu option (Open Link in New Tab) is being selected "quickly" before you realize it?
Both these problems happen to me, randomly also, but I notice it in Thunar. I can Right-Click on empty space to bring up the menu, and the top menu option "Create Folder" gets selected before I can react. Also, experience your other problem; the menu quickly goes away and I have to hold the right button down and navigate the menu while its pressed.
I am using an old HP usb wire mouse.
I have no problem with any media files; local hardrive nor internet. I did select the non-free option during install, didnt do anything else in regards to media (did NOT need to install deb-multimedia.org). A good test for internet/browser media is:
From various user installs that point to the fact, is it as simple that LightDM=elogind and slim=consolekit? Is it that the login manager is what really matters in regards to the polkit, and the subsequent desktop environment doesnt care? Has anyone experienced an install combination that doest adhere to this rule?
@narcisgarcia, glad to hear your problems resolved.
There is another thread from the past where we were covering this very issue, and needed a Mate user to verify their experience with LightDM/Mate; in regards to elogind and consolekit. You have become that person!
It might help if you post your success/experience with LightDM/Mate/elogind on this thread-
https://dev1galaxy.org/viewtopic.php?id=2282
Thanks!
Shutdown action from desktop controls is not working now.
If you are having various permission problems, you may be experiencing the infamous libpolkit problem. Cant shut down, cant mount usb devices, cant access wifi network...
Its been my experience that LightDM requires libpolkit-backend-elogind, as opposed to libpolkit-backend-consolekit (used by slim?). Check to see what libpolkit you have installed, I suspect consolekit?
If you have consolekit installed, try installing the elogind polkit:
apt-get install libpolkit-backend-elogind-1-0
This will remove consolekit and install elogind.
Or going default openRC.
https://wiki.debian.org/Debate/initsystem/openrc
https://wiki.gentoo.org/wiki/OpenRC
I saw no mention of retiring OpenRC support on the Debian thread, I am also thinking this should be considered in regards to Devuan; default to OpenRC. I am running OpenRC on all my Devuan installs and havent encountered any problems. This is personal opinion, but I find OpenRC easier to understand over sysvinit, and prefer it. Please, dont want to start any flames nor arguments here.
Source: https://www.mail-archive.com/debian-dev … 55832.html
I read most all the posted thread and find it an "interesting" discussion.
What does this really mean for Devuan? I imagine it means that Devuan would have to not only support sysvinit itself, but every package that requires an "init", to be modified to use sysvinit inteast of systemd?
Naively; currently, how is OpenRC handled in Devuan? Is this handled on the Debian side, or does Devuan "make OpenRC happen"? trying to get an understanding of what Devuan already has done in regard to custom init development/maintain, and what it depends on from Debian.
Pink Floyd Echoes. This is a live recorded rehearsal of a Floyd concert in Greece, I believe. The video and audio are excellent and very true; it appears to be exact what they play with no overdub, a true insight to Floyds instrument playing (and the dual Gilmour/Waters vocals). This is VERY good.
https://www.youtube.com/watch?v=Pm7cm-IGE3Q
https://www.youtube.com/watch?v=p89kAp4rzBE
I never understood people who listen to music on youtube. why??
1. the sound quality is very bad
2. google tracks you and sells data about you. You care about privacy yet u use google services??Can't u afford CD's??
I listen to music on youtube more than any other source. Its not just the audio, I much enjoy watching live performances as well as non-live video; both official releases and ones that common folk have made themselves. Sound quality varies by individual video, most of what I find is "good enough".
Google isnt the only company selling my/your data. Practically every company that has any personal data is selling it. It cant be avoided.
I personally prefer not to have a vast CD collection. I have what I bought, mostly in the 90s. Prefer mp3 and other digital format these days. If I really like something and want to support the artist, I will buy and download the digital release.