Le 28/01/2011 21:22, Andrew Dietz a écrit :
> but still, phpinfo(() tells me the sqlite modules are not configured to
> load:
>
> Configure Command './configure' (...) '--without-sqlite'
> '--disable-pdo' '--without-sqlite3' (...)
>
Read :
http://blog.famillecollet.com/post/2010/09/29/phpi
On 01/28/2011 11:37 PM, Chris Smart wrote:
> On Sat, Jan 29, 2011 at 3:35 PM, Chris Smart
> wrote:
>> Or you can go into that directory and just install
>> libreoffice3.3-redhat-menus-3.3-6.noarch.rpm (without the dir,
>> obviously).
> So that would be 2 commands:
> cd desktop-integration
> yum l
On Sat, Jan 29, 2011 at 3:35 PM, Chris Smart wrote:
>
> Or you can go into that directory and just install
> libreoffice3.3-redhat-menus-3.3-6.noarch.rpm (without the dir,
> obviously).
So that would be 2 commands:
cd desktop-integration
yum localinstall --nogpgcheck libreoffice3.3-redhat*
-c
--
On Sat, Jan 29, 2011 at 4:11 AM, Jim wrote:
> I forgot to install redhat-menus, I did so but I got the following error
> when I ran yum localinstall --nogpgcheck;
Did you run it and pass the location of the redhat menus rpm? If
you're in the extracted directory, then it should be in a sub
direct
On 01/28/2011 07:49 PM, Michael Schwendt wrote:
> As I've learnt just a day ago (or so) that RPM Fusion cannot build against
> Fedora Test Updates. They have to wait for packages from "updates-testing"
> to enter the stable "updates" repository, before the build system will
> be able to use them.
>
On Sat, 29 Jan 2011 01:38:30 +0200, Kostas wrote:
> So Michael, if i understood you correctly all i have to do is get the
> source of the
> mp3 plugin and recompile it or just wait a few days up untill the
> package with the
> mp3 plugin is released in rmpfusion and in the meanwhile i can always
On 01/28/2011 07:56 PM, Dennis Kaptain wrote:
> To fix this what you need to do is downgrade audacious.
>
> $ yum list installed | grep audacious
> take note of what you have installed
>
> $ yum erase audacious
> you will have to take out several other packages which are dependencies
>
> go to h
- Mensaje original
> De: Michael Schwendt
> Para: users@lists.fedoraproject.org
> Enviado: viernes, 28 de enero, 2011 17:14:19
> Asunto: Re: Audacious
>
> On Fri, 28 Jan 2011 18:27:29 -0400, Jorge wrote:
>
> > On 01/28/2011 05:24 PM, Kostas Sfakiotakis wrote:
> > > After yesterdays u
On Fri, 28 Jan 2011 19:25:20 -0400, Jorge wrote:
> Thanks Michael for the update. My question then is: why release it when
> the RPMfusion audacious-plugins-freeworld is not yet available on the
> stable branch? Aren't 99% of the audacious users using it along with
> that other "freee" package?
On 29/01/2011 12:14 πμ, Michael Schwendt wrote:
> On Fri, 28 Jan 2011 23:24:08 +0200, Kostas wrote:
>
> > Greetings ,
> >
> > After yesterdays updates audacious seems to have lost the mp3
> > plugin and can no longer play mp3 files . The version with the
> > problem is
> >
> > audacious-2.4.3-1.fc
On 28/01/2011 11:38 μμ, Greg Woods wrote:
>
> > the mp3 plugin seems to be installed but audacious ( the
> > freeworld-mp3-2.4.0-1.fc14.x86_64) doesn´t seem to recognize it .
> > Can someone tell me what´s going wrong ?
>
> The freeworld plugin comes from rpm-fusion, not from Fedora. You need
> t
On 01/28/2011 07:14 PM, Michael Schwendt wrote:
> Arrrgh, no, it is not broken.
>
> Please do read the Update Notes and my other reply in this thread.
Thanks Michael for the update. My question then is: why release it when
the RPMfusion audacious-plugins-freeworld is not yet available on the
stab
On Fri, 28 Jan 2011 18:27:29 -0400, Jorge wrote:
> On 01/28/2011 05:24 PM, Kostas Sfakiotakis wrote:
> > After yesterdays updates audacious seems to have lost the mp3 plugin and
> > can no longer play mp3 files
>
> Arrrgh. I just updated 2 minutes ago and indeed audacious is broken.
Arrrgh, no,
On 01/28/2011 05:24 PM, Kostas Sfakiotakis wrote:
> After yesterdays updates audacious seems to have lost the mp3 plugin and
> can no longer play mp3 files
Arrrgh. I just updated 2 minutes ago and indeed audacious is broken.
--
Jorge
--
users mailing list
users@lists.fedoraproject.org
To unsubs
On Fri, 2011-01-28 at 11:39 -0500, Jim wrote:
> On 01/27/2011 10:00 PM, Chris Smart wrote:
> > On Fri, Jan 28, 2011 at 1:57 PM, Chris Smart
> > wrote:
> >> Don't forget your menus:
> >> sudo yum localinstall --nogpgckeck \
> >> desktop-integration/libreoffice3.3-redhat-menus-3.3-6.noarch.rpm
> >>
On Fri, 2011-01-28 at 11:06 -0600, Aaron Konstam wrote:
> On Fri, 2011-01-28 at 10:42 -0600, Aaron Konstam wrote:
> > Periodically expunge does not work on some or all my folders when using
> > evolution. Currently I can't expunge any deleted messages from Inbox or
> > Junk. Expunge works on other
On Fri, 28 Jan 2011 23:24:08 +0200, Kostas wrote:
> Greetings ,
>
> After yesterdays updates audacious seems to have lost the mp3 plugin and
> can no longer
> play mp3 files . The version with the problem is
>
> audacious-2.4.3-1.fc14.x86_64
> audacious-plugins-freeworld-mp3-2.4.0-1.fc14.x86_64
Ahh, I see. The functions I was trying to use are from PECL sqlite. The
PDO class works perfectly.
Once again, thanks a million. As you can see, just getting started with
sqlite... :)
Cheers,
Andrew
On 01/28/2011 04:44 PM, Rahul Sundaram wrote:
> On 01/29/2011 03:08 AM, Andrew Dietz wrote:
>>
On 01/29/2011 03:08 AM, Andrew Dietz wrote:
> Thanks guys, I do have php-pdo installed, but there must be something
> else still missing.
>
> I have a snippet of test code that calls sqlite_open and sqlite_query
> functions, and they throw errors:
>
> PHP Fatal error: Call to undefined function
Thanks guys, I do have php-pdo installed, but there must be something
else still missing.
I have a snippet of test code that calls sqlite_open and sqlite_query
functions, and they throw errors:
PHP Fatal error: Call to undefined function sqlite_open() in
/var/www/html/test/sqlite.php on line
> the mp3 plugin seems to be installed but audacious ( the
> freeworld-mp3-2.4.0-1.fc14.x86_64)
> doesn´t seem to recognize it . Can someone tell me what´s going wrong ?
The freeworld plugin comes from rpm-fusion, not from Fedora. You need to
enable the rpm-fusion repo and then do an update:
#
Greetings ,
After yesterdays updates audacious seems to have lost the mp3 plugin and
can no longer
play mp3 files . The version with the problem is
audacious-2.4.3-1.fc14.x86_64
audacious-plugins-freeworld-mp3-2.4.0-1.fc14.x86_64
audacious-plugins-2.4.3-1.fc14.pl1.x86_64
audacious-libs-2.4.3-1.f
Andrew Dietz wrote:
> but still, phpinfo(() tells me the sqlite modules are not configured to
> load:
>
> Configure Command './configure' (...) '--without-sqlite'
> '--disable-pdo' '--without-sqlite3' (...)
I saw Rahul replied just as soon as I did, but you already had it installed.
The confi
Andrew Dietz wrote:
> How does on enable sqlite in php without compiling php from scratch?
# yum install php-pdo
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproj
On 01/29/2011 01:52 AM, Andrew Dietz wrote:
> How does on enable sqlite in php without compiling php from scratch?
>
> I thought I had the packages needed for sqlite to work, namely:
>
> [root@h... ~]# rpm -qa | grep php
> php-pdo-5.3.5-1.fc14.x86_64
> php-cli-5.3.5-1.fc14.x86_64
> php-common-5.3.
Claude Jones writes:
> On 01/28/2011 09:11 AM, Ted Roche wrote:
>> A Google search for "SELinux for Mere Mortals" ought to give you a
>> couple places from which you can download it.
>
> I tried but gave up after a few pages. Hits were divided between
> newsgroup mirrors of the Fedora list with
How does on enable sqlite in php without compiling php from scratch?
I thought I had the packages needed for sqlite to work, namely:
[root@h... ~]# rpm -qa | grep php
php-pdo-5.3.5-1.fc14.x86_64
php-cli-5.3.5-1.fc14.x86_64
php-common-5.3.5-1.fc14.x86_64
php-5.3.5-1.fc14.x86_64
but still, phpinf
On 01/28/2011 09:11 AM, Ted Roche wrote:
> A Google search for "SELinux for Mere Mortals" ought to give you a
> couple places from which you can download it.
I tried but gave up after a few pages. Hits were divided between
newsgroup mirrors of the Fedora list with this discussion, and links to
t
On 01/28/2011 10:04 AM, Bob Goodwin wrote:
>
> I am plagued with the cryptic message:
>
> Printer "Brother-HL-5140": ";marker-supply-low".
>
>
> This seems to have begun recently, perhaps with the installation of
> F-14, I'm not certain? If I knew what it means I might be ab
On 01/28/2011 06:47 AM, Roberto Ragusa wrote:
> In this case the usual failure scenario is that someone sees a
> wrong time in the BIOS (UTC) and "corrects" it to the local time.
BTDTGTTS.
My desktop has Win98 on it, although I only boot into it once a year or
so. (There are one or two programs
On Fri, 2011-01-28 at 12:06 -0500, Bob Goodwin wrote:
> [[u'none'], [u';marker-supply-low-warning'], [u'none']]
OK, so it's been reported to CUPS that way, with a semi-colon. So, two
things:
1. Something, either the printer, the USB adapter, or the driver, is
reporting low ink
2. Whateve
On Thursday 27 January 2011 20:21:47 you wrote:
> Dear Anne,
> thanks for the reply
>
> On Thu, 27 Jan 2011, Anne Wilson wrote:
> > I've not had this problem in korganizer, but I have seen it with other
> > kontact modules. I find that the best thing is to killall kontact and
> > wait a few secon
On 01/27/2011 10:00 PM, Chris Smart wrote:
> On Fri, Jan 28, 2011 at 1:57 PM, Chris Smart
> wrote:
>> Don't forget your menus:
>> sudo yum localinstall --nogpgckeck \
>> desktop-integration/libreoffice3.3-redhat-menus-3.3-6.noarch.rpm
>>
> Gah, with "check" spelt right:
>
> sudo yum localinstall
On 28/01/11 11:46, Tim Waugh wrote:
python<<"EOF"
import cups
c=cups.Connection()
print [x['printer-state-reasons'] for x in c.getPrinters().values()]
EOF
I could not copy/paste that notice and had to manually copy it from
system-config-printer, but I assure you the s
On Fri, 2011-01-28 at 10:42 -0600, Aaron Konstam wrote:
> Periodically expunge does not work on some or all my folders when using
> evolution. Currently I can't expunge any deleted messages from Inbox or
> Junk. Expunge works on other folders which I created,
>
> In the past this condition went aw
On Fri, Jan 28, 2011 at 04:46:21PM +, Tim Waugh wrote:
> On Fri, 2011-01-28 at 11:04 -0500, Bob Goodwin wrote:
> > This seems to have begun recently, perhaps with the installation of
> > F-14, I'm not certain? If I knew what it means I might be able to
> > fix something, alternative
On Fri, 2011-01-28 at 11:04 -0500, Bob Goodwin wrote:
> This seems to have begun recently, perhaps with the installation of
> F-14, I'm not certain? If I knew what it means I might be able to
> fix something, alternatively how to eliminate it if I can't satisfy
> whatever it's objec
Periodically expunge does not work on some or all my folders when using
evolution. Currently I can't expunge any deleted messages from Inbox or
Junk. Expunge works on other folders which I created,
In the past this condition went away after a while.
Does this happen to anyone else and do you kno
On 01/27/2011 10:00 PM, Chris Smart wrote:
> On Fri, Jan 28, 2011 at 1:57 PM, Chris Smart
> wrote:
>> Don't forget your menus:
>> sudo yum localinstall --nogpgckeck \
>> desktop-integration/libreoffice3.3-redhat-menus-3.3-6.noarch.rpm
>>
> Gah, with "check" spelt right:
>
> sudo yum localinstall
On 1/28/2011 11:04 AM, Bob Goodwin wrote:
>
> I am plagued with the cryptic message:
>
> Printer "Brother-HL-5140": ";marker-supply-low".
>
>
> This seems to have begun recently, perhaps with the installation of
> F-14, I'm not certain? If I knew what it means I might be abl
On Fri, 2011-01-28 at 11:04 -0500, Bob Goodwin wrote:
> I am plagued with the cryptic message:
>
> Printer "Brother-HL-5140": ";marker-supply-low".
>
>
> This seems to have begun recently, perhaps with the installation of
> F-14, I'm not certain? If I knew what it means I might
On Friday 28 January 2011 04:37 PM, Jorge Fábregas wrote:
> On 01/28/2011 01:11 AM, Jatin K wrote:
>> um target prot opt source destination
>> 2DNAT all -- 0.0.0.0/0192.168.131.133 tcp dpt:80
>>to:192.168.131.131:80
> This line doesn't look right.
I am plagued with the cryptic message:
Printer "Brother-HL-5140": ";marker-supply-low".
This seems to have begun recently, perhaps with the installation of
F-14, I'm not certain? If I knew what it means I might be able to
fix something, alternatively how to eliminate it
On Friday 28 January 2011 07:42 PM, Tim wrote:
> On Fri, 2011-01-28 at 15:31 +0530, Jatin K wrote:
>> yes it is
> Is there a device ahead of this that is firewalling?
yes there is a linksys ADSL router ( with basic firewall with only
port 80 is maped to internal port 80 )
> Because if you're
On Fri, Jan 28, 2011 at 3:47 PM, Roberto Ragusa wrote:
> Try the registry switch to let Windows run the hw clock in UTC mode,
> as suggested by someone else.
> Never tried if it really works. But at least it will leave your
> hw clock alone and Linux will never be affected.
>
I have used it with
kellyremo zoho.com> writes:
> ...
> Goal: if theres no internet connection, then the oneliner must loop until
> there is internet connection. if theres internet connection the oneliner
> ends.what am i missing?
> ...
Test:
1. there is internet connection to both
$ TORF=true; while $TORF; do p
On 01/27/2011 07:58 PM, Rick Stevens wrote:
> IIRC, Windows forces the hardware clock to the local time. If you
> intend to dual-boot between Winblows and Linux, uncheck the "System
> clock uses UTC" button in system-config-date "Time Zone" tab and adjust
> your clock again to make sure it's righ
On Thu, 2011-01-27 at 23:10 +0100, Walter Cazzola wrote:
> just to add something to my problem, this affect only my user, from
> root korganizer starts like a charm.
General note:
When debugging, create another ordinary user account to test things. Do
not simply become root, and start debugging
On Fri, 2011-01-28 at 15:31 +0530, Jatin K wrote:
> yes it is
Is there a device ahead of this that is firewalling?
Because if you're providing a website accessible to the public, there's
no doubt that someone will try to hack you.
If you were doing what was discussed earlier on (putting in acces
On Fri, Jan 28, 2011 at 8:48 AM, Claude Jones
wrote:
> On Saturday, January 22, 2011, Thomas Cameron wrote:
>
>> See the SELinux for Mere Mortals presentation Dan Walsh and I
>
>> did at https://access.redhat.com/knowledge/videos/
>
> appears to be for Redhat customers only and requires a login
>
On Saturday, January 22, 2011, Thomas Cameron wrote:
> See the SELinux for Mere Mortals presentation Dan Walsh and I
> did at https://access.redhat.com/knowledge/videos/
appears to be for Redhat customers only and requires a login
--
Claude Jones
Brunswick, MD, USA
--
users mailing list
users@
On 01/28/2011 11:28 AM, kellyremo wrote:
>
> http://pastebin.com/raw.php?i=rykHdvBh
>
> bix.hu and www.yahoo.com are "pingable" test sites.
> 127.0.0.1 could not be pinged [firewall drops all icmp]
>
> i have a "oneliner" that echoes if theres "internet connection or no".
> $ ping -W 1 -c 2 bix.
http://pastebin.com/raw.php?i=rykHdvBh
bix.hu and www.yahoo.com are "pingable" test sites.
127.0.0.1 could not be pinged [firewall drops all icmp]
i have a "oneliner" that echoes if theres "internet connection or no".
$ ping -W 1 -c 2 bix.hu >& /dev/null && ping -W 1 -c 2
www.yahoo.com >& /dev/
On 01/28/2011 01:11 AM, Jatin K wrote:
> um target prot opt source destination
> 2DNAT all -- 0.0.0.0/0192.168.131.133 tcp dpt:80
> to:192.168.131.131:80
This line doesn't look right. Is it doing DNAT For the host
192.168.131.133 (converting it to
On Thu, Jan 27, 2011 at 8:01 AM, valent.turko...@gmail.com
wrote:
> 2011/1/26 Máirín Duffy :
>> Hi Valent,
>>
>> On Wed, 2011-01-26 at 13:03 +0100, valent.turko...@gmail.com wrote:
>>> Hi galls and guys,
>>> I saw that there are no up to date instuctions for getting Blender
>>> 2.56 running on Fed
On Friday 28 January 2011 02:00 PM, Tim wrote:
> On Fri, 2011-01-28 at 10:41 +0530, Jatin K wrote:
>> I've got it working and it works like anything ...
>>
>> This[1] is the output of command service iptables status
>>
>>
>> -[1]--
>>
On Fri, 2011-01-28 at 10:41 +0530, Jatin K wrote:
> I've got it working and it works like anything ...
>
> This[1] is the output of command service iptables status
>
>
> -[1]--
>
> Table: nat
> Chain PREROUTING (policy ACCEPT)
>
Petrus de Calguarium:
>>> Windows changed the system clock from UTC to local time, so fedora
>>> needed to do a complete relabelling before I could finally boot up
>>> again.
Tim:
>> I can't see why that was necessary.
Petrus de Calguarium:
> I've experienced it before. It says something like the
On 01/28/2011 05:45 AM, mattias wrote:
> If i have a fedora 13 iso dvd image Can I use the iso as an yum repo?
> I no I can use a physical cd
you can mount and iso image as a 'loop device' and access files same
as if using a burned cd/dvd.
see;
http://www.cyberciti.biz/tips/how-to-mount-iso-i
59 matches
Mail list logo