[389-users] Re: Help with dblib bdb2mdb

2024-09-02 Thread Alessio
I'm not very well versed in programming languages, but I did some
investigations.

It looks like 
/usr/lib/python3.9/site-packages/lib389/backend.py
invokes self._instance.get_db_lib

get_db_lib is defined in
/usr/lib/python3.9/site-packages/lib389/__init__.py

Here, at line 873

def get_db_lib(self):
   ...
   return get_default_db_lib()


get_default_db_lib is defined in

/usr/lib/python3.9/site-packages/lib389/utils.py

and it

return os.getenv('NSSLAPD_DB_LIB', default=DEFAULT_DB_LIB)

Since NSSLAPD_DB_LIB is not defined as an environment variable,
DEFAULT_DB_LIB i returned.


DEFAULT_DB_LIB is defined in

/usr/lib/python3.9/site-packages/lib389/_constants.py

and the value is DEFAULT_DB_LIB = 'bdb'


So in my case it looks like DEFAULT_DB_LIB is always used when I use
dsctl healthcheck

If I put DEFAULT_DB_LIB = 'mdb' in _constants.py, then healthcheck
stops complaining.


Thanks,
A.

On Fri, 2024-08-30 at 17:33 +0200, Pierre Rogier wrote:
> For healthcheck, I see 2 possibilities:
>  [1] NSSLAPD_DB_LIB=bdb is set in your environment (saying lib389
> that bdb is used ...) 
>  [2] There is a bug somewhere. (which seems a bit weird since 'dsconf
> supplier1 backend config  get' is working as expected ...)
>        BTW, Which exact 389-ds-base version are you using ? and on
> which platform ?
> 

-- 
___
389-users mailing list -- 389-us...@lists.fedoraproject.org
To unsubscribe send an email to 389-users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/389-us...@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: apache won't start after upgrade - read-only filesystem

2024-07-04 Thread Alessio
I wouldn't focus on filesystem, but on selinux.

Jul 4, 2024 22:32:47 Alex :

> Hi,
> 
> I've just upgraded from fedora38 to fedora39 and directly to fedora40 and now 
> apache won't start:
> 
> (30)Read-only file system: AH00091: httpd: could not open error log file 
> /home/httpd/www.mysite.com/logs/error_log[http://www.mysite.com/logs/error_log].
> AH00015: Unable to open logs
> 
> It has something to do with /home, as it seems it is unable to write anywhere 
> on /home, even after changing the document root for any virtual host to 
> various directories on /home it still fails with the same message, even 
> though I'm confident the path exists and is writable.
> 
> I've unmounted and checked the filesystem with xfs_check. I've ensured quotas 
> aren't enabled. I've made sure there are no hidden read-only attributes and 
> selinux is completely disabled for this. 
> 
> If I change the document root to /var/www with an otherwise identical virtual 
> config file, it works fine. /var is ext4 while /home is xfs. Perhaps that's 
> the difference? It was always xfs though, even with the previous versions of 
> fedora.
> 
> The entire path to the document root and log directory is readable, but logs 
> are written by root with apache anyway.
> 
> Home is mounted as such:
> # mount|grep md125
> /dev/md125 on /home type xfs 
> (rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota)
> 
> dovecot is also on this system and has no issues with writing to /home.
> 
> What could I be missing?
> 
> 
> 
> 
> 
> 
-- 
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Fedora 37 hangs after graphical login

2023-01-08 Thread Alessio
I think that it could be related to this:

https://bugzilla.redhat.com/show_bug.cgi?id=2158977

https://bugzilla.kernel.org/show_bug.cgi?id=216895
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Fedora 35 using XFS as default for Network iso / XFCE?

2021-11-20 Thread Alessio

Nov 20, 2021 18:11:22 Doug H. :

>
> Shortly after the release of Fedora 35 I downloaded:
>
> Fedora-Server-netinst-x86_64-35-1.2.iso
>

I think that it is because you are using the Server ISO.
If you want the "desktop" version you should use Everything netinst.

Ciao,
A.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: FAS login issue

2021-03-01 Thread Alessio
Sorry. I didn't notify the list.
I contacted Alan privately.

Ciao,
A.

Mar 1, 2021 7:54:41 PM Kevin Fenzi :

> On Fri, Feb 26, 2021 at 10:28:36AM -0800, a...@clueserver.org wrote:
>> 
>> I created a Fedora FAS account a long while back. I cannot find the
>> account name I used and there seems to be no way to find it. The password
>> reset assumes you know what account name you used.
> 
> Anyone else with an account can look this up, or we also have a irc bot
> on freenode that can do lookups.
> 
>> Who do I talk to to get this fixed?
> 
> See https://docs.fedoraproject.org/en-US/cpe/day_to_day_fedora/
> 
> basically since you cannot login, mail ad...@fedoraproject.org and we
> will try and get things fixed for you. :)
> 
> kevin
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: USB rtl8192eu not connecting.

2020-05-26 Thread Alessio
On Wed, 2020-05-27 at 06:06 +1000, Michael D. Setzer II via users
wrote:
> I've tried two usb rtl8192eu devices I've used in the 
> past, but now I can not get either to connect with 
> Fedora 30 or Fedora 31?
> 
> The devices load, and will even see the wifi, but the 
> connection fails.

I've seen various reports like yours. It seems that the module shipped
with the kernel (rtl8xxxu) doesn't work with rtl8192eu.

Have a look to this solution: 
https://ask.fedoraproject.org/t/fedora-are-there-any-drivers-for-usb-dongle-tp-link-wn823n-rtl8192eu-v3/1752/29

Ciao,
A.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Last kernel update 5.5.5

2020-02-29 Thread Alessio

On Feb 25, 2020 11:48 AM, jarmo  wrote:
>
> Tue, 25 Feb 2020 00:23:47 -0800 
> Samuel Sieb  kirjoitti: 
>
> > https://bugzilla.kernel.org/show_bug.cgi?id=206329 
>
> Thanks, waiting for offial update 

Same problem here on a similar laptop model with Intel Wireless-AC 3168NGW

Updated today to 5.5.6-201 (from stable updates repository) and the problem has 
gone away.

Ciao,
A.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Ryzen CPU + ECC memory

2020-01-31 Thread Alessio
On Fri, 2020-01-31 at 10:19 +0100, Germano Massullo wrote:
> Il 31/01/20 03:13, Roger Heflin ha scritto:
> > Google reports this answer:
> > *** CUT ***
> 
> I know, but I need to contact someone that has a running system,
> because
> I want to see the output of some specific commands before I proceed
> to
> buy the hardware

Just an advice, if you want, you could also post the same question on
Ask Fedora.

Ciao,
A.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Is This Windows?.....

2019-12-30 Thread Alessio
On Sun, Dec 29, 2019, 10:28 PM Samuel Sieb  wrote:

> 
> There are good reasons to do this that have been discussed many times.
> If you don't want the reboot, then just run "dnf upgrade" in a terminal.
>

Some time ago I read an answer on Ask Fedora that sounded perfectly
reasonable to me. [1]

"The basic point is this: updates without reboots can be unpredictable.
[...]
It’s an overly-paranoid solution, granted. [...]"

In addition, I'm not a expert, but I think that the main audience that
developers had in mind, the main target of gnome software was the average
computer user, people uncomfortable with the terminal. Maybe yes, Windows
users that want to start using Linux.
For the others, we always have dnf too.

[1]
https://ask.fedoraproject.org/t/gnome-software-center-wants-me-to-restart-to-install-updates/1283/6


My 2 cents,
A.

>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Samba broken pipe -

2019-07-26 Thread Alessio
On Fri, Jul 26, 2019, 10:22 PM Ben Cotton  wrote:

> On Fri, Jul 26, 2019 at 3:45 PM Bob Goodwin 
> wrote:
> >
> > /bin/bash: Permission denied
> > Connection to 192.168.2.8 closed.
> >
> > I am still able to ssh connect as root and reset bobg's password, only
> > to get the same "Permission denied."
> >
>

Do you have a home partition separated from the root one? Is the home
partition mounted read only?

A.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


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

2019-07-10 Thread Alessio
On Wed, Jul 10, 2019, 9:04 PM sixpack13  wrote:

> wasn't su disallowed during the last fedora upgrades ?
>

No.
As far as I know only root is locked by default (at least on Fedora
Workstation). Aka you can't su to root. But you are able to use Switch to
any other (not locked) User, as usual.

Greetings
A.

>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: night light mode

2018-12-01 Thread Alessio Ciregia
On Sat, Dec 1, 2018, 8:15 AM Patrick Dupre  > On Wed, Nov 28, 2018 at 07:48:52PM +0100, Patrick Dupre wrote:
> > > Hello,
> > >
> > > Since I set the night light mode in manual, I cannot return to
> > > automatic mode.
> > >
> > > How can I change this set up to default?
> >
> > In the Displays configuration Night Light section, click "Sunset to
> > Sunrise".
> >
> > --
> This what I did, but the sunset/sunrise is wrong (see the picture). The
> icons (sunset/sunrise°
> are stuck on the right side.
>

I don't know, but I've noted that if geolocalization is disabled in privacy
settings, automatic (sunset to sunrise) night light doesn't work. And it
sounds like a bug, or at least I don't remember such behavior on F28

Ciao,
A.

>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Debian vs Fedora

2018-11-08 Thread Alessio Ciregia
On Wed, Nov 7, 2018, 9:31 PM Rick Stevens 
> As I've said before, Fedora is essentially the beta of RHEL and
> (eventually) CentOS. It tends to use more "current" versions of things
> than RHEL/CentOS uses, and hence, more teething issues. Is it bleeding
> edge? Well, moreso than a "stable" release like RHEL or CentOS (or
> Ubuntu LTS, for example).
>

I think that the right term to use should be "upstream" and not beta.
Fedora is an upstream of Red Hat Enterprise Linux.

Notwithstanding the fact that no software is bug free, "beta" is something
potentially full of bugs: we can relax and we may expect a lot of broken
things. And we can't say that for Fedora: it "just works".

My 2 cents.
A.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: silly question, verify F29, how to download checksum file?

2018-11-03 Thread Alessio Ciregia
On Sat, Nov 3, 2018 at 5:07 PM Joerg Lechner via users
 wrote:
>
> Hi,
> when I click in the web page "How to verify" on 64bit Workstation, I get 
> the next web page showing the checksum file. My question is how to download 
> this file to initiate the verify?

Maybe the answer is too simple, but: right click on the checksum link
and Save as...

A.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Will RedHat deprecate KDE on Fedora?

2018-11-03 Thread Alessio Ciregia
On Sat, Nov 3, 2018, 2:51 AM William Oliver  wrote:

> I just read this in The Register -- that  RH is deprecating KDE in
> RHEL.  As a long time fan of KDE, I'm a bit saddened.  Is this planned
> for Fedora as well?
>

Hey! Is this a RHEL users mailing list? :-) Fedora is a community driven
distro. As far as there will be people interested in supporting KDE in
Fedora, there is no reason to worry about it.
In fact RHEL doesn't support even XFCE [1] but we have an XFCE Fedora spin,
and in F30 we will see also Pantheon Desktop [2].

[1] 
[2] 

Ciao,
A.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: raspberry pi aarch64 bcm2835-v4l2 (camera module)

2018-10-23 Thread Alessio Ciregia
On Tue, Oct 23, 2018 at 4:33 PM Jiri Vanek  wrote:
> Have somebody sucsesfully run the official[1] rpi camera on Fedora, aarch64?

Hello.
FYI there is a mailing list dedicated to Fedora on ARM devices:


Greetings,
A.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: No "su" / Admin account in Fedora 29?

2018-10-12 Thread Alessio Ciregia
On Fri, Oct 12, 2018, 10:21 PM Rick Stevens  wrote:

> 
> I just did a VM install of F29/XFCE from the live XFCE iso and you can
> 


The reported behavior is related only to Fedora Workstation (GNOME).
Also Fedora 28 doesn't ask you to set a root password.
<
https://fedoraproject.org/wiki/Changes/ReduceInitialSetupRedundancy#Root_Account
>

Ciao,
A.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Firefox and Privacy Notice

2018-03-03 Thread Alessio Ciregia
On Mar 3, 2018 10:34 AM, "Ed Greshko"  wrote:

I have a fresh install of F27.   All of the


Yes, sorry, I'm talking about a fresh install of F27, fully updated just
after the first login.

A.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Firefox and Privacy Notice

2018-03-03 Thread Alessio Ciregia
Hello.
I don't know if it has already been discussed, but in Firefox, in
about:preferences#privacy, "Allow Firefox to send technical and
interaction data to Mozilla" and "Allow Firefox to install and run
studies" are enabled by default.
Ok, I trust Mozilla, but these should be opt-in features, IMO.
I don't want to start a flame, but I ask if someone could kindly point
me where, in Fedora, this question has already been discussed.

Thanks,
A.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Arduino and Serial.print

2018-01-20 Thread Alessio Ciregia
On Jan 21, 2018 08:31, "Antonio M"  wrote:

sorry for the noise: I made a mistake because the file to edit is
/usr/share/arduino/hardware/arduino/avr/platform.txt. I inserted


Yes. As stated in the bug comments the file is /usr/share/arduino/hardware/
arduino/avr/platform.txt

Nice to know that now it works. :-)

Ciao,
A.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Arduino and Serial.print

2018-01-20 Thread Alessio Ciregia
2018-01-20 23:33 GMT+01:00 Antonio M :
> yes and similar bugs. I have downgraded the board manager to 1.6.19 and
> sketck compiles now...

BTW, if you read the comments, you can find a "workaround".

Ciao
A.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Libreoffice 100% CPU usage

2018-01-20 Thread Alessio Ciregia
2018-01-20 23:32 GMT+01:00 Alessio Ciregia :
> 2018-01-13 8:54 GMT+01:00 Heinz Diehl :
>>
>> A shot in the dark: what happens when you disable the use of JRE?
>> The switch is in Tools - Options - Advanced.
>
>
> This didn't make any difference: still 100% CPU used.
>
> BTW, installing the last update 5.4.4.2-3 (in the update-testing
> repo), solved the issue.


Just for info, on bodhi we can read: "The 100% cpu thing is an issue
with a testing update version of glib2 which now has a later version
without that problem, so this libreoffice update is unrelated to
that".


Ciao,
A.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Libreoffice 100% CPU usage

2018-01-20 Thread Alessio Ciregia
2018-01-13 8:54 GMT+01:00 Heinz Diehl :
>
> A shot in the dark: what happens when you disable the use of JRE?
> The switch is in Tools - Options - Advanced.


This didn't make any difference: still 100% CPU used.

BTW, installing the last update 5.4.4.2-3 (in the update-testing
repo), solved the issue.

Thanks,
Alessio
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Arduino and Serial.print

2018-01-20 Thread Alessio Ciregia
2018-01-20 20:08 GMT+01:00 Antonio M :

> If you use the Serial.print instruction, no sketch can be compiled so
> there is no way to have the serial monior. It seems that the bug is some
> month old but no solution under way
> Antonio Montagnani
>
> Linux Fedora 27(Workstation)
>

Are you referring to this bug?


Ciao
A.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Libreoffice 100% CPU usage

2018-01-12 Thread Alessio
On 01/12/2018 10:11 AM, Ed Greshko wrote:
> 
> I have 17 libreoffice 5.4.4.2-1 packages installed on my F27 KDE system.  I 
> have,
> almost always, a spreadsheet opened.  I am not seeing any problems.

Just installed Libreoffice on a F27 Cinnamon spin: same problem, 100%
CPU in use by soffice.bin process.

Greetings
A.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Libreoffice 100% CPU usage

2018-01-12 Thread Alessio
On 01/12/2018 09:43 AM, Joachim Backes wrote:
> On 01/12/18 06:37, Alessio Ciregia wrote:
>> Just now I've spotted that any Libreoffice program is reported by top
>> command as using 100% of CPU time (and in fact the fans of the laptop
>> are spinning furiously).
> 
> Seeing this too on my desktop PC with libreoffice-5.4.4.2-2.fc27.x86_64
> (soffice.bin):


It is curious: if you open Tools -> Options, the CPU usage drops down.
Until this action, the CPU usage stays around 100%.

Ciao
A.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Libreoffice 100% CPU usage

2018-01-11 Thread Alessio Ciregia
Just now I've spotted that any Libreoffice program is reported by top
command as using 100% of CPU time (and in fact the fans of the laptop
are spinning
furiously).
I'm on F27 x86_64, and this happens even with with libreoffice 5.4.4.2-1
and 5.4.4.2-2 (updates-testing).
Has anyone else noticed this behavior? Where can I look to debug it?

Ciao,
A.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Libreoffice Impress and remote on F27

2017-10-18 Thread Alessio Ciregia
On Oct 19, 2017 3:24 AM, "Ed Greshko"  wrote:


FWIW, I gave it a try on F26 with the same results.


Thank you for your feedback.

Ciao
A.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Libreoffice Impress and remote on F27

2017-10-18 Thread Alessio Ciregia
On Oct 18, 2017 6:06 PM, "Patrick O'Callaghan" 
wrote:

On Wed, 2017-10-18 at 17:06 +0200, Alessio Ciregia wrote:
> Maybe a little OT, but I would like to know if this is an issue related to
> my phone/bluetooth, to Libreoffice or to Fedora 27.

If it's an F27 problem, then you should ask on the Test list.


You are right, sorry. :$
But at least someone here successfully using Impress remote on previous
versions of Fedora?

Ciao
A.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Libreoffice Impress and remote on F27

2017-10-18 Thread Alessio Ciregia
Maybe a little OT, but I would like to know if this is an issue related to
my phone/bluetooth, to Libreoffice or to Fedora 27.

I would like to use Libreoffice Impress remote and the related Android app
[1].
In a nutshell it doesn't work: the app doesn't see the remote Libreoffice
session, even if the PC and the Android phone are paired.

In journalctl the message that appears when I launch Libreoffice Impress is:

Oct 18 16:59:32 host bluetoothd[6358]: RFCOMM server failed for LibreOffice
Impress Remote: rfcomm_bind: Address already in use (98)

Anyone has any experience about it?

[1]
https://wiki.documentfoundation.org/Documentation/HowTo/Impress_Remote_(Android)


Ciao,
Alessio
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Are you sure it's only the browser? Was: why is firefox so &*^$#&^$^#$*&_*()&) SLOW!?!?

2017-10-11 Thread Alessio Ciregia
On Oct 11, 2017 09:46, "M. Fioretti"  wrote:

I solved the problem brilliantly by... switching (also for other reasons)
to Ubuntu 16.04LTS. Not 100% good, but much, much, much better from the
point of view of this post.

My highly unscientific opinion is that there is something in the F25
COMBINED, default configuration of:


Staying in the unscientific field: who knows if reinstalling Fedora
(instead of another distro) from scratch, performances would be improved?
:-)


Ciao
A.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Anyone using kodi?

2017-09-27 Thread Alessio Ciregia
On Sep 27, 2017 20:21, "Tom Horsley"  wrote:

On Wed, 27 Sep 2017 20:11:56 +0200
Alessio Ciregia wrote:

> But did you try the timedatectl command to set TZ?

If I ask timedatectl what the timezone is, it tells
me the correct zone. If I run "date" in an ssh session into
the kodi box, it tells me the correct time. Only kodi
refuses to display the time.

Also if I exit kodi and start it up again long after
systemd has had a chance to get everything going, it
still shows the wrong time (so it isn't some timing
issue in the systemd startup).

I'm completely out of ideas.


Excuse me.
What is "Timezone country" inside
Settings -> Interface settings -> Regional

Ciao
A.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Anyone using kodi?

2017-09-27 Thread Alessio Ciregia
On Sep 27, 2017 19:59, "Tom Horsley"  wrote:

I'm just installed kodi on my new Intel NUC, and
while it mostly works, it believes that the timezone
is UTC. I even modified the custom systemd service
to add an Environment definition setting TZ, and it
continues to display UTC time on the screen.

(This is on fedora 26).

The kodi timezone setting is always disabled even
in Expert settings mode, so I can't set it directly


I don't use Kodi. But did you try the timedatectl command to set TZ?

Ciao
A.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Covert a Shockwave Flash File (.swf) to something useful

2017-08-12 Thread Alessio Ciregia
On Aug 12, 2017 21:36, "Tom Horsley"  wrote:

You could play them in a virtual machine, and record the
screen :-).


Fanciful :-)
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: F25 -> F26 printer problems

2017-08-11 Thread Alessio Ciregia
On Aug 11, 2017 16:08, "Wells, Roger K."  wrote:

hello,

I use two printers, an HP4630 & Xerox  6655, both on networks.

They have been in use with no issues from F24 upgraded to F25. Now with F25
upgraded to F26 there are some issues.



Maybe it is related to this bug?
https://bugzilla.redhat.com/show_bug.cgi?id=1478537

Ciao
A.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Problem with K3B.

2017-08-05 Thread Alessio Ciregia
On Aug 4, 2017 19:25, "Ger van Dijck"  wrote:

Hi Everybody ,


When starting K3B I get the following message :

System configuration problem.
Unable to find cdrskin executable.
K3B uses cdrskin in place of cdrecord.
Solution : Install the libburn package which contains cdrskin.



I opened a bug some time ago:

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: F25 -> F26 -- absolutely NO PROBLEMS!

2017-07-12 Thread Alessio Ciregia
On Jul 12, 2017 18:50, "SternData"  wrote:

At least, so far, it went perfectly. Thank you.


It is also nice to hear someone reporting success stories! Usually, after
an upgrade, there is always something broken. :-)

A.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: cannot ssh to localhost: Permission denied (publickey,gssapi-keyex,gssapi-with-mic)

2017-06-20 Thread Alessio Ciregia
On Jun 20, 2017 17:52, "Frédéric Bron"  wrote:

> OK.   The only other way I could reproduce the error is if the key
that was
> copied into authorized_keys isn't the correct key for the sending system
or if I
> managed to copy into authorized_keys in such a way that it was mangled.
For example,
> each key needs to be on a single line with no CR/LF sequence.  If I
managed to
> violate that I also get the error.

also I regenerated a key pair with no improvement:


How many key pairs do you have in .ssh? Is this the only one?

Ciao
A.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: F25 rsync failure on USB drive, folder corrupted

2017-05-21 Thread Alessio Ciregia
On May 21, 2017 07:21, "M. Fioretti"  wrote:

RSYNC COMMAND:

rsync -rvt --delete --no-o --no-g /home/photo/ /run/media/marco/TOSHIBA\
EXT/photo/

FILE SYSTEMS:

/dev/sda5 on /home type ext4 (rw,relatime,seclabel,data=ordered)

/dev/sdb1 on /run/media/marco/TOSHIBA EXT type fuseblk
(rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permi
ssions,allow_other,blksize=4096,uhelper=udisks2)



Did you try to perform an fsck on such partition?

Ciao
A.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Can't log into Google with 2-factor authentication using GNOME Online Accounts

2017-05-10 Thread Alessio Ciregia
Maybe this is related to <
https://bugzilla.redhat.com/show_bug.cgi?id=1446817>

Ciao
A.

2017-05-10 12:05 GMT+02:00 Patrick O'Callaghan :

> On Wed, 2017-05-10 at 01:55 +, Matthew Saltzman wrote:
> > Anybody else have this experience?
> >
> > I create a Google account in Online Accounts, get prompted for email
> > address, then password. Then, on the pop-up that should prompt for the
> > Authenticator code, I see an empty box.
> >
> > This is up-to-date Fedora 25, so gnome-online-accounts-3.22.5-
> > 1.fc25.x86_64.
> >
> > Sometime earlier, I had successfully logged into Google on this
> > machine, but my credentials had expired. I had the same experience
> > trying to re-authenticate and deleting the account and trying to
> > recreate it.
> >
> > Thanks in advance for any pointers.
>
> Sounds like a browser issue. Try using a different browser, or starting
> the browser with no add-ons (e.g. pop-up blockers).
>
> poc
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: External microphone Fedora 14.

2011-02-22 Thread Alessio Giovanni Baroni
I installed the file under /etc/modprobe.d, but doesn't work :-(.

There is some system file to control?

I read in the blogs that linux 2.6.36 resolve the problem (the current
kernel is not configured to switch
mic jacks).

Thnaks!



2011/2/22 Zoltan Hoppar 

> I have the same problem basically if I reinstall my F14. The solution
> is quite easy - and possibly you have the very same problem that I
> have. The bug is an kernel bug, what pushing with +1 the IRQ-s and
> that's why you couldn't use your mics.
>
> I have attached an simple file, what you have to insert as root to
> /etc/modprobe.d as is.
>
> If you done, you have restart, and possibly solves your problem. THe
> best way to test this - install Pulsecaster, and you'll see. If the
> record is done, and replay is works - you're done.
>
> HTH.
>
> Zoltan
>
>
> 2011/2/22 Alessio Giovanni Baroni :
> > Hi to all!
> > I have a problem with my Sony Vaio VPCF12M1E: the internal microphone and
> > the external via jack doesn't work.
> > The volume manager, PulseAudio Contrl Panel, arecord -l  all view the
> > device,  but it don't work.
> > Must I to wait Fedora 15 with kernel 2.6.36?
> > Thanks to all!
> > --
> > users mailing list
> > users@lists.fedoraproject.org
> > To unsubscribe or change subscription options:
> > https://admin.fedoraproject.org/mailman/listinfo/users
> > Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> >
> >
>
>
>
> --
> PGP:  06853DF7
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: External microphone Fedora 14.

2011-02-22 Thread Alessio Giovanni Baroni
Where is the attachment to insert in /etc/modprobe.d?

Thanks.



2011/2/22 Zoltan Hoppar 

> I have the same problem basically if I reinstall my F14. The solution
> is quite easy - and possibly you have the very same problem that I
> have. The bug is an kernel bug, what pushing with +1 the IRQ-s and
> that's why you couldn't use your mics.
>
> I have attached an simple file, what you have to insert as root to
> /etc/modprobe.d as is.
>
> If you done, you have restart, and possibly solves your problem. THe
> best way to test this - install Pulsecaster, and you'll see. If the
> record is done, and replay is works - you're done.
>
> HTH.
>
> Zoltan
>
>
> 2011/2/22 Alessio Giovanni Baroni :
> > Hi to all!
> > I have a problem with my Sony Vaio VPCF12M1E: the internal microphone and
> > the external via jack doesn't work.
> > The volume manager, PulseAudio Contrl Panel, arecord -l  all view the
> > device,  but it don't work.
> > Must I to wait Fedora 15 with kernel 2.6.36?
> > Thanks to all!
> > --
> > users mailing list
> > users@lists.fedoraproject.org
> > To unsubscribe or change subscription options:
> > https://admin.fedoraproject.org/mailman/listinfo/users
> > Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> >
> >
>
>
>
> --
> PGP:  06853DF7
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


External microphone Fedora 14.

2011-02-22 Thread Alessio Giovanni Baroni
Hi to all!
I have a problem with my Sony Vaio VPCF12M1E: the internal microphone and
the external via jack doesn't work.
The volume manager, PulseAudio Contrl Panel, arecord -l  all view the
device,  but it don't work.
Must I to wait Fedora 15 with kernel 2.6.36?

Thanks to all!
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines