Re: bash command

2021-06-04 Thread kevin martin
Could you not simply \ escape the ! ? On Fri, Jun 4, 2021, 3:05 PM Samuel Sieb wrote: > On 2021-06-04 12:36 p.m., Joe Zeff wrote: > > On 6/4/21 1:11 PM, Samuel Sieb wrote: > >> > >> Which man page? For grep, the "-v" is for inverting the result to > >> only show non-matching lines. > > > > The

No Microphone input on fedora 34 (pipewire)

2021-05-02 Thread Mike Martin via users
Since installing fedora 34 I have no input from microphone. The microphone appears in audiomixer (pavucontrol I assume) All modules seem to be loaded and playback is fine the only error message I can see is from dmesg -T traps: gnome-sound-rec[2335] trap int3 ip:7f9b4652df7f sp:7ffdf71ddc70 error

Re: Deprecating SCP

2020-11-02 Thread kevin martin
ng the world at large to drop scp, turn on sftp, and use sftp (not to mention that command line sftp pretty much stinks re: passing the commands needed to move files. --- Regards, Kevin Martin On Mon, Nov 2, 2020 at 10:14 AM Joe Wulf via users < users@lists.fedoraproject.org> wrote: >

Re: What to do instead of using rc.local?

2019-07-10 Thread kevin martin
Chris has a good point. You used the ""'s when using the su tim but they are not needed when you are using the crontab as a user. --- Regards, Kevin Martin On Wed, Jul 10, 2019 at 10:59 AM Chris Adams wrote: > Once upon a time, Tim via users said: > > Okay, in u

Re: F30 - where is the hplib gui?

2019-06-25 Thread kevin martin
rpm -qil will show you where it is. --- Regards, Kevin Martin On Tue, Jun 25, 2019 at 1:31 PM Robert Moskowitz wrote: > On my F28 system I installed hplib-gui and xsane to scan to pdf. > > Got xsane, but not finding the hplib-gui. > > Where is it

Re: Starting network services from emergency mode command prompt ?

2018-10-30 Thread kevin martin
Yep, just had that conversation with somebody else the other day and said the same thing, we're stuck with it now. --- Regards, Kevin Martin On Tue, Oct 30, 2018 at 1:18 PM Rick Stevens wrote: > On 10/30/18 10:00 AM, kevin martin wrote: > > Yeah, love the way systemd n

Re: Starting network services from emergency mode command prompt ?

2018-10-30 Thread kevin martin
Yeah, love the way systemd names interaces nowadays...bleah! --- Regards, Kevin Martin On Tue, Oct 30, 2018 at 11:58 AM linux guy wrote: > I found the Ethernet interface name in /sys/class/net In my case it was > enp3s0 > > > > On Tue, Oct 30, 2018 at 9:47 A

Re: Starting network services from emergency mode command prompt ?

2018-10-30 Thread kevin martin
o something like "ip address add 192.168.230.10/24 dev eth0") and then to set the route "ip route add 0.0.0.0 dev eth0 via " (so something like "ip route add 0.0.0.0 dev eth0 via 192.158.238.1" ). --- Regards, Kevin Martin On Tue, Oct 30, 2018 at 11:42 AM linux guy wr

Re: Starting network services from emergency mode command prompt ?

2018-10-29 Thread kevin martin
Ifconfig up an interface with an address on your network and then set a default route so you can get dns resolution and internet access. That's what I do. On Mon, Oct 29, 2018, 6:07 PM linux guy wrote: > Hi all. > > I accidentally interrupted a dnf update and messed up the boot process on > my

Re: No network on first try

2018-03-16 Thread Martin Wagner
On Sat, 2018-03-17 at 04:33 +0800, Ed Greshko wrote: > On 03/17/18 00:36, Martin Wagner wrote: > > On Thu, 2018-03-15 at 16:21 +0800, Ed Greshko wrote: > > > You've said you have things set to activate a VPN connection for > > > the > > > ethernet > &

Re: No network on first try

2018-03-16 Thread Martin Wagner
On Thu, 2018-03-15 at 16:21 +0800, Ed Greshko wrote: > You've said you have things set to activate a VPN connection for the > ethernet > interface, yes? > > What type of VPN are you using? I don't have my VPN activated > automatically. But > when it comes to OpenVPN there are 2 choices for savin

Re: No network on first try

2018-03-14 Thread Martin Wagner
ATAL=no IPV6INIT=no IPV6_AUTOCONF=yes IPV6_DEFROUTE=yes IPV6_FAILURE_FATAL=no IPV6_ADDR_GEN_MODE=stable-privacy NAME="Profile 2" UUID= ONBOOT=yes IPADDR=192.168.1.103 PREFIX=24 GATEWAY=192.168.1.1 DNS1=127.0.0.1 SECONDARY_UUIDS= Removed UUIDs > > > ---- On Wed, 14 Mar 20

No network on first try

2018-03-14 Thread Martin Wagner
I've got a Fedora 27 desktop that has a slight network problem. I'm using VPN and I used nm-connection-editor to configure it so that the VPN activates when eno1 activates. That worked fine in Fedora 26. But after upgrade to Fedora 27 the network doesn't start properly at startup, instead after I

Re: livecd-creator -

2018-02-22 Thread Martin Bříza
On Thu, 22 Feb 2018 01:09:55 +0100, Bob Goodwin wrote: On 02/21/18 18:56, Matthew Miller wrote: Do you literally want a CD, or do you want USB media? I have a computer that does not want to run from a fedora-27 thumb drive that I used to install fedora on this the computer I am typing th

Electrum and hardware wallets

2018-02-16 Thread Martin Wagner
e a Ledger Nano S that used to work with Electrum, but after some update, not sure when, it now says "Cannot find python library for 'ledger'. Make sure you install it with python3" when I try open the wallet. Anyone with more luck with Electrum and hardwa

Re: Device or resource busy when trying to do a software update

2018-01-12 Thread Martin Wagner
On Fri, 2018-01-05 at 15:54 +0100, Wolfgang Pfeiffer wrote: > Closed bug > https://bugzilla.redhat.com/show_bug.cgi?id=1359352 > as it is said to be a duplicate of > https://bugzilla.redhat.com/show_bug.cgi?id=1385432 > > On this latter page is a hint that the issue might be an LVM one, > i.e. LV

Re: Device or resource busy when trying to do a software update

2018-01-04 Thread Martin Wagner
On Thu, 2018-01-04 at 13:06 +0100, Wolfgang Pfeiffer wrote: > Ah, I see: I missed that in your first message - sorry. But if dnf > upgrades work, your concerns about not being not be able to upgrade > to > the next major version of Fedora might be not necessary: there's some > upgrade version for d

Re: Device or resource busy when trying to do a software update

2018-01-03 Thread Martin Wagner
On Wed, 2018-01-03 at 18:45 +0100, Wolfgang Pfeiffer wrote: > On Tue, 02 Jan 2018 20:06:24 +0100 > Martin Wagner wrote: > > > Since some time back I can no longer do a software update using > > Gnome > > Software (version 3.24.3) on my Fedora 26 desktop. Using 

Re: Device or resource busy when trying to do a software update

2018-01-02 Thread Martin Wagner
On Tue, 2018-01-02 at 14:12 -0500, Terry Polzin wrote: > Any NFS or CIFS mounts active? > Yes, but it doesn't make any difference even if I manually umount the nfs shares before trying to do a software update. > On Tue, Jan 2, 2018 at 2:06 PM, Martin Wagner > > wrote: &g

Device or resource busy when trying to do a software update

2018-01-02 Thread Martin Wagner
Since some time back I can no longer do a software update using Gnome Software (version 3.24.3) on my Fedora 26 desktop. Using 'yum update' works fine. What happens is that when I hit the 'Restart & Update' button the system is going down and there are some log messages that flicker by really quick

Evolution and network proxy

2017-11-29 Thread martin . wagner
Hi I'm trying to set up an IMAP account in Evolution (3.24.6-1.fc26) that would connect through a network proxy. I've also have other IMAP accounts in Evolution so I just want this one account to go through a proxy. I thought it would just be to go to Network Preferences and define a custom pro

Re: vi

2017-11-08 Thread kevin martin
technically, I guess, based on the man page, it doesn't need to be, but you may want to try that (I assume that your VI is, in fact, VIM). --- Regards, Kevin Martin On Wed, Nov 8, 2017 at 4:45 PM, kevin martin wrote: > is the first +:1 enclosed in ""'s? > >

Re: vi

2017-11-08 Thread kevin martin
is the first +:1 enclosed in ""'s? --- Regards, Kevin Martin On Wed, Nov 8, 2017 at 4:40 PM, Patrick Dupre wrote: > Hello, > > I would like to execute a vi command as a bash command like: > vi +:1 "+1,$s/E/e/g" "+wq" test.TXT > But it does

Re: simple shell script question

2017-08-09 Thread kevin martin
is the end result meant to be able to pass some string ($1) to pgrep that get's counted? knowing what you're trying to accomplish would make it easier to help. --- Regards, Kevin Martin On Wed, Aug 9, 2017 at 8:24 PM, bruce wrote: > h update.. > > this works... >

Re: simple shell script question

2017-08-09 Thread kevin martin
runs the command in $xx --- Regards, Kevin Martin On Wed, Aug 9, 2017 at 7:47 PM, bruce wrote: > trying to get the following to output > pgrep -f 'bash' | wc -l > > the var $xx has the cmd... > something's missing to allow the backtics to run the cmd.. &

Re: hey guys.. ssh/key-gen question

2017-07-15 Thread kevin martin
as well, is 1.2.3.4 and 5.6.7.8 routable each to the other? If not, you'll have to ssh hop to get from 1.2.3.4 to 5.6.7.8. --- Regards, Kevin Martin On Sat, Jul 15, 2017 at 8:18 PM, John Mellor wrote: > On Sat, 2017-07-15 at 17:01 -0400, bruce wrote: > > Testing Digitalocean

Re: Suspend to RAM issue

2017-05-15 Thread Martin Bříza
On Sat, 13 May 2017 17:48:14 +0200, InvalidPath wrote: For the past 4-5 days whenever I suspend, the next morning the laptop boots up fully instead of resumes. Now prior to this week for teh past, IDK about 2 months it'd been perfect. The battery is not being drained overnight either. The

Re: Not able to launch mediawriter

2017-03-31 Thread Martin Bříza
On Fri, 31 Mar 2017 12:21:19 +0200, Lawrence E Graves wrote: On 03/31/2017 01:54 AM, Martin Bříza wrote: rpm -q qt5-qtquickcontrols qt5-qtbase qt5-qtdeclarative mediawriter [root@Jehovah ~]# rpm -q qt5-qtquickcontrols qt5-qtbase qt5-qtdeclarative mediawriter qt5-qtquickcontrols-5.7.1-2

Re: Not able to launch mediawriter

2017-03-31 Thread Martin Bříza
On Fri, 31 Mar 2017 09:50:44 +0200, Joe Zeff wrote: On 03/31/2017 12:36 AM, Martin Bříza wrote: On Thu, 30 Mar 2017 19:11:56 +0200, Joe Zeff wrote: On 03/30/2017 06:34 AM, Martin Bříza wrote: first, please don't run mediawriter as root. Second, this is because it cannot find the Qt

Re: Not able to launch mediawriter

2017-03-31 Thread Martin Bříza
On Thu, 30 Mar 2017 18:22:20 +0200, Lawrence E Graves wrote: On 03/30/2017 08:18 AM, Martin Bříza wrote: rpm -q qt5-qtquickcontrols qt5-qtbase qt5-qtdeclarative Mine came back the same as yours did but still unable to launch mediawriter. Hmm, that's pretty odd. I'm not sure wh

Re: Not able to launch mediawriter

2017-03-31 Thread Martin Bříza
On Thu, 30 Mar 2017 19:11:56 +0200, Joe Zeff wrote: On 03/30/2017 06:34 AM, Martin Bříza wrote: first, please don't run mediawriter as root. Second, this is because it cannot find the Qt Quick Controls. These should be included in the qt5-qtquickcontrols package, which is a dependen

Re: Not able to launch mediawriter

2017-03-30 Thread Martin Bříza
On Thu, 30 Mar 2017 16:13:16 +0200, Lawrence Graves wrote: On 3/30/2017 8:05 AM, Ed Greshko wrote: On 03/30/17 22:00, Lawrence E Graves wrote: On 03/30/2017 07:56 AM, Ed Greshko wrote: On 03/30/17 21:44, Lawrence E Graves wrote: I did as you prescribed and yet there was no results. Wh

Re: Not able to launch mediawriter

2017-03-30 Thread Martin Bříza
Hello, first, please don't run mediawriter as root. Second, this is because it cannot find the Qt Quick Controls. These should be included in the qt5-qtquickcontrols package, which is a dependency of mediawriter. Did you modify your installation of one of these packages? -Martin ___

Re: running some X11-Applications with sudo under GNOME/Wayland fails

2017-03-06 Thread Martin Bříza
On Mon, 06 Mar 2017 11:13:59 +0100, Joachim Backes wrote: Hi, seeing coincidentally that some X11 applications with sudo under GNOME/Wayland will fail: - For example: 1. sudo xterm No protocol specified Warning: This program is

Re: Lost kde task bar

2017-02-02 Thread Martin Bříza
On Thu, 02 Feb 2017 15:48:38 +0100, Fulko Hew wrote: I've been fighting with F24 (gosh I miss the good old days) but today it's totally disconnected on me. My laptop has developed an intermittent backlight problem so i have it driving my TV instead. While trying to resolve resolution issue

Re: RANT: installing fedora is now a real punishment!

2017-02-01 Thread kevin martin
You could also tryecho "password" | passwd root --stdin to get the root password changed to something you like. --- Regards, Kevin Martin On Wed, Feb 1, 2017 at 8:36 AM, Ralf Corsepius wrote: > On 02/01/2017 02:34 PM, François Patte wrote: > > Install of f25 was

epel question?

2017-01-09 Thread kevin martin
ry to specifically download 0.99-2.1 I'm told the package is not available (yet it's the only clamav package I see on the mirrors). Can somebody explain what I might do on my end to fix this and/or why 99-3 is being advertised when 99-2 is clearly the only version that should be? --- Regards

Re: closing lid of laptop

2016-12-19 Thread Dave Martin
Ummm? It does what you tell it to do. I set mine to activate the screensaver and shut the screen off, but suspending, shutting down, or other options are possible. All are useful in different cases. Although, suspending from a logged in session is the default I've seen most often. It's under p

SV: Installing F25

2016-12-06 Thread Martin S
Possibly, at the last attempt I actually did get grub installed. /Martin S Från: Terry Polzin [mailto:foxec...@gmail.com] Skickat: den 6 december 2016 17:40 Till: Community support for Fedora users Ämne: Re: Installing F25 It sounds to me as if the /boot on /dev/sda1 didn&#

SV: Installing F25

2016-12-06 Thread Martin S
way. /Martin S ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: Installing F25

2016-12-06 Thread martin
kind of killed my Alt-gr key as well. Otherwise it seems to have remembered my settings. Rebooting and expecting the thing to lose the bootability. /Martin S ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le

Re: Installing F25

2016-12-06 Thread martin
after "installation" and reboot with the live CD? /Martin S On Tue, Dec 6, 2016 at 9:29 AM, wrote: Now I've tried two disks from the Fedora site. Both the "proper" Fedora Workstation, and the Fedora Cinnamon spin. I get the same result with both - they go through th

Installing F25

2016-12-06 Thread martin
Now I've tried two disks from the Fedora site. Both the "proper" Fedora Workstation, and the Fedora Cinnamon spin. I get the same result with both - they go through the installation routine, ending with a statement that the installation is finished and I can start use the system. Upon reboot, r

Re: can not install fedora 25

2016-12-03 Thread martin
never wrote anything to the disk even if it said it was. Very weird. /Martin S ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: liveusb-creator

2016-09-26 Thread Martin Bříza
On Mon, 26 Sep 2016 12:34:58 +0200, Jon Ingason wrote: Den 2016-09-26 kl. 11:47, skrev Martin Bříza: On Mon, 26 Sep 2016 11:42:45 +0200, Martin Bříza wrote: Please also note that the "liveusb-creator" package will get deprecated in favor of "mediawriter" that looks v

Re: liveusb-creator

2016-09-26 Thread Martin Bříza
On Mon, 26 Sep 2016 11:42:45 +0200, Martin Bříza wrote: On Sun, 25 Sep 2016 16:31:44 +0200, Ed Greshko wrote: On 09/25/16 20:58, Lawrence E Graves wrote: Is anyone else having trouble with liveusb-creator gui. It downloads ok but it will not show up afterwards. Help will be greatly

Re: liveusb-creator

2016-09-26 Thread Martin Bříza
On Sun, 25 Sep 2016 16:31:44 +0200, Ed Greshko wrote: On 09/25/16 20:58, Lawrence E Graves wrote: Is anyone else having trouble with liveusb-creator gui. It downloads ok but it will not show up afterwards. Help will be greatly appreciated. Haven't used it recently But starting it fr

Re: bluetooth pairs, but won't connect

2016-08-09 Thread Martin Bříza
On Mon, 08 Aug 2016 20:32:34 +0200, sean darcy wrote: On F23 I can pair with a bluetooth speaker, but can't connect. [bluetooth]# info 70:B3:D5:4B:98:64 Device 70:B3:D5:4B:98:64 Name: MP Tube Alias: MP Tube Class: 0x240404 Icon: audio-card Paired: yes

Re: printer config that doesn't require NetworkManager

2016-06-02 Thread kevin martin
Ah yes. Had forgotten about that! Thanks Joe! --- Regards, Kevin Martin On Wed, Jun 1, 2016 at 8:56 PM, Joe Zeff wrote: > On 06/01/2016 06:47 PM, Kevin Martin wrote: > >> Does anybody know if there's a printer configuration tool for Fedora that >> doesn&#

printer config that doesn't require NetworkManager

2016-06-01 Thread Kevin Martin
Does anybody know if there's a printer configuration tool for Fedora that doesn't require NetworkManager? Everytime I want to install system-config-printer it wants to bring in NetworkManager as s dependency and I'm really not at all interested in having NetworkManager installed. -- Regard

Re: How to pick up external speakers?

2016-05-06 Thread Martin Skjöldebrand
On Thu, 2016-05-05 at 23:23 -0700, Samuel Sieb wrote: > On 05/05/2016 11:20 PM, Martin Skjöldebrand wrote: > > > > On Fri, 2016-05-06 at 08:11 +0200, Martin Skjöldebrand wrote: > > > > > > Viewing Netflix this way works nicely but then my son complained > >

Re: How to pick up external speakers?

2016-05-05 Thread Martin Skjöldebrand
On Fri, 2016-05-06 at 08:11 +0200, Martin Skjöldebrand wrote: > I sitting at our summer house with limited TV choices before our > "cable" service is renewed.  > So, having gotten a "new" (well at least larger) Plasma (and TV > display through the SCART connection

How to pick up external speakers?

2016-05-05 Thread Martin Skjöldebrand
I sitting at our summer house with limited TV choices before our "cable" service is renewed.  So, having gotten a "new" (well at least larger) Plasma (and TV display through the SCART connection from our cable provider- Hyundai PD421) screen with gazillions of ports to connect to stuff I thought of

Re: liveusb-creator gone?

2016-05-03 Thread Martin Bříza
On Mon, 02 May 2016 17:05:52 +0200, Matthew Miller wrote: On Mon, May 02, 2016 at 11:36:24AM +0200, Martin Bříza wrote: I chose "factory settings" because usually when you get a new flash drive, it's FAT formatted. While this is a big simplification, I thought it would be a

Re: liveusb-creator gone?

2016-05-02 Thread Martin Bříza
On Sat, 30 Apr 2016 17:06:15 +0200, Doug H. wrote: On Fri, 2016-04-29 at 19:25 -0600, Chris Murphy wrote: On Fri, Apr 29, 2016 at 3:10 PM, Doug H. wrote: > > On Fri, 2016-04-29 at 10:20 +0200, Martin Bříza wrote: > > > > I'm the guy responsible for the rewrite so

Re: liveusb-creator gone?

2016-05-02 Thread Martin Bříza
using the tool. Of course, I'm open to discussion about nearly anything regarding FMW so if there is a general consensus we should rewrite some strings inside the app, I'll be glad to do so. So if you guys agree "reformatting" would be a better choice, I&#

Re: liveusb-creator gone?

2016-04-29 Thread Martin Bříza
probably has a different layout than Fedora iso's which could be the cause of it not detecting your drive for restoring. I'm the guy responsible for the rewrite so please hit me with any issue or suggestion you have, either directly or through bugzilla or even the upstream github rep

Re: Chess under Fedora-23

2016-03-08 Thread Martin Skjöldebrand
On 08/03/16 09:05, Martin Skjöldebrand wrote: > > On 07/03/16 16:05, Timothy Murphy wrote: >> Tim wrote: >> >>> Allegedly, on or about 06 March 2016, Timothy Murphy sent: >>>> I have gnuchess, knights and xboard installed. >>>> As I said, ad

Re: Chess under Fedora-23

2016-03-08 Thread Martin Skjöldebrand
ml indicates the correct incantation to start xboard with gnuchess as the backend, namely xboard -fcp 'gnuchess --xboard' /Martin S -- This address is for technical mail lists only. For all other matters, please use my main address at the .org domain. -- users mailing list user

Re: KDE autostarting app

2016-03-07 Thread Martin Skjöldebrand
On 08/03/16 02:59, Rex Dieter wrote: > Martin Skjöldebrand wrote: > >> Hi, >> >> I keep having Dolphin autostarting on login in KDE (but not in Cinnamon) >> but I can't see where this behaviour is saved. At least it isn't in KDE >> autostart. Any id

KDE autostarting app

2016-03-07 Thread Martin Skjöldebrand
Hi, I keep having Dolphin autostarting on login in KDE (but not in Cinnamon) but I can't see where this behaviour is saved. At least it isn't in KDE autostart. Any ideas? /Martin S -- This address is for technical mail lists only. For all other matters, please use my main address a

Re: Scrolling gone haywire

2016-02-14 Thread Martin Skjöldebrand
On 12/02/16 22:24, Go Canes wrote: > I'm trying to convert my wife's laptop from Windows 7 to Fedora 22 > running KDE 5. However, when she browses the web, occasionally the > page will scroll as fast it can - either up or down - with no input on > her part, other than loading the page. Nothing

Re: Thunderbird doesn't accept password/username

2016-01-28 Thread Martin Skjöldebrand
> On 28/01/16 15:33, Ed Greshko wrote: > > > >    > > On 01/28/16 22:19, Martin Skjöldebrand wrote: > > > >    > > > On Thu, 2016-01-28 at 18:45 +0800, Ed Greshko wrote: > > > >   > > > > Also, depending on how you've confi

Re: Thunderbird doesn't accept password/username

2016-01-28 Thread Martin Skjöldebrand
On Thu, 2016-01-28 at 18:45 +0800, Ed Greshko wrote: > >  > Also, depending on how you've configured the IMAP sever, you may want > to try 143 with NONE > and Normal Password. Hmm weird, that worked > > Your IMAP server it is the "Courier IMAP" server?

Re: Thunderbird doesn't accept password/username

2016-01-28 Thread Martin Skjöldebrand
gt; > Well yes, IMAP and it's in the setup wizard thingy. > > > > > > > And what do you have set for "Connection Security" and > > > "Authentication Method"? > > STARTTLS and Password. > > Have you tried SSL/TLS instead? > Yes, an

Re: Thunderbird doesn't accept password/username

2016-01-28 Thread Martin Skjöldebrand
On Thu, 2016-01-28 at 15:59 +0800, Ed Greshko wrote: > > On 01/28/16 15:48, Martin Skjöldebrand wrote: > > Before the community sighing begins. > > Yes I've double, triple and quadruple checked that the setting to > > the server are correct. > > And googled ump

Thunderbird doesn't accept password/username

2016-01-27 Thread Martin Skjöldebrand
efore I apply to the loony bin? /Martin S -- This address is for technical mail lists only.For all other matters, please use my main addressat the .org domain.-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman

Re: VirtualBox 5.0.10 network problem

2015-12-17 Thread kevin martin
ip forwarding on? did you disable netfilter on bridging in /etc/sysctl.conf? --- Regards, Kevin Martin On Thu, Dec 17, 2015 at 2:08 PM, jd1008 wrote: > > > On 12/17/2015 12:55 PM, Patrick O'Callaghan wrote: > >> I have the Oracle version of VBox (VirtualBox-5.0- &g

Re: best way to build bootable f23 USB drives from f23?

2015-11-12 Thread Martin Bříza
l be write-able, don't use the destructive mode and make sure the flash drives are FAT32 formatted. Feel free to ask anything (even directly) or report any issues/enhancement requests. Cheers, Martin [1] https://github.com/lmacken/liveusb-creator [2] https://copr.fedoraproject.org/coprs/mbriza/liv

Re: usb bootable stick

2015-10-15 Thread Martin Bříza
ke testing something new, I'd suggest trying the new Fedora LiveUSB Creator from this [0] repository. It has a new revamped and simpler UI which will make the process easier for you. Martin [0] https://copr.fedoraproject.org/coprs/mbriza/liveusb-creator/ -- users mai

Re: KDE Plasma 5 loading

2015-09-03 Thread Martin Skjöldebrand
On Thu, 2015-09-03 at 08:38 +0100, John Horne wrote: > On Wed, 2015-09-02 at 14:06 +0200, Martin Skjöldebrand wrote: > > not. > > > > After having installed kde-desktop on Fedora 22, and chosing Plasma > > as environment from gdm I am greeted by a grey screen with

Re: KDE Plasma 5 loading

2015-09-03 Thread Martin Skjöldebrand
On Thu, 2015-09-03 at 03:41 +0800, Ed Greshko wrote: > On 09/02/15 23:54, Martin Skjöldebrand wrote: > > I ran an update on the system, and now everything works as > > supposed. A bit sluggish though. > > What sort of hardware do you have? Also, what video card? HP ProBoo

Re: KDE Plasma 5 loading

2015-09-02 Thread Martin Skjöldebrand
Quoting Martin Skjöldebrand : On Wed, 2015-09-02 at 21:49 +0800, Ed Greshko wrote: On 09/02/15 21:38, Martin Skjöldebrand wrote: > Yes > > $ sudo dnf group install "KDE Plasma Workspaces" > [sudo] password for marskj: > Last metadata expiration check performed 2:14:

Re: KDE Plasma 5 loading

2015-09-02 Thread Martin Skjöldebrand
On Wed, 2015-09-02 at 21:49 +0800, Ed Greshko wrote: > On 09/02/15 21:38, Martin Skjöldebrand wrote: > > Yes > > > > $ sudo dnf group install "KDE Plasma Workspaces" > > [sudo] password for marskj: > > Last metadata expiration check performed

Re: KDE Plasma 5 loading

2015-09-02 Thread Martin Skjöldebrand
On Wed, 2015-09-02 at 20:49 +0800, Ed Greshko wrote: > On 09/02/15 20:06, Martin Skjöldebrand wrote: > > After having installed kde-desktop on Fedora 22, and chosing Plasma > > as > > environment from gdm I am greeted by a grey screen with only a > > pointer > &g

KDE Plasma 5 loading

2015-09-02 Thread Martin Skjöldebrand
:42:27 localhost /usr/libexec/gdm-x-session: Executable is: "/usr/bin/plasmashell" Sep 2 13:42:27 localhost /usr/libexec/gdm-x-session: KCrash: Application 'plasmashell' crashing... Sep 2 13:42:27 localhost /usr/libexec/gdm-x-session: Executable is: "/usr/bin/plasmashell"

Re: Removing LXDE

2015-08-31 Thread Martin Skjöldebrand
On Tue, 2015-09-01 at 07:53 +0200, Luigi Votta wrote: > On Tue, 01 Sep 2015 06:51:29 +0200 > Martin Skjöldebrand wrote: > > > Hi, > > > > By mistake I ran "sudo dnf install @lxde-desktop" on Fedora 22. > > How do I reverse that? Grouperase or remove lx

Removing LXDE

2015-08-31 Thread Martin Skjöldebrand
Hi, By mistake I ran "sudo dnf install @lxde-desktop" on Fedora 22. How do I reverse that? Grouperase or remove lxde-desktop doesn't seem to work as it can't find lxde-desktop. /Martin S -- This address is for technical mail lists only.For all other matters, please use m

Re: Fedora 22: unable to send mail

2015-08-27 Thread Martin Skjöldebrand
Hi, In the end it turned out that the SASL authentication setup had become corrupted, so didn't authenticate users. That's what I discovered once I got port 587 up instead of 25. /Martin S -- This address is for technical mail lists only.For all other matters, please use my main add

Re: Fedora 22: unable to send mail

2015-08-23 Thread Martin Skjöldebrand
rname is incorrect while I know I've entered them correctly and this cannot even connect. On Evoloution I can connect and recieve mail but not send. /Martin S -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.o

Re: Fedora 22: unable to send mail

2015-08-23 Thread Martin Skjöldebrand
Quoting g : On 08/23/15 01:13, Martin Skjöldebrand wrote: Hi, . hello. Been googling this a bit without find a solution. I installed Fedora 22 on my laptop, and I find that I can recieve mail in Evolution, but not send. Only thing that happens is that the sending process times out

Re: Fedora 22: unable to send mail

2015-08-22 Thread Martin Skjöldebrand
Quoting Ed Greshko : On 08/23/15 14:13, Martin Skjöldebrand wrote: Been googling this a bit without find a solution. I installed Fedora 22 on my laptop, and I find that I can recieve mail in Evolution, but not send. Only thing that happens is that the sending process times out. I tried

Fedora 22: unable to send mail

2015-08-22 Thread Martin Skjöldebrand
absolutely *should* work - my Gmail account. Both times out. Sending mail from both webmail accounts (on the servers) works as expected. Any ideas? /Martin S -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman

Re: Kernel 4.1.4 breaks external display

2015-08-21 Thread Martin Cigorraga
Hi, I'm not running F21 anymore so I'm not sure if this apply but, did you check the updates-testing repo? Kernel 4.1.5 has been working very nice since the last couple of weeks or so. Cheers On Fri, Aug 21, 2015 at 12:41 PM, CS DBA wrote: > Hi All; > > I'm running Fedora 21 on a Dell M3800 la

Re: Removing old kernels using dnf leaves files in /boot

2015-08-20 Thread Martin Cigorraga
Hello Clemens, Adding to what Germán already said you might be interested in checking the dnf configuration file, /etc/dnf/dnf.conf -- and look for this paramenter: installonly_limit=2 To learn about it: $ man dnf.conf Cheers On Thu, Aug 20, 2015 at 4:00 PM Clemens Eisserer wrote: > > Because

Re: how do i pick up the new rpms in updates-testing?

2015-08-20 Thread Martin Cigorraga
Try refreshing your local cache: # dnf clean metadata expire-cache. If that doesn't work, a # dnf clean all should do it. If you still doesn't see the packages you're looking for then you'll have to wait for your mirrors to sync up. On Thu, Aug 20, 2015 at 6:31 PM Kevin Fenzi wrote: > On Thu, 20

Re: This is what I was talking about

2015-08-20 Thread Martin Cigorraga
What!? Is this a part of another thread or what? On Thu, Aug 20, 2015 at 8:38 PM Sylvia Sánchez wrote: > Because every one of them are pulling the rope in the direction of its > own way and benefit. > -- > users mailing list > users@lists.fedoraproject.org > To unsubscribe or change subscription

Re: Fedora22 Security Issue.

2015-08-18 Thread Martin Cigorraga
Hi, I recently came up with this 'issue' (not really an issue in fact, please read along) when I configured a Webmin panel on a CentOS 6.7 instance we use at work. Thing is that the sudo tool provides a configuration flag to deny a command execution if it's not being invoked from a console. Origi

Re: Can I move qemu vms between systems?

2015-08-16 Thread Martin Cigorraga
Why shouldn't you? I would also add: theory comes after experience and experience does to the master. When in doubt just go and try :) On Thu, Aug 13, 2015 at 12:04 AM, Robert Moskowitz wrote: > I am setting up a 'new' F22 system. On this F21 system, I have a F21 QEMU > vm. > > Can I 'simply' m

Re: Offline uncorrectable sectors

2015-08-16 Thread Martin Cigorraga
Hi all, I would like to add that there's a convenient utility shipped with Fedora (at least with the GNOME version) called 'Disks' that helps you tweak some of your disk options as well as check its health state by showing the SMART information. Cheers. On Sun, Aug 16, 2015 at 12:47 PM, Tom Hors

Re: Audacity Won't Start

2015-08-16 Thread Martin Cigorraga
Lol, 'with a hammer' - so true xD On Sun, Aug 16, 2015, 19:40 Andrew R Paterson wrote: > On Sunday 16 August 2015 21:14:38 Martin Cigorraga wrote: > > Hello Craig, > > > > Could you please copy the output it produces when you launch the > > application from

Re: Audacity Won't Start

2015-08-16 Thread Martin Cigorraga
Hello Craig, Could you please copy the output it produces when you launch the application from the command line? On Sun, Aug 16, 2015, 17:17 Craig Lanning wrote: > Something has happened in the last couple of months that causes > audacity to not want to start. > > If I type 'audacity audio-file

Re: How to make window frame thinner

2015-08-14 Thread Martin Cigorraga
music player's website could be > cropped as well. > Err... well... *caugh* https://github.com/gnumdk/lollypop/issues/234#issuecomment-131014263 Thanks! > > ---- On Fri, 14 Aug 2015 04:07:17 -0400 *Martin Cigorraga > >* wrote > > Hello, > > Please let

Re: Laptop 'Sleep' with 4.1.x Kernels

2015-08-14 Thread Martin Cigorraga
FYI folks, there's a new kernel ready for testing in the updates-testing repo -- been using it for above an hour, so far working well. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Co

Re: why the update errors for dnf, dnf-conf and python-dnf?

2015-08-14 Thread Martin Cigorraga
No errors here. Could it be a mirrors problem? On Fri, Aug 14, 2015, 15:59 Patrick O'Callaghan wrote: > On Fri, 2015-08-14 at 13:46 -0400, Robert P. J. Day wrote: > > i'm sure i'm not the only one seeing this -- "dnf update" failing > > to > > access the packages in the subject line. workaroun

Re: nvidia proprietary driver and console

2015-08-14 Thread Martin Cigorraga
NVIDIA repo: http://negativo17.org/nvidia-repository-improvements/ On Fri, Aug 14, 2015, 16:32 Pál, László wrote: > Hi, > > Finally it has been found this is some kind of grub2 bug related to 16bit > initrd thingies... :) after I've modified the script (10_linux) everything > is fine. However be

Re: Laptop 'Sleep' with 4.1.x Kernels

2015-08-14 Thread Martin Cigorraga
What I'm noticing now is that the graphic server will freeze after some ours of continue running (i915 module). I'm about to take a backup of / here (Btrfs) so I can safely try the kernel currently residing in Rawhide. On Fri, Aug 14, 2015, 17:24 Robert Moskowitz wrote: > > > On 08/14/2015 04:1

How to make window frame thinner

2015-08-14 Thread Martin Cigorraga
set it in a smaller fashion to replicate Lollypop's screenshots look and feel? Many thanks, -Martin -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedorapr

Re: Laptop 'Sleep' with 4.1.x Kernels

2015-08-14 Thread Martin Cigorraga
4.1.4 works fine on my HP dv7 4287cl mid2010. However previous 4.1.x kernels were behaving odd in the sense that right after booting up the system I had a sustained CPU load of ~1.5 - what drove me crazy and pushed me to try the 4.1.4 kernel at that time in testing. So far, nothing else to report

Re: Fedora-22: KDE vs GTK

2015-08-10 Thread Martin Cigorraga
Hmm, I'm not sure that's the correct file; did you try with 'lxappearance'? On Tue, Aug 11, 2015, 03:28 Jonathan Ryshpan wrote: > Thanks. It mostly works well. Unfortunately (sub) windows in > evolution > which are used for displaying or composing messages are still shown in > a small font. T

  1   2   3   4   5   6   >