Re: data restore after an upgrade?

2016-05-04 Thread Samuel Sieb
On 05/04/2016 04:01 PM, Jeffrey Ross wrote: The system has 4 SATA 1.0 interfaces, two are are in use for the two removable disks in the front of the case, the other two are inside the case and although not impossible to access they are a little difficult to access. The original system has 2

Re: sed regex oddness

2016-05-04 Thread Samuel Sieb
On 05/04/2016 03:29 PM, Markus Schönhaber wrote: Samuel Sieb, Wed, 4 May 2016 10:42:20 -0700: On 05/04/2016 10:09 AM, Jon LaBadie wrote: The '*' means "zero or more digits". Don't forget that zero. The first match is where there are zero digits, i.e. at the beginning of the line. So sed

Re: data restore after an upgrade?

2016-05-04 Thread fred roller
Forgive the top post, on my phone. If /home is all you want to preserve then create a partition sufficient for it's size. Move or copy the data, latter easier as you don't need to muck with the current file system. During the new build go to customize setup partitions and assign /home to the new

data restore after an upgrade?

2016-05-04 Thread Jeffrey Ross
Looking for some suggestions and thoughts. I am upgrading the OS on a system with older hardware that I have, it is currently running Fedora 16 and I'm looking to upgrade it to Fedora 23. The system has 4 SATA 1.0 interfaces, two are are in use for the two removable disks in the front of the

Re: sed regex oddness

2016-05-04 Thread Markus Schönhaber
Samuel Sieb, Wed, 4 May 2016 10:42:20 -0700: > On 05/04/2016 10:09 AM, Jon LaBadie wrote: >> The '*' means "zero or more digits". Don't forget that zero. >> The first match is where there are zero digits, i.e. at the >> beginning of the line. So sed replaces it with "//" (nothing). >> >

Re: sed regex oddness

2016-05-04 Thread Samuel Sieb
On 05/04/2016 11:32 AM, Jon LaBadie wrote: Traditionally sed has used basic RE syntax not the extended syntax that includes "+". If the OP uses a sed such as exists on my systems, you can get extended RE syntax with the "-r" option. sed -r 's/[0-9]+//' Samuel, does your sed support

Re: sed regex oddness

2016-05-04 Thread Jon LaBadie
On Wed, May 04, 2016 at 10:42:20AM -0700, Samuel Sieb wrote: > On 05/04/2016 10:09 AM, Jon LaBadie wrote: > > The '*' means "zero or more digits". Don't forget that zero. > > The first match is where there are zero digits, i.e. at the > > beginning of the line. So sed replaces it with "//"

Re: GREAT! f22 update of clementine ..,

2016-05-04 Thread Samuel Sieb
On 05/04/2016 10:29 AM, Frank Elsner wrote: ... breaks mp3 playback! After updating clementine on my F22 I've the same situation as on my F23 systems: clementine complains about missing gstreamer plugin when trying to play mp3! And it doensn't tell me the name of the

Re: GREAT! f22 update of clementine ..,

2016-05-04 Thread Rick Stevens
On 05/04/2016 10:29 AM, Frank Elsner wrote: ... breaks mp3 playback! After updating clementine on my F22 I've the same situation as on my F23 systems: clementine complains about missing gstreamer plugin when trying to play mp3! And it doensn't tell me the name of the

Re: sed regex oddness

2016-05-04 Thread Samuel Sieb
On 05/04/2016 10:09 AM, Jon LaBadie wrote: The '*' means "zero or more digits". Don't forget that zero. The first match is where there are zero digits, i.e. at the beginning of the line. So sed replaces it with "//" (nothing). However, usually regexps are greedy so they match as much as

GREAT! f22 update of clementine ..,

2016-05-04 Thread Frank Elsner
... breaks mp3 playback! After updating clementine on my F22 I've the same situation as on my F23 systems: clementine complains about missing gstreamer plugin when trying to play mp3! And it doensn't tell me the name of the missing plugin! I'm really pissed off. --Frank

Re: sed regex oddness

2016-05-04 Thread Jon LaBadie
On Wed, May 04, 2016 at 03:44:26PM +1000, Philip Rhoades wrote: > People, > > This behaves as expected: > > echo 'This is a test 12335 and 669384 535xy4' | sed 's/[0-9]*//g' > > but I would expect this: > > echo 'This is a test 12335 and 669384 535xy4' | sed 's/[0-9]*//' > > to delete the

Re: clementine, mp3, gstreamer (F23)

2016-05-04 Thread Richard Shaw
Ok, following the dependency chain here... $ rpm -q --requires clementine | grep gstreamer gstreamer-plugins-good libgstreamer-0.10.so.0()(64bit) So it uses the gstreamer not gstreamer1 packages... $ sudo dnf repoquery --whatprovides "libgstreamer-0.10.so.0()(64bit)" Local Packages for Fedora

Re: liveusb-creator gone?

2016-05-04 Thread Tim
Martin Bříza: >> So if you guys agree "reformatting" would be a better choice, I'll >> go ahead and change the text. Matthew Miller: > I guess my inclination would be to just drop this feature entirely. If > people want to reformat the drive, they can use whatever regular OS > feature to do it.

Re: OT - but of relevance!! Secret Open Source - Is this legal

2016-05-04 Thread Andras Simon
2016-05-04 11:19 GMT+02:00, Neil Thompson : > I'd be a little worried about ransomeware with wine - I remember a virus > some years ago which did ugly stuff to excel files (IIRC), and it came in > through wine and trashed stuff in my $HOME. All my wine stuff now is done >

Re: OT - but of relevance!! Secret Open Source - Is this legal

2016-05-04 Thread Neil Thompson
I'd be a little worried about ransomeware with wine - I remember a virus some years ago which did ugly stuff to excel files (IIRC), and it came in through wine and trashed stuff in my $HOME. All my wine stuff now is done in sandboxes. On 3 May 2016 at 18:40, Niels Kobschaetzki

clementine, mp3, gstreamer (F23)

2016-05-04 Thread Frank Elsner
Hello community, as mentioned earlier the upgrade from Fedora 22 to Fedora 23 went smoothly. But my favourite music player "clementine" refuses to play mp3 due to a missing gstreamer plugin. The following gstreamer plugins are installed gstreamer-0.10.36-13.fc23.i686

RE: Fedora 23: Wayland problems

2016-05-04 Thread David Aldrich
Thanks for your help. I was able to add a higher VGA resolution using the link you provided: xrandr --newmode "1680x1050_60.00" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync xrandr --addmode VGA-1 1680x1050_60.00 xrandr --output VGA-1 --mode 1680x1050_60.00 Best regards

Re: sed regex oddness

2016-05-04 Thread Nohk Two
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2016/5/4 15:50, dwoody5654 wrote: > On 05/04/2016 12:44 AM, Philip Rhoades wrote: >> People, >> >> This behaves as expected: >> >> echo 'This is a test 12335 and 669384 535xy4' | sed >> 's/[0-9]*//g' >> >> but I would expect this: >> >> echo

Re: sed regex oddness

2016-05-04 Thread dwoody5654
On 05/04/2016 12:44 AM, Philip Rhoades wrote: People, This behaves as expected: echo 'This is a test 12335 and 669384 535xy4' | sed 's/[0-9]*//g' but I would expect this: echo 'This is a test 12335 and 669384 535xy4' | sed 's/[0-9]*//' to delete the first string of digits but it doesn't

[389-users] Re: Erasing and rewriting 389

2016-05-04 Thread Charlie Mordant
Hi Patrick, dc=dn,dc=tld entry is usually created while calling that setup-ds-admin.pl script (which is delivered with FDS), it's totally working on a new fresh install, but not after a complete erase then reinstall: this was purpose of the original question. Regards, 2016-04-26 23:28 GMT+02:00