[CentOS] CentOS 7 + KDE: Okular view PDF files OK but prints a blank page

2017-06-01 Thread Nicolas Kovacs
Hi, I recently installed CentOS 7 + KDE 4.14 on my main workstation, and overall I'm very happy with it. Okular seems to have trouble with some PDF files. I'm using the Dolibarr application to generate invoices. I can view the resulting PDF file OK, but when I try to print it, I get a blank page.

Re: [CentOS] CentOS 7 + KDE: Okular view PDF files OK but prints a blank page

2017-06-01 Thread Nicolas Kovacs
Le 01/06/2017 à 10:32, Nicolas Kovacs a écrit : > I recently installed CentOS 7 + KDE 4.14 on my main workstation, and > overall I'm very happy with it. > > Okular seems to have trouble with some PDF files. I'm using the Dolibarr > application to generate invoices. I can view the resulting PDF fil

[CentOS] CentOS-announce Digest, Vol 148, Issue 1

2017-06-01 Thread centos-announce-request
Send CentOS-announce mailing list submissions to centos-annou...@centos.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-requ.

[CentOS] Urgent: Need to change the location of a directory tree

2017-06-01 Thread Nikolaos Milas
Hi, I am running CentOS 7 (fully updated) on a VM. This has a mounted nfs share (via fstab) (which mounts a remote storage system) on which we have created the home directories of 2 users Here are the home directories: /mynfsmount | |--/user1 |--/user1 We want to move this whole branch from

Re: [CentOS] Urgent: Need to change the location of a directory tree

2017-06-01 Thread Nikolaos Milas
On 1/6/2017 6:06 μμ, Nikolaos Milas wrote: ...then remove the mount from fstab and the initial mount point /scimount and finally rename /scimount2 to /scimount ? Correction: ...then remove the mount from fstab and the initial mount point /mynfsmount and finally rename /mynfsmount2 to /mynfs

Re: [CentOS] Urgent: Need to change the location of a directory tree

2017-06-01 Thread Mauricio Tavares
On Thu, Jun 1, 2017 at 11:31 AM, Nikolaos Milas wrote: > On 1/6/2017 6:06 μμ, Nikolaos Milas wrote: > >> ...then remove the mount from fstab and the initial mount point /scimount >> and finally rename /scimount2 to /scimount ? > > > Correction: > > ...then remove the mount from fstab and the initi

[CentOS] yum install does not downgrade

2017-06-01 Thread Anand Buddhdev
We're using ansible to configure our CentOS 6 servers, and we have a task to install a specific version of a package: - name: install thrift2 yum: name=ripencc-thrift2-{{ version }} In this ansible task, the "version" variable is set by the operator. When we want to upgrade, it works. But today

[CentOS] Upgrade 6 to 7

2017-06-01 Thread Jerry Geis
I found this site https://wiki.centos.org/TipsAndTricks/CentOSUpgradeTool Is this still the case - there is no upgrade path from 6 to 7 ? I have a few remote servers I'd like to upgrade (if possible). Thanks, Jerry ___ CentOS mailing list CentOS@cento

Re: [CentOS] yum install does not downgrade

2017-06-01 Thread Tate Belden
Use the 'downgrade' option. https://access.redhat.com/solutions/29617 On Thu, Jun 1, 2017 at 1:46 PM, Anand Buddhdev wrote: > We're using ansible to configure our CentOS 6 servers, and we have a > task to install a specific version of a package: > > - name: install thrift2 > yum: name=ripencc

Re: [CentOS] Urgent: Need to change the location of a directory tree

2017-06-01 Thread Nikolaos Milas
On 1/6/2017 9:52 μμ, Mauricio Tavares wrote: 1. Make sure both users are not logged in. 2. Create new mountpoints 3. Edit fstab to point to new mountpoints. 4. Edit /etc/passwd to refer to the new mountpoint for the two users 5. mount -a Would that do the trick for you? Thanks Mauricio, Actu

[CentOS] NFS mount on Centos 7 crashing

2017-06-01 Thread Nikolaos Milas
Hello, We have a VM (under KVM - a VPS service by our ISP) running CentOS 7. On it we have 2 NFS mounts, one for backup and one as a live file system (where there are two user homes as well): -