Re: maybe OT

2022-03-27 Thread Chris Murphy
On Fri, Mar 18, 2022 at 4:47 PM Paolo Galtieri  wrote:
>
> I'm having issues with a VM.
>
> The VM was originally created under VMware and has worked fine for a
> while.  Today when I booted it up instead of seeing the usual MATE login
> screen I get a login prompt:
>
> f34-01-vm:
>
> no matter what I enter, root or pgaltieri as login it never asks for
> password and immediately says login incorrect.  While it's booting I see
> several [FAILED]... messages, e.g. [FAILED] to start CUPS Scheduler
>
> I booted the system again and this time it dropped into emergency mode.
> In emergency mode I see the following messages in dmesg:
>
> BTRFS info (device sda2): flagging fs with big metadata feature
> BTRFS info (device sda2): disk space caching is enabled
> BTRFS info (device sda2): has skinny extents
> BTRFS info (device sda2): start tree-log replay
> BTRFS info (device sda2): parent transid verify failed on 61849600
> wanted 145639 fount 145637
> BTRFS info (device sda2): parent transid verify failed on 61849600
> wanted 145639 fount 145637
> BTRFS: error (device sda2) in btrfs_replay_log:2423 errno=-5 IO failure
> (Failed to recover log tree)
> BTRFS error (device sda2) open_ctree failed

That's not good. The tree-log is used during fsync as an optimization
to avoid having to do full file system metadata updates. Since the
tree-log exists, we know this file system was undergoing some fsync
write operations which were then interrupted. Either the VM or host
crashed, or one of them was forced to shutdown, or there's a bug that
otherwise prevented the guest operations from completing. Further, the
parent transid verification failure messages indicate some out of
order writes, as if the virtual drive+controller+cache is occasionally
ignoring flush/FUA requests.

I regularly use qemu-kvm VM with cache mode "unsafe". The VM can crash
all day long and at most I lose ~30s of the most recent writes,
depending on the fsync policy of the application doing the writes. But
the file system mounts normally otherwise following the crash. However
if the host crashes while the guest is writing, that file system can
be irreparably damaged. This is expected. So you might want to check
the cache policy being used, make sure that the guest VM is really
shutting down properly before rebooting/shutting down the host.





>
> I ran btrfs check in emergency mode and it came up with a lot of errors.
>
> How do i recover the partition(s) so I can boot the system, or at least
> mount them?

I'd start with
mount -o ro,nologreplay,rescue=usebackuproot

Followed by
mount -o ro,nologreplay,rescue=all

The second one is a bit of a heavy hammer but it's safe insofar as
it's mounting the fs read only and making no changes. It is also
disabling csum checking so any corrupt files still get copied out, and
without any corruption warnings. You can check man 5 btrfs to read a
bit more about the other options and vary the selection. This is
pretty much a recovery operation, i.e. get the important data out.

The repair comment for this particular set of errors:

btrfs rescue zero-log
btrfs check --repair --init-extent-tree
btrfs check --repair

I have somewhat low confidence that it can be repaired rather than
make things worse. So you should start out with the earlier mount
commands to get anything important out of the fs first. IF those don't
work and there's important information to get out, you need to use
btrfs restore.



-- 
Chris Murphy
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: maybe OT

2022-03-20 Thread Paolo Galtieri

The host OS is also F34.

On 3/20/22 08:14, George N. White III wrote:

On Fri, 18 Mar 2022 at 19:47, Paolo Galtieri  wrote:

I'm having issues with a VM.


It would be useful to mention the host OS.  From the name, I guess your
VM is running Fedora 34.


The VM was originally created under VMware and has worked fine for a
while.  Today when I booted it up instead of seeing the usual MATE
login
screen I get a login prompt:

f34-01-vm:

no matter what I enter, root or pgaltieri as login it never asks for
password and immediately says login incorrect.  While it's booting
I see
several [FAILED]... messages, e.g. [FAILED] to start CUPS Scheduler

I booted the system again and this time it dropped into emergency
mode.
In emergency mode I see the following messages in dmesg:

BTRFS info (device sda2): flagging fs with big metadata feature
BTRFS info (device sda2): disk space caching is enabled
BTRFS info (device sda2): has skinny extents
BTRFS info (device sda2): start tree-log replay
BTRFS info (device sda2): parent transid verify failed on 61849600
wanted 145639 fount 145637
BTRFS info (device sda2): parent transid verify failed on 61849600
wanted 145639 fount 145637
BTRFS: error (device sda2) in btrfs_replay_log:2423 errno=-5 IO
failure
(Failed to recover log tree)
BTRFS error (device sda2) open_ctree failed

I ran btrfs check in emergency mode and it came up with a lot of
errors.

How do i recover the partition(s) so I can boot the system, or at
least
mount them?


The underlying problem could be the physical disk that holds the VM's
virtual disk file, or a corrupt btrfs.   Avoid doing anything that 
would write to the
virtual disk.  Make a backup copy of the virtual disk. If the physical 
drive

is OK, use a separate VM to mount the Fedora 34 virtual disk for repair
attempts.

Try: https://btrfs.wiki.kernel.org/index.php/FAQ
How do I recover from a  parent transid verify failed error?

At one time VirtualBox had issues with btrfs.  You should check for 
similar

reports for VMWare and btrfs.

--
George N. White III


___
users mailing list --users@lists.fedoraproject.org
To unsubscribe send an email tousers-le...@lists.fedoraproject.org
Fedora Code of 
Conduct:https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines:https://fedoraproject.org/wiki/Mailing_list_guidelines
List 
Archives:https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report 
it:https://pagure.io/fedora-infrastructure
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: maybe OT

2022-03-20 Thread George N. White III
On Fri, 18 Mar 2022 at 19:47, Paolo Galtieri  wrote:

> I'm having issues with a VM.
>

It would be useful to mention the host OS.  From the name, I guess your
VM is running Fedora 34.


>
> The VM was originally created under VMware and has worked fine for a
> while.  Today when I booted it up instead of seeing the usual MATE login
> screen I get a login prompt:
>
> f34-01-vm:
>
> no matter what I enter, root or pgaltieri as login it never asks for
> password and immediately says login incorrect.  While it's booting I see
> several [FAILED]... messages, e.g. [FAILED] to start CUPS Scheduler
>
> I booted the system again and this time it dropped into emergency mode.
> In emergency mode I see the following messages in dmesg:
>
> BTRFS info (device sda2): flagging fs with big metadata feature
> BTRFS info (device sda2): disk space caching is enabled
> BTRFS info (device sda2): has skinny extents
> BTRFS info (device sda2): start tree-log replay
> BTRFS info (device sda2): parent transid verify failed on 61849600
> wanted 145639 fount 145637
> BTRFS info (device sda2): parent transid verify failed on 61849600
> wanted 145639 fount 145637
> BTRFS: error (device sda2) in btrfs_replay_log:2423 errno=-5 IO failure
> (Failed to recover log tree)
> BTRFS error (device sda2) open_ctree failed
>
> I ran btrfs check in emergency mode and it came up with a lot of errors.
>
> How do i recover the partition(s) so I can boot the system, or at least
> mount them?
>

The underlying problem could be the physical disk that holds the VM's
virtual disk file, or a corrupt btrfs.   Avoid doing anything that would
write to the
virtual disk.  Make a backup copy of the virtual disk.  If the physical
drive
is OK, use a separate VM to mount the Fedora 34 virtual disk for repair
attempts.

Try: https://btrfs.wiki.kernel.org/index.php/FAQ
How do I recover from a  parent transid verify failed error?

At one time VirtualBox had issues with btrfs.  You should check for similar
reports for VMWare and btrfs.

-- 
George N. White III
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


maybe OT

2022-03-18 Thread Paolo Galtieri

I'm having issues with a VM.

The VM was originally created under VMware and has worked fine for a 
while.  Today when I booted it up instead of seeing the usual MATE login 
screen I get a login prompt:


f34-01-vm:

no matter what I enter, root or pgaltieri as login it never asks for 
password and immediately says login incorrect.  While it's booting I see 
several [FAILED]... messages, e.g. [FAILED] to start CUPS Scheduler


I booted the system again and this time it dropped into emergency mode.  
In emergency mode I see the following messages in dmesg:


BTRFS info (device sda2): flagging fs with big metadata feature
BTRFS info (device sda2): disk space caching is enabled
BTRFS info (device sda2): has skinny extents
BTRFS info (device sda2): start tree-log replay
BTRFS info (device sda2): parent transid verify failed on 61849600 
wanted 145639 fount 145637
BTRFS info (device sda2): parent transid verify failed on 61849600 
wanted 145639 fount 145637
BTRFS: error (device sda2) in btrfs_replay_log:2423 errno=-5 IO failure 
(Failed to recover log tree)

BTRFS error (device sda2) open_ctree failed

I ran btrfs check in emergency mode and it came up with a lot of errors.

How do i recover the partition(s) so I can boot the system, or at least 
mount them?


Also in emergency mode:

vi /run/initramfs/rdsosreport.txt

results in:

/usr/bin/vi: line 23: /usr/libexec/vi: No such file or directory

/usr/bin/vi is a script:

if test -f /usr/bin/vim
then
    exec /usr/bin/vim "$@"
fi

exec /usr/libexec/vi "$@"

neither /usr/bin/vim nor /usr/libexec/vi exist.

==

I tried booting the vm under VirtualBox with the same result.

I converted the image:

qemu-img convert -O qcow ../VMware/VMs/f34-01-vm/f34-01-vm.vmdk 
f34-01-vm.qcow2


which worked without errors.  I then ran virt-manager to try to boot the 
image.  This fails with this error


Unable to complete install: 'internal error: process exited while 
connecting to monitor: 2022-03-18T19:13:15.196710Z qemu-system-x86_64: 
-blockdev 
{"driver":"file","filename":"/run/media/pgaltieri/SDNVIRTLAB02/VirtualMachines/KVM/f34-01-vm.qcow2","node-name":"libvirt-1-storage","auto-read-only":true,"discard":"unmap"}: 
Could not open 
'/run/media/pgaltieri/SDNVIRTLAB02/VirtualMachines/KVM/f34-01-vm.qcow2': 
Permission denied'


Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 65, in 
cb_wrapper

    callback(asyncjob, *args, **kwargs)
  File "/usr/share/virt-manager/virtManager/createvm.py", line 2001, in 
_do_async_install

    installer.start_install(guest, meter=meter)
  File "/usr/share/virt-manager/virtinst/install/installer.py", line 
701, in start_install

    domain = self._create_guest(
  File "/usr/share/virt-manager/virtinst/install/installer.py", line 
649, in _create_guest

    domain = self.conn.createXML(install_xml or final_xml, 0)
  File "/usr/lib64/python3.9/site-packages/libvirt.py", line 4366, in 
createXML

    raise libvirtError('virDomainCreateXML() failed')
libvirt.libvirtError: internal error: process exited while connecting to 
monitor: 2022-03-18T19:13:15.196710Z qemu-system-x86_64: -blockdev 
{"driver":"file","filename":"/run/media/pgaltieri/SDNVIRTLAB02/VirtualMachines/KVM/f34-01-vm.qcow2","node-name":"libvirt-1-storage","auto-read-only":true,"discard":"unmap"}: 
Could not open 
'/run/media/pgaltieri/SDNVIRTLAB02/VirtualMachines/KVM/f34-01-vm.qcow2': 
Permission denied



I added my user id to both the qemu and libvirt entries in /etc/group 
and logged out and logged back in and I get the same error.  I also get 
SELinux alerts:


The first alert:

You need to change the label on f34-01-vm.qcow2'
# semanage fcontext -a -t virt_image_t 
'/run/media/pgaltieri/SDNVIRTLAB02/VirtualMachines/KVM/f34-01-vm.qcow2'
# restorecon -v 
'/run/media/pgaltieri/SDNVIRTLAB02/VirtualMachines/KVM/f34-01-vm.qcow2'


subsequent alerts tell me to run:

# /sbin/restorecon -v 
/run/media/pgaltieri/SDNVIRTLAB02/VirtualMachines/KVM/f34-01-vm.qcow2


I have run these commands, especially the restorecon, several times and 
I still get the alerts.


One thing the semanage command as shown fails with:

ValueError: File spec 
/run/media/pgaltieri/SDNVIRTLAB02/VirtualMachines/KVM/f34-01-vm.qcow2 
conflicts with equivalency rule '/run /var/run'; Try adding 
'/var/run/media/pgaltieri/SDNVIRTLAB02/VirtualMachines/KVM/f34-01-vm.qcow2' 
instead


If I add the /var then it works.

here is the context of the file:

-rwxrwxrwx. 1 pgaltieri pgaltieri system_u:object_r:fusefs_t:s0 
15041695744 Mar 18 11:46 f34-01-vm.qcow2*


So how the heck do I boot the image and get it running?


Paolo
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: 

Re: [Maybe OT] BackupPC Aborts Backup at 8GB on F23

2016-02-28 Thread Tim Evans

On 02/28/2016 07:52 PM, jd1008 wrote:


Where to look?  Thanks.

See
http://forum.videohelp.com/threads/314405-Can-t-overcome-the-8gb-barrier-on-NTFS

https://sourceforge.net/p/sevenzip/discussion/45797/thread/094f42d7/
https://www.ualberta.ca/dept/chemeng/AIX-43/share/man/info/C/a_doc_lib/aixbman/baseadmn/jfs_size_under.htm



Well, I see, but it's odd this would occur just when the F23 upgrade was 
done.  The last prior backup to the upgrade was a full backup; what's 
failing now is an incremental.  Would've thought a filesize limit 
would've been hit before. Thanks.


--
Tim Evans   |5 Chestnut Court
443-394-3864|Owings Mills, MD 21117
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: [Maybe OT] BackupPC Aborts Backup at 8GB on F23

2016-02-28 Thread jd1008



On 02/28/2016 05:44 PM, Tim Evans wrote:
I have just upgraded, to F23, a CentOS 6.7 system that has been 
reliably running BackupPC (http://backuppc.sourceforge.net/) to back 
up a Windows 7 system via SMB for several years.


After the F23 upgrade, which also included an upgrade of BackupPC to 
version 3.3.1, backups are now always aborting at about the 8GB mark, 
with this in the error log:


2016-02-28 14:00:02 Started incr backup on pelican (pid=325, share=C$)
2016-02-28 14:18:37 Backup failed on pelican (tar:712  Total bytes 
received: 8287158228)


Actual byte count varies a bit from one failed backup to the next, but 
stays at the 8GB mark.


Not sure this if this is a BackupPC issue, or something else. Maybe 
filesystem-related?


More (possibly complicating) info;  The destination for the backups is 
NFS mounted on the F23 server from a ReadyNAS fileserver; local 
filesystems on the ReadyNAS are btrfs format.


NFS mount shows:

raptor:/data/win on /win type nfs 
(rw,relatime,vers=3,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.252.6,mountvers=3,mountport=60363,mountproto=udp,local_lock=none,addr=192.168.252.6)


Where to look?  Thanks.
See 
http://forum.videohelp.com/threads/314405-Can-t-overcome-the-8gb-barrier-on-NTFS

https://sourceforge.net/p/sevenzip/discussion/45797/thread/094f42d7/
https://www.ualberta.ca/dept/chemeng/AIX-43/share/man/info/C/a_doc_lib/aixbman/baseadmn/jfs_size_under.htm
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


[Maybe OT] BackupPC Aborts Backup at 8GB on F23

2016-02-28 Thread Tim Evans
I have just upgraded, to F23, a CentOS 6.7 system that has been reliably 
running BackupPC (http://backuppc.sourceforge.net/) to back up a Windows 
7 system via SMB for several years.


After the F23 upgrade, which also included an upgrade of BackupPC to 
version 3.3.1, backups are now always aborting at about the 8GB mark, 
with this in the error log:


2016-02-28 14:00:02 Started incr backup on pelican (pid=325, share=C$)
2016-02-28 14:18:37 Backup failed on pelican (tar:712  Total bytes 
received: 8287158228)


Actual byte count varies a bit from one failed backup to the next, but 
stays at the 8GB mark.


Not sure this if this is a BackupPC issue, or something else.  Maybe 
filesystem-related?


More (possibly complicating) info;  The destination for the backups is 
NFS mounted on the F23 server from a ReadyNAS fileserver; local 
filesystems on the ReadyNAS are btrfs format.


NFS mount shows:

raptor:/data/win on /win type nfs 
(rw,relatime,vers=3,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.252.6,mountvers=3,mountport=60363,mountproto=udp,local_lock=none,addr=192.168.252.6)


Where to look?  Thanks.
--
Tim Evans   |5 Chestnut Court
443-394-3864|Owings Mills, MD 21117
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Maybe OT....but?

2013-11-08 Thread Tim
Allegedly, on or about 08 November 2013, Roger sent:
 I have need to create a small dedicated web page newsletter with a 
 number of plain text areas that may contain 50 - 1000 words.
 
 The contributor would copy and paste plain text layed out in sentences
 and paragraphs with appropriate markups like i or b. Quotations 
 where included in the text passage would be delimited by i.

For what it's worth, since you mention appropriate mark-up, then i
is not an appropriate mark-up for a quote.  If you actually use correct
mark-up (i is merely for italics, b for bold, em for emphasised, q for
quotes, or simply using normal quote characters, et cetera), then you
stand a better chance of getting correct parsing of data.

It sounds like you just want a search engine.  Whether you want/need to
find a ready-made one that works for your case, or you need to make your
own specialised one up, isn't entirely clear from your posting.  If you
want to make your own, or customise an existing one, perhaps you should
look at an existing one (e.g. htdig), to garner ideas about how to do
it.

I mention one, htdig, because I've used it as a general purpose search
engine on our intranet, and know that you can tailor its output in
various ways, just by customising the HTML templates it uses to
construct its results pages.  For more complex customising, you might
look at its coding, and work things out from there.

There's bound to be others, but since you mentioned postgres, it'd seem
that you most want to learn about databases, first.  Most search engines
periodically update their database, it sounds like you need something
different, if you want instant updating.

-- 
[tim@localhost ~]$ uname -rsvp
Linux 3.9.10-100.fc17.x86_64 #1 SMP Sun Jul 14 01:31:27 UTC 2013 x86_64

All mail to my mailbox is automatically deleted, there is no point
trying to privately email me, I will only read messages posted to the
public lists.

George Orwell's '1984' was supposed to be a warning against tyranny, not
a set of instructions for supposedly democratic governments.



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Maybe OT....but?

2013-11-07 Thread Roger

Apologies for my confusion in this request.
The only link to Fedora 19 is that I use it exclusively for all my work.

I have need to create a small dedicated web page newsletter with a 
number of plain text areas that may contain 50 - 1000 words.


The contributor would copy and paste plain text layed out in sentences 
and paragraphs with appropriate markups like i or b. Quotations 
where included in the text passage would be delimited by i.


The fields data will be auto formatted by Rails/html5/css3 when 
displayed as web page/s  in blocks of information may be 2 or 3 columns 
and on A4 pages when printed.


The field data will be in a postgresql database so have been looking at 
Postgres Documentation chapter 12 Full text search which answers part of 
the problem of searching through text but I do not understand how to 
generate an automatic search using words or brief sentences stored in 
pre established tables.

Or how to get automatic scanning of a block of text as soon as it is pasted.

I read 12.6 Dictionaries but cannot work out how to use this info.
I read a little on SOLR but am uncertain how it could help.

Web page display times are not critical, does not have to be instant.

Has anyone seen or done something like this before and can point me in a 
direction.

Thanks in anticipation
Roger




--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Genesi Efika MX netbook - opinions? (Maybe OT)

2011-06-14 Thread Randy Vice
--- On Mon, 6/13/11, Alan Cox a...@lxorguk.ukuu.org.uk wrote:

From: Alan Cox a...@lxorguk.ukuu.org.uk
Subject: Re: Genesi Efika MX netbook - opinions? (Maybe OT)
To: zoltanh...@fedoraproject.org, Community support for Fedora users 
users@lists.fedoraproject.org
Date: Monday, June 13, 2011, 11:02 AM

On Mon, 13 Jun 2011 09:36:56 +0200
Zoltan Hoppar hopp...@gmail.com wrote:

 HI Guys,
 
 I have seen this little machine, and I would like to know from the
 owners who are using it daily? What is the general opinion about it?
 Is it capable to run at least Fedora F12-F13? Or webOS?

I thought all the Genesi devices were ARM based if so you'll need an ARM
distro with support for that specific board.

Alan

EFIKA-MX is Genesi's first ARM product.  Genesi produced the Pegasos I, II, and 
the original EFIKA which were all PPC based.

Randy
-- 
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


Genesi Efika MX netbook - opinions? (Maybe OT)

2011-06-13 Thread Zoltan Hoppar
HI Guys,

I have seen this little machine, and I would like to know from the
owners who are using it daily? What is the general opinion about it?
Is it capable to run at least Fedora F12-F13? Or webOS?

Thanks,
Zoltan

-- 
PGP:  06853DF7
-- 
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: Genesi Efika MX netbook - opinions? (Maybe OT)

2011-06-13 Thread Alan Cox
On Mon, 13 Jun 2011 09:36:56 +0200
Zoltan Hoppar hopp...@gmail.com wrote:

 HI Guys,
 
 I have seen this little machine, and I would like to know from the
 owners who are using it daily? What is the general opinion about it?
 Is it capable to run at least Fedora F12-F13? Or webOS?

I thought all the Genesi devices were ARM based if so you'll need an ARM
distro with support for that specific board.

Alan

-- 
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: Genesi Efika MX netbook - opinions? (Maybe OT)

2011-06-13 Thread Itamar Reis Peixoto
On Mon, Jun 13, 2011 at 4:36 AM, Zoltan Hoppar hopp...@gmail.com wrote:
 HI Guys,

 I have seen this little machine, and I would like to know from the
 owners who are using it daily? What is the general opinion about it?
 Is it capable to run at least Fedora F12-F13? Or webOS?

 Thanks,
 Zoltan

 --
 PGP:  06853DF7


you should ask in fedora-arm mailing list.

yes, it works well with fedora-13, the people of panama loved my
presentation about fedora-arm in fudcon-panama

I think the people in fudcon-millan will talk about fedora-arm too.

I am using kernel + f13 image from Dennis Gilmore

http://ausil.us/smartbook/

I have both smartbook and smarttop and works very well.





Itamar Reis Peixoto
msn, google talk: ita...@ispbrasil.com.br
+55 11 4063 5033 (FIXO SP)
+55 34 9158 9329 (TIM)
+55 34 8806 3989 (OI)
+55 34 3221 8599 (FIXO MG)
-- 
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