Re: [lxc-devel] [lxc-users] LXC 3.0.0: Packaging Changes To Be Aware Of

2018-05-11 Thread Mihamina RAKOTOMANDIMBY

On 4/7/18 5:54 PM, Christian Brauner wrote:

2. **Important** distrobuilder is the new way of creating machine/system
 container images
The templates have been replaced by a new project called "distrobuilder"
[5]. It aims to be a very simple Go project focussed on letting you easily
build full system container images by either using the official cloud image
if one is provided by the distro or by using the respective distro's
recommended tooling (e.g. debootstrap for Debian or pacman for ArchLinux).
It aims to be declarative, using the same set of options for all
distributions while having extensive validation code to ensure everything
that's downloaded is properly validated.

**Warning: Advertisement** please consider packaging distrobuilder.
https://github.com/lxc/distrobuilder

A more lengthy justification can be found at:

https://brauner.github.io/2018/02/27/lxc-removes-legacy-template-build-system.html



Hello,

I'm looking for some tutorial of using the image built with distrobuilder.

After having build the image: how to start it with lxc-start?

--

--

    *Mihamina RAKOTOMANDIMBY
Tél: +261 32 11 635 03
Calendar: http://mihamina.rktmb.org/p/calendar.html

/DevOps, Linux, Jira, Confluence, PHP, Java/ *



___
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel


Re: [lxc-users] LXC 3.0.0: Packaging Changes To Be Aware Of

2018-04-07 Thread Mihamina RAKOTOMANDIMBY

On 4/7/18 5:54 PM, Christian Brauner wrote:

2. **Important** distrobuilder is the new way of creating machine/system
 container images
The templates have been replaced by a new project called "distrobuilder"
[5]. It aims to be a very simple Go project focussed on letting you easily
build full system container images by either using the official cloud image
if one is provided by the distro or by using the respective distro's
recommended tooling (e.g. debootstrap for Debian or pacman for ArchLinux).
It aims to be declarative, using the same set of options for all
distributions while having extensive validation code to ensure everything
that's downloaded is properly validated.

**Warning: Advertisement** please consider packaging distrobuilder.
https://github.com/lxc/distrobuilder

A more lengthy justification can be found at:

https://brauner.github.io/2018/02/27/lxc-removes-legacy-template-build-system.html



Hello,

I'm looking for some tutorial of using the image built with distrobuilder.

After having build the image: how to start it with lxc-start?

--

--

    *Mihamina RAKOTOMANDIMBY
Tél: +261 32 11 635 03
Calendar: http://mihamina.rktmb.org/p/calendar.html

/DevOps, Linux, Jira, Confluence, PHP, Java/ *



___
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

[lxc-users] distrobuilder build-lxc, then how to start the container?

2018-04-05 Thread Mihamina RAKOTOMANDIMBY

Hello,

Running LXC 3 on Archlinux, after having buit for LXC with "distrobuild 
build-lxc [...]": what is the next step to register the new container 
and start it?
Then how to setup its networking in order to attach it to a bridge? 
(I've previouly set up a bridge)


Regards.
___
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

[lxc-users] distrobuilder build-lxc, then how to start the container?

2018-04-05 Thread Mihamina RAKOTOMANDIMBY

Hello,

Running LXC 3 on Archlinux, after having buit for LXC with "distrobuild 
build-lxc [...]": what is the next step to register the new container 
and start it?
Then how to setup its networking in order to attach it to a bridge? 
(I've previouly set up a bridge)


Regards.
___
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

[libvirt] virt-install ERROR Host does not support any virtualization options

2018-01-02 Thread Mihamina RAKOTOMANDIMBY

Hello,

I face this problem and I am willing to provide a patch in order to have 
a more informative message.

This, of course with our help. I am not quite certain.

First of all: What is the problem?

On a fresh Install (ArchLinux for me), if ever forget to install Qemu 
and launch "virt-install" with "--type kvm", I get the message:


"Host does not support any virtualization options"


According to me, this message should be improved: if Qemu is not found, 
this should be "Did not find Qemu, please install it".


As I searched, the message is generated by this piece of code:

https://github.com/virt-manager/virt-manager/blob/c92aade081687b19f5a60cddfe331b2fb6d09f98/virtinst/capabilities.py#L390

As I write now, I cant find the pice of code actually calling the 
"quemu" binary. I think I should add a try/catch block there and Raise 
the right Exception.

Would someone help me a bit?

Thank you.
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: resident package database update

2016-07-12 Thread Mihamina RAKOTOMANDIMBY
On Tue, 12 Jul 2016 14:02:51 +0200
Oliver Grawert  wrote:

> > Snap can install packages on several distribution:
> > - When installing on Debian (+derivatives) is the dpkg database
> > updated?
> > - When installing on RedHat/OpenSuse (+derivatives) is the rpm
> > database updated?
> > 
> > Is there a plan for that or is it just no go?  
> 
> what would you expect there to be added ?
> (they are widely different package formats (and concepts) each using
> their own DB and meta data)

I just expect integration to the existing system.

If a package is added via Snap I find it fair to be added to the
existing package database.

Yes it would cover a wide basis, but it makes sense to me. Doesn't it?
(I'm really asking, from my POV)



-- 
Snapcraft mailing list
Snapcraft@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/snapcraft


resident package database update

2016-07-12 Thread Mihamina RAKOTOMANDIMBY
Hi all,

Snap can install packages on several distribution:
- When installing on Debian (+derivatives) is the dpkg database updated?
- When installing on RedHat/OpenSuse (+derivatives) is the rpm database
  updated?

Is there a plan for that or is it just no go?

Thank you.

-- 
Snapcraft mailing list
Snapcraft@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/snapcraft


[users@httpd] What happens when there is a child process?

2016-07-07 Thread Mihamina RAKOTOMANDIMBY
Hi all,

I setup an Apache 2.4 instance with PHP module, running Drupal.
Running Linux (CentOS 6), prefork mode.

I set the MaxRequestsPerChild to a very low value (ie 4)

This leads to often have  httpd processes (displayed by iftop).

My question is about the impact of the existence of those defunct
processes.
As far as I read about them, they are dead processes that their parent
is not aware of death.

Is it possible that the unaware parent process assigns an incoming
request to a died child process ? What is the supposed behaviour
of Apache in this case?
- Will it reassign the request if assignement fails?
- Will there just be an error?

Thank you.

PS: Should I ask on the dev ML?

-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[systemd-devel] Subprocess

2016-01-11 Thread Mihamina RAKOTOMANDIMBY
Hi all,

Walking trhough my virtual machines, I noticed something strange:
The sensu process is inside the CFEngine CGroup.

This is mainly because of the way I launch Sensu after install

Please have a look at
 https://bitbucket.org/snippets/rakotomandimby/nLkaM

How should I launch Sensu on systemd enabled system in order to have it
in a dedicated CGroup? Should I create the service file and start it
instead?

Thank you.
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [CentOS] Systemd spends 6 min. to startup a host

2015-10-05 Thread Mihamina Rakotomandimby

On 10/03/2015 07:47 PM, C.L. Martinez wrote:

Hi all, [...]

 Are not supposed that systemd startups hosts more faster??
ts.centos.org/mailman/listinfo/centos


I think you misunderstand: systemd has a dependency management between 
services, that could make the boot faster.

Speeding up the boot was not the goal, it's an effect.
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: Why "Midori" web browser is not there in Debian 8 jessie?

2015-09-16 Thread Mihamina Rakotomandimby

On 09/16/2015 09:29 AM, muntasimulha...@tutamail.com wrote:

Hi,
I couldn't find the package "midori" in Debian 8 jessie. I searched in 
Debian Packages archive, and found that Midori web browser was there 
in Squeeze, Wheezy, and it's here in Sid; but not in jessie. Why 
midori is not available for jessie?


Hi,
This is the package status: https://packages.qa.debian.org/m/midori.html
As you see, there rae still unresolved problems
Some problems block the integration to a stable release.


Re: PCI-e SSD recommendation for a F22 machine

2015-09-04 Thread Mihamina Rakotomandimby

On 09/04/2015 03:50 PM, Ranjan Maitra wrote:

Out of curiosity, what are you doing that needs that much memory? I
>was going to say with 64GB you probably don't need swap until I saw
>how much you were planning to allocate...

I do a lot of computing with my computers. Some of the alternative methods that 
I may replace requires a lot of memory. I belong to the old school where swap 
mattered a great deal, and so it was recommended to put 2x memory in there. But 
I am not sure if that is needed to be 2x as much anymore, This is the first 
time I will go down to 1.5x, thought 1x may well be adequate.

My plan is to have the "System" in Fedora Anaconda parlance in this SSD (for faster 
response times). The "Data" (/home) will be in the 2TB SATA which will be mirrored onto a 
H/W RAID 1 of another 2TB. And just for people like me who also like to see things, I will also 
have a backup of 2TB SSD, which will be backed up every 2 or 4 hourse using rsync with the 
appropriate options.

Many thanks again!


If I take the traditional computing scheme, such as compiling the Linux 
kernel, much of the need is to also have fast storage in the code source 
tree.


Depending on what compiler you use and what option you give it, the I/O 
generated by object files (just an example) would kill your performances.


My suggestion would be to leave the system on the "slow disk", as you 
boot one time, and put the source tree either in "tmpfs" or SSD.


HTH
--
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: PCI-e SSD recommendation for a F22 machine

2015-09-04 Thread Mihamina Rakotomandimby



On 09/04/2015 05:58 PM, Ranjan Maitra wrote:

If I take the traditional computing scheme, such as compiling the Linux
kernel, much of the need is to also have fast storage in the code source
tree.

Depending on what compiler you use and what option you give it, the I/O
generated by object files (just an example) would kill your performances.

Good point. Perhaps, one way to get around this is to also move executables and libraries 
generated by me to the "System" side of things, using perhaps a make install.

I used gcc with -O3 or -Ofast. Any suggestions on this?


Not being a specialist, I would say that the safer is the best option. 
Optimisation flags comes with drawbacks on some codebase.
There was a time, a long time ago, when I compiled the kernel, -O2 and 
-O3 lead me to different misbehaviour.

Being "old" now, I dont compile my kernel anymore ;-)


My suggestion would be to leave the system on the "slow disk", as you
boot one time, and put the source tree either in "tmpfs" or SSD.

Any suggestions of a specific PCI-e SSD. I would prefer 128 GB or something not 
larger than that.



I know OVH really liked Intel brand, and they provide dedicated servers 
where you can choose many OSes.

That's just what I know.

But I'm certain your feedback would be interesting.

At least, buy your in a store where you have choice *and* where you can 
replace it if ever fails to run with your OS.

Could be more expensive, but...


--
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: [gentoo-user] [WAY OT] wanna learn networking internals

2015-09-03 Thread Mihamina Rakotomandimby
In order to complete other answers, I woul like to point out a test 
environment that would be nice:

https://en.wikipedia.org/wiki/Marionnet




Re: [CentOS] clamav / EXIM on Centos 7

2015-08-25 Thread Mihamina Rakotomandimby


On 08/25/2015 04:16 PM, Gary Stainburn wrote:

connect to UNIX socket (/var/run/clamd.exim/clamd.sock): No such file


If you try to locate that file, do you find it somewhere?
When you list services (units) and grep with clamav, do you find some?

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] clamav / EXIM on Centos 7

2015-08-25 Thread Mihamina Rakotomandimby

On 08/25/2015 04:36 PM, Gary Stainburn wrote:

so I've edited that file to comment out the 'example' line. In here it defines
the socket as

/var/run/clamav-milter/clamav-milter.socket

However, after saving this file the service still fails to start and the
socket still doesn't exist


Does the directory  /var/run/clamav-milter/ exist and is it traversable 
and writable by the clamav user is running as?
Socket creation mostly doesnt include recursive operation (creating the 
directory)


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [Pound Mailing List] pound won't start on centos 7

2015-08-24 Thread Mihamina Rakotomandimby

On 08/24/2015 06:33 AM, Tim Dunphy wrote:
Aug 24 03:17:15 lb1 systemd: PID file /var/run/pound.pid not readable 
(yet?) after start.


Make this file readable by the user pound is running as and feedback, 
please?



--
To unsubscribe send an email with subject unsubscribe to pound@apsis.ch.
Please contact ro...@apsis.ch for questions.


subscribe

2015-07-23 Thread Mihamina Rakotomandimby

subscribe
___
Pkg-systemd-maintainers mailing list
Pkg-systemd-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers

Re: where do you report problems with Live FC 22 Xfce?

2015-07-06 Thread Mihamina Rakotomandimby

On 05/29/2015 10:59 PM, ToddAndMargo wrote:

where do you report problems with Fedora-Live-Xfce-x86_64-22-3.iso?


Check this: http://goo.gl/ZJhXkp
It should help.
___
xfce mailing list
xfce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/xfce

Re: Light web browser for old PC

2015-07-02 Thread Mihamina Rakotomandimby

On 07/02/2015 03:52 AM, Wilko Fokken wrote:

In the past times, depending on a serial modem for internet access,
I preferred Opera, because it allows to switch ANY graphics OFF // ON
through simple menu buttons:

[View]-- [Images]-- { [Show images] || [Cached Images] || [No Images] }

(Any of the three options can be made the default, to be altered according
to one's need while browsing.)

So I had No Images as my default, starting Opera in text only modus;
this allowed me to move between URLs pretty fast, and when I had reached
an interesting URL, I could easily turn on graphics mode.

As pure text browsers, I prefer both: elinks and lynx.




Displaying images or not has very few things related to the browser 
heavyness and celerity/velocity.
What the OP asked for is a lightweitght browser (memory footprint) and 
potentially velocity in rendering pages (CPU cycle usage).



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/5594da65.5010...@rktmb.org



Re: [FRsAG] Cartographie de serveur et applicative

2015-07-02 Thread Mihamina Rakotomandimby

On 07/02/2015 10:42 AM, MOBILIA Anael wrote:


Bonjour,

Je cherche à réaliser une cartographie des ressources informatiques.

Je pense dans un premier temps aux serveurs existants, les 
applications métiers installées sur chaque serveur, et les ressources 
spécifiques que l’on peut y trouver.


Avez-vous des suggestions pour une telle application ?

Dans l’idéal :

·Gestion des localisations (différents sites)

·Logiciel gratuit

·Si possible avec une possibilité de rajouter des informations réseaux.




Bonjour,

Actuellement ce que je fais est ceci:
Gestion de la configuration avec CFengine (ça fonctionne bien sous 
Linux, on n'a pas de Windows dessus)


En fonction des paramètres qu'on recueille avec diverses commandes, la 
machine se positionne des libellés (classes dans la terminologie CFEngine)


Par exemple:
Si adresse IP dans la plage 192.168.128.0/24 = classe net_agence1
Si adresse IP dans la plage 192.168.91.0/24 = classe net_agence2
Si il a les packages PHP + MySQL = classe server_lamp
Si il a les packages Java + Tomcat = classe server_java

Ensuite, j'utilise le body readtcp de CFE: 
https://docs.cfengine.com/docs/3.6/reference-functions-readtcp.html

Et je lui dit de faire une requete GET du type
  GET /inventaire/declare?classes=net_agence2-server_lamp
Vers un serveur Web qui va me mettre tout ça dans une BDD et je pourrais 
extraire les informations que je veux.


Note: j'ai simplifié la description pour faire court, mais c'est le 
principe général.


Cordialement.
___
Liste de diffusion du FRsAG
http://www.frsag.org/


Re: Light web browser for old PC

2015-07-02 Thread Mihamina Rakotomandimby

On 07/02/2015 02:25 PM, Rodolfo Medina wrote:

Displaying images or not has very few things related to the browser heavyness
and celerity/velocity.  What the OP asked for is a lightweitght browser
(memory footprint) and potentially velocity in rendering pages (CPU cycle
usage).
I thought downloading images slowed down a lot...


If downloading images slows down, then it is the download which is slow. 
Not the browser.




Thanks to listers for all the suggestions.  But with Dillo, Lynx, w3m, Netsurf,
with all of them I have the same problem: I can't access my e-mail account on
www.libero.it: when I try to, I'm redirected on the previous page.  Please
anybody knows why and how to fix that?



Change the user agent of the browser your using to match some Firefox one.
Check http://whatsmyuseragent.com/CommonUserAgents


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/55953414.6000...@rktmb.org



Re: Light web browser for old PC

2015-07-01 Thread Mihamina Rakotomandimby

On 07/01/2015 09:21 AM, Rodolfo Medina wrote:

Hi ... As web browser, Midori was
claimed to be light, but I see almost no difference with Firefox.  Please any
advice for a *really* light one, suitable for that old machine?


Most browsers rely on the redering engine.
On that field you mostly have no choice but Webkit and Gecko.
Unfortunately, they are the engine under Chrom* and Firefox, even Opera.
Espacially for Midori, it's Webkit.
These are IMPOV really heavy pieces of softwares.

OTOH, as you mentionned, nowadays webpages are full of those Javascript 
pieces of code that really need to be parsed and interpreted.
There is one point of salvation, anyway: the mobile layout, that is 
mostly kept simple and light.
Try, with your browser, to switch the User-Agent so that the website 
detects it as a mobile then sends you the relevant layout.
On some browser (Firefox) you'll have to install an extension (you 
looked for lightness, but...).


HTH.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/55938e13.7080...@rktmb.org



Re: [CentOS] Nagios, getting started

2015-06-22 Thread Mihamina Rakotomandimby



On 06/22/2015 01:04 PM, Rob Kampen wrote:

Hi List,
I have noted a number of times, various comments on this list about 
Nagios, hence my questions.


just been employed by an ISP and they want to upgrade their fairly 
extensive nagios monitoring.


Just for information, Nagios has been forked by some, for several reasons.
https://www.icinga.org/
http://shinken-monitoring.org/

I recommend you check the history in order to have the background.


They are mostly an ubuntu lts shop, so 1st question
What advantages does the RH/CentOS world have (if any?) over the 
ubuntu LTS world?


There is a famous quote: If ain't broke, dont fix it 
https://en.wiktionary.org/wiki/if_it_ain't_broke,_don't_fix_it
If you have documentation, plugins, configuration all working with some 
flavor of a distribution, ease your work.


They are talking about running the server on a vm, as I have no 
experience with this tool, is that appropriate? or does it really need 
some hardware resources to function properly?

If a vm is okay, what kind of RAM does it need?


We run our monitoring tools (Nagios, Collectd, Munin,...) all on VMs.
It is ideologically OK to run this kind of service on a VM.

About ressources, VM are extensible: begin with small ressources, extend 
when needed.


I see epel has nagios 3.5.1 with a date of 2013 for CentOS7 along with 
plugins, is this the version folk use? - as the latest from nagios is 
4.0.8


I am under orders to use packages and not compile, a viewpoint I endorse.
Are there other repos folk use?



Packaging has advantages and drawbacks.
On the other hand, packages are built from compiling sources.
Some repos can be trusted for their packages quality, but some others 
might be personnal repos that might work only for the packager use case.
Some repos are listed on the CentOS website: 
http://wiki.centos.org/AdditionalResources/Repositories

Using a 3rd party repo requires some investigation.


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [aur-general] Git over HTTPS

2015-06-20 Thread Mihamina Rakotomandimby

On 06/16/2015 09:24 AM, Alan Jenkins wrote:

  I
understand why they block port 22 out bound and know it to be a common
problem. It is blocked to stop employees accidentally or intentionally
leaking important customer or business data. You can also use SSH to bypass
security measures in place within the network and even create tunnels back
into the network.

Seriously I believe that [...]


[...] I seriously dont believe that in 2015 security is port based...


Re: [CentOS] Virtualization

2015-06-17 Thread Mihamina Rakotomandimby

On 06/17/2015 09:54 AM, Alessandro Baggi wrote:

Also ESX(i) is not CentOS related but is included in this post.
And what about oVirt?


MMmmm, I really thought ESX was in some way a RHEL derivative but when 
reading 
http://www.v-front.de/2013/08/a-myth-busted-and-faq-esxi-is-not-based.html 
it is clearly not...


Anyway, I learnt a new thing today ;-)

oVirt, in my opinion, is a bit harder to implement: basic usage seems to 
require at least 2 servers, according to

http://www.ovirt.org/Quick_Start_Guide#Prerequisites
There is an oVirt mailing list where you can ask specific questions: 
http://www.ovirt.org/Mailing_lists


I would add XenServer to the list, which is currently my favorite, BUT 
it misses a Linux management interface

http://xenserver.org/overview-xenserver-open-source-virtualization/source-code.html
(I let you read what is the upstream ;-) )
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Virtualization

2015-06-17 Thread Mihamina Rakotomandimby

On 06/17/2015 11:10 AM, John R Pierce wrote:
regardless of all that noise, in RHEL and therefore CentOS, KVM is the 
preferred and best supported hypervisor. 


I dont catch your point.
The OP was wide enough in his question in order to allow that discussion.

Anyway, I'll add one point: compatibility.

In our example, we were heavily using VMware ESX and its VM format (at 
export) is not really supported for import by known solution. We ended 
at keeping old VMWare VMs on ESX and new ones on XenServer.


Have you got any tool that could satisfy a vmdk to some more friandly 
format migration?

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Virtualization

2015-06-17 Thread Mihamina Rakotomandimby


On 06/17/2015 04:52 PM, Lamar Owen wrote:
But to address the direct question of the OP, I use KVM for many 
things, but I have older hardware in quantity on which I'll likely run 
Xen4CentOS with paravirtualized guests,


Is not LXC an alternative for such situation? Simpler, fully integrated 
to libvirt,...

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[arch-general] Archlinux + LXC: create Debian and CentOS containers

2015-06-16 Thread Mihamina Rakotomandimby

Hi all,

I'm looking for some tutorials on creating Debian and CentOS LXC 
containers from an Archlinux host
https://wiki.archlinux.org/index.php/Linux_Containers has a container 
creation section but not detailed.


The goal is to create Debian 7, Debian 8, CentOS 6, CentOS 7 containers.
Thank you for your help.





Re: [systemd-devel] [ANNOUNCE] Git development moved to github

2015-06-10 Thread Mihamina Rakotomandimby


On 06/10/2015 05:53 PM, Jóhann B. Guðmundsson wrote:



On 06/10/2015 12:35 PM, Lennart Poettering wrote:

On Wed, 10.06.15 14:04, Martin Jansa (martin.ja...@gmail.com) wrote:


WHat really surprises me about the whole discussion is that we cannot
be the first ones running into this. Given the success of github this
must be a common issue. And if it is, then either github is actually
prety bad, or I am too stuck in my bugzilla mindset and haven't really
grokked the github way of doing things yet.

If you want good review tool, why not use gerrit?

We do not have the resources to maintain our own infrastructure.


In term of manpower we have 452 code contributors and 1170 members 
subscribed to this list.


Then there are several means to fund that infrastructure so could you 
please clarify how you come to this conclusion that we are short on 
resources?




It'a another thing to get an agreement for maintaining (responsible of 
funds, etc...) an infrastructure on long term.


___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] [ANNOUNCE] Git development moved to github

2015-06-09 Thread Mihamina Rakotomandimby

On 06/09/2015 02:30 PM, Jóhann B. Guðmundsson wrote:




As of today we've disabled git-push to fd.o. The official development
git repository is now at github [1].

What about the bug tracker? Will it remain at fdo's bugzilla. I have
to admit I'm not a huge fan of github's bug tracker.

I am not a fan of bz either...

I think for now we prefer github, but will leave bz open, and we will
not migrate bugs.



I would like to see us move and migrated the bugs to jira ( which is 
without doubt the best and friendliest bug tracker I have found ) 
which integrates nicely with github as well as move the community wiki 
to confluence to strengthen collaboration in the community.





I use Jira everyday but it will be overkill for our use.

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] [ANNOUNCE] Git development moved to github

2015-06-09 Thread Mihamina Rakotomandimby

On 06/09/2015 10:50 PM, Lennart Poettering wrote:

I would like to see us move and migrated the bugs to jira ( which is without
doubt the best and friendliest bug tracker I have found ) which integrates
nicely with github as well as move the community wiki to confluence to
strengthen collaboration in the community.

Well, I already feel uncomfortable with moving things to one closed
source platform in github, but given the advantages I accept
it. However, moving things to*two*  closed source platforms sounds
even worse to me. If we bind our project to closed source companies I
much prefer sticking to one, instead of two.


We should have switched to Gitlab then:
https://about.gitlab.com/2015/03/03/gitlab-acquires-gitorious/
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: build a deb-package

2015-06-04 Thread Mihamina Rakotomandimby



On 06/04/2015 04:08 AM, c.bu...@posteo.jp wrote:

On Ubuntu when ...
... I used setup.py bdist_rpm and alien to create a deb.


You got it the hard way :-)
Why wont you try another way?
Here are some links from my bookmarks:
http://www.electricmonk.nl/log/2011/09/06/creating-simple-debian-packages/
https://wiki.debian.org/IntroDebianPackaging

Another solution is to subscribe to
https://lists.debian.org/debian-python/
https://lists.debian.org/debian-mentors/

Regards
--
https://mail.python.org/mailman/listinfo/python-list


[arch-general] Archlinux, kernel 4.x , VMware Workstation 11

2015-06-01 Thread Mihamina Rakotomandimby

Hi all,

I'm heavily using VMware workstation 11 and 
https://wiki.archlinux.org/index.php/VMware states about
https://wiki.archlinux.org/index.php/VMware#3.19_kernels_and_up kernel 
3.19 and up.


When upgrading my system, I'm prompted to upgrade to 4.x kernels
Is the provided patch (http://pastie.org/pastes/9934018/download) 
working for 4.x kernels ?


Thank you.

Note: I did not use https://aur.archlinux.org/packages/vmware-patch/


Re: What Seriously Ails Fedora

2015-05-29 Thread Mihamina Rakotomandimby

On 05/28/2015 10:25 PM, jd1008 wrote:

Your reply  is indeed a serious flaw in your type of mentality
and is a strong contributer to the problem at hand.

Your assumptions about what I think of the developers are utterly 
flawed!!!



Excuse me JD, but your wording was really like an unjustified rant.

You are victim, you are wondering if the thought has even crossed the 
minds of the fedora

project, you are totally against.

JD, just do it. Really. May be you'll understand or catch why it is not 
done.


Regard.
--
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: [FRsAG] Load balancing Mysql

2015-05-27 Thread Mihamina Rakotomandimby

Hello,

De mon point de vue, tu n'as pas la garantie que les slaves soient 
synchros au meme moment non plus.
En effet, si ce sont des VM (pas précisé) et que les disques ou les 
ressources aient des disponibilités différentes tu peux aboutir à une 
différence.


Cependant, c'est un cas d'utilisation qui ne m'est pas encore vraiment 
arrivé et pour affirmer de manière certaine, il faudrait que je teste 
sur un jeu de test.


Cordialement.
___
Liste de diffusion du FRsAG
http://www.frsag.org/


nmcli, pppoe (ADSL login and password)

2015-05-26 Thread Mihamina Rakotomandimby

Hi all,

My target is: CentOS 7 on a X less gateway
My internet provider provides a pppoe connection with a login and a password

On CentOS6, I used to setip it up with rp-pppoe wizzard and it works: it 
sets up the needed things to make the network init script launch the 
connection at boot.

I would like to learn how to do it with NM and CentOS 7.

How to invoke nmcli in order to have it connected at boot?

Thank you.

___
networkmanager-list mailing list
networkmanager-list@gnome.org
https://mail.gnome.org/mailman/listinfo/networkmanager-list


[CentOS] nmcli, pppoe (ADSL login and password)

2015-05-26 Thread Mihamina Rakotomandimby

Hi all,

My target is: CentOS 7 on a X less gateway
My internet provider provides a pppoe connection with a login and a password

On CentOS6, I used to setip it up with rp-pppoe wizzard and it works: it 
sets up the needed things to make the network init script launch the 
connection at boot.

I would like to learn how to do it with NM and CentOS 7.

How to invoke nmcli in order to have it connected at boot?

Thank you.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: CLI download interface/tool for Google Images?

2015-05-23 Thread Mihamina Rakotomandimby

On 05/23/2015 09:55 PM, Emanuel Berg wrote:

Sven Arvidsson s...@whiz.se writes:


I have seen a couple of different scripts that
scrape the image search, for example:
https://github.com/tytek2012/givemepics

That didn't work, and the style of the program
including the documentation tells me it isn't mature
in more than one sense of the word...



Feel free to mature it and show us what you call a mature piece of code.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/5560fd59.1000...@rktmb.org



Re: Convert c file to csv file(unix format) in python

2015-05-19 Thread Mihamina Rakotomandimby

On 05/19/2015 07:30 PM, umasrinat...@gmail.com wrote:

Can anyone help me in converting .c file to csv file (unix format).



Would you give a sample?

--
https://mail.python.org/mailman/listinfo/python-list


Re: Python 3: yum is dead, long live dnf!

2015-05-18 Thread Mihamina Rakotomandimby

On 05/18/2015 01:28 PM, alister wrote:

Which may be fitting
it just waisted 10 min downloading everything before discovering I did
not have permission (forgot to sudo)


I think if you resume the transaction, downloaded things are locally 
cached: aren't they?

--
https://mail.python.org/mailman/listinfo/python-list


Re: Python 3: yum is dead, long live dnf!

2015-05-18 Thread Mihamina Rakotomandimby

On 05/18/2015 03:08 PM, alister wrote:

On Mon, 18 May 2015 15:08:07 +0300, Mihamina Rakotomandimby wrote:


On 05/18/2015 01:28 PM, alister wrote:

Which may be fitting it just waisted 10 min downloading everything
before discovering I did not have permission (forgot to sudo)

I think if you resume the transaction, downloaded things are locally
cached: aren't they?

No, it downloaded them all again




That should be reprted as a usefull missing feature...
--
https://mail.python.org/mailman/listinfo/python-list


Re: [GENERAL]

2015-05-15 Thread Mihamina Rakotomandimby

On 05/15/2015 02:46 PM, Sachin Srivastava wrote:


Hi,

How can I fast my daily pg_dump backup. Can I use parallel 
option(Which is introduced in Postgres 9.3) with Postgres 9.1. There 
is any way I can use this is for 9.1 database.




IMHO, if has been introduced in 9.3, it is not in 9.1, unless you find 
some official backport.



My database size is 820 GB and it’s taking 7 hours to complete.



You need to provide some storage information and spécification.
With (most) bare filesystem operation such as dd: how much IO rate do 
you get?


Cheers.


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


Re: Remove subject

2015-05-15 Thread Mihamina Rakotomandimby

On 05/12/2015 10:34 AM, Mis Ntmurth wrote:

Ok thanks
I will contact debian
regards



You're also good to contact
GMAne
http://article.gmane.org/gmane.linux.debian.user/385152/match=problem+installing+gplflash
Marc Info:
http://marc.info/?l=debian-userm=127780632904466
Google:
https://groups.google.com/forum/#!topic/linux.debian.bugs.dist/_fuA6BTRsro
Derkeiler:
http://linux.derkeiler.com/Mailing-Lists/Debian/2010-06/msg02060.html

And *ALL* the websites that could have took the public information, 
because retiring your message from the debian list archives does not 
imply retiring from those ones...


I wish you good luck.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/f254.9010...@rktmb.org



Re: README.mirrors.txt small bugs

2015-05-11 Thread Mihamina Rakotomandimby

On 05/11/2015 11:20 AM, Renaud (Ron) OLGIATI wrote:

On Mon, 11 May 2015 11:42:10 +0530
viswanath basu vis...@gmail.com wrote:


How to unsubscribe from the mailing list? I want to remove my email address
from the mailing list.

Read the headers of any list message, and you will see a line:
List-Unsubscribe: 
mailto:debian-user-requ...@lists.debian.org?subject=unsubscribe



The footer also has the relevant information.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/55506c68.60...@rktmb.org



Re: API-MS-WIN-CORE

2015-05-11 Thread Mihamina Rakotomandimby

On 05/11/2015 05:16 PM, Bernard CANTALOUBE wrote:


I have a problem with window VISTA:

All the libraries API-MS-WIN-CORE. are missing.

A stand alone application made with GTK can't work withou them.

Is there a solution ?



More details needed:
What did you install, how did you install?
What are you trying to run?
What is the error message?

Thank you.


___
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list


Re: [arch-general] vmware workstation 11 crashes

2015-04-30 Thread Mihamina Rakotomandimby

On 04/28/2015 10:00 AM, Mihamina Rakotomandimby wrote:

Hi all,

I suddenly got my vmware workstation 11 crash, with this log:
https://bitbucket.org/snippets/rakotomandimby/XB4g
As I dont launch it at session start I dont really know what action 
(some upgrade or what) broke it...

Using arch up-to-date with nouveau drivers

Would you know?


http://alexmufatti.it/2013/08/20/vmware-crash-on-startup-after-curl-update/


gtkmm-2.99.8 recipe for target 'event.lo' failed

2015-04-29 Thread Mihamina Rakotomandimby

Hi all,

Compiling 2.99.8 on my box I get this error:

Makefile:443: recipe for target 'event.lo' failed
make[2]: *** [event.lo] Error 1
make[2]: Leaving directory '/home/mrakotomandimby/gtkmm-2.99.8/gdk/gdkmm'
Makefile:586: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/mrakotomandimby/gtkmm-2.99.8'
Makefile:387: recipe for target 'all' failed
make: *** [all] Error 2

The whole output is here: https://bitbucket.org/snippets/rakotomandimby/dkxB

Would you know what I missed?

Thank you.
___
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list


gtkmm-2.99.8 recipe for target 'event.lo' failed

2015-04-29 Thread Mihamina Rakotomandimby

Hi all,

Compiling 2.99.8 on my box I get this error:

Makefile:443: recipe for target 'event.lo' failed
make[2]: *** [event.lo] Error 1
make[2]: Leaving directory '/home/mrakotomandimby/gtkmm-2.99.8/gdk/gdkmm'
Makefile:586: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/mrakotomandimby/gtkmm-2.99.8'
Makefile:387: recipe for target 'all' failed
make: *** [all] Error 2

The whole output is here: https://bitbucket.org/snippets/rakotomandimby/dkxB

Would you know what I missed?

Thank you.
___
gtkmm-list mailing list
gtkmm-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtkmm-list


Re: gtkmm-2.99.8 recipe for target 'event.lo' failed

2015-04-29 Thread Mihamina Rakotomandimby

On 04/29/2015 05:16 PM, Kjell Ahlstedt wrote:
All the 2.9x.x releases of gtkmm are unstable releases somewhere 
between gtkmm 2 and gtkmm3. I would not recommend trying to build any 
of them. To have a chance of success, you must find and use a 
compatible version of gtk+. Which version of gtk+ did you use? Why did 
you choose gtkmm 2.99.8?


I try a the most recent version of gtkmm because I have some crash 
problems with VMware workstation and I have no idea of what happens.


My problem: https://communities.vmware.com/thread/509414

Some (old) resources on Internet suggests to deal with a different 
version of gtkmm:

https://bbs.archlinux.org/viewtopic.php?pid=1273577#p1273577

Anyway, I dont have any clue of what is happening, but its UI side...

Some installed GTK  GLib installation informations:
https://bitbucket.org/snippets/rakotomandimby/kqLM

Thank you for all
___
gtkmm-list mailing list
gtkmm-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtkmm-list


[arch-general] vmware workstation 11 crashes

2015-04-28 Thread Mihamina Rakotomandimby

Hi all,

I suddenly got my vmware workstation 11 crash, with this log:
https://bitbucket.org/snippets/rakotomandimby/XB4g
As I dont launch it at session start I dont really know what action 
(some upgrade or what) broke it...

Using arch up-to-date with nouveau drivers

Would you know?


Re: Best way for Red Hat guy to learn Debian?

2015-04-27 Thread Mihamina Rakotomandimby

On 04/26/2015 10:30 PM, Ian Pilcher wrote:

Does anyone know of any good resources (books, web sites, etc.) to help
an experienced Red Hat guy make the transition? 


This really depends on the complexity of your setup.

Network is configured from different files, for example.
Apache has different default configuration tree,...

Please telle us more about your setup so taht one can poit out specific 
things.


Thank you.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/553dda06.5010...@rktmb.org



Re: /etc/network/interfaces in jessie and systemd?

2015-04-21 Thread Mihamina Rakotomandimby

On 04/21/2015 04:42 PM, Christian Seiler wrote:

Hi,

Am 2015-04-21 14:08, schrieb Mihamina Rakotomandimby:

 I used to manage network through /etc/network/interfaces.
 Most of my use case are vlans (ie: eth0.1) an aliases (ie: eth1:3)
 My context in headless VMs (no DE, no Xorg, no GUI)

 With Jessie and systemd: is it still managed with
/etc/network/interfaces?


...
To summarize: you should have no surprises under Jessie w.r.t.
network configuration. I've set up a couple of different types
of configuration (even complex ones) with Jessie so far (using
/etc/network/interfaces) and didn't run into any trouble.
didn't have

Christian



Thank you Christian,

Just to be sure, I saw that:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1374521
https://github.com/linuxmint/systemd/blob/master/debian/ifup@.service

If my reading and deduction is correct, systemd will call ifup that will 
read /etc/network/interface.


But what is going to detect all interfaces and give them as argument to 
each systemd ifup service call?


Thank you.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/55365cc2.7000...@rktmb.org



[CentOS] C7 systemd and network configuration

2015-04-21 Thread Mihamina Rakotomandimby

Hi all,

I used to manage network through /etc/sysconfig/network-scripts/ifcfg-*
Most of my use case are vlans (ie: eth0.1) an aliases (ie: eth1:3)
My context in headless VMs (no DE, no Xorg, no GUI)

With CentOS7 and systemd: is it still managed with 
/etc/sysconfig/network-scripts/ifcfg-* ?


For the mount component, I found that systemd kind of sources 
/etc/fstab and converts it to something for it (so, no worry about 
fstab), but how about networking?


Thanks.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


/etc/network/interfaces in jessie and systemd?

2015-04-21 Thread Mihamina Rakotomandimby

Hi all,

I used to manage network through /etc/network/interfaces.
Most of my use case are vlans (ie: eth0.1) an aliases (ie: eth1:3)
My context in headless VMs (no DE, no Xorg, no GUI)

With Jessie and systemd: is it still managed with /etc/network/interfaces?

For the mount component, I found that systemd kind of sources 
/etc/fstab and converts it to something for it (so, no worry about 
fstab), but how about networking?


Thanks.


Re: [CentOS] C7 systemd and network configuration

2015-04-21 Thread Mihamina Rakotomandimby

On 04/21/2015 04:54 PM, Jonathan Billings wrote:

On Tue, Apr 21, 2015 at 03:46:52PM +0200, Dennis Jacobfeuerborn wrote:

Networking isn't really controlled by systemd but by NetworkManager. I
usually just yum remove NetworkManager* and then everything works just
as it did in CentOS 6.

Note:  NetworkManager is in CentOS6 too, and is part of the default
workstation install.  The NM in CentOS7 is a bit more polished than
the NM in CentOS6, but it is configured in the same way, using files
in /etc/sysconfig/network-scripts/ (using the ifcfg-rh NetworkManager
plugin).  In both cases, you can remove NM and use the 'network'
service instead.



This is the information I needed:  ... using files in 
/etc/sysconfig/network-scripts/...


Looking furter I found https://access.redhat.com/discussions/644133 
where I can read:


What is the preferred method for changing an interface's setttings? 
Previously, editing /etc/sysconfig/network-scripts/ifcfg-xxx then 
service network restart did the trick.


On RHEL 7, after editing the ifcfg file, nothing short of a reboot seems 
to get it to use that config. I've tried service network restart I've 
tried systemctl restart network.service as well as systemctl stop 
network.service followed by systemctl start network.service Those 
don't seem to actually do anything. I need to reboot to get the new 
config to work.




Then answered by Ryan Sawhill :


A little late, but the command you're missing (if you're using NM) is:

 * |nmcli connection reload|

Which can be shortened to:

 * |nmcli c r|

That will reload the ifcfg files after manual edits. From there if you 
want to re-up a connection whose file you changed, you need to manually 
do so with another |nmcli connection| command, e.g.:


 * |nmcli c up System eno1|

Note that you don't actually need to take an interface down first, like 
in the old days (e.g., with |ifdown eth0| followed by |ifup eth0|).




Thanks for all.



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [SOGo] Modules constraint

2015-04-13 Thread Mihamina Rakotomandimby

On 04/10/2015 07:29 PM, Stephen Ingram wrote:
I see posts on the list in 2011 asking about the Modules constraint 
capability in the LDAP settings. The answer at that time was that it 
is impossible to restrict access to the Contacts or Address Book 
module. In our testing, this seems to be the case, however, the 
documentation is still incorrect in the latest installation guide. Is 
that correct or are we just using the incorrect name for the module?





I think it would be nice if you provide the sample configuration of each 
case you tested plus the result.


For me, at least total restrictions are working: If I want to completely 
disable one module for the whole organisation, settings are applied.


I did not test in partial/intermediate cases, as it's not relevant for us.

HTH.
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Information on shared calendar entries

2015-04-08 Thread Mihamina Rakotomandimby

On 04/07/2015 09:49 PM, Tom wrote:

Hello List

when I share a calendar on all authenticated users, then I can 
subscribe to this.
But I only see Öffentlicher Termin instead of the real entries in 
this calendar.


How can be acomplished to see all information on a calendar entry of a 
user?


Best regards and thanks for your help!
Thomas.



Events in calendar can have 3 levels of confidentiality: Public events, 
Confidential Events, Private Events.


As far as I remember, the default is:
For Public events: non-owners can only view date and time (not the 
description nor more details)
For Confidential events: non-owners can only view date and time (not the 
description nor more details)
For Private events: non-owners cannot view the event (they dont know it 
exists)


To make Public events details vieables by non-owners, you need to setup 
either in the calendar setting or in the sogo.conf.

For the latter, it's

SOGoCalendarDefaultRoles = ( ..., PublicViewer);

My personnal (it's just me) preference is

SOGoCalendarDefaultRoles = 
(PublicViewer,ConfidentialDAndTViewer,PrivateDAndTViewer);


Note: To ease the work of getting help, I recommend you to test with 
english settings, so that you can reach maximu people. I had to 
translate Öffentlicher Terminwith Googme in order to knwo what you meant.


--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Add additional email Address (samba4/openchange).

2015-04-08 Thread Mihamina Rakotomandimby

On 04/07/2015 09:52 PM, Tom wrote:

Hello all,

I was able to create SOGO users with

samba-tool user add user.name http://user.name openchange_newuser 
--create user.name http://user.name samba-tool user setexpiry 
user.name http://user.name --noexpiry


But how can an additional e-Mail address being added to thos user 
user.name http://user.name ?





According to me, if you need an additional email address, it is for the 
purpose to have an alias.
For example, if the additional email of user.name is ceo@ , then email 
to ceo@ should be delivered to user.name.


If what I think is right (and please correct me if I'm wrong), this is 
handled by the MTA.
You need to tell the MTA (Postfix or Exim or whatever you used) where to 
find the aliases correspondances.
This could be achieved in several ways and one of the simplest is to add 
an entry in /etc/aliases.


Anyway, the alias lookup can be done by querying Samba or any storage 
supported by the MTA.


Is it mandatory for you to have aliases provisionned in Samba directory?

HTH
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Information on shared calendar entries

2015-04-08 Thread Mihamina Rakotomandimby

On 04/08/2015 02:23 PM, t...@thomasbaumann.com wrote:

Thanks for this information.
How can Language changed in Display, when User is logged in?
Then I'd know Öffentlicher Termin means Public  ;)


But I still have Issues.

I changed /etc/sogo/sogo.conf to:

   SOGoCalendarDefaultRoles = (
 PublicViewer,
 ConfidentialDAndTViewer,
 PrivateDAndTViewer
   );

Restarted sogod, then marked the Calendar Entry as Public,
but my collegue which subscribed to my Calender still sees no details on the
entry, but only Public and the time-range.

So still any help is appreciated.

Best regards,
Thomas.


Try this:

stop sogod
stop memcached
start memcached
start sogod

Then test.


Please keep replying to the mailing list.

--
users@sogo.nu
https://inverse.ca/sogo/lists

Debian and FQDN lookup

2015-04-02 Thread Mihamina Rakotomandimby

Hi al,

WHen issuing 'hostname --fqdn', I'm supposed to get the FQDN.
Anyway when trying some different combinations, involving /etc/hostname, 
/etc/domainname, /etc/hosts, /etc/resolv.conf, I cannot figure out where 
the FQDN is looked up AND with what precedence.
Would you know the mechanism (precedence) and worlkflow where a Debian 7 
machine gets its FQDN?


Thank you.


Re: [libvirt-users] ESX VM from scratch

2015-04-01 Thread Mihamina Rakotomandimby

On 04/01/2015 07:25 PM, Paul Apostolescu wrote:

I want to create a virtual machine from scratch in ESX

May be
https://communities.vmware.com/community/vmtn/vsphere/content?filterID=contentstatus[published]~objecttype~objecttype[thread]

___
libvirt-users mailing list
libvirt-users@redhat.com
https://www.redhat.com/mailman/listinfo/libvirt-users


Re: [SOGo] Ubuntu 14.10 and webmail user interface

2015-03-31 Thread Mihamina Rakotomandimby

On 03/28/2015 09:25 PM, Maximilian Barta wrote:

/var/log/sogo/sogo.log does not reflect the 404 at any log level, also the
apache log only outputs that the 404 happened, which sadly is not very useful.


In sogo.conf, you have the possibility to set various LogLevels.
Make all Debug and reproduce your error then tell us if you have more 
relevant information.


Cheers
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [collectd] Debian, collectd hostname lookup

2015-03-31 Thread Mihamina Rakotomandimby

On 03/31/2015 07:29 PM, Mihamina Rakotomandimby wrote:

Hi all
On Debian, at post-install, Collectd is fired up.
If Collectd ever fails to lookup its IP adress from its hostname, the 
service startup fails and thus the package install.
As I am going to deploy a consequent set of machines with CFEngine and 
its package bundle, I would like to perform pre install checks to be 
sure the conditions are fullfilled before I launch the package install.




One workaround is to disable  FQDNLookup by initially placing a 
configuration file, that wont be overwritten by automated package 
installation.


___
collectd mailing list
collectd@verplant.org
http://mailman.verplant.org/listinfo/collectd


[collectd] Debian, collectd hostname lookup

2015-03-31 Thread Mihamina Rakotomandimby

Hi all

On Debian, at post-install, Collectd is fired up.
If Collectd ever fails to lookup its IP adress from its hostname, the 
service startup fails and thus the package install.


As I am going to deploy a consequent set of machines with CFEngine and 
its package bundle, I would like to perform pre install checks to be 
sure the conditions are fullfilled before I launch the package install.


How to get the machine hostname to have exactly the same result as collectd?
- hostname (without options?)
- hostname --fqdn

How to perform the lookup excactly as collectd would do it (/etc/hosts 
is included) ?

- dig ? (with some parameters?)
- nslookup ? (with some parameters?)


If some test fail, I need to deploy the right fix and only when all is 
clear I will launch package installation.
What is important to me is to to be able to script some check the 
closest way as collectd would.


Thank you for you help.
___
collectd mailing list
collectd@verplant.org
http://mailman.verplant.org/listinfo/collectd


Re: xfce with gtk3 applications?

2015-03-27 Thread Mihamina Rakotomandimby

On 03/27/2015 12:41 PM, mad wrote:

Hi!

I use XFCE and when using gtk3 applications (evince, meld, ...) the
theme is broken and I can't seem to fix it. I installed
gtk3-engines-xfce, made sure that the configuration is correct but
nothing seems to work.

Any ideas or suggestions?




You need to use (and install) a theme that has a GTK2 and GTK3 variation.
And of course, you install the gtk2 and gtk3 version of that theme.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/551527ad.1030...@rktmb.org



Re: [SOGo] Using SOGo without mail module

2015-03-24 Thread Mihamina Rakotomandimby

On 03/23/2015 06:20 PM, Ivan Andrian wrote:

Is there a way to configure SOGo so that it only presents the Calendar tab?
Or Calendar and Contacts, but definitely not the mail one.



Hi you can achieve this with ModulesConstraints inside the 
SOGoUserSources section.

For example:

ModulesConstraints = {
 Calendar = { ou = employees;};
};


The other modules names are: Contacts and Mail.
If you want to forbid Mail to everybody, you have to issue a 
constraint that is never matched to the module.


For example, I dont have any dog value for my ou attributes, so this 
one could  disable the MAil module usage:


ModulesConstraints = {
 Mail = { ou = dog;};
};

I hope this helps.
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [CentOS] error building php spec file

2015-03-24 Thread Mihamina Rakotomandimby

On 03/24/2015 05:38 PM, Tim Dunphy wrote:
I'm using CentOS 7. I'll check to see if I can get php version 5.6.7 
from IUS that way. But also I'm trying to get better at building 
RPM's. So if anybody has any advice on how to solve this problem, I'd 
appreciate anything you'd have to say!


Take the IUS src.rpm, install it, and get inspiration from its specfile.
You'll learn by example.

Hope this helps.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [SOGo] Can SOGo run with SHA512-CRYPT passwords?

2015-03-16 Thread Mihamina Rakotomandimby

On 03/09/2015 08:37 PM, Dominik Breu wrote:

Hey list ,

just a simple question can sogo use sha512-crpyt passwords ?


SOGo relies on a backend for authentication. It might be a LDAP or a 
xxxSQL one.
That backend might have some password hash capabilities so you have to 
check depending on that.


HTH.
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [systemd-devel] Most important changes the last 15 months

2015-03-16 Thread Mihamina Rakotomandimby

On 03/16/2015 10:05 AM, Cecil Westerhof wrote:
About 15 months ago I gave a presentation about systemd/journald. I am 
asked to give another presentation about systemd/journald. What are 
the most important changes I should integrate into my presentation?

--


Would you share your slides? ;-)
I'm also asked the samt.
Thank you.
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: Jessie sufficiently stable for general use?

2015-03-10 Thread Mihamina Rakotomandimby

On 03/10/2015 08:52 AM, Ken Heard wrote:

I just want a tidy ship and all I want is the One True
Directive(TM).

Is such a thing possible it IT?

This is not, but there no one true.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/54fe95be.7000...@rktmb.org



Re: [SOGo] New Installation

2015-02-18 Thread Mihamina RAKOTOMANDIMBY

On 02/18/2015 07:16 PM, Carl Byington wrote:

On Wed, 2015-02-18 at 09:08 +0300, Mihamina RAKOTOMANDIMBY wrote:

On 02/17/2015 05:48 PM, gtilli...@mwdist.com wrote:

Just for additional information, I am using CentOS and I have
followed the instructions on the website and I did add the
Inverse SOGo Repository.

For Centos6, you might want to look at
http://www.five-ten-sg.com/mapper/blog/openchange


Your blog entry is nice but: the provided installation script 
http://www.five-ten-sg.com/util/openchange.bash covers (much) more than 
the basis of the SOGo+Openchange setup.


And boy, why choosing Sendmail? ;-)


--
https://www.google.com/search?q=mihamina+rakotomandimby

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] New Installation

2015-02-18 Thread Mihamina RAKOTOMANDIMBY

On 02/17/2015 05:48 PM, gtilli...@mwdist.com wrote:

Just for additional information, I am using CentOS and I have followed the
instructions on the website and I did add the Inverse SOGo Repository.

It appears that the wrong version of libgnustep-base is installed.  I see 1.24
and I am not seeing 1.23.  How do I get Sogo to reference 1.24 instead or get
just 1.23.


http://www.sogo.nu/nc/support/faq/article/how-to-install-sogo-and-sope-through-yum.html
At almost the end.

--
https://www.google.com/search?q=mihamina+rakotomandimby

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] New Installation

2015-02-16 Thread Mihamina RAKOTOMANDIMBY

On 02/16/2015 10:46 PM, gtilli...@mwdist.com wrote:

/usr/sbin/sogod: error while loading shared libraries: libgnustep-
base.so.1.23: cannot open shared object file: No such file or directory

Any ideas on what I need to do to fix this?  Thanks for the help in advance.


Please provide the document you followed for your installation + some 
details about your system.
My bet (just be guessing, so no warranty) is you missed to install the 
Inverse flavour of GnuStep.


HTH

--
https://www.google.com/search?q=mihamina+rakotomandimby

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [FRsAG] Nginx et son invalidation de cache

2015-02-10 Thread Mihamina RAKOTOMANDIMBY


On 02/10/2015 02:33 PM, Julien Escario wrote:

Le 10/02/2015 12:21, Pierre DOLIDON a écrit :
Pourquoi monter du cache Nginx dans un ramdisk ? Pourquoi ne pas 
plutôt utiliser
Varnish (-s malloc,12G par exemple), puis utiliser son ACL purge 
et/ou son
secret... C'est quand même plus prévu pour que NginX (et il m'avait 
semblé lire

que varnish était plus performant que nginx pour du cache statique)...


J'ai d'assez mauvais souvenirs sur mes premiers essais avec Varnish. 
Rien d'insurmontable mais bien écrire les règles de cache m'avait paru 
particulièrement compliqué.


Après, en terme de perf, je n'ai pas de benchmark mais à mon avis, on 
joue dans le %.


Et sur l'invalidation, on en revient toujours à la même chose : 
comment informer automatiquement le cache qu'il faut qu'il invalide 
tel ou tel fichier ?





Automatiquement, je sais pas trop, par contre, dans Varnish il y a une 
command line: varnishadm.

http://opensourcehacker.com/2013/02/07/varnish-shell-singleliners-reload-config-purge-cache-and-test-hits/
https://www.varnish-cache.org/docs/3.0/tutorial/purging.html#bans



Julien

___
Liste de diffusion du FRsAG
http://www.frsag.org/


___
Liste de diffusion du FRsAG
http://www.frsag.org/


Re: [FRsAG] Presta pour maintenance informatique (petite structure) ?

2015-02-10 Thread Mihamina RAKOTOMANDIMBY


On 02/10/2015 12:56 PM, Julien Escario wrote:
Ca ne te dérange pas d'annoncer sur une liste de prestas que tu vas 
monter une structure associative (donc non soumise à tout un tas de 
charges) pour faire concurrence à des prestataires ? 


Bonjour,

Eh bien... On en est encore là ? :-)
Je me rappelle que ce type de débat avait eu lieu dans quasiment toutes 
les ML de sysadmin Fr (oui, les assos 1901 sont typiques du pays) que 
j'ai fréquenté.

Il y avait le RHIEN, et les autres... C'était quoi... dans les années 2000!?

Il y a des traditions qui perdurent, dites donc.

Restons cools ;-)
___
Liste de diffusion du FRsAG
http://www.frsag.org/


[FRsAG] cherche cas usage des regex dans la vraie vie

2015-02-10 Thread Mihamina RAKOTOMANDIMBY

Bonjour,

Je dois faire un mini exposé sur les regex.
Ca m'interesserait de pouvoir donner des exemples sur les recherches 
dans les logs.
Je cherche donc des cas d'usage, dans lesquels il faut utiliser des 
regex pour trouver ce qu'on veut.
Les truc du genre  $grep Error access.log me semblent inutile pour ce 
coup là :-) du fait de la trop facilité du pattern.


Le public: des sysadmins juniors *et* des devs web à qui on souhaite 
introduire à la recherche des erreurs dans les fichiers d'erreur 
(Apache, Tomcat, MySQL, PGSQL, Postfix, Exim,...)


Auriez-vous des cas d'usage (bonus: avec la résolution et un sample)?

Merci bien.

___
Liste de diffusion du FRsAG
http://www.frsag.org/


apt-get / aptitude [g]libc update not to prompt for restart and not restart

2015-01-29 Thread Mihamina RAKOTOMANDIMBY

Hi all

I'm going to massively upgrade some ghost-vulnerable machines.

Digging into the apt-get or aptitude documentation, I miss the right 
option in order to make it upgrade libc  libc-bin without restarting 
the services and without asking what to do.


Would you know the right option?

Thank you.


Re: apt-get / aptitude [g]libc update not to prompt for restart and not restart

2015-01-29 Thread Mihamina RAKOTOMANDIMBY


On 01/29/2015 04:14 PM, Renaud (Ron) OLGIATI wrote:

On Thu, 29 Jan 2015 15:50:12 +0300
Mihamina RAKOTOMANDIMBY mihamina.rakotomandi...@rktmb.org wrote:


I'm going to massively upgrade some ghost-vulnerable machines.

Digging into the apt-get or aptitude documentation, I miss the right
option in order to make it upgrade libc  libc-bin without restarting
the services and without asking what to do.

Would you know the right option?

Install needrestart and run it after upgrading..
  


Yes, but how to default the upgrade process to (dont restart  dont 
even ask)?
I *will* restart the services, but I will do it manually, in order to 
check for functional regression.
Prior to the manual restart of services, I need to *blindly* upgrade 
glibc without running the restart.



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/54ca4785.6010...@rktmb.org



Re: [CentOS] Very slow disk I/O

2015-01-28 Thread Mihamina RAKOTOMANDIMBY


On 01/28/2015 03:32 PM, Jatin Davey wrote:


Could someone point me on how to improve the disk I/O on my server and 
reduce the wait time on I/O.


Fisrt of all, you should ensure how fast are your disks.
There are several methods to check that:
https://www.thomas-krenn.com/en/wiki/Linux_I/O_Performance_Tests_using_dd
But there are several aother way to achieve measurement.

If you notice some poor performance, then you can assume your disks are 
slow.


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: Minimal configuration for a laptop

2015-01-22 Thread Mihamina RAKOTOMANDIMBY


On 01/22/2015 09:22 PM, Alex PADOLY wrote:

- OpenOffice


At least 1GB RAM and medium speed HDD (not 5400rpm but )


- Navigation(browsing) intenet, files transfert ftp,



Depends on the website you browse: some have heavy Javascripts...


- Use of vlc for listen mp3 files and to watch occasionally a movies


1GB RAM


- Electronic use of simulation softwares (geda, kicad, Xcircuit)


No idea


- Use freemind


No idea
Finally Do you know models of professionnal laptop computer of 2007, 
2008,2009 and 2010 year. I kook for a laptop computer of which the 
sale price began from 2000 Euros.


Something like this
http://www.materiel.net/ordinateur-portable/msi-cr61-2m-287xfr-104012.html
You'll have full satisfaction if you replace the HDD with a SSD.

My wife has an Atom netbook with 2GB RAM where I replaced the HDD with 
an SSD but man... it just rocks.


Re: [SOGo] Debian 7.8

2015-01-15 Thread Mihamina RAKOTOMANDIMBY

On 01/15/2015 06:03 PM, Louis Höfler wrote:

Hello everyone.
Is SOGo compatible to Debian 7.8?


It is.
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] OpenChange + SOGo + Outlook 2013: not local Dovecot 2.2.10

2015-01-14 Thread Mihamina RAKOTOMANDIMBY

Hello,

I'm using latest Samba+SOGO(2.2.13)+OpenChange(2.2) from the Inverse RPM 
repositories on a CentOS6.

SOGo (Web interface and with Thunderbird) is working fine.
My Dovecot is on another host (not localhost of SOGo/OpenChange)

The problem is Outlook 2013 does not download IMAP messages.
When sniffing IMAP traffic (tshark/tcpdump) I detect no attempt to 
connect, whent testing with Outlook.

I got traffic when using the Web Interface.

Though, it sends without problem, as when I send with outlook, the 
recipient gets the message when viewing it through the web interface.


Most of the documentation I find on Internet relates to local Dovecot.
Is there a recommandation on the location of the Dovecot server?

Thank you.
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [openchange][devel] OpenChange + SOGo + Outlook 2013: not local Dovecot 2.2.10

2015-01-14 Thread Mihamina RAKOTOMANDIMBY


On 01/14/2015 07:29 PM, Julien Kerihuel wrote:

Hi,
Your dovecot server can be located anywhere you want.
Br,
Julien.


OK, and the only place its location is mentionned is the sogo.conf.
Reading the docs, that should be OK.
Might I have missed any configuration place where I should set it?

Thank you.
___
devel mailing list
devel@lists.openchange.org
http://mailman.openchange.org/listinfo/devel


[arch-general] Develop ineo 25e printer and CUPS

2014-12-29 Thread Mihamina Rakotomandimby

Hi all,

I have a  Develop ineo 25e printer, and want to set it up with CUPS.
I connect to http://localhost:631/ and add the printer, with uploading 
the PPD available here:

http://www.develop.eu/en/products/office-products/colour/ineo-25/downloads.html
(English, Linux, version 1.1 dated 2012)

The printer is network connected, and the connection is

socket://192.168.129.100
job-sheets=none, none media=iso_a4_210x297mm sides=one-sided


I tried several combinations, with or without the PPD, socket:// or 
ipp://,... no way:
The test page prints OK, but any other page is a kind of source code I 
could not define.


Would you know what option could save me?

Thanks.


Develop ineo 25e printer and CUPS

2014-12-29 Thread Mihamina Rakotomandimby

Hi all,

I have a  Develop ineo 25e printer, and want to set it up with CUPS.
I connect to http://localhost:631/ and add the printer, with uploading 
the PPD available here:

http://www.develop.eu/en/products/office-products/colour/ineo-25/downloads.html
(English, Linux, version 1.1 dated 2012)

The printer is network connected, and the connection is

socket://192.168.129.100
job-sheets=none, none media=iso_a4_210x297mm sides=one-sided


I tried several combinations, with or without the PPD, socket:// or 
ipp://,... no way:
The test page prints OK, but any other page is a kind of source code I 
could not define.


Would you know what option could save me?

Thanks.
--
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


[CentOS] Develop ineo 25e printer and CUPS

2014-12-29 Thread Mihamina Rakotomandimby

Hi all,

I have a  Develop ineo 25e printer, and want to set it up with CUPS.
I connect to http://localhost:631/ and add the printer, with uploading 
the PPD available here:

http://www.develop.eu/en/products/office-products/colour/ineo-25/downloads.html
(English, Linux, version 1.1 dated 2012)

The printer is network connected, and the connection is

socket://192.168.129.100
job-sheets=none, none media=iso_a4_210x297mm sides=one-sided


I tried several combinations, with or without the PPD, socket:// or 
ipp://,... no way:
The test page prints OK, but any other page is a kind of source code I 
could not define.


Would you know what option could save me?

Thanks.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Develop ineo 25e printer and CUPS

2014-12-29 Thread Mihamina Rakotomandimby

Hi all,

I have a  Develop ineo 25e printer, and want to set it up with CUPS.
I connect to http://localhost:631/ and add the printer, with uploading 
the PPD available here:

http://www.develop.eu/en/products/office-products/colour/ineo-25/downloads.html
(English, Linux, version 1.1 dated 2012)

The printer is network connected, and the connection is

socket://192.168.129.100
job-sheets=none, none media=iso_a4_210x297mm sides=one-sided


I tried several combinations, with or without the PPD, socket:// or 
ipp://,... no way:
The test page prints OK, but any other page is a kind of source code I 
could not define.


Would you know what option could save me?

Thanks.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/54a25741.6050...@rktmb.org



Re: So acrobat is dead for linux - long live evince?

2014-12-15 Thread Mihamina Rakotomandimby

On 12/16/2014 10:03 AM, Chris Murphy wrote:

This probably doesn't matter much to kde users, but pulling in 50 additional
packages and 176 M to me is a serious issue.

Just as point of comparison, ... LibreOffice
on Linux is not some Tonka Toy app (although Tonka Toys are badass,
they're obviously not the Real Deal) either, and it has a commensurate
size:

# dnf install libreoffice
Install  85 Packages
Total download size: 126 M
Installed size: 393 M


May be, but some users, including me, dont want to use mixed Qt/GTK.
Fortunately, the LO deps are not about Qt related things, as on a 
GTK-only system you can use LO.



--
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: [libav-tools] Problem

2014-12-11 Thread Mihamina Rakotomandimby

On 12/11/2014 01:36 PM, Zeeshan Akhter wrote:


On Thu, Dec 11, 2014 at 3:34 PM, Mihamina Rakotomandimby 
mihamina.rakotomandi...@rktmb.org 
mailto:mihamina.rakotomandi...@rktmb.org wrote:


https://www.libav.org/download.html


I know where to download
*I am asking what is the steps to compile that source *



Inside the tarball, you have an INSTALL file:
https://git.libav.org/?p=libav.git;a=blob;f=INSTALL;h=ac5dc5dbb6cfd8ed20fcb8cfbde44af1c79377e3;hb=HEAD
Follow the steps.


___
libav-tools mailing list
libav-tools@libav.org
https://lists.libav.org/mailman/listinfo/libav-tools


Re: How to guess how to add the key of a repo (GPG, apt-key add,...)

2014-12-10 Thread Mihamina Rakotomandimby

On 12/10/2014 02:19 PM, Andrei POPESCU wrote:


On Mi, 10 dec 14, 10:22:28, Mihamina Rakotomandimby wrote:

Hi all

I have to use a repo: http://open.iabsis.com/debian/
When adding it in my sources, apt complains about not having GPG key about
it.
Would you know how to guess the gpg invocation (server, key,...) in order to
import it to apt?

Web searching engines are usually very good at finding answers to such
queries. Searching for add key apt repository I found this.

https://wiki.debian.org/SecureApt#How_to_find_and_add_a_key

Kind regards,
Andrei


Thank you Andrei, but:

- the key ofhttp://open.iabsis.com/debian/ is not part of 
debian-archive-keyring or debian-keyring, it's a 3rd party repo.

- I gave http://open.iabsis.com/debian/ as an example, but you can imagine any 
other orphaned repository where I find a .deb I like

- the page you told me has the gpg invocation, but how to guess --keyserver and 
--recv-keys parameters value?

Thank you.



Re: serial data and web

2014-12-09 Thread Mihamina Rakotomandimby

On 12/09/2014 02:39 PM, manduk wrote:

I would like to get data from serial port and send it to a web page.
I think that getting data from serial port shopuld not be difficult in 
python. I've found some interesting links about it.

How can I send after the datas directly to a web page?


A web page?
Did you mean a Web server?

Basically, you'll have to upload your data to a Web Server, then the 
server will serve your data.
Depending on how your server is setup, you'll have to use FTP, RSync, 
HTTP GET or POST or PUT,...

There is plenty of ways to upload some content.

-- 
https://mail.python.org/mailman/listinfo/python-list


Re: serial data and web

2014-12-09 Thread Mihamina Rakotomandimby

On 12/10/2014 07:28 AM, Dennis Lee Bieber wrote:

On Tue, 09 Dec 2014 14:24:51 +0100, manduk nas...@nospamxxx.it declaimed
the following:


A web page?
Did you mean a Web server?

ok I mean I would like to view the datas on a web page


Basically, you'll have to upload your data to a Web Server, then the
server will serve your data.
Depending on how your server is setup, you'll have to use FTP, RSync,
HTTP GET or POST or PUT,...
There is plenty of ways to upload some content.


not only upload in a folder of a webserver...I wish to see in real time
the datas in a public html page.
I get the data from serial port and then I put them in a remote page.
Which is the best way to transfer datas from a text file for example and
send it on web?

Normal HTML is a pull technology... The client (browser) has to ask
the server to send it the page.

To have dynamically updating web page requires either: a web page that
does a timed redirect back to itself (going to be very annoying as the page
keeps reloading at whatever interval was given to the redirect), OR the use
of Javascript to modify the HTML during the load, OR Javascript to modify
pages in real-time -- cf: http://en.wikipedia.org/wiki/Dynamic_HTML and
http://en.wikipedia.org/wiki/Ajax_%28programming%29


Which is a loop for pulling.
There is another alternative: Websockets.
But it is still a young technolgy.

--
https://mail.python.org/mailman/listinfo/python-list


How to guess how to add the key of a repo (GPG, apt-key add,...)

2014-12-09 Thread Mihamina Rakotomandimby

Hi all

I have to use a repo: http://open.iabsis.com/debian/
When adding it in my sources, apt complains about not having GPG key 
about it.
Would you know how to guess the gpg invocation (server, key,...) in 
order to import it to apt?


Thank you.


Re: [CentOS] centos 6.3

2014-12-01 Thread Mihamina Rakotomandimby

On 12/02/2014 10:29 AM, Hadi Motamedi wrote:

Dear All
I want to put my stuff on centos 6.3 but some colleagues warned that
it is not wise to use it at now for some bugs reported. Can you please
confirm if this is true and which vulnerability can be risked for ?



It is generally unsafe to run a outdated operating system.
Whatever it is.
What are your constraints not to upgrade to the latests 6.6?

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [SOGo] suggestion? No child available to handle incoming request sogo 2.2.10

2014-11-27 Thread Mihamina Rakotomandimby

On 11/27/2014 12:31 PM, Christian Mack wrote:

Hello Götz Reinicke

Am 2014-11-26 um 10:29 schrieb Götz Reinicke - IT Koordinator:

we have about 1.000 users but just a few (+- 100) use sogo as mailclient.

The most users use the calendar app.

Since some days, we see a lot of

No child available to handle incoming request

and the webpage cant be accessed.

Currently I have WOWorkersCount = 15;

I updateted today from 2.2.9a to 2.2.10, and it is still the same situation.

Any suggestions?

It is a 4Core 2.2GHZ 8 GB RAM virtual mashine doing just sogo and a bit
of database for a small webapp.


You have to increase your workers count by setting PREFORK in
/etc/{sysconfig|default}/sogo.
Because the setting of WOWorkersCount in sogo.conf is overwritten by the
service start script.


We also faced the same problem when importing a massive calendar.
One way to check if the workers count is correctly setup is to issue

# ps auxwww | grep -i sogo
[...]
sogo 13654 0.7 1.4 295924 14812 ? S 16:32 0:09 /usr/sbin/sogod 
-WOWorkersCount 3 -WOPidFile /var/run/sogo/sogo.pid -WOLogFile 
/var/log/sogo/sogo.log


HTH

--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] openchange_provision search for MySQLdb

2014-11-27 Thread Mihamina Rakotomandimby

On 11/27/2014 10:34 AM, Jan Kraljič wrote:
Thank you for info. I will try to find docs whats need wo be 
configured in mysql


always have your first look to the official documentation ;-)
http://www.openchange.org/cookbook/configuring.html#configure-mysql

--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] openchange_provision search for MySQLdb

2014-11-25 Thread Mihamina Rakotomandimby

On 11/25/2014 04:28 PM, Martin Simovic wrote:
On 25 Nov 2014, at 08:15, Jan Kraljič jan.kral...@gmail.com 
mailto:jan.kral...@gmail.com wrote:


I am trying to add native Outlook support and I have problem with 
running openchange_provision. it searches fom mysql but setup is done 
with postgresql. Here is the error:




You are not saying what OS you are running on (assuming ubuntu), most 
likely you need to install python-mysqldb” with apt-get


Yes, but that wouldnt solve his problem: he's got the system running on 
PGSQL, and OpenChange will use MySQL.


--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Holiday messages with Sogo

2014-11-18 Thread Mihamina Rakotomandimby

On 11/18/2014 11:20 AM, Stephan Alz wrote:

Is this possible with Sogo on any ways (new versions, plugins, workarounds etc) 
or I must use RoundCube, Squirrelmail or other webmail system for it?




On a 2.2.9, I have this configuration to make it work:

SOGoSieveServer = sieve://mail.host.name:4190;
SOGoVacationEnabled = YES;
SOGoSieveScriptsEnabled = YES;

You will have a setting tab appear in the Web interface.
Cheers.

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [CentOS] open-vm-tools on CentOS 6

2014-11-11 Thread Mihamina Rakotomandimby

On 11/07/2014 09:05 PM, Boris Epstein wrote:

Hello all,

As far as which VMWare tools to use - the ones from VM Ware or the
open-vm-tools available through the EPEL - is there any consensus on what
is better? I know that for CentOS 7 you are told to use open-vm-tools but
what is the situation with CentOS 6?



I use this: https://www.vmware.com/support/packages

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


  1   2   3   4   5   6   7   8   9   10   >