Displaying 20 results from an estimated 35 matches for "cubietruck".
2016 Feb 22
2
Re: Cubietruck: QEMU, KVM and Fedora
...the process for formally reporting the issue
> as described on the site.
>
> Walking through this has shown me some significant difference from
> previously working almost exclusively with qemu-system-x86_64. It's
> different. As you asserted before -cpu host is required on the cubietruck
> to allow kvm to be utilized due to the lack of emulation support.
>
> In the meantime, I was waiting to get my hands on a cortex-a15 for the
> purpose of sussing out an effort involved for a debian 8 host and a openwrt
> guest. Because the qemu-system-arm supports vexpress-a15 t...
2016 Sep 15
2
Use nut to handle shutdown when using local Li-io battery (Cubietruck)
Hey All,
I use nut on my Cubietruck some time now together with a APC USV and
everything works great including auto-shutdown.
Now I got a second Cubietruck and this one has a Li-ion battery
connected directly to the board. The data can be read out by "normal"
Linux options, e.g.:
cat /sys/class/power_supply/battery/capaci...
2014 Dec 09
0
Re: [Qemu-devel] Cubietruck: cannot create KVM guests: "kvm_init_vcpu failed: Invalid argument"
...27:02AM +0000, Richard W.M. Jones wrote:
> > > On Tue, Dec 09, 2014 at 10:53:41AM +0000, Peter Maydell wrote:
> > > > On 9 December 2014 at 10:50, Kashyap Chamarthy <kchamart@redhat.com> wrote:
> > > > > Booting a minimal KVM guest throws the below error on Cubietruck:
> > > > >
> > > > > "kvm_init_vcpu failed: Invalid argument"
> >
> > [. . .]
> >
> > > > > So that's the answer really, it's a qemu bug. Actually it looks as
> > > > > if qemu contains some...
2014 Dec 09
2
Re: [Qemu-devel] Cubietruck: cannot create KVM guests: "kvm_init_vcpu failed: Invalid argument"
...09, 2014 at 11:27:02AM +0000, Richard W.M. Jones wrote:
> > On Tue, Dec 09, 2014 at 10:53:41AM +0000, Peter Maydell wrote:
> > > On 9 December 2014 at 10:50, Kashyap Chamarthy <kchamart@redhat.com> wrote:
> > > > Booting a minimal KVM guest throws the below error on Cubietruck:
> > > >
> > > > "kvm_init_vcpu failed: Invalid argument"
>
> [. . .]
>
> > > > So that's the answer really, it's a qemu bug. Actually it looks as
> > > > if qemu contains some code to try to get the host CPU ty...
2016 Feb 22
0
Re: Cubietruck: QEMU, KVM and Fedora
On Mon, Feb 22, 2016 at 12:59:47PM +0100, Kashyap Chamarthy wrote:
> > root@cubietruck:~# /usr/bin/libguestfs-test-tool -V
> > libguestfs-test-tool 1.30.6
[...]
> > [00633ms] /usr/bin/qemu-system-arm \
> > -global virtio-blk-device.scsi=off \
> > -nodefconfig \
> > -enable-fips \
> > -nodefaults \
> > -display none \
>...
2016 Sep 15
0
Use nut to handle shutdown when using local Li-io battery (Cubietruck)
On Sep 15, 2016, at 7:19 AM, Ingo Fischer wrote:
>
> Or is there a generic driver that maybe uses a formatted textfile, so I
> could write the data in a defined format file every x Minutes or such ...
> I was not able to find something like this so far.
You can do this with the "dummy-ups" driver:
http://networkupstools.org/docs/man/dummy-ups.html
2016 Sep 15
1
Use nut to handle shutdown when using local Li-io battery (Cubietruck)
Hi,
ok, had this in mind but hoped for a driver for these "standard" linux
possibilities :-)
I will try it.
But would it not be an idea to have a gerneric "linux" driver for nut?
Ingo Fischer
Am 15.09.16 um 13:32 schrieb Charles Lepple:
> On Sep 15, 2016, at 7:19 AM, Ingo Fischer wrote:
>>
>> Or is there a generic driver that maybe uses a formatted textfile,
2013 Dec 09
7
Best board for ARM ?
2017 Jan 18
3
PI3
Hi All,
I downloaded:
http://mirror.centos.org/altarch/7/isos/armhfp/
for the PI3
This article says the PI3 runs X.
http://news.softpedia.com/news/centos-7-linux-officially-released-for-raspberry-pi-2-banana-pi-and-cubietruck-497891.shtml
When I groupinstall Gnome desktop and reboot, then run startx I get an
error about no screens found.
Whats the trick to get X on the PI3?
Thanks,
Jerry
2014 Dec 02
4
Samba embedded device?
Hi team!
At work I have several small branch offices with ~5 PCs each. All PCs are
member of a Samba4 domain, whose DCs are on the headquarters (linked by
consumer grade VPNs)
I want to ship "some small, cheap, reliable and magical device" to each
branch, in order to provide just 2 things:
* AD replication
* File shares
That't it, period. Nothing fancy.
Suggestions??? What do you
2017 Mar 03
8
imaging a drive with dd
I am building a mailserver and with all the steps, I want to image the
drive at various 'checkpoints' so I can go back and redo from a
particular point. The image is currently only 4GB on a 120GB drive.
Fdisk reports:
Disk /dev/sdb: 111.8 GiB, 120034124288 bytes, 234441649 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size
2017 Mar 03
0
Solved Re: imaging a drive with dd
On 03/02/2017 11:57 PM, Robert Moskowitz wrote:
> The following worked:
>
> # dd if=/dev/sdb of=cubietruck.img bs=512 count=6268927
>
> 6268927+0 records in
> 6268927+0 records out
> 3209690624 bytes (3.2 GB, 3.0 GiB) copied, 114.435 s, 28.0 MB/s
>
> So bs= IS the drive blocksize.
>
> This is the result of trying a number of different values for bs and
> count.
You can set b...
2017 May 02
1
Samba active domain controller guide for Centos 7
...od guide for setting up a Samba active domain controller?
I am currently running ClearOS, but it does more than what I want, even
that I had to modify to suit my needs. Only a few systems. Currently
still XP, but I will migrate to Win7 with this move.
Of course I will be doing the install on a Cubietruck armv7.
thanks for any pointers.
2014 Dec 10
0
Samba embedded device?
...SFF with a 1TB sata
drive and 1TB USB backup drive with ClearOS. I am moving off this. I
have committed to ARM platforms for the power savings. At this point I
don't know at all about the performance. I AM running my mailserver
(Redsleeve6/Postfix/mysql/spammassasin/clamav/amavis) on a Cubietruck
and it seems to be handling my mail load.
The Cubieboard2 and Cubietruck both use the Allwinner A20 (1Gb mem/100Mb
lan vs 2Gb mem/1Gb lan). Both have sata. The Wandboard quad is $40
more than the CT, but a quad cpu (vs duo).
A number of linuxes are available for the various armv7 boards. Th...
2014 Jan 30
1
ANNOUNCE: Lightning talk about libguestfs at FOSDEM this Sunday
https://fosdem.org/2014/schedule/event/libguestfs/
There is also a Virtualization DevRoom running over the whole FOSDEM
weekend:
https://fosdem.org/2014/schedule/track/virtualisation_and_iaas/
(Note that the libguestfs talk is *not* in the Virt DevRoom)
I'm going to bring my CubieTruck to the Virt DevRoom. Ask me if you
want to see virtualized ARM using KVM.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines. Tiny program with many
powerful monitoring features, net stats, disk stats, logging,...
2017 Mar 03
2
imaging a drive with dd
...heel?
This is Centos7-armv7. Not all the tools are there. I keep getting
surprises in some rpm not in the repo, but if I dig I will find it (but
php-imap is NOT built yet and that I need).
The base image is a dd, and you start with something like:
xzcat CentOS-Userland-7-armv7hl-Minimal-1611-CubieTruck.img.xz | sudo dd
of=/dev/sdb bs=4M; sync
btw, this reports:
0+354250 records in
0+354250 records out
3221225472 bytes (3.2 GB, 3.0 GiB) copied, 120.656 s, 26.7 MB/s
Then you boot up (connected via the JART with a USB/TTL for a serial
console).
I want a drive image, and that is easy to do. I...
2015 Feb 17
1
ps aux | grep smbd
On 2015-02-17 13:26, Rowland Penny wrote:
> On 17/02/15 12:15, Marc Muehlfeld wrote:
>> Hello Rowland
>>
>> Am 17.02.2015 um 06:14 schrieb Jed Evnull:
>>> I recently compiled samba-3.2.15 for a Raspberry Pi V2 and while it
>>> seems to be working fine, when I ps aux | grep smbd I'm shown two or
>>> three successively numbered smbd jobs. The smbd
2015 Dec 19
0
Release for CentOS AltArch 7 (1511) on x86_64
...* CentOS-Userland-7-armv7hl-Minimal-1511-BananaPi.img.xz
sha256sum :
d461144b471434a275268e85828def38c09e265da24b71d2f10771d264532368
direct link :
http://mirror.centos.org/altarch/7/isos/armhfp/CentOS-Userland-7-armv7hl-Minimal-1511-BananaPi.img.xz
* CentOS-Userland-7-armv7hl-Minimal-1511-CubieTruck.img.xz
sha256sum :
17c3944429ac323c636ee955062d8177219f397fea4416dca87ca19092b646ec
direct link :
http://mirror.centos.org/altarch/7/isos/armhfp/CentOS-Userland-7-armv7hl-Minimal-1511-CubieTruck.img.xz
*CentOS-Userland-7-armv7hl-Minimal-1511-RaspberryPi2.img.xz
sha256sum :
05e8c58cd837b90...
2015 Dec 19
0
CentOS-announce Digest, Vol 130, Issue 8
...* CentOS-Userland-7-armv7hl-Minimal-1511-BananaPi.img.xz
sha256sum :
d461144b471434a275268e85828def38c09e265da24b71d2f10771d264532368
direct link :
http://mirror.centos.org/altarch/7/isos/armhfp/CentOS-Userland-7-armv7hl-Minimal-1511-BananaPi.img.xz
* CentOS-Userland-7-armv7hl-Minimal-1511-CubieTruck.img.xz
sha256sum :
17c3944429ac323c636ee955062d8177219f397fea4416dca87ca19092b646ec
direct link :
http://mirror.centos.org/altarch/7/isos/armhfp/CentOS-Userland-7-armv7hl-Minimal-1511-CubieTruck.img.xz
*CentOS-Userland-7-armv7hl-Minimal-1511-RaspberryPi2.img.xz
sha256sum :
05e8c58cd837b90...
2017 Jul 25
2
ARM support from CentOS
Hello,
I would like to know which ARM processors does CentOS support? Does it
support Freescale/NXP?
Thanks and regards
Jay