On 07/08/2010 03:04 AM, Michael D. Setzer II wrote:
> I installed Fedora 13 from the live CD and have found many packages
> missing that would be installed with the normal process from the DVD
> images.
>
> Normally, I do use the DVD and do a preupgrade on one test machine and a
> clean install on
On 11/17/2010 12:57 AM, JD wrote:
> When I unpacked the rpm source package
> x264-0.0.0-0.28.20100706gitd058f37.fc14.src.rpm
> I found that it contains
> mplayer-export-2010-07-03.tar.bz2
>
> So, my question is how is
> mplayer-export-2010-07-03.tar.bz2
> different to
> mplayer-2010-07-03.tar.bz2 (
On 01/15/2010 08:55 AM, Armelius Cameron wrote:
> On Thursday 14 January 2010 21:44:54 Tom Horsley wrote:
>
>> On Thu, 14 Jan 2010 18:11:51 -0700
>>
>> r...@dwf.com wrote:
>>
>>> What are the 3 progress bars during a Fedora Boot Telling me?
>>>
>> Absolutely nothing: That's why I
On 07/11/2010 01:45 AM, H.S. wrote:
>
> I have installed Fedora 13 now, the first login and updates are next.
When I wrote that, I was not thinking properly. The beauty of net
install is that the packages are downloaded from the repository and the
most recent ones are installed. So after instal
On 07/11/2010 11:10 AM, JD wrote:
>On 07/11/2010 08:04 AM, H. S. wrote:
>> On 07/11/2010 01:45 AM, H.S. wrote:
>> When I use the "askmethod" option, the installer wants me to enter the
>> full URL of the Fedora repository. Can it not show me a list of mirrors
On 07/11/2010 03:46 PM, JD wrote:
>On 07/11/2010 12:03 PM, Henry Wyatt wrote:
>> Need link or instructions on how to install from HDD.
>>
>
> I had tried to do "upgrade" so that I would not lose my home dir.
And this is one of the main reasons I always keep my home directory on a
separate pa
hi Patrick -
I had success tethering the iPhone using blueman-1.21-2.fc12... I use
wicd for my network connections so i switched to the ethernet once
connected...
I never tested it with networkmanager and nm-applet but the bluetooth
connection should become available once you are tethered...
hi -
do we support pushing mail to mobile devices vs. using tradition fetch?
any documentation someone can point me to? some best solutions,
practices, experiences with packages would be a great starting point for
me...
cheers
paul
--
users mailing list
users@lists.fedoraproject.org
To unsub
I was wondering if someone could provide me with some pointers on
fixing a rather odd problem I am having. I updated from Fedora 14 to
Fedora 15 -- clean install but carried over my home directory.
USB drives formatted as FAT32, ext3 automount fine under GNOME but
NTFS formatted drives don't. I ha
I think you can use acl to add this user to the attribute of the file of
audit.log
2011/6/12 Andre Speelmans
> > Surely I can. I just thought there should be the other way. Say, thru
> > sudo. Well, it seems that changing file attributes is the only way
> > here.
>
> Add this to the Cmnd_alias:
Hello,everybody.
There is no packages about mod_jk-ap20 in our fedora rpm packages.How can I
connect apache with tomcat,using http_proxy ,ajp_proxy or something
else?Which method is the best way to use it?
When i start tomcat6 with command "service tomcat6 start " or "run_init
service tomcat6 sta
uh what's this bottom-posting activity? if i build a barbed-wire
fence, should I use bottom-posting? and what should I change of my
toiletries? sign of the times, i suppose. take back this G-Mail; take
back Joe Piscapo-- give 'em all some place to go.
greasemonkey hmph!
oh-- is this an op
Good morning!! :)
I hope that i can find a solution to my questions:
I'm new to Fedora, but it seems it would be the "best" distro for Desktop use.
I already installed it, 256 MByte for /boot, and put all the rest in an
encrypted LVM. [LV: swap, /root, /tmp]
Good evening list! :)
I'm searching for two answers regarding two questions. [and there are two
"P.S."'s]
Q1: How can i list all the avai
r 8, 2010, 6:58 PM
On Wed, Dec 8, 2010 at 12:47 PM, S Mathias wrote:
Good evening list! :)
I'm searching for two answers regarding two questions. [and there are two
"P.S."'s]
---
Thank you! That worked :))
--- On Wed, 12/8/10, Lamar Owen wrote:
From: Lamar Owen
Subject: Re: VirtualBox on Fedora 14
To: "Community support for Fedora users"
Date: Wednesday, December 8, 2010, 7:44 PM
On Wednesday, December 08, 2010 02:30:19 pm S Mathias wrote:
> !! ->
I got a file from a friend:
asfd.apxl
it's some kind of xml
with what could i open this file under Fedora 14?
Thank you for any tips!
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/us
Congratulations!
--- On Fri, 12/10/10, Michael Schwendt wrote:
From: Michael Schwendt
Subject: Re: apxl file under Fedora?
To: users@lists.fedoraproject.org
Date: Friday, December 10, 2010, 1:11 PM
On Fri, 10 Dec 2010 04:02:10 -0800 (PST), S wrote:
> I got a file from a fri
, it just checks the folder in "SERVER A" and "SERVER B". if a
file/folder has been added/removed/modified in the "SERVER A"'s folder, then it
copies/removes it/them to "SERVER B"'s folder.
please help!
Thank you in advance! [for any links, howtos
is there any way under Fedora to import certs to Firefox from the terminal?
theres a website [using https] with a self-signed certificate, and i'm just
wondering, how could someone "set it throu ssh" [on the clients], so that the
"This Connection is Untrusted" sign doesn't appear on the clients
It's ok, that i can use this, when i want an incrementing sequence, in a given
way:
# {START..END..INCREMENT}
$ for i in {0..10..2}; do echo "Welcome $i times"; done
Welcome 0 times
Welcome 2 times
Welcome 4 times
Welcome 6 times
Welcome 8 times
Welcome 10 times
$
but what's the "magic" for this
1, 2010, 4:50 PM
On 11 December 2010 14:34, S Mathias wrote:
but what's the "magic" for this? :
$ MAGIC; do echo "Welcome $i times"; done
Welcome 0 times
Welcome 1 times
Welcome 4 times
Welcome 5 times
Welcome 8 times
Welcome 9 times
$
for i in 0 1 4 5 8 9; do ...
I have a small, simple firewall "script": http://pastebin.com/raw.php?i=NChRyqVu
Can I ask the mailing list, that look at it for a few moments, and sort out
the:
- unnecessary things in it [if it contains any, like are there solutions for
write multiple destination ip's in one line?]
- missi
i can use "natively" openssl for anonymous chat:
# Chat:
# server side:
openssl req -x509 -nodes -days 365 -newkey rsa:8192 -keyout mycert.pem -out
mycert.pem
# server side - generate a self-signed cert.
openssl s_server -accept 52310 -cert mycert.pem
# client side - "127.0.0.1" is the IP of
i just wanted to install a local caching dns name server:
yum -y install caching-nameserver
but it can't start, because SELinux is preventing it:
http://pastebin.com/raw.php?i=V9GK49mJ
I already tried:
touch /.autorelabel
reboot
but it still doesn't starts :\ problems the same.
theres a "fi
"You can ignore
this avc."
:O And how can i start the caching-nameserver, if i want to disable ipv6?
thank you
--- On Mon, 12/13/10, Daniel J Walsh wrote:
From: Daniel J Walsh
Subject: Re: caching-nameserver SELinux
To: "Community support for Fedora users"
Cc: "
lsb_release -a
LSB Version: :core-4.0-ia32:core-4.0-noarch
Distributor ID: Fedora
Description: Fedora release 14 (Laughlin)
Release: 14
Codename: Laughlin
1) where does a local caching-nameserver get's it's information, about dns?
cat /etc/resolv.conf
nameserver 127.0.0.1
nameserve
uname -a
Linux a 2.6.35.9-64.fc14.i686.PAE #1 SMP Fri Dec 3 12:28:00 UTC 2010 i686 i686
i386 GNU/Linux
lsb_release -a
LSB Version::core-4.0-ia32:core-4.0-noarch
Distributor ID: Fedora
Description:Fedora release 14 (Laughlin)
Release:14
Codename: Laughlin
i:
yum -y insta
export UAEDITOR=vim
export EDITOR=vim
export VISUAL=vim
doesn't work!
How?
when i use mc, and press F4, it doesn't bring up vim :(
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
G
I updated my firewall script [only for a usually home desktop pc, Fedora 14]
1) Does this really gives protection against syn attacks?:
http://www.webhostingtalk.com/showpost.php?s=9bc3d4f0da424f10c6ad08f572d3ebf0&p=2784813&postcount=1
2) how can i flush all the iptables rule/policy to
Google Chrome Terms of Service(Google Chrome executable), BSD (source code and
Chromium executable except chromium 5 beta),BSD License with proprietary parts
(source code and chromium 5 beta executable, as it integrates Adobe Flash
Player 10.1[1])[2]
http://en.wikipedia.org/wiki/Google_Chrome
in
On Fri, Dec 10, 2010 at 1:54 PM, William Henry wrote:
>
> I had bought the (expensive) Linux Format mag. while on a trip recently for
> an article comparing Fedora and ubuntu. I managed to track > down a version
> of a Linux Format mag article (ubuntu vs fedora) that doesn't require a
> subscri
ng to do what was mentioned in the $subject:
echo -e '#!/bin/bash\n\nmacchanger -r eth0\nmacchanger -r wlan0' >
/etc/rc.d/init.d/macchanger
ln -s /etc/rc.d/init.d/macchanger /etc/rc.d/rc5.d/S22macchanger
chmod +x /etc/rc.d/init.d/macchanger
S23 is the network manager, and i'm
So theres no solution for this :O :\
--- On Sat, 12/18/10, S Mathias wrote:
> From: S Mathias
> Subject: Change m...@every boot
> To: users@lists.fedoraproject.org
> Date: Saturday, December 18, 2010, 12:29 PM
> lsb_release -a
> LSB Version:
> :core-4.0-ia32:core-4.0-no
after i:
yum install privoxy
chkconfig --level 5 privoxy on
and
yum -y install caching-nameserver
chkconfig --level 5 named on
rebooted:
http://img217.imageshack.us/img217/3205/selinux.png
how can i disable this 2 selinux warning, that appears at every boot?
thank you, and sorry for the qu
http://help.godaddy.com/article/1054
"# Set up SSL protection on your website."
is it an inescapable requirement to have a dedicated [not fix] ip address, when
i want to use ssl on my domain?
thank you
happy Christmas! :)
--
users mailing list
users@lists.fedoraproject.org
To unsubsc
Two questions that was not always clear for me [sorry for posting to this list
:\]:
##
Q1) when cabling, is the color order important? like:
straight cabling:
A side: white-orange, orange, white-green, b
A few questions regarding Fedora:
1) Is there any method to customize a Fedora Install iso?
i download from fedoraproject.org -> i do some "magic" to the iso -> custom iso
done, installable
i'm thinking about like this:
htt
2) is solved! :D [ yum install gconf-editor ]
--- On Sun, 12/26/10, S Mathias wrote:
> From: S Mathias
> Subject: 4 questions Regarding Fedora 14
> To: users@lists.fedoraproject.org
> Date: Sunday, December 26, 2010, 11:25 AM
> A few questions r
Are there any active project about it?
like:
http://www.camrdale.org/apt-p2p/
for Debian.
Why doesn't it have viability? Why does it have?
What are the security issues regarding it?
e.g.:
No port forwarding is needed in p2p (no need for open ports [? fixme]):
http://samy.pl/pwnat/ - these ki
$ true && true || echo hi
$ true && false || echo hi
hi
$ false && true || echo hi
hi
$ false && false || echo hi
hi
$ ping -W 1 -c 4 google.com >& /dev/null | grep -q "100% packet loss" && ping
-W 1 -c 4 www.yahoo.com >& /dev/null | grep -q "100% packet loss" || echo "no
internet connection"
no
theoretically there are Unique Local Addresses (ULAs)
http://www.ripe.net/ipv6-address-types/
but i think when ipv6 will be widely used [don't know when:D we got about: 49
days? hmmm... - https://ipv6.he.net/statistics/ ] "they" want that, that every
computer must have a public ipv6 address, so
perfect! thank you Oliver Grawert! :) made my day :) it's working! :
ping -W 1 -c 4 google.com >& /dev/null && ping -W 1 -c 4 www.yahoo.com >&
/dev/null || echo "no internet connection"
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
have you ever tried on other frequency - channel?
--- On Mon, 12/27/10, Peter Boy wrote:
> From: Peter Boy
> Subject: Re: 2 Ethernet cabling question
> To: "Community support for Fedora users"
> Date: Monday, December 27, 2010, 2:09 AM
> Hi,
>
> there seem to be cable experts here so I beg yo
I can see, that theres a program that keeps sending packets on port 25:
Dec 27 14:11:46 a kernel: [ 6336.992320] O_D_LOG: IN= OUT=lo SRC=127.0.0.1
DST=127.0.0.1 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=61533 DF PROTO=TCP SPT=37263
DPT=25 WINDOW=32792 RES=0x00 SYN URGP=0
Dec 27 14:12:01 a kernel: [ 6
Are there any programs blocking ip, and has frequently updated lists, like the
peerguardian on windows?
sorry for the question, but i looking for this kind of application :O
Thank you, and a happy christmas!
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change s
http://research.microsoft.com/en-us/downloads/754fee75-c5a0-4542-bf9b-47f236c0a90b/default.aspx
Any comments?
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedor
I just can't google for it:
I'm searching for a "bash" "one liner" (awk, perl, or anything) for this:
there are text files, in several directories:
mkdir one
mkdir two
mkdir three
echo "word1 word2 word3" > one/asf.txt
echo "word2 word4, word5" > one/asfcxv saf.txt
echo "word1. word2" > one/d
I use the
KB SSL Enforcer
https://chrome.google.com/extensions/detail/flcpelgcagfhfoegekianiofphddckof?hl=en
so i could browse the net safer [i mean webserver <-> me] with using https, if
available.
The problem is: e.g.: facebook...
if i go to
https://www.facebook.com/
that's ok, it's https.
$ ASDF=hello; a=0; a=$(( 70 - $(echo $ASDF | awk '{print length}') )); echo "$a
$ASDF"$(for i in {1..$a}; do printf "."; done)
65 hello.
$
Why doesn't it print:
65 hello.
What am i missing?
--
users mailing list
users@
cat asdf.txt
bla-bla
bla-bla
bla[XYZ]
importantthing
another important thing
[/XYZ]
bla-bla
bla-bla
[XYZ]
yet another thing
hello!
[/XYZ]
bla-bla
etc.
$ SOMEPERLMAGIC asdf.txt > output.txt
$ cat output.txt
importantthing
another important thing
yet another thing
hello!
how can i sovle this questi
soruce code of the html file:
http://img443.imageshack.us/img443/6448/sourcey.png
it looks like this in the realiy:
http://img443.imageshack.us/img443/6448/sourcey.png
WHY?
if i put it in "< pre >", then it's good.
but if it isn't in "< pre >" then the lines ends are random. why dont they end
i
http://en.wikipedia.org/wiki/LibreOffice
since OpenOffice on a regular Fedora 14 _always_ freezees (when want to do
something in the menu, it's useless..)
What's the most "offical" way [howtos/links/tips] to install LibreOffice on
Fedora 14/i386?
Thank you!
--
users mailing list
user
$ echo ${PWD##*/}
somefolder
$ if "${PWD##*/}" -eq "asdf" > /dev/null; then echo "this is the asdf folder";
else exit 1; fi
bash: notthatfolder: command not found...
this is the asdf folder
$
So i just want to check that i'm in an exact folder. e.g.: "asdf"
What's wrong with my one-liner?
I j
find duplicate filenames in a folder
find | perl -ne 's!([^/]+)$!lc $1!e; print if 1 == $seen{$_}++'
find duplicate filenames in a folder recursively
? how?
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription opti
support for Fedora users"
> Date: Wednesday, January 5, 2011, 2:39 PM
> On Wed, 2011-01-05 at 02:28 -0800, S
> Mathias wrote:
> > $ echo ${PWD##*/}
> > somefolder
> > $ if "${PWD##*/}" -eq "asdf" > /dev/null; then echo
> "this is
When i install my laptop, i always encrypt all my HDD, except the "/boot",
because the GRUB shipped with Fedora 14 won't boot from "/boot" if it's
encrypted.
Does anybody know, when will Fedora support the "full encryption"? - When will
it support booting from an encrypted "/boot" too?
Thank y
Ok. It's a Firefox Add-on:
https://www.eff.org/https-everywhere
Questions:
1) But: Why can't i find it on the offical Firefox Add-ons site?:
https://addons.mozilla.org/en-US/firefox/
2) Did anyone audited the "HTTPS Everywhere" code?
3) Can someone trust this Add-on? Is it safe to install/use
Are there any "mspaint"-like programs for Fedora 14?
$ yum list | grep -i kolour
$
Thank you!
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/w
I'm using Google Chrome on Fedora 14:
$ lsb_release -a
LSB Version: :core-4.0-ia32:core-4.0-noarch
Distributor ID: Fedora
Description: Fedora release 14 (Laughlin)
Release: 14
Codename: Laughlin
$ yum list | grep -i chrome | head -1
google-chrome-stable.i386 8.0.552.237-70801 @google-chrome
$
wit
i didn't knew about yumex, thank you!
--- On Wed, 1/19/11, Carroll Grigsby wrote:
> From: Carroll Grigsby
> Subject: Re: Kolourpaint - like app for Fedora
> To: users@lists.fedoraproject.org
> Date: Wednesday, January 19, 2011, 3:01 PM
> On Wed, 19 Jan 2011 03:32:17 -0800
my /tmp is too small [when i want to use "convert"]. how can i set imagemagick,
to use an other tmp folder, what has enough space?
thank you!
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listin
http://pastebin.com/raw.php?i=MwDnhknf
$ ls -Sl
total 461252
-rw-rw-r--. 1 g g 111709730 Jan 22 11:06 linux-2.6.37.zip
-rw-rw-r--. 1 g g 93174605 Jan 22 11:03 linux-2.6.37.tar.gz
-rw-rw-r--. 1 g g 73552510 Jan 22 11:10 linux-2.6.37.tar.bz2
-rw-rw-r--. 1 g g 66333786 Jan 22 11:16 linux-2.6.37.7z
wow...
http://pastebin.com/raw.php?i=ihLLHyiT
$ time 7z a -mx=9 linux-2.6.37.tar.7z linux-2.6.37.tar; echo; time xz -9 -z
linux-2.6.37.tar; echo; ls -lS
7-Zip 9.13 beta Copyright (c) 1999-2010 Igor Pavlov 2010-04-15
p7zip Version 9.13 (locale=en_US.utf8,Utf16=on,HugeFiles=on,2 CPUs)
Scanning
I would like to convert a Fedora 14 64-bit to a RAID1 array on Intel ICH7R.
Тhe RAID1 array has a XP partition and several partitions for Fedora 14 and
data.
Originally when Fedora 14 was installed on a single drive it was partitioned
with a primary /boot and a primary LVM partition with / and /ho
On Sat, Apr 16, 2016 at 6:56 AM, Tim wrote:
> The chief step being to post to this list using an address that's inbox
> auto-deletes everything without a special password, and to receive
> messages using a second address that isn't publicly exposed on this
> list. Long, long, ago, I found that po
way.
/Martin S
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Possibly, at the last attempt I actually did get grub installed.
/Martin S
Från: Terry Polzin [mailto:foxec...@gmail.com]
Skickat: den 6 december 2016 17:40
Till: Community support for Fedora users
Ämne: Re: Installing F25
It sounds to me as if the /boot on /dev/sda1 didn
I am trying to setup Tor and Polipo as an anonymousing service on my
laptop, and while Tor starts as a service polipo times out.
-- Logs begin at Wed 2013-08-14 19:00:50 CEST, end at Sat
2013-08-17 09:47:33 CEST. --
Aug 17 09:45:56 dragon yum[8051]: Installed:
vidalia-0.2.20-2.fc19.x86_64
Aug 1
On Saturday, August 17, 2013 09:57:43 AM Martin S wrote:
> I am trying to setup Tor and Polipo as an anonymousing service on my
> laptop, and while Tor starts as a service polipo times out.
I've been googling for a good part of yesterday, and can't find a solution.
I fou
On Sunday, August 18, 2013 12:15:20 PM Ed Greshko wrote:
> On 08/18/13 11:54, Martin S wrote:
> > On Saturday, August 17, 2013 09:57:43 AM Martin S wrote:
> >> I am trying to setup Tor and Polipo as an anonymousing service
on my
> >> laptop, and while Tor starts as
On Sunday, August 18, 2013 01:14:53 PM Ed Greshko wrote:
> On 08/18/13 13:02, Martin S wrote:
> > Hmm, weird. I can make it start but not as a service. If I manually start
> > Polipo it actually does. Or, at least it did when I tried that earlier.
> > This is on a newly
On Sunday, August 18, 2013 01:43:36 PM Ed Greshko wrote:
> But, the man page has... By default, Polipo listens on TCP port 8123 ...
> and that what mine is using.
>
> Maybe check your configuration? Try using the supplied default config file?
Of course, now it actually starts. I must have som
tter so we can act on stuff posted there.
Any suggestions of some piece of software for either Thunderbird or Linux
in general?
Regards,
Martin S
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fed
Patrick Lists:
> On 08/20/2013 09:42 AM, Martin S wrote:
>> After the "recent" changes to Twitter API "half" of the Linux twitter
>> clients died horribly (can't log in) as they don't seem to support the
>> 1.1 API.
>> I wouldn&
Patrick Lists:
> On 08/20/2013 05:58 PM, Martin S wrote:
>> Patrick Lists:
>>> On 08/20/2013 09:42 AM, Martin S wrote:
>>>> After the "recent" changes to Twitter API "half" of the Linux twitter
>>>> clients died horribly (can
d, so it seems the directory/file isn't read at boot
time?
Where should that file be place to be run at startup?
/Martin S
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code
On Thursday, August 22, 2013 01:55:26 PM Joe Zeff wrote:
> On 08/22/2013 01:18 PM, Martin S wrote:
> > Where should that file be place to be run at startup?
>
> My guess (and it's only that) is that you should create
> gpg-agent.service and enable it. Either that, or
On Thursday, August 22, 2013 05:16:57 PM Raman Gupta wrote:
> On 08/22/2013 04:18 PM, Martin S wrote:
> > As I understand it the file gpg-agent-startup.sh should be placed in
> > /etc/kde/env and made executable for the gpg-agent to start att boot time?
> > Agent is also en
On Thursday, August 22, 2013 11:58:29 PM Raman Gupta wrote:
> On 08/22/2013 11:48 PM, Martin S wrote:
> > On Thursday, August 22, 2013 05:16:57 PM Raman Gupta wrote:
> >> On 08/22/2013 04:18 PM, Martin S wrote:
> >>> As I understand it the file gpg-agent-startup.sh
On Friday, August 23, 2013 01:00:35 AM Raman Gupta wrote:
> On 08/23/2013 12:50 AM, Martin S wrote:
> > I get this too, but one issue remains.
> > Does the value GPGKEYS take 2 keys? I tried seperating the with " " and
> > ","
> > and both fails. As
Thanks for your examples.
What now confuses me no end, is that KMail and GPG "works" as is.
What I've basically done is installing everything, first setting it up on
Thunderbird/Enigmail, and then configuring the pieces for KMail to find my keys
and so on.
All how-to's I've read mentions setti
data project]$ ls
ls: reading directory .: Input/output error
[mskjoldebrand@dragon K3b data project]$ sudo tail -s 3 -f /var/log/messages
Aug 24 09:48:11 dragon kernel: [11573.619129] iso9660: Corrupted directory
entry in block 0 of inode 53504
Can something be done?
/M
--
users mailing list
On Saturday, August 24, 2013 04:35:36 AM g wrote:
> On 08/24/2013 03:03 AM, Ed Greshko wrote:
> > On 08/24/13 15:52, Martin S wrote:
> >> I have a set of DVDs - about 6 years old - I wanted to check out what was
> >> on them. All but 1-2 produce input/output erros and c
On Saturday, August 24, 2013 03:17:10 PM Doug wrote:
> On 08/24/2013 03:52 AM, Martin S wrote:
> > I have a set of DVDs - about 6 years old - I wanted to check out what was
> > on them. All but 1-2 produce input/output erros and can't be read.
> > I opened them on my w
On Sunday, August 25, 2013 03:41:24 PM g wrote:
> On 08/25/2013 03:04 PM, Mateusz Marzantowicz wrote:
> <>
>
> > I don't think you understood my comment correctly. OP is writing about
> > some "mysterious" kernel module and I just pointed him to module's
> > source code. I'm not posting any proofs
On Tuesday, August 27, 2013 12:32:50 PM Tim wrote:
> Allegedly, on or about 26 August 2013, g sent:
> > showing our age, are we not. ;=)
>
> No point acquiring it if you can't show it off... ;-)
>
> Though, in my defence, I'll say that I didn't get to see them the first
> time around.
Dr Who is
On Friday, August 30, 2013 05:23:36 PM Suvayu Ali wrote:
> > > (My wife uses the following trick on Windows: copy-paste text into
> AFAIK LO calls it paste special (under the Edit menu, Ctrl + Shift + v).
As does MS Office under Windows.
/M.
--
users mailing list
users@lists.fedoraproject.or
does it usually take for repos to catch up with releases?
Just recently it was announced that Choqok 1.4 contains
"Support for Twitter API v1.1 (Thanks to Daniel Kreuter for
his effort on it)"
Currently what is in the repo is 1.3, therefore the question.
Just curious.
/M.
--
users mailing li
On Thursday, September 05, 2013 01:08:50 AM Fernando Cassia wrote:
Hi there,
This is a probably stupid question, but I never checked what strategy yum uses.
If I do "yum install firefox" on a freshly installed F19 system, and the
initial version of
FIrefox on F19 (the one shipped on the Liv
On Thursday, September 05, 2013 05:45:49 AM Fernando Cassia wrote:
On Thu, Sep 5, 2013 at 5:15 AM, Reindl Harald wrote:
irrelevant,
Not irrelevant, I was responding to Martin's comment that said "as it would
report 21.0
already installed". I wanted for Martin to understand I asked fo
On Monday, September 09, 2013 12:47:11 PM Richard Vickery wrote:
> > A friend from SFU suggested that it might be an x11 config problem
> > because everytime I boot up I clearly see the BIOS information.
>
> so, the next question is how do I configure the x11?
Back when I had to I could run the
I'm trying to set up Joomla on my laptop to play around with a site I'm
planning. However SELinux seems to block write access for the installation
routine to the direcotry /var/www/html and none of the solutions I've found by
googling to allow SELinux httpd write access seems to work (installati
It's a default installation of AMP on Fedora.
So the user you are refering to is? Apache?
2013/9/13 Karol
> Did you gave write, and read access to user?
>
> Sent from my iPhone
>
> > On 13 Sep 2013, at 06:54 am, Martin S wrote:
> >
> > I'm trying to s
https://admin.fedoraproject.**org/mailman/listinfo/users<https://admin.fedoraproject.org/mailman/listinfo/users>
> Fedora Code of Conduct:
> http://fedoraproject.org/code-**of-conduct<http://fedoraproject.org/code-of-conduct>
> Guidelines:
> http://fedoraproject.org/wiki/**Mailing_lis
var/www/http
>
> Sent from my iPhone
>
> On 13 Sep 2013, at 08:50 am, Martin S wrote:
>
> Aye should have mentioned I've tried the solution that is given in the SEL
> popup, but doesn't help.
> I'll try to change the permissions as in your suggestion when I hav
On Friday, September 13, 2013 08:18:03 PM Roger wrote:
Yes, to use localhost an username it has to be the usernameto use localhost as
root
then root is ok.That's why I suggested chown root:username so both owner and
group
have ownership.Roger
I belive I changed it to that, I'll check when I
On Sunday, September 15, 2013 11:18:51 AM Roger wrote:
> Ok I've been doing some experimenting with set up Drupalwise,
>
> If I download the file to /Downloads, cd /user then mkdir drupal,
> extract from /Downloads to /user/drupal/ all as user, I get correct
> ownerships and permissions.
> Then s
On Saturday, September 14, 2013 05:01:31 PM Mikkel L. Ellertson wrote:
> I think he may want to use EHLO foo.bar.com instead of "HELO
> foo.bar.com" to see the security options.
I use Ehlo (instead of hello) in chat in my online game. No one has yet caught
the nerdy part.
/M.
--
users mailing
On Sunday, September 15, 2013 09:37:42 PM Roger wrote:
> On 09/15/2013 07:40 PM, Martin S wrote:
> >> An answer to this may also solve the original poster's Joolma
> >> installation situation.
> >
> > I've tried installing joomla in my own directory an
1 - 100 of 503 matches
Mail list logo