On Sun, 2016-06-26 at 18:09 -0500, Ranjan Maitra wrote:
>
> So, how should I fix this? Is this something that has to be taken
> care of, upstream?
The normal procedure, as a package maintainer, would be for you to fix
it by writing a patch, applying the patch to your spec file, and submit
the pat
On 06/27/16 08:51, Sam Varshavchik wrote:
> Not sure if this is known changed behavior in F24, but:
>
> For the longest time I had /etc/sysconfig/network-scripts/eno2 specify:
>
> TYPE=Ethernet
> BOOTPROTO=none
> DEFROUTE=yes
> IPV4_FAILURE_FATAL=no
> IPV6INIT=yes
> IPV6_AUTOCONF=yes
> IPV6_DEFRO
Tom Horsley writes:
On Sun, 26 Jun 2016 20:51:11 -0400
Sam Varshavchik wrote:
> This host is using masquerading, with firewalld. I suspect that this is
> firewalld's doing.
Well, if you suspect firewalld, the simplest solution is to
mask every service that shows up with firewalld in the
name i
On Sun, 26 Jun 2016 20:51:11 -0400
Sam Varshavchik wrote:
> This host is using masquerading, with firewalld. I suspect that this is
> firewalld's doing.
Well, if you suspect firewalld, the simplest solution is to
mask every service that shows up with firewalld in the
name in a:
systemctl list-
Not sure if this is known changed behavior in F24, but:
For the longest time I had /etc/sysconfig/network-scripts/eno2 specify:
TYPE=Ethernet
BOOTPROTO=none
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=yes
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_FAILURE_FATAL=no
NAME=wan0
UUID=71e6ac4b-c693-4c20
On Sun, 26 Jun 2016 23:54:47 +0200 Frank Elsner
wrote:
> On Sun, 26 Jun 2016 18:15:33 +0200 Frank Elsner wrote:
> > Hi,
> >
> > today I discovered that I can't enable bluetooth via the Blueman Applet.
> > When I click on "Turn Bluetooth On" nothing happend.
> >
> > What might be the reason?
>
Michael,
Thanks!
> Here:
>
> > ../src/core/Main.cc:84:35: error: invalid suffix on literal; C++11 requires
> > a space between literal and string macro [-Werror=literal-suffix]
> > command = PACKAGE_NAME" "DEFAULT_ARGV;
>
> And the line above that is the full invocation of the com
On Sun, 26 Jun 2016 18:15:33 +0200 Frank Elsner wrote:
> Hi,
>
> today I discovered that I can't enable bluetooth via the Blueman Applet.
> When I click on "Turn Bluetooth On" nothing happend.
>
> What might be the reason?
>
> I should note that I upgraded the Fedora 23 before I discoverd
> the
On Sun, 26 Jun 2016 12:44:59 -0500, Ranjan Maitra wrote:
> > Revisit the build output and look for a real error message from the
> > compiler, not these that Make prints.
>
> Where is this build output? I get the following complete output when I use:
Here:
> ../src/core/Main.cc:84:35: error:
ok thanks for the info, I modified my xvpng.c to include zlib.h
but wasnt sure which other files to modify. anyway, now I get
[jason@badman xv-3.10a]$ make
gcc -O3 -Wall -DDOPNG -I/usr/include -I/usr/include -DDOJPEG -I/usr/include
-DDOTIFF -DUSE_TILED_TIFF_BOTLEFT_FIX -I/usr/include -DDOPDS -
Michael,
Thanks!
On Sun, 26 Jun 2016 16:44:39 +0200 Michael Schwendt wrote:
> On Sun, 26 Jun 2016 09:26:29 -0500, Ranjan Maitra wrote:
>
> > Hi,
> >
> > I have a local rpm that I have created using wbar. The spec file is here:
> >
> > https://paste.fedoraproject.org/384973/14669508
> >
> >
Date: Sun, 26 Jun 2016 11:41:21 -0400
From: "Mark C. Allman"
Subject: Re: No Graphical Login After Fedora 24 Upgrade From Fedora 23
To:users@lists.fedoraproject.org
Message-ID:<2f2ce2bd-5601-811c-6024-2aa8da6a7...@allmanpc.com>
Content-Type: text/plain; charset=utf-8
On 06/26/2016 10:21 AM, David
Date: Sun, 26 Jun 2016 22:37:30 +0800
From: Ed Greshko
Subject: Re: No Graphical Login After Fedora 24 Upgrade From Fedora 23
To:users@lists.fedoraproject.org
Message-ID:
Content-Type: text/plain; charset=utf-8
On 06/26/16 22:21, David Dembrow wrote:
After completing the fedora 24 upgrade on
On 06/26/2016 10:21 AM, David Dembrow wrote:
After completing the fedora 24 upgrade on a fedora 23 system there was
no graphical login and the system appeared to be running in console
mode (run level 3).
I have always used KDE as the display manager and desktop. I noticed
a similar problem p
Hi,
today I discovered that I can't enable bluetooth via the Blueman Applet.
When I click on "Turn Bluetooth On" nothing happend.
What might be the reason?
I should note that I upgraded the Fedora 23 before I discoverd
the problem.
--Frank Elsner
--
users mailing list
users@lists.fedoraprojec
On 06/26/2016 10:21 AM, David Dembrow wrote:
> After completing the fedora 24 upgrade on a fedora 23 system there was
> no graphical login and the system appeared to be running in console
> mode (run level 3).
>
> I have always used KDE as the display manager and desktop. I noticed
> a similar pro
On Sun, 26 Jun 2016 09:26:29 -0500, Ranjan Maitra wrote:
> Hi,
>
> I have a local rpm that I have created using wbar. The spec file is here:
>
> https://paste.fedoraproject.org/384973/14669508
>
> I have successfully created this rpm up to Fedora 23. But have been unable to
> do so this time a
On 06/26/16 22:21, David Dembrow wrote:
> After completing the fedora 24 upgrade on a fedora 23 system there was no
> graphical
> login and the system appeared to be running in console mode (run level 3).
>
> I have always used KDE as the display manager and desktop. I noticed a
> similar prob
oh.. my bad.. sorry..
here's what I developed to solve my issue in case others need it
pcregrep -M 'urllib.quote_plus\(simplejson.dumps\(b2\)\).*\n.*path
*Parse_cloud_test.py
this allows for searching for content across multiple lines (across a \n
newline)
On Sun, Jun 26, 2016 at 3:17 AM, w
Hi,
I have a local rpm that I have created using wbar. The spec file is here:
https://paste.fedoraproject.org/384973/14669508
I have successfully created this rpm up to Fedora 23. But have been unable to
do so this time around in F24.
I get the following errors:
cc1plus: all warnings bei
Allegedly, on or about 25 June 2016, George N. White III sent:
> Back when SGI was producing workstations with Trinitron monitors we
> had complaints from PC users (probably running Windows for Workgroups)
> that colors in images we produced were bad. In fact, every PC was
> different.
I'm not
After completing the fedora 24 upgrade on a fedora 23 system there was
no graphical login and the system appeared to be running in console mode
(run level 3).
I have always used KDE as the display manager and desktop. I noticed a
similar problem posted but none of its recommendations were app
Hi all,
I ran a python 2 script which works fine for Fedora 23 and earlier,
with python-2.7. It stopped
to work on Fedoera 24 ; following are details:
python
Python 2.7.10 (default, Sep 8 2015, 17:20:17)
[GCC 5.1.1 20150618 (Red Hat 5.1.1-4)] on linux2
Type "help", "copyright", "credits" or "lic
On 06/26/2016 12:42 AM, Samuel Sieb wrote:
> On 06/24/2016 08:53 AM, SternData wrote:
>> sudo dnf system-upgrade reboot
>>
>> The system reboots, pauses near the end and says "preparing upgrade.
>> this may take a while". After about 3 minutes, it reboots again and I'm
>> still in F23.
>>
>> There
Dear users,
my name is Pavel Vlček. I am from Czech Republic. I am using screen
reader and Fedora 24. I have a small issues with Linphone 3.6.1, can
you help?
When I want to add my sip account, I fill user name, password and
domain, but the Appli button can't be clicked. My question is, do you
kn
On 06/26/16 04:50, Fernando Cassia wrote:
Yes, that looks like it works in an F-24/VM. It did not occur to me that
>"Custom OS" would get me back to a familiar process.
>
Surely a bug of the user, not the software. Surely the UX designers
thought it was all very intuitive, and that anyone could
On Sat, 2016-06-25 at 22:17 -0700, Samuel Sieb wrote:
> On 06/24/2016 08:04 PM, Matthew Saltzman wrote:
> > It seems that some of the touchpad customization options that were
> > available previously have been removed in Fedora 24. In particular,
> > two-finger scrolling is enabled by default, but
On 6/26/16, Bob Goodwin wrote:
> Yes, that looks like it works in an F-24/VM. It did not occur to me that
> "Custom OS" would get me back to a familiar process.
>
Surely a bug of the user, not the software. Surely the UX designers
thought it was all very intuitive, and that anyone could detect t
On 06/26/16 04:04, Porfirio Andrés Páiz Carrasco wrote:
It appears that LiveUSB-creator [aka Fedora Media Writer] no longer
>writes to a usb flash stick from data saved to my Fedora23 hard drive
>but insists on downloading a copy itself? Or am I missing something?
>
First open the app as root. T
> It appears that LiveUSB-creator [aka Fedora Media Writer] no longer
> writes to a usb flash stick from data saved to my Fedora23 hard drive
> but insists on downloading a copy itself? Or am I missing something?
>
First open the app as root. Then click on the "Custom OS" option:
http://i.imgur.
On 06/26/16 01:36, Chris Murphy wrote:
I forget the option but there is one to choose a file. Maybe it's
custom? Or other?
Chris Murphy
+
Whatever the option, I can't find it. I eventually gave up and burned
another dvd. The display is a low contrast horror for me nearly
unreadable, conta
On 24Jun2016 10:57, bruce wrote:
I've got a test file, with the following lines. Basically, I want a
grep/regex to traverse the multiple lines to return the lines.
ll_=urllib.quote_plus(simplejson.dumps(b2))+"\n"
pathchildcount_filep.write(ll_)
I've tried a number of attempts.. I thought somet
32 matches
Mail list logo