[389-users] Re: 389 Backup

2016-03-09 Thread Mark Reynolds



On 03/09/2016 08:12 PM, William Brown wrote:

On Wed, 2016-03-09 at 20:05 -0500, Mark Reynolds wrote:

On 03/09/2016 05:37 PM, William Brown wrote:

On Wed, 2016-03-09 at 12:06 +0100, wodel youchi wrote:

Hi,

Is it possible to create a specific user to use to backup 389DS server
other than the Directory Manager, to use the db2bak.pl with a cronjob
without exposing the DM password.


Try using db2bak rather than db2bak.pl. db2bak should operate just on the
named
instance, without needing a directory manager account. You can run it from
cron
as root then.

You can also specify the DM password via a file (-j option).

I think the difference is db2bak.pl is a script that adds a task to
cn=tasks,cn=config. db2bak actually just calls ns-slapd to run the backup
directly. That's why you need the different details.


Also, you can add aci's to cn=config to allow a different user to
perform these tasks.  For example if you just want a different user to
be able to perform backups you would set an allow(all) aci on "dn:
cn=backup,cn=tasks,cn=config".

As in:

allow(all) userdn="cn=backupuser,ou=serviceaccounts,dc=example,dc=com" ?

Then cn=backupuser could create the task?

Yes


Also, wouldn't it only need write permissions?

Correct "all" is not necessary, but it would need "add, search, read" rights




--
389 users mailing list
389-users@%(host_name)s
http://lists.fedoraproject.org/admin/lists/389-users@lists.fedoraproject.org


--
389 users mailing list
389-users@%(host_name)s
http://lists.fedoraproject.org/admin/lists/389-users@lists.fedoraproject.org

Re: DWA192 Network Connection Speed Slow

2016-03-09 Thread stan
On Thu, 10 Mar 2016 07:55:05 +1100
Stephen Morris  wrote:


> Thankyou for your response. I've just checked the config for the
> 4.4.3 kernel and CONFIG_ATH9K_CHANNEL_CONTEXT isn't set at all. I
> could compile the kernel to set that flag, but is there any chance
> that it would be set by default in the kernel, or does it cause
> problems if the adapter isn't actually dual channel?

I'm not an expert on this, but my take on the code is that it had to be
explicitly set.  And I can't answer your question about whether it is a
problem for single channel if dual channel is set.  The code looked
pretty complex, I didn't look in depth, and I don't have the background
to really understand it.  An incompatibility would explain why it isn't
set, but I can't see expert developers like those who work on the
kernel not allowing for that situation to be harmless.

Before worrying about incompatibilities, you could try to compile a
kernel with the config switch set.  If that kernel works with your
card, then you could worry about how to deal with incompatibilities, if
there are any.  Maybe by booting different kernels for different cards;
crude but effective.
http://fedoraproject.org/wiki/Building_a_custom_kernel

I don't really know enough to answer your questions, but I think this
is at least a possible explanation for your difficulties with the card
you have.
-- 
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://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


[389-users] Re: 389 Backup

2016-03-09 Thread William Brown
On Wed, 2016-03-09 at 20:05 -0500, Mark Reynolds wrote:
> 
> On 03/09/2016 05:37 PM, William Brown wrote:
> > 
> > On Wed, 2016-03-09 at 12:06 +0100, wodel youchi wrote:
> > > 
> > > Hi,
> > > 
> > > Is it possible to create a specific user to use to backup 389DS server
> > > other than the Directory Manager, to use the db2bak.pl with a cronjob
> > > without exposing the DM password.
> > > 
> > Try using db2bak rather than db2bak.pl. db2bak should operate just on the
> > named
> > instance, without needing a directory manager account. You can run it from
> > cron
> > as root then.
> You can also specify the DM password via a file (-j option).

I think the difference is db2bak.pl is a script that adds a task to
cn=tasks,cn=config. db2bak actually just calls ns-slapd to run the backup
directly. That's why you need the different details. 

> 
> Also, you can add aci's to cn=config to allow a different user to 
> perform these tasks.  For example if you just want a different user to 
> be able to perform backups you would set an allow(all) aci on "dn: 
> cn=backup,cn=tasks,cn=config".

As in:

allow(all) userdn="cn=backupuser,ou=serviceaccounts,dc=example,dc=com" ? 

Then cn=backupuser could create the task?

Also, wouldn't it only need write permissions? 

-- 
Sincerely,

William Brown
Software Engineer
Red Hat, Brisbane



signature.asc
Description: This is a digitally signed message part
--
389 users mailing list
389-users@%(host_name)s
http://lists.fedoraproject.org/admin/lists/389-users@lists.fedoraproject.org

[389-users] Re: 389 Backup

2016-03-09 Thread Mark Reynolds



On 03/09/2016 05:37 PM, William Brown wrote:

On Wed, 2016-03-09 at 12:06 +0100, wodel youchi wrote:

Hi,

Is it possible to create a specific user to use to backup 389DS server
other than the Directory Manager, to use the db2bak.pl with a cronjob
without exposing the DM password.



Try using db2bak rather than db2bak.pl. db2bak should operate just on the named
instance, without needing a directory manager account. You can run it from cron
as root then.

You can also specify the DM password via a file (-j option).

Also, you can add aci's to cn=config to allow a different user to 
perform these tasks.  For example if you just want a different user to 
be able to perform backups you would set an allow(all) aci on "dn: 
cn=backup,cn=tasks,cn=config".






--
389 users mailing list
389-users@%(host_name)s
http://lists.fedoraproject.org/admin/lists/389-users@lists.fedoraproject.org


--
389 users mailing list
389-users@%(host_name)s
http://lists.fedoraproject.org/admin/lists/389-users@lists.fedoraproject.org

[389-users] Re: 389 Backup

2016-03-09 Thread William Brown
On Wed, 2016-03-09 at 12:06 +0100, wodel youchi wrote:
> Hi,
> 
> Is it possible to create a specific user to use to backup 389DS server
> other than the Directory Manager, to use the db2bak.pl with a cronjob
> without exposing the DM password.
> 


Try using db2bak rather than db2bak.pl. db2bak should operate just on the named
instance, without needing a directory manager account. You can run it from cron
as root then. 

-- 
Sincerely,

William Brown
Software Engineer
Red Hat, Brisbane



signature.asc
Description: This is a digitally signed message part
--
389 users mailing list
389-users@%(host_name)s
http://lists.fedoraproject.org/admin/lists/389-users@lists.fedoraproject.org

Re: Creating a PostgreSQL db

2016-03-09 Thread Suvayu Ali
On Thu, Mar 10, 2016 at 01:26:40AM +0530, Suvayu Ali wrote:
> Hi Gordon,
> 
> On Wed, Mar 09, 2016 at 10:50:03AM -0800, Gordon Messmer wrote:
> > On 03/09/2016 10:18 AM, Suvayu Ali wrote:
> > >Shouldn't the local line take care of my permissions?  What am I doing 
> > >wrong?
> > 
> > The only user that exists by default is "postgres".  Use that use to create
> > new users and databases:
> > 
> > su postgres -c "createuser x"
> 
> I still get an error, but a different one.
> 
>   $ createdb gurgaon_routing
>   createdb: database creation failed: ERROR:  permission denied to create 
> database
> 
> The logs say the exact same thing, what is going wrong?

Okay, this worked:

  # su - postgres
  $ psql -c 'ALTER USER user CREATEDB'
  ALTER ROLE

I guess I understand it, just wish this was clear in the docs.  I found
the answer here:

  http://www.postgresql.org/message-id/463b31d5.8040...@archonet.com

Even the official tutorial says things like:

  If you installed PostgreSQL yourself then you should log in for the
  purposes of this tutorial under the user account that you started the
  server as.

instead of the above advice!

Cheers,

-- 
Suvayu

Open source is the future. It sets us free.
-- 
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://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: DWA192 Network Connection Speed Slow

2016-03-09 Thread Stephen Morris

On 08/03/16 11:25, stan wrote:

On Tue, 8 Mar 2016 07:14:00 +1100
Stephen Morris  wrote:


Hi,

  I am using a dual channel Dlink DWA192 wireless USB adapter.
This adapter is supported in the kernel via the Ath9k driver, but
only the 2.4GHz band is supported, the 5 GHz band is not. Looking at
the Networkmanager connection speed statistics the speed alternates
between 135Mb/s and 1Mb/s, which on a 600Mb/s link is terrible. On
windows with the vendor supplied driver I get 565Mb/s on the 2.4GHz
band and 1.3Gb/s on the 5GHz band. How do I determine why I'm not
getting to full connection speed from the 2.4GHz band, and how do I
determine why the kernel doesn't support the 5GHz band?

I took a quick look at the kernel code.  There is a switch that sets
whether the ath9k uses 2 channels, CONFIG_ATH9K_CHANNEL_CONTEXT.  If
that isn't set to 2 for the kernel you are running, then you won't have
access to the two channels.

Try going to /boot and running
cat config-[for the kernel you are running] | grep -i ath9k

If it isn't set, you could compile a custom kernel to enable it.
Thankyou for your response. I've just checked the config for the 4.4.3 
kernel and CONFIG_ATH9K_CHANNEL_CONTEXT isn't set at all. I could 
compile the kernel to set that flag, but is there any chance that it 
would be set by default in the kernel, or does it cause problems if the 
adapter isn't actually dual channel?


regards,
Steve


--
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://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Wordpress and NGINX [Slightly OT]

2016-03-09 Thread Rick Stevens

On 03/09/2016 11:20 AM, Mark Haney wrote:

I hope someone can give me an idea on how to get this setup. I'm no WP
expert (never having setup it up prior to a few weeks ago), but this
issue I'd like to find a way to make work.

As I said, we have WP running on an NGINX server which is replacing an
old Joomla server.  The issue has to do with the fact there were several
static PHP pages built over the years on the Joomla server that we don't
want to move manually to the WP server.

The problem is that our Marketing used a lot of these standalone .php
files in ads and such and want those urls to work by redirecting either
to the home page or to specific pages inside WP.  (The latter is not a
must have.)

The problem is that I can't figure out a way to have NGINX test for a
particular .php file and if it's not there, redirect to (or display) a
404 page inside wordpress.  In every case, when NGINX tries to find that
.php file it throws up the NGINX 404 page.

I can build a custom 404 page, but Marketing wants to use the page
inside WP.  There are several configs floating around that appear to
solve the problem, but none of them work for me.  I've been told this is
possible, but I've not found the answer if its out there.  Someone got
any ideas?

I've attached my config file if that will help.


I'm sure you've tried this, but inside your "server {" section, add

error_page 404 /page/you/want/to/display/on/404/error;

before your first "location" directive. Theoretically, the "/" should
go through your "location /" section and do a try_files on
"/page/you/want/to/display/on/404/error" via the @wordpress stuff.

Ideally you do:

error_page 404 /custom_404.html

and a

location /custom_404.html {
root /path/to/your/wordpress/404/error/doc/root;
internal;
}

That way you absolutely define the directory that contains the 
"custom_404.html" file, and the "internal" directive means that

location is only available to nginx's internal operations (it can't
be browsed).
--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
--
- To iterate is human, to recurse, divine.   -
--
--
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://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Creating a PostgreSQL db

2016-03-09 Thread Suvayu Ali
On Wed, Mar 09, 2016 at 12:59:49PM -0600, Michael Cronenworth wrote:
> On 03/09/2016 12:18 PM, Suvayu Ali wrote:
> >I want to create a PostgreSQL db.  So I did the following:
> >
> >   $ su -
> >   # su - postgres
> >   $ pg_ctl initdb -D /var/lib/pgsql/data
> 
> For future reference there is a helper script that can do this stuff for you.
> 
> # postgresql-setup --init-db
> 
> And when you need to upgrade the database format due to a PostgreSQL upgrade:
> 
> # postgresql-setup --upgrade

Thanks, hopefully I'll remember the next time.

Cheers,

-- 
Suvayu

Open source is the future. It sets us free.
-- 
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://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Creating a PostgreSQL db

2016-03-09 Thread Suvayu Ali
Hi Gordon,

On Wed, Mar 09, 2016 at 10:50:03AM -0800, Gordon Messmer wrote:
> On 03/09/2016 10:18 AM, Suvayu Ali wrote:
> >Shouldn't the local line take care of my permissions?  What am I doing wrong?
> 
> The only user that exists by default is "postgres".  Use that use to create
> new users and databases:
> 
> su postgres -c "createuser x"

I still get an error, but a different one.

  $ createdb gurgaon_routing
  createdb: database creation failed: ERROR:  permission denied to create 
database

The logs say the exact same thing, what is going wrong?

Thanks,

-- 
Suvayu

Open source is the future. It sets us free.
-- 
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://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Creating a PostgreSQL db

2016-03-09 Thread John Obaterspok
2016-03-09 19:59 GMT+01:00 Michael Cronenworth :

> On 03/09/2016 12:18 PM, Suvayu Ali wrote:
>
>> I want to create a PostgreSQL db.  So I did the following:
>>
>>$ su -
>># su - postgres
>>$ pg_ctl initdb -D /var/lib/pgsql/data
>>
>
> For future reference there is a helper script that can do this stuff for
> you.
>
> # postgresql-setup --init-db
>
>
I would pass --data-checksums to initdb to checksum the data pages and
report eventual corruption.

-- john
-- 
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://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Wordpress and NGINX [Slightly OT]

2016-03-09 Thread Mark Haney
I hope someone can give me an idea on how to get this setup. I'm no WP
expert (never having setup it up prior to a few weeks ago), but this issue
I'd like to find a way to make work.

As I said, we have WP running on an NGINX server which is replacing an old
Joomla server.  The issue has to do with the fact there were several static
PHP pages built over the years on the Joomla server that we don't want to
move manually to the WP server.

The problem is that our Marketing used a lot of these standalone .php files
in ads and such and want those urls to work by redirecting either to the
home page or to specific pages inside WP.  (The latter is not a must have.)

The problem is that I can't figure out a way to have NGINX test for a
particular .php file and if it's not there, redirect to (or display) a 404
page inside wordpress.  In every case, when NGINX tries to find that .php
file it throws up the NGINX 404 page.

I can build a custom 404 page, but Marketing wants to use the page inside
WP.  There are several configs floating around that appear to solve the
problem, but none of them work for me.  I've been told this is possible,
but I've not found the answer if its out there.  Someone got any ideas?

I've attached my config file if that will help.


-- 

Mark Haney ::: Senior Systems Engineer
*VIF* International Education
P.O. Box 3566 ::: Chapel Hill, N.C. 27515 ::: USA
919-265-5006 office

Global learning for all.
www.vifprogram.com

Find VIF on Facebook  |
Twitter  | LinkedIn


Recognized as a ‘Best for the World’
 B Corp!


wptest
Description: Binary data
-- 
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://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Creating a PostgreSQL db

2016-03-09 Thread Michael Cronenworth

On 03/09/2016 12:18 PM, Suvayu Ali wrote:

I want to create a PostgreSQL db.  So I did the following:

   $ su -
   # su - postgres
   $ pg_ctl initdb -D /var/lib/pgsql/data


For future reference there is a helper script that can do this stuff for you.

# postgresql-setup --init-db

And when you need to upgrade the database format due to a PostgreSQL upgrade:

# postgresql-setup --upgrade
--
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://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Creating a PostgreSQL db

2016-03-09 Thread Gordon Messmer

On 03/09/2016 10:18 AM, Suvayu Ali wrote:

Shouldn't the local line take care of my permissions?  What am I doing wrong?


The only user that exists by default is "postgres".  Use that use to 
create new users and databases:


su postgres -c "createuser x"
--
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://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Creating a PostgreSQL db

2016-03-09 Thread Suvayu Ali
Hi,

I want to create a PostgreSQL db.  So I did the following:

  $ su -
  # su - postgres
  $ pg_ctl initdb -D /var/lib/pgsql/data
  $ exit
  # systemctl start postgresql
  # exit
  $ createdb mydb
  createdb: could not connect to database template1: FATAL:  role "user" does 
not exist

I don't understand this since /var/lib/pgsql/data/pg_hba.conf has these
lines:

  # TYPE  DATABASEUSERADDRESS METHOD
  local   all all trust
  hostall all 127.0.0.1/32trust
  hostall all ::1/128 trust

Shouldn't the local line take care of my permissions?  What am I doing wrong?

TIA,

-- 
Suvayu

Open source is the future. It sets us free.
-- 
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://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Major owncloud updates incoming

2016-03-09 Thread James Hogarth
On 9 March 2016 at 16:16, Patrick O'Callaghan  wrote:

> On Wed, 2016-03-09 at 15:42 +, James Hogarth wrote:
> > > https://admin.fedoraproject.org/pkgdb/package/rpms/owncloud/
> > >
> > > Kind regards,
> > >
> > > James
> > >
> > Hi all,
> >
> > Just a quick reminder about the above.
> >
> > Owncloud 8.1.5 is in the process of going to the Fedora 23 testing
> > repo at
> > the moment (just waiting the push).
> >
> > Fedora 22 will get a similar updates-testing in the next few days.
>
> Shouldn't this have been sent to Fedora Test list?
>
>
>
Test is focused on the next Fedora release, and with the alpha round the
corner rather busy.

Given this will affect current Fedora 22 and 23 users in the next couple of
weeks, and the nature of the updates, it felt prudent to provide a mail to
where more than the small base of #fedora-qa exists.
-- 
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://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Major owncloud updates incoming

2016-03-09 Thread Patrick O'Callaghan
On Wed, 2016-03-09 at 15:42 +, James Hogarth wrote:
> > https://admin.fedoraproject.org/pkgdb/package/rpms/owncloud/
> >
> > Kind regards,
> >
> > James
> >
> Hi all,
> 
> Just a quick reminder about the above.
> 
> Owncloud 8.1.5 is in the process of going to the Fedora 23 testing
> repo at
> the moment (just waiting the push).
> 
> Fedora 22 will get a similar updates-testing in the next few days.

Shouldn't this have been sent to Fedora Test list?

poc
-- 
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://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Major owncloud updates incoming

2016-03-09 Thread James Hogarth
On 24 February 2016 at 17:30, James Hogarth  wrote:

> Hi all,
>
> We're at the last stages of preparing the first major owncloud update in a
> while.
>
> The current version of owncloud in Fedora is the fairly old stable 8.0
> release (presently 8.0.10) which we want to bring back in line with the
> current owncloud upstream release of 8.2.2.
>
> Unfortunately it's not possible to migrate directly from 8.0.x to 8.2.x as
> upstream only supports jumping in increments with no skipping of major
> releases.
>
> In order for a smooth transition to 8.2.x (and after that 9.0.x when it's
> released) we'll be releasing 8.1.5 to F23 and F22 within the next couple of
> weeks.
>
> We plan to leave this in updates-testing for a slightly longer period than
> usual to allow for a wider test base for a major version jump. Please
> remember your backups prior to the upgrade!
>
> Once 8.1.5 is pushed to updates 8.2.2 will be pushed to updates-testing
> for a similar extended period. It's imperative that the 8.1.5 update is
> applied before the 8.2.2 update is pushed to updates.
>
> If you want to assist in the testing and provide feedback or bug reports
> please use the usual channels of bodhi and bugzilla - both easily
> accessible from pkgdb:
>
> https://admin.fedoraproject.org/pkgdb/package/rpms/owncloud/
>
> Kind regards,
>
> James
>
Hi all,

Just a quick reminder about the above.

Owncloud 8.1.5 is in the process of going to the Fedora 23 testing repo at
the moment (just waiting the push).

Fedora 22 will get a similar updates-testing in the next few days.

In a week or two these will be pushed stable and 8.2.2 will enter
updates-testing.

If you're able to provide help in testing (remember backups!) it would be
appreciated.
-- 
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://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


[389-users] 389 Backup

2016-03-09 Thread wodel youchi
Hi,

Is it possible to create a specific user to use to backup 389DS server
other than the Directory Manager, to use the db2bak.pl with a cronjob
without exposing the DM password.

Regards.
--
389 users mailing list
389-users@%(host_name)s
http://lists.fedoraproject.org/admin/lists/389-users@lists.fedoraproject.org

Re: cursor disappear in panels

2016-03-09 Thread Stefano Cislaghi
Il giorno mar, 08/03/2016 alle 14.50 +0100, Stefano Cislaghi ha
scritto:
> Hi all,
> after installing latest updates, i have a problem with mouse cursor:
> when i'm on menus and panels the cursor disappears but i'm still able
> to select, launch applications and so on, only cursor disappear.
> When i'm on applications or desktop cursor is visible as usual.
> DE is Gnome, Fedora 23 fully updated and this is my graphic card:
> 
> Intel Corporation Haswell-ULT Integrated Graphics Controller (Intel
> HD 4400)
> driver=i915
> 
> Starting with kernel 4.3 instead of 4.4 makes no difference.
> Any ideas?
> Thanks
> Stefano

Hi,

I found a workaround here:
https://bugzilla.gnome.org/show_bug.cgi?id=763159

It seems that version 3.18.3 has problems with multiple monitors so i
made:
sudo dnf downgrade mutter

Maybe in next update this will be fixed.

Hope this helps.
Thanks
Stefano
-- 
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://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org