Getting rpm update history with wildcarding

2018-06-14 Thread Robert Moskowitz
I want to get history for all the pulseaudio components (to update my audacity bug report at rpmfusion). #rpm -q pulseaudio --last produces pulseaudio-11.1-18.fc28.1.x86_64  Thu 24 May 2018 09:59:34 PM EDT but # rpm -q pulseaudio* --last results in: package   

Re: Getting rpm update history with wildcarding

2018-06-14 Thread Ahmad Samir
On 14 June 2018 at 14:27, Robert Moskowitz wrote: > I want to get history for all the pulseaudio components (to update my > audacity bug report at rpmfusion). > > #rpm -q pulseaudio --last > > produces > > pulseaudio-11.1-18.fc28.1.x86_64 Thu 24 May 2018 09:59:34 PM > EDT > > but > >

Re: Can I ask question ?

2018-06-14 Thread Patrick O'Callaghan
On Thu, 2018-06-14 at 12:00 +0800, Ed Greshko wrote: > On 06/14/18 11:32, 郭 灵贤 wrote: > > Can I ask question ? > > That is the idea on this list. Ask questions and if someone knows the answer > they > will respond. Only if it has something to do with Fedora of course. poc

Re: Getting rpm update history with wildcarding

2018-06-14 Thread Ed Greshko
On 06/14/18 20:32, Richard Shaw wrote: > On Thu, Jun 14, 2018 at 7:28 AM Robert Moskowitz > wrote: > > I want to get history for all the pulseaudio components (to update my > audacity bug report at rpmfusion). > > #rpm -q pulseaudio --last > > produces

Re: Getting rpm update history with wildcarding

2018-06-14 Thread Richard Shaw
On Thu, Jun 14, 2018 at 7:28 AM Robert Moskowitz wrote: > I want to get history for all the pulseaudio components (to update my > audacity bug report at rpmfusion). > > #rpm -q pulseaudio --last > > produces > > pulseaudio-11.1-18.fc28.1.x86_64 Thu 24 May 2018 09:59:34 > PM EDT > >

cups-service able / enable

2018-06-14 Thread Ger van Dijck
Hi all, Sometimes I get the message check if cups-service is installed or the message cups-service is not running. I checked with rpm -Q cups if cups is installed and got the message It is. So next question is How can I check if cups is running and if not how get it running ? Please

Re: Getting rpm update history with wildcarding

2018-06-14 Thread Rick Stevens
On 06/14/2018 09:23 AM, Robert Moskowitz wrote: > > > On 06/14/2018 09:57 AM, Richard Shaw wrote: >> On Thu, Jun 14, 2018 at 8:55 AM Robert Moskowitz > > wrote: >> >> >> On 06/14/2018 09:08 AM, Ahmad Samir wrote: >> > On 14 June 2018 at 14:27, Robert

Re: cups-service able / enable

2018-06-14 Thread Earl A Ramirez
On 14 June 2018 at 12:51, Ger van Dijck wrote: > Hi all, > > > Sometimes I get the message check if cups-service is installed or the > message cups-service is not running. > > I checked with rpm -Q cups if cups is installed and got the message It is. > > So next question is How can I check if

Re: cups-service able / enable

2018-06-14 Thread Rick Stevens
On 06/14/2018 09:51 AM, Ger van Dijck wrote: > Hi all, > > > Sometimes I get the message check if cups-service is installed or the > message cups-service is not running. > > I checked with rpm -Q cups if cups is installed and got the message It is. > > So next question is How can I check if

Re: Getting rpm update history with wildcarding

2018-06-14 Thread Richard Shaw
On Thu, Jun 14, 2018 at 8:55 AM Robert Moskowitz wrote: > > On 06/14/2018 09:08 AM, Ahmad Samir wrote: > > On 14 June 2018 at 14:27, Robert Moskowitz wrote: > >> I want to get history for all the pulseaudio components (to update my > >> audacity bug report at rpmfusion). > >> > >> #rpm -q

Re: Getting rpm update history with wildcarding

2018-06-14 Thread Ed Greshko
On 06/14/18 22:23, Tony Nelson wrote: > That is not what he means.  Would one of you please look at the RPM > man page? Sure    --last Orders the package listing by install time such  that  the  latest   packages are at the top. which has nothing to do with "history". 

Re: Can I ask question ?

2018-06-14 Thread Tim via users
Patrick O'Callaghan: > Only if it has something to do with Fedora of course. Does the narrow end go to the front? -- [tim@localhost ~]$ uname -rsvp Linux 4.16.11-100.fc26.x86_64 #1 SMP Tue May 22 20:02:12 UTC 2018 x86_64 Boilerplate: All mail to my mailbox is automatically deleted. There is

NFS second disk -

2018-06-14 Thread Bob Goodwin
I assembled an NFS server about a month ago and it seems to work properly, has been in use continuouslysince then ... However I installed two 3TB discs and only enabled /dev/sda. I would like to simply copy data from time to time from /dev/sda to /dev/sdb. I cant work out how to accomplish

Re: Getting rpm update history with wildcarding

2018-06-14 Thread Robert Moskowitz
On 06/14/2018 09:57 AM, Richard Shaw wrote: On Thu, Jun 14, 2018 at 8:55 AM Robert Moskowitz > wrote: On 06/14/2018 09:08 AM, Ahmad Samir wrote: > On 14 June 2018 at 14:27, Robert Moskowitz mailto:r...@htt-consult.com>> wrote: >> I want to get history

Re: NFS second disk -

2018-06-14 Thread Rick Stevens
On 06/14/2018 08:07 AM, Bob Goodwin wrote: > I assembled an NFS server about a month ago and it seems to work > properly, has been in use continuouslysince then ... > > However I installed two 3TB discs and only enabled /dev/sda. I would > like to simply copy data from time to time from /dev/sda

Re: Getting rpm update history with wildcarding

2018-06-14 Thread Robert Moskowitz
On 06/14/2018 09:08 AM, Ahmad Samir wrote: On 14 June 2018 at 14:27, Robert Moskowitz wrote: I want to get history for all the pulseaudio components (to update my audacity bug report at rpmfusion). #rpm -q pulseaudio --last produces pulseaudio-11.1-18.fc28.1.x86_64 Thu 24 May

Re: Getting rpm update history with wildcarding

2018-06-14 Thread Robert Moskowitz
On 06/14/2018 10:54 AM, Ed Greshko wrote: On 06/14/18 22:23, Tony Nelson wrote: That is not what he means.  Would one of you please look at the RPM man page? Sure    --last Orders the package listing by install time such  that  the  latest   packages are at the top.

Re: Can I ask question ?

2018-06-14 Thread Patrick O'Callaghan
On Fri, 2018-06-15 at 00:31 +0930, Tim via users wrote: > Patrick O'Callaghan: > > Only if it has something to do with Fedora of course. > > Does the narrow end go to the front? Preferably when tilted over the eyes and accompanied by a loosely hanging cigarette and a drawl. poc

Re: Getting rpm update history with wildcarding

2018-06-14 Thread Todd Zullinger
Richard Shaw wrote: > On Thu, Jun 14, 2018 at 8:55 AM Robert Moskowitz > wrote: > >> >> On 06/14/2018 09:08 AM, Ahmad Samir wrote: >>> FWIW, to match using a wildcard you'd have to use `rpm -qa pulseaudio*`. >> >> Don't think so: >> >> # `rpm -qa pulseaudio*` >> bash:

F27 to F28 - Postgresql upgrade fails

2018-06-14 Thread Clifford Snow
I just upgraded from Fedora 27 to 28. Everything working except the upgrade from Postgresql 9.6 to 10 Searching for help led me to manually add postgis-2.3.so and rtpostgis-2.3.so to /usr/lib64/pgsql/ and /usr/lib64/pgsql/postgresql-9.6/lib/ Then when postgresql-setup --upgrade is run a fatal

Re: Getting rpm update history with wildcarding

2018-06-14 Thread Todd Zullinger
Tony Nelson wrote: > That is not what he means. Would one of you please look > at the RPM man page? To be fair, I don't think the rpm man page documents its wildcard support. If it does, I'm looking past it. -- Todd ~~ From

Re: Getting rpm update history with wildcarding

2018-06-14 Thread Todd Zullinger
Robert Moskowitz wrote: > Ah, I left off the 'list' portion of your command > > # dnf history list pulseaudio* > ID | Command line | Date and time| Action(s) | > Altered > --- > 2 | update

Re: Getting rpm update history with wildcarding

2018-06-14 Thread Tony Nelson
On 18-06-14 09:57:33, Richard Shaw wrote: On Thu, Jun 14, 2018 at 8:55 AM Robert Moskowitz wrote: > > On 06/14/2018 09:08 AM, Ahmad Samir wrote: > > On 14 June 2018 at 14:27, Robert Moskowitz wrote: > >> I want to get history for all the pulseaudio components (to update my > >> audacity

Re: NFS second disk -

2018-06-14 Thread Michael Watters
LVM can do mirrored volumes if you just want to replicate data from sda to sdb.  You'll need to add sdb to the fedora VG and then update your data volumes to be mirrored.  https://www.centos.org/docs/5/html/Cluster_Logical_Volume_Manager/LV_create.html#mirror_create has instructions on how to

Re: Getting rpm update history with wildcarding

2018-06-14 Thread Todd Zullinger
Robert Moskowitz wrote: > On 06/14/2018 09:57 AM, Richard Shaw wrote: >> Don't include the tick marks, it tried to execute what's inside... What >> he means is that rpm doesn't accept wildcards so if you want to find >> partial matches, you need to pipe it to grep... >> >> # rpm -qa | grep

Re: NFS second disk -

2018-06-14 Thread Bob Goodwin
On 06/14/18 17:04, Rick Stevens wrote: # rsync -a /home /media/backups Yes, I was able to do this in the server but I would like to be able to mount the server from this computer and see the resulting backup copy, actually list the files, etc. and have confidence the backup is working.

Re: NFS second disk -

2018-06-14 Thread Bob Goodwin
On 06/14/18 12:45, Rick Stevens wrote: Mount the second drive somewhere on the server and you can do an rsync locally to back up files. It appears your /dev/sda thing is an LVM drive with one volume group ("fedora") and three volumes ("root", "home" and "swap"). You appear to be exporting the

Re: NFS second disk -

2018-06-14 Thread Rick Stevens
On 06/14/2018 01:37 PM, Bob Goodwin wrote: > On 06/14/18 12:45, Rick Stevens wrote: >> Mount the second drive somewhere on the server and you can do an >> rsync locally to back up files. It appears your /dev/sda thing is >> an LVM drive with one volume group ("fedora") and three volumes ("root",

Re: F27 to F28 - Postgresql upgrade fails

2018-06-14 Thread Gordon Messmer
On 06/14/2018 09:43 AM, Clifford Snow wrote: I just upgraded from Fedora 27 to 28. Everything working except the upgrade from Postgresql 9.6 to 10 Searching for help led me to manually add postgis-2.3.so and rtpostgis-2.3.so to

Re: cups-service able / enable

2018-06-14 Thread Tim via users
Allegedly, on or about 14 June 2018, Ger van Dijck sent: > So next question is How can I check if cups is running and if not how > get it running ? As well as the other suggestions, if you have a browser running, you can see what you find at http://localhost:631/ (that's the CUPS web interface).

Re: Getting rpm update history with wildcarding

2018-06-14 Thread Tim via users
Allegedly, on or about 14 June 2018, Todd Zullinger sent: > To be fair, I don't think the rpm man page documents its > wildcard support. If it does, I'm looking past it. I've always successfully done things like this: rpm -qa \*pulse\* More through force of habit, than any hard knowledge. --

Re: GNOME shell / login crash

2018-06-14 Thread andrea via users
On 14/06/18 05:27, Federico Bruni wrote: I haven't followed all the thread... Have you tried GNOME Classic? I guess I'm having the same problem on Fedora 28, but I didn't have the time to debug it yet so I switched to GNOME Classic, which works fine. When you say "same problem" and

Re: GNOME shell / login crash

2018-06-14 Thread Federico Bruni
Il giorno gio 14 giu 2018 alle 8:34, andrea via users ha scritto: On 14/06/18 05:27, Federico Bruni wrote: I haven't followed all the thread... Have you tried GNOME Classic? I guess I'm having the same problem on Fedora 28, but I didn't have the time to debug it yet so I switched to

Re: Getting rpm update history with wildcarding

2018-06-14 Thread Todd Zullinger
Tim via users wrote: > Allegedly, on or about 14 June 2018, Todd Zullinger sent: >> To be fair, I don't think the rpm man page documents its >> wildcard support. If it does, I'm looking past it. > > I've always successfully done things like this: > > rpm -qa \*pulse\* > > More through force of

[389-users] Re: ldapsearch performance problem

2018-06-14 Thread Jan Kowalsky
Hi all, we are still suffering from this poor performance problem. Any hint for further debugging are welcome. As this 389ds installation is part of an kolab multidomain setup we habe about 50 separated database backends each replicated with two other servers. The symtop is - depending on

[389-users] Re: ldapsearch performance problem

2018-06-14 Thread Mark Reynolds
Can we see your access log showing the slow searches?  Are they unindexed?  If you have unindexed searches they will bog down the entire server.  Do you see high cpu for ns-slapd? Can you also run logconv.pl? logconv.pl -ulatn /var/log/dirsrv/slapd-YOUR_INSTANCE/access* Thanks, Mark On