Re: Start daemon with parameters

2012-08-17 Thread fedora
Hi Mark adapt the systemctl service file at /lib/systemd/system/mysqld.service primarily the ExecStart=/usr/libexec/mysqld line. possibly, there is a more elegant solution, but who cares for elegance? suomi On 2012-08-17 14:01, Mark Haney wrote: Somehow, I've managed to either lose the root My

Re: yum

2012-08-17 Thread Reindl Harald
Am 12.08.2012 14:07, schrieb Patrick Dupre: > Hello, > > If I am correct, when I make a yum update/install package, the > packages which need to be installed are first copy in > /var/cache/yum/x86_64/16/[dir]/packages (where dir is a directory > depending on the package) > > If I make a yumdown

Re: possible problem with scp/ssh/telnet

2012-08-17 Thread Reindl Harald
Am 12.08.2012 12:53, schrieb Ed Greshko: > On 08/12/2012 06:05 PM, Reindl Harald wrote: >> >> Am 12.08.2012 09:45, schrieb Ed Greshko: >> >>> That normally means that the port is open on the remote side (krazy being >>> your cygwin host) but that the server is not running. >> wrong > > You can'

Re: possible problem with scp/ssh/telnet

2012-08-17 Thread Reindl Harald
Am 12.08.2012 09:45, schrieb Ed Greshko: > On 08/12/2012 03:40 PM, Paul Allen Newell wrote: >> Thanks for the prompt reply. I got the same message for telnet as I did for >> ssh and scp. And, as I re-read my email, I managed to not report that >> message (I actually did, but that was before I g

Re: hp k80xi hplip fedora 17

2012-08-17 Thread Nate Pearlstein
On 08/17/2012 03:53 PM, Joe Zeff wrote: > On 08/17/2012 12:45 PM, Nate Pearlstein wrote: >> Anyone have this combination working? >> >> Fedora complains that it cannot communicate with the device. >> My user is part of the sys and lp group, selinux is in permissive mode. > > > Even in permissive

Re: hp k80xi hplip fedora 17

2012-08-17 Thread Joe Zeff
On 08/17/2012 12:45 PM, Nate Pearlstein wrote: Anyone have this combination working? Fedora complains that it cannot communicate with the device. My user is part of the sys and lp group, selinux is in permissive mode. Even in permissive mode, SELinux would complain if needed and you don't me

hp k80xi hplip fedora 17

2012-08-17 Thread Nate Pearlstein
Anyone have this combination working? Fedora complains that it cannot communicate with the device. My user is part of the sys and lp group, selinux is in permissive mode. If I manually enter the ub bus and id in hp-setup it can see enough to create the queues but still says it can't communicate w

Re: libgmp.so.10

2012-08-17 Thread Jussi Lehtola
On Tue, 14 Aug 2012 18:44:13 +0200 Patrick Dupre wrote: > On 2012-08-11 21:20, Jussi Lehtola wrote: > > On Fri, 10 Aug 2012 20:01:09 +0200 > > Patrick Dupre wrote: > >> I compiled from giac-0.9.8-9.1.src.rpm, but then, I still cannot > >> install giac: > >> > >> Transaction Check Error: > >>f

Re: Fedora 17 - Unlocking LUKS encrypted LVM volume with key file

2012-08-17 Thread Mateusz Marzantowicz
On 17.08.2012 12:25, Heinz Diehl wrote: > On 17.08.2012, Mateusz Marzantowicz wrote: > >> 3) Modify /etc/default/grub by changing GRUB_CMDLINE_LINUX: >> rd.luks.key=: > I agree that the available documentation is horrible. However, > I think you should mention here that should be specified with >

Re: No Sound through headphones on an iMac

2012-08-17 Thread Hugh Caley
On 08/16/2012 04:57 PM, Hugh Caley wrote: Fedora 17 on a newer iMac, the sound is pretty much inaudible with headphones plugged in, but the speakers seem to work fine with nothing plugged into the headphone jack. I've check alsamixer and the Gnome3 Sound control panel, nothing seems to be s

Re: [389-users] Backup Directory Server by db2bak.pl script

2012-08-17 Thread Rich Megginson
On 08/17/2012 04:39 AM, Fosiul Alam wrote: Hi I know you can take a backup of full directory server by using db2bak.pl but dont understand what will be syntax i checked the helped file but no luck So when i do this /var/lib/dirsrv/slapd-ldap-2/bak/ldap-2-2012_8_3_10_13

Re: Perl programming related question.

2012-08-17 Thread Lázaro Morales
Some time ago, Dave Cross said: Why bother wrestiling with complex regular expressions when someone else has already done the work? Perl has a URI module ("yum install perl-URI") which understands how URIs (and URLs) work. I'd recommend using that. use URI; my $url = URI->new('http://somesite.

Re: NetworkManager and bridging

2012-08-17 Thread Tommy Pham
On Fri, Aug 17, 2012 at 12:22 AM, Mateusz Marzantowicz wrote: > On 16.08.2012 16:19, Tommy Pham wrote: >> On Wed, Aug 15, 2012 at 11:18 PM, Mateusz Marzantowicz >> wrote: >>> On 16.08.2012 06:05, Tommy Pham wrote: Hi, According to this https://fedoraproject.org/wiki/Features/N

Re: Perl programming related question.

2012-08-17 Thread Dave Cross
On 16 August 2012 16:28, Lázaro Morales wrote: > Hello folks, > > This question is a bit off-topic but the Fedora Community is awesome. This > is the question, How can I from this string: > >my $url = "http://somesite.org/somefile.zip";;# Example URL > > obtain only this sub-string: > >

Re: Failed Migration to Linux

2012-08-17 Thread Andrew Haley
On 08/11/2012 04:16 PM, Michael Hennebry wrote: > On Fri, 10 Aug 2012, David wrote: > >> This list is a 'help-me-with-my-problem' list. You did not ask for help. >> Some called your post a rant. Some might call it a troll. This list is > > One person called it a rant, me. > You have a thing again

Start daemon with parameters

2012-08-17 Thread Mark Haney
Somehow, I've managed to either lose the root MySQL password or type it incorrectly. Either way, I can't use MySQL until I reset the password. I've tried the mysql_safe init file way, but MySQL bombed (wouldn't start). That might mean the package itself is buggered, but I know mysqld starts

Re: Fedora 17 - Unlocking LUKS encrypted LVM volume with key file

2012-08-17 Thread Heinz Diehl
On 17.08.2012, Mateusz Marzantowicz wrote: > 3) Modify /etc/default/grub by changing GRUB_CMDLINE_LINUX: > rd.luks.key=: I agree that the available documentation is horrible. However, I think you should mention here that should be specified with the UUID prefix, e.g. rd.luks.key=/mykeyfile:UU

Re: Fedora 17 - Unlocking LUKS encrypted LVM volume with key file

2012-08-17 Thread Mateusz Marzantowicz
On 17.08.2012 08:53, Mateusz Marzantowicz wrote: > Is there support in Fedora 17 for unlocking encrypted LVM volume (which > acts as a container for my root, swap and other partitions) with key > file placed on SD/MMC card during system boot up process? > > Currently I have to provide passphrase du

Re: pptp plugin to network manager.

2012-08-17 Thread Ed Greshko
On 08/17/2012 05:29 PM, Erik P. Olsen wrote: > In order to make a VPN connection using pptp I need a plugin for NM. Ubuntu > has a package network-manager-pptp but I can't find a similar package for > Fedora 16. > > I wonder if it al all exists. What can I do to make such connection? It should

pptp plugin to network manager.

2012-08-17 Thread Erik P. Olsen
In order to make a VPN connection using pptp I need a plugin for NM. Ubuntu has a package network-manager-pptp but I can't find a similar package for Fedora 16. I wonder if it al all exists. What can I do to make such connection? -- Erik Concordia parvæ res crescunt discordia maximæ dilabuntur

Re: NetworkManager and bridging

2012-08-17 Thread Mateusz Marzantowicz
On 16.08.2012 16:19, Tommy Pham wrote: > On Wed, Aug 15, 2012 at 11:18 PM, Mateusz Marzantowicz > wrote: >> On 16.08.2012 06:05, Tommy Pham wrote: >>> Hi, >>> >>> According to this >>> https://fedoraproject.org/wiki/Features/NMEnterpriseNetworking, NM now >>> supports bridging in F17. However, I