ruby 1.9

2011-06-22 Thread admin lewis
Hi,
I need of ruby 1.9 while f15 has only ruby 1.8.. is there any repo
where I can do the upgrade ?
thanks for any helpfull hint..
lewis


-- 
my blog - http://predellino.blogspot.com/
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: ruby 1.9

2011-06-23 Thread admin lewis
2011/6/22 Ted Roche :
> On Wed, Jun 22, 2011 at 1:04 PM, admin lewis  wrote:
>> Hi,
>> I need of ruby 1.9 while f15 has only ruby 1.8.. is there any repo
>> where I can do the upgrade ?
>> thanks for any helpfull hint..
>> lewis
>>
>
> Many of my friends doing Ruby development use RVM, the Ruby Version
> Manager, to maintain several different side-by-side versions of Ruby
> and switch between them (and manage their associated gemsets). You can
> find RVM at: https://rvm.beginrescueend.com/
>

Thanks Ted, it works very well :-)

> --
> Ted Roche
> Ted Roche & Associates, LLC
> http://www.tedroche.com

bye lewis

-- 
my blog - http://predellino.blogspot.com/
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


F15 lot's of bugs on gnome ?

2011-06-28 Thread admin lewis
Hi,
I've upgraded from f14 to f15 by preupgrade. It was been easy and
without problems. Now I have this new gnome 3 desktop environment
that's seems usable and maybe comfortable..
But... there is a little but.. It is very buggy... for example I cant
add any printers.. I cant do right-click->properties on any
folders/files (the window freezes)... once I had big squares on
activity space.. and today a kernel crash..
These problems are common to you too ?
Bye
Lewis

-- 
my blog - http://predellino.blogspot.com/
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


kernel bug

2011-07-15 Thread admin lewis
Hi,
where I have to post for a kernel bug ?
thanks lewis.


-- 
my blog - http://predellino.blogspot.com/
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Does encrypted SWAP support suspend-to-disk?

2011-07-21 Thread admin lewis
2011/7/21 yudi v :
> I am planning on installing Fedora with LUKS over LVM as follows:
>
> sda1   ntfs
> sda2   /boot  ext
> sda3 - PV and VG
> - lv_swap  swap  (encrypted LV)
> -lv_root    / ext4 (encrypted LV)
> -lv_home /home ext4 ( (encrypted LV))
> -rest unassigned - I will assign and encrypt as the need arises.
> sda4 extended
> sda5  vfat
>  Is it suspend-to-disk supported? I cannot find any documentation except for
> this 2007 article in redhat magazine, is it still valid.
>  http://magazine.redhat.com/2007/01/18/disk-encryption-in-fedora-past-present-and-future/
>

This is my mount:
# mount|egrep -i 'sda|mapper'
/dev/mapper/vg_whitebox-lv_root on / type ext4
(rw,relatime,seclabel,barrier=1,data=ordered)
/dev/sda1 on /boot type ext4 (rw,relatime,seclabel,barrier=1,data=ordered)
/dev/mapper/vg_whitebox-lv_root on /tmp type ext4
(rw,relatime,seclabel,barrier=1,data=ordered)
/dev/mapper/vg_whitebox-lv_root on /var/tmp type ext4
(rw,relatime,seclabel,barrier=1,data=ordered)
/dev/mapper/vg_whitebox-lv_root on /home type ext4
(rw,relatime,seclabel,barrier=1,data=ordered)

# swapon -s
FilenameTypeSizeUsedPriority
/dev/mapper/vg_whitebox-lv_swap partition   4063228 186940  0


I've selinux enabled, lvm and encrypted root and it works. It's a bit
slow on my macbook, but it works.


> --
> Kind regards,
> Yudi
>
>

;-) lewis



-- 
my blog - http://predellino.blogspot.com/
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Does encrypted SWAP support suspend-to-disk?

2011-07-21 Thread admin lewis
2011/7/21 yudi v :
>
>
> On Thu, Jul 21, 2011 at 11:12 PM, admin lewis  wrote:
>>
>> 2011/7/21 yudi v :
>> > I am planning on installing Fedora with LUKS over LVM as follows:
>> >
>> > sda1   ntfs
>> > sda2   /boot  ext
>> > sda3 - PV and VG
>> > - lv_swap  swap  (encrypted LV)
>> > -lv_root    / ext4 (encrypted LV)
>> > -lv_home /home ext4 ( (encrypted LV))
>> > -rest unassigned - I will assign and encrypt as the need arises.
>> > sda4 extended
>> > sda5  vfat
>> >  Is it suspend-to-disk supported? I cannot find any documentation except
>> > for
>> > this 2007 article in redhat magazine, is it still valid.
>> >
>> >  http://magazine.redhat.com/2007/01/18/disk-encryption-in-fedora-past-present-and-future/
>> >
>>
>> This is my mount:
>> # mount|egrep -i 'sda|mapper'
>> /dev/mapper/vg_whitebox-lv_root on / type ext4
>> (rw,relatime,seclabel,barrier=1,data=ordered)
>> /dev/sda1 on /boot type ext4 (rw,relatime,seclabel,barrier=1,data=ordered)
>> /dev/mapper/vg_whitebox-lv_root on /tmp type ext4
>> (rw,relatime,seclabel,barrier=1,data=ordered)
>> /dev/mapper/vg_whitebox-lv_root on /var/tmp type ext4
>> (rw,relatime,seclabel,barrier=1,data=ordered)
>> /dev/mapper/vg_whitebox-lv_root on /home type ext4
>> (rw,relatime,seclabel,barrier=1,data=ordered)
>>
>> # swapon -s
>> Filename                                Type            Size    Used
>>  Priority
>> /dev/mapper/vg_whitebox-lv_swap         partition       4063228 186940  0
>>
>>
>> I've selinux enabled, lvm and encrypted root and it works. It's a bit
>> slow on my macbook, but it works.
>>
>
> Is the PV encrypted or the individual LVs. I have LUKS on top of LVM. Is
> your setup similar?
>

I'm sorry, but looking into more deeply the swap seems not encrypted:
# blkid
/dev/root: LABEL="Fedora-12-i686-L"
UUID="26d2c620-1f88-4fb5-afb4-57d314d1fbb8" TYPE="ext4"
/dev/sda1: UUID="1d863159-ee60-4130-a09f-8581b2cf3289" TYPE="ext4"
/dev/sda2: UUID="58d856bf-ac6d-4d51-af42-cef0c52f5081" TYPE="crypto_LUKS"
/dev/mapper/luks-58d856bf-ac6d-4d51-af42-cef0c52f5081:
UUID="LH01XA-HNHd-9Qq9-IROy-SJF9-vjuZ-jPGjCW" TYPE="LVM2_member"
/dev/mapper/vg_whitebox-lv_swap:
UUID="4b19768d-3fe1-428a-96ff-a9a961a68cc3" TYPE="swap"

by lewis



-- 
my blog - http://predellino.blogspot.com/
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Personal VPN on Fedora

2011-08-22 Thread admin lewis
2011/8/20 Manuel Escudero :
> Hi there:
>
> I was wondering if is there something like Hotspot Shield or TunnelBear for
> Linux
> or if not, How can I easily mount a VPN connection in Fedora?
> Have been reading a lot, but it's quite difficult :S
> OpenVPN is too difficult to Setup and Tor is not what I'm looking for.
> Any advice?

Try to download/install some gui for openvpn

openvpn-admin.noarch : OpenVPN-Admin is a multiplatform GUI for OpenVPN.
stonevpn.noarch : Easy OpenVPN certificate and configuration management

to install (from root):
# yum install openvpn-admin

then configure openvpn from gui.. anyway openvpn is the easiest way to
connect a vpn..
dont forget u can connect to a vpn by the NetworkManager too
cheers
lewis




-- 
my blog - http://predellino.blogspot.com/
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Documentation in deep

2011-09-12 Thread admin lewis
Hi,
anyone could give me some doc hint to understand deeply the boot
process in fedora 15 ?
thanks
luigi


-- 
Linux Server, Microsoft Windows 2003/2008 Server, Exchange 2007
http://predellino.blogspot.com/
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Documentation in deep

2011-09-13 Thread admin lewis
2011/9/12 Pete Travis :
> This should give you some insight:
>
> http://0pointer.de/blog/projects/systemd-docs.html
>
> On Sep 12, 2011 8:55 AM, "admin lewis"  wrote:
>

thanks very much :-)

-- 
Linux Server, Microsoft Windows 2003/2008 Server, Exchange 2007
http://predellino.blogspot.com/
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


pkg for gnome daemon configuration

2010-08-30 Thread admin lewis
Hi,
anyone know what package I've to install on fedora 12 to configure
daemon/services startup ?
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


How to find rpm for fedora

2010-09-02 Thread admin lewis
Hi,
I'm trying to compile partclone (http://partclone.org/) because I havent
found it on any repos of mines.
I run make but I see I need of  libcursesw-dev ...
well my newbie question is:
where I have to look for find rpms that aren't on my repos ?
for example, http://www.rpmfind.net is safe ?
thx so much for any hint.
lewis
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


"Share document" under OpenOffice

2011-03-25 Thread admin lewis
Hi,
I tryed the "share document" on OpenOffice (tools | share document)
to edit the same document from more than 1 user. It works under
Windows and under Ubuntu but dont work under fedora... is there
something I dont know ?
OOo under ubuntu is 3.2 and under fedora 3.3
thanks for any kind of help.
luigi
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


INS key on macbook and vuurmuur

2011-04-07 Thread admin lewis
Hi
I have installed fedora on my macbook. Everythings work well but I
have a problem with vuurmuur software.
vuurmuur is a ncurses iptables front-end so that it run on terminal.
To insert data on vuurmuur I have to press INS key on my macbook ...
but it has NO  INS key.
On gnome INS is mapped as FN+DEL and it works very well on vim, bash
etc. But it wont work on vuurmuur. How can I solve this problem ?
thanks luigi
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Tahoma Fonts

2010-11-09 Thread admin lewis
Hi, where can I find tahoma fonts for fedora 13 ?


-- 
Admin Lewis
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: How to open a mht format

2010-12-07 Thread admin lewis
2010/12/7 Jim 

> Fedora 14
>
> How does one open a email attachment with a format of .mht
>  
>

https://addons.mozilla.org/it/firefox/addon/8051/


lewis
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


HardLink ?

2010-12-09 Thread admin lewis
Hi,
I'm trying to make an hardlink between in this way:
ln /my/path/source/file.txt /blah/blah/file.txt/
but I've got the following error:
ln: creating hard link `.//' => `/../': Invalid
cross-device link
I've only one root filesystem so it's strange that error about
cross-device..
the source file is in /home/.. and the link target is in /var/ftp.
the following is my mount

[r...@mybox vsftpd]# mount
/dev/mapper/vg_mybox-lv_root on / type ext4 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw,rootcontext="system_u:object_r:tmpfs_t:s0")
/dev/sda1 on /boot type ext4 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
/tmp on /tmp type none (rw,bind)
/var/tmp on /var/tmp type none (rw,bind)
/home on /home type none (rw,bind)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
gvfs-fuse-daemon on /home/myuser/.gvfs type fuse.gvfs-fuse-daemon
(rw,nosuid,nodev,user=lewis)

and

[r...@whitebox vsftpd]# df -h
FilesystemSize  Used Avail Use% Mounted on
/dev/mapper/vg_mybox-lv_root
  226G   85G  139G  39% /
tmpfs 992M  576K  991M   1% /dev/shm
/dev/sda1 194M   90M  105M  47% /boot

any ideas ?


-- 
Thanks Lewis
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: HardLink ?

2010-12-09 Thread admin lewis
2010/12/9 Jussi Lehtola 

> On Thu, 9 Dec 2010 10:45:48 +0100
> admin lewis  wrote:
>
> > Hi,
> > I'm trying to make an hardlink between in this way:
> > ln /my/path/source/file.txt /blah/blah/file.txt/
> > but I've got the following error:
> > ln: creating hard link `.//' => `/../':
> > Invalid cross-device link
> > I've only one root filesystem so it's strange that error about
> > cross-device..
> > the source file is in /home/.. and the link target is
> > in /var/ftp. the following is my mount
> >
> > [r...@mybox vsftpd]# mount
> > /dev/mapper/vg_mybox-lv_root on / type ext4 (rw)
> (clip)
> > /home on /home type none (rw,bind)
>
> This here is the probable cause of your problem...
>

yep I understand... but why I have a mountpoint mounted over the same
mountpoint with only one partition mounted on / ?

-- 
Admin Lewis
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: HardLink ?

2010-12-09 Thread admin lewis
2010/12/9 JB 

> admin lewis  gmail.com> writes:
>
> > ...
> Can you show us this so we can see permissions, etc ?
> #  cat /proc/mounts
>
>
>

[le...@whitebox ~]$ cat /proc/mounts
rootfs / rootfs rw 0 0
/proc /proc proc rw,relatime 0 0
/sys /sys sysfs rw,seclabel,relatime 0 0
udev /dev devtmpfs
rw,seclabel,relatime,size=1008508k,nr_inodes=213191,mode=755 0 0
devpts /dev/pts devpts rw,seclabel,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /dev/shm tmpfs rw,seclabel,relatime 0 0
/dev/mapper/vg_whitebox-lv_root / ext4
rw,seclabel,relatime,barrier=1,data=ordered 0 0
none /selinux selinuxfs rw,relatime 0 0
udev /dev devtmpfs
rw,seclabel,relatime,size=1008508k,nr_inodes=213191,mode=755 0 0
/proc/bus/usb /proc/bus/usb usbfs rw,relatime 0 0
/dev/sda1 /boot ext4 rw,seclabel,relatime,barrier=1,data=ordered 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw,relatime 0 0
/dev/mapper/vg_whitebox-lv_root /tmp ext4
rw,seclabel,relatime,barrier=1,data=ordered 0 0
/dev/mapper/vg_whitebox-lv_root /var/tmp ext4
rw,seclabel,relatime,barrier=1,data=ordered 0 0
/dev/mapper/vg_whitebox-lv_root /home ext4
rw,seclabel,relatime,barrier=1,data=ordered 0 0
fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0
gvfs-fuse-daemon /home/lewis/.gvfs fuse.gvfs-fuse-daemon
rw,nosuid,nodev,relatime,user_id=500,group_id=500 0 0
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: HardLink ?

2010-12-09 Thread admin lewis
2010/12/9 JB 

> admin lewis  gmail.com> writes:
>
> > ...
> A hard link is basically a link to the i-node number of the original file.
>
> i-node numbers are not portable across different disks.
>
> Hard links can only be created to files on the same file system.
>
> To create a hard link, the original file and the link file should exist in
> the
> same partition.
>
> LVM is a logical superstructure consisting of different physical partitions
> on
> same or different disks.
>
> JB
>
>
>
different phisical partitions ?
why ... the phisical partitions are those:
   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *  63  409662  204800   83  Linux
/dev/sda2  409663   488392064   243991201   83  Linux

maybe u mean virtual partitions... ?

lewis
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


top for network

2011-01-18 Thread admin lewis
Hi,
i'm looking for a command line utility to watch network traffic in realtime
and his command/gui source ... something like top...
I dont like ntop because it is too big...

cheers lewis
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: top for network

2011-01-18 Thread admin lewis
2011/1/18 Joseph L. Casale 

> >i'm looking for a command line utility to watch network traffic in
> realtime and his command/gui source ... something like top...
> >I dont like ntop because it is too big...
>
> Like top? How about iftop? It’s a curses based app...
>
>
No, I neef of something to see the software that generate traffic...
something beetwheen top and 'watch netstat -natup'
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: top for network

2011-01-18 Thread admin lewis
2011/1/18 Patrick Byers 

> On Tue, Jan 18, 2011 at 10:20, admin lewis  wrote:
> >
> > No, I neef of something to see the software that generate traffic...
> > something beetwheen top and 'watch netstat -natup'
> >
>
> Try nethogs. It's in the repositories and described as a small "net top"
> tool.
>
>
this is perfect!! thanks very much!


> Patrick
>

lewis
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: top for network

2011-01-19 Thread admin lewis
2011/1/19 Genes MailLists :
> On 01/19/2011 12:13 AM, Jatin K wrote:
>
>> what about wireshark ?
>>
>
>  He is asking for something that shows what executable is generating
> particular network traffic ... not just the traffic - at least I -think-
> thats what the OP is asking ...
> --

exactly!!
and nethogs works well!!
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


build kernel without initrd

2012-04-24 Thread admin lewis
Hi,
I want build a kernel without initrd support but on ubuntu forum I
have read it's not possible because upstart don't support it.
I would like to have some confirmation if it is the same on fedora.
bye lewis

-- 
Linux Server, Microsoft Windows 2003/2008 Server, Exchange 2007
http://predellino.blogspot.com/
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: build kernel without initrd

2012-04-24 Thread admin lewis
2012/4/24 Konstantin Svist :
> On 04/24/2012 01:09 AM, admin lewis wrote:
>>
>> Hi,
>> I want build a kernel without initrd support but on ubuntu forum I
>> have read it's not possible because upstart don't support it.
>> I would like to have some confirmation if it is the same on fedora.
>> bye lewis
>>
>
> You can boot without initrd if you have standard hardware, but there are
> some outstanding issues which never seem to get solved - the biggest one for
> me is inability to automatically regenerate grub.cfg when new kernel is
> installed.
> But other than that, it works just fine
>

I am sorry, my english is not perfect :-) but you are saying if I have
all the needed drivers built on my bzImage it should boot without
problems ?
thanks again very much.
lewis.


-- 
Linux Server, Microsoft Windows 2003/2008 Server, Exchange 2007
http://predellino.blogspot.com/
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org