On stock Fedora, searching for "sound" brings up the sound and volume
control. I recently installed Audacity and since then, searching for
"sound" brings audacity as the top result. Since then I've mistakenly
launched audacity several times because of muscle memory. This is kinda
annoying.. if
I missing?
Best regards, cen
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
3/01/libclibcabi-on-linux/
stan je 18. 01. 2017 ob 23:17 napisal:
On Wed, 18 Jan 2017 21:21:17 +0100
cen wrote:
Trying to compile a hello world cpp on Fedora 25 with clang++ and
libc++.
sudo dnf install clang libcxx-devel
#include
#include
int main()
{
std::string a = "abc&qu
Hello
Any recommendations from community which USB WiFi card to buy that just
works with F25? I have BCM4352 but need UEFI (Win10 dual boot) so it's
unusable.
Again, plug&play, no messing around with kernel and drivers.
___
users mailing list -- use
08:00.0 Network controller: Broadcom Limited BCM4352 802.11ac Wireless
Network Adapter (rev 03)
Nothing particularly interesting in dmesg:
[cen@localhost ~] $ dmesg |grep WL
[ 17.624730] WLC_SCAN error (-22)
[ 18.626270] WLC_SCAN error (-22)
[ 19.627999] WLC_SCAN error (-22
Yes, wifi is correct and works perfectly on two other Fedora laptops and
my phone.
Before I installed broadcom-wl and disabled secure boot, WiFi did not
work at all by the way. It was installed following this:
https://gist.github.com/markcaudill/c161b4d30f7f7ffdabbe
[cen@localhost
7. 02. 2017 ob 23:21 napisal:
On 02/07/2017 01:26 PM, cen wrote:
Yes, wifi is correct and works perfectly on two other Fedora laptops and
my phone.
Before I installed broadcom-wl and disabled secure boot, WiFi did not
work at all by the way. It was installed following this:
https://gist.githu
F28 Pgadmin4 experience out of the box is not good for me
sudo dnf install pgadmin4
pgadmin4
"An error occurred initialising the application server: Failed to launch
the application server, server thread exiting."
I already had a similar problem with official rpm package in F25, this
looks
loads and freezes at fedora logo. I left it for a few minutes,
nothing happens.
Best regards, cen
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https
Thanks, rescue mode worked out nicely.
On 1/28/19 9:56 PM, Ulf Volmer wrote:
On 28.01.19 20:35, cen wrote:
I want to decrease the size of my home partition and increase the root
partition using lvresize. if I understand correctly, I should boot into
emergency mode so home is not mounted. I
Error unpacking rpm package
python2-backports-ssl_match_hostname-3.5.0.1-11.fc30.noarch
Installing : rlottie-0-2.20190707git0a43020.fc30.x86_64 140/537
error: unpacking of archive failed on file
/usr/lib/python2.7/site-packages/backports.ssl_match_hostname-3.5.0.1-py2.7.egg-info:
cpio:
Check which driver is being used:
|lspci -nnk | grep -i vga -A3|
Matt Morgan je 24. 02. 2017 ob 13:58 napisal:
I just switched my son's computer to one that has a Radeon 5450. A
low-end card, but still it should be better than his old computer's
Intel GMA 2500. It's running the radeon open so
Hi
I share my connection via USB all the time on my Fedora installation. I
just disable WiFi and cable connection pops right in. It should "just work".
Frédéric Bron je 22. 03. 2017 ob 17:37 napisal:
Hi,
How can I use my mobile phone shared connexion via USB?
The android phone is connected t
Hi
I need OpenVPN 2.3 because the end router has an outdated OpenVPN
version and OpenVPN 2.4 broke compatibility.
2 weeks ago I accidentally updated to 2.4 but I managed to do dnf downgrade.
However, after I updated Fedora 25 today I can no longer downgrade, it
says it is at lowest version.
Whose good idea in the history of Linux was to turn ssh agent on by
default when one has more than 5 private keys available? This is what I
just got:
ssh -i mykey.pem user@myhost
Received disconnect from ... port 22:2: Too many authentication failures
Authentication failed.
Then I do export S
I did use -v and it does use other keys first. It probably uses my key
down the road but you can never see that because remote blocks you
before it happens.
On 11/23/2017 01:53 AM, Cameron Simpson wrote:
On 23Nov2017 00:06, cen wrote:
Whose good idea in the history of Linux was to turn ssh
I tried IdentitiesOnly and it worked but it also disables password login
which I sometimes need.
On 11/23/2017 02:29 AM, Todd Zullinger wrote:
cen wrote:
Anyone doing linux admin or dev work has more than 5 keys in their
.ssh directory, rendering the agent completely USELESS PIECE OF SHIT
Not sure why but setting IdentityAgent in config did nothing for me.
Perhaps this is a problem with gnome-keyring being overzealous and
always trying to be first.
On 11/23/2017 04:15 AM, Christopher wrote:
On Wed, Nov 22, 2017 at 6:07 PM cen <mailto:imba...@gmail.com>> wrote:
W
gh. That’s not just counter
intuitive that’s a blatant disregard of an explicit command specified
by the user.
Cheers!
Eric
On Nov 22, 2017, at 19:33, Todd Zullinger <mailto:t...@pobox.com>> wrote:
Tom Horsley wrote:
On Thu, 23 Nov 2017 00:06:11 +0100 cen wrote:
Anyone doing linu
Perhaps I am just going crazy but maven just won't pick up JAVA_HOME on F27.
1. sudo dnf install maven
2. echo $JAVA_HOME returns
/usr/lib/jvm/java-9-openjdk-9.0.0.181-7.fc27.x86_64 (which includes bin
dir with JDK tools such as javac, keytool etc so it is JDK for sure)
3. Any mvn command re
It is indeed.
On 11/26/2017 11:02 PM, Ulf Volmer wrote:
On 26.11.2017 22:43, cen wrote:
1. sudo dnf install maven
The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
NB: JAVA_HOME should point to a JDK not a JRE
is java-1.8.0
Hm, there is no jre directory.
On 11/26/2017 11:08 PM, Ed Greshko wrote:
On 11/27/17 05:43, cen wrote:
Perhaps I am just going crazy but maven just won't pick up JAVA_HOME on F27.
1. sudo dnf install maven
2. echo $JAVA_HOME returns /usr/lib/jvm/java-9-openjdk-9.0.0.181-7.fc27.x86_64
(
bin/java)
* 3 /usr/java/jdk-9.0.1/bin/java
Enter to keep the current selection[+], or type selection number:
On 11/26/2017 11:31 PM, Ulf Volmer wrote:
On 11/26/2017 11:02 PM, Ulf Volmer wrote:
On 26.11.2017 23:23, cen wrote:
is java-1.8.0-openjdk-devel installed?
It is indeed.
then
Volmer wrote:
On 26.11.2017 23:02, Ulf Volmer wrote:
On 26.11.2017 22:43, cen wrote:
1. sudo dnf install maven
The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
NB: JAVA_HOME should point to a JDK not a JRE
is java-1.8.0-openjdk-devel
On 11/27/2017 01:51 AM, Ed Greshko wrote:
On 11/27/17 07:39, Ed Greshko wrote:
I suppose I could give it a try with java-9 on a VM. If that is what you
require.
As previously noted. I got
[egreshko@acer ~]$ mvn -v
Apache Maven 3.5.0 (Red Hat 3.5.0-6)
Maven home: /usr/share/maven
Java
On 11/27/2017 11:00 AM, Ed Greshko wrote:
On 11/27/17 16:53, cen wrote:
On 11/27/2017 01:51 AM, Ed Greshko wrote:
On 11/27/17 07:39, Ed Greshko wrote:
I suppose I could give it a try with java-9 on a VM. If that is what you
require.
As previously noted. I got
[egreshko@acer ~]$ mvn
Small update: I nuked all presence of java and maven with dnf autoremove
and then reinstalled maven and it did indeed install all the necessary
packages and now I also see the jre folder in the /usr/lib/jvm/... but
still! the same error. What is more interesting though is that if I
switch to ro
Case closed. Turns out I had improper JAVA_HOME defined in ~/.mavenrc
which overrides user env and that is why it worked as root. I had to
debug the mvn bash script to get to the core of it. Too bad maven fails
with not much info in case like this. If you run with -X it could at
least tell you
Hi
Up-to-date Fedora 30
Thinkpad x260, Intel wifi, wpa_supplicant v2.8
I got a brand new tp-link archer c6 and set up 2.4Ghz mixed ssid and
5Ghz ac/mixed ssid. I can connect to 5GHz just fine but 2.4GHz gives
association timeout (see dmesg below). It just keeps asking for password
every 20 s
want to get to the bottom of this.
I'll try Fedora 31 and change around the 2.4Ghz security settings to see
if anything helps.
Best regards, cen
Samuel Sieb je 30. 10. 19 ob 00:47 napisal:
On 10/29/19 1:56 PM, cen wrote:
Up-to-date Fedora 30
Thinkpad x260, Intel wifi, wpa_supplicant
I've read this email completely randomly from the list and all I got to
say is that I respect this kind of dedication. :)
On 5. 11. 21 14:47, Tom Horsley wrote:
I mentioned the only annoying thing I wasn't able to fix
in fedora 35 was the selected colors of folders and messages
in claws-mail. B
I recently had to replace a bad disk in raid1 array and finding proper
docs was not a good experience.
There is apparently also a trap with not having a bootloader installed
on the replacement disk which can make the system unbootable in cause of
array degradation. Some of the guides don't men
On 24. 12. 21 17:46, Michael D. Setzer II via users wrote:
Did have our Admin have a System that was running SCO
and it had a failure in a 3 disk system. It kept working
fine after failure, but when they replace the bad drive the
rebuild that was suppose to be automatic failed. Some
how it mixed
On 24. 12. 21 19:22, Doug Herr wrote:
On Fri, Dec 24, 2021, at 6:38 AM, cen wrote:
I recently had to replace a bad disk in raid1 array and finding proper
docs was not a good experience.
Looking at my notes, I can add some of my notes. These may or may not apply to
you...
(Should not be
On 25. 12. 21 01:16, Sam Varshavchik wrote:
cen writes:
# copy partition map from good disk to new disk
sfdisk -d /dev/sde | sfdisk /dev/sdd
This only works if the new disk is identical to the old one,
geometry-wise.
Otherwise you can simply create partitions of the same size using
On 26. 12. 21 04:20, Sam Varshavchik wrote:
cen writes:
On 25. 12. 21 01:16, Sam Varshavchik wrote:
cen writes:
# copy partition map from good disk to new disk
sfdisk -d /dev/sde | sfdisk /dev/sdd
This only works if the new disk is identical to the old one,
geometry-wise.
Otherwise you
36 matches
Mail list logo