[ceph-users] [RGW] Strange write performance issues

2020-06-10 Thread Alexandru Cucu
Hello Ceph users, We've been doing some tests with Ceph RGW. Mostly wanted to see how Ceph will do with a large number of objects in a single bucket. For the test we had a cluster with 3 nodes, running collocated OSDs, MON, MGR, and RGW. CPU: 2x Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz (48

[ceph-users] Re: Migrate Jewel from leveldb to rocksdb

2020-01-22 Thread Alexandru Cucu
Hi, There is no need to rebuild all ODS. You can follow the procedure described by RedHat[0] to convert the DB and tell the OSD to use rocksdb. Couldn't find this documented elsewhere. You may need a RedHat account to access the content, but you could create a developer one for free IIRC. [0] htt

[ceph-users] Manager plugins issues on new ceph-mgr nodes

2019-09-10 Thread Alexandru Cucu
Hello, Running 14.2.3, updated from 14.2.1. Until recently I've had ceph-mgr collocated with OSDs. I've installed ceph-mgr on separate servers and everything looks OK in Ceph status but there are multiple issues: 1. Dashboard only runs on old mgr servers. Tried restarting the daemons and disable/

Re: [ceph-users] x pgs not deep-scrubbed in time

2019-04-04 Thread Alexandru Cucu
scrubs performed, would you expect > tweaking any of those values to let the deep-scrubs finish in time/ > > Thanks, > Michael > > On Wed, 3 Apr 2019 at 10:30, Alexandru Cucu wrote: >> >> Hello, >> >> You can increase *osd scrub max interval* and *osd d

Re: [ceph-users] x pgs not deep-scrubbed in time

2019-04-03 Thread Alexandru Cucu
Hello, You can increase *osd scrub max interval* and *osd deep scrub interval* if you don't want at least one scrub/deep scrub per week. I would also play with *osd max scrubs* and *osd scrub load threshold* to do more scrubbing work, but be careful as it will have a huge impact on performance.

Re: [ceph-users] Resizing a cache tier rbd

2019-03-27 Thread Alexandru Cucu
Hello, On Wed, Mar 27, 2019 at 1:19 AM Jason Dillaman wrote: > When using cache pools (which are essentially deprecated functionality > BTW), you should always reference the base tier pool. Could you point to more details about the plan to deprecate cache tiers? AFAIK and as far as he documentat

Re: [ceph-users] Right way to delete OSD from cluster?

2019-03-01 Thread Alexandru Cucu
More on the subject can be found here: https://ceph.com/geen-categorie/difference-between-ceph-osd-reweight-and-ceph-osd-crush-reweight/ On Fri, Mar 1, 2019 at 2:22 PM Darius Kasparavičius wrote: > > Hi, > > Setting crush weight to 0 removes the osds weight from crushmap, by > modifying hosts tot

Re: [ceph-users] Ceph cluster stability

2019-02-20 Thread Alexandru Cucu
Hi, I would decrese max active recovery processes per osd and increase recovery sleep. osd recovery max active = 1 (default is 3) osd recovery sleep = 1 (default is 0 or 0.1) osd max backfills defaults to 1 so that should be OK if he's using the default :D Disabling scrubbing during reco

Re: [ceph-users] Simple API to have cluster healthcheck ?

2019-01-30 Thread Alexandru Cucu
Hello, Not exactly what you were looking for, but you could use the Prometheus plugin for ceph-mgr and get the health status from the metrics. curl -s http://ceph-mgr-node:9283/metrics | grep ^ceph_health_status On Wed, Jan 30, 2019 at 3:04 PM PHARABOT Vincent wrote: > > Hello, > > > > I h

Re: [ceph-users] Scheduling deep-scrub operations

2018-12-14 Thread Alexandru Cucu
Hi, Unfortunately there is no way of doing this from the Ceph configuration but you could create some cron jobs to add and remove the nodeep-scrub flag. The only problem would be that your cluster status will show HEALTH_WARN but i think you could set/unset the flags per pool to avoid this. On Fr

Re: [ceph-users] Large omap objects - how to fix ?

2018-10-31 Thread Alexandru Cucu
> *** NOTICE: operation will not remove old bucket index objects *** > *** these will need to be removed manually *** > > > All the best, > Flo > > > Am 10/26/18 um 3:56 PM schrieb Alexandru Cucu: > > Hi, > > Sorry to hijack this thread. I

Re: [ceph-users] OSD node reinstallation

2018-10-30 Thread Alexandru Cucu
Don't forget about the cephx keyring if you are using cephx ;) Usually sits in: /var/lib/ceph/bootstrap-osd/ceph.keyring --- Alex On Tue, Oct 30, 2018 at 4:48 AM David Turner wrote: > > Set noout, reinstall the OS without going the OSDs (including any journal > partitions and maintaining a

Re: [ceph-users] Large omap objects - how to fix ?

2018-10-26 Thread Alexandru Cucu
Hi, Sorry to hijack this thread. I have a similar issue also with 12.2.8 recently upgraded from Jewel. I my case all buckets are within limits: # radosgw-admin bucket limit check | jq '.[].buckets[].fill_status' | uniq "OK" # radosgw-admin bucket limit check | jq '.[].buckets[].objec

Re: [ceph-users] Migrate/convert replicated pool to EC?

2018-10-26 Thread Alexandru Cucu
Hi, Have a look at this article: https://ceph.com/geen-categorie/ceph-pool-migration/ --- Alex Cucu On Thu, Oct 25, 2018 at 7:31 PM Matthew Vernon wrote: > > Hi, > > I thought I'd seen that it was possible to migrate a replicated pool to > being erasure-coded (but not the converse); but I'm fai

[ceph-users] Invalid bucket in reshard list

2018-10-05 Thread Alexandru Cucu
Hello, I'm running a Luminous 12.2.7 cluster. Wanted to reshard the index of an RGW bucket and accidentally typed the name wrong. Now in "radosgw-admin reshard list" I have a task for a bucket that does not exist. Can't process or cancel it: # radosgw-admin reshard process ERROR: failed

Re: [ceph-users] Remotely tell an OSD to stop ?

2018-09-21 Thread Alexandru Cucu
Hi, You won't be able to stop them, but if the OSDs are still running I would just set them as out, wait for all data to be moved from them and then it should be safe to power off the host. --- Alex On Fri, Sep 21, 2018 at 11:50 AM Nicolas Huillard wrote: > > Hi all, > > One of my server crashe

Re: [ceph-users] Ceph RGW Index Sharding In Jewel

2018-08-24 Thread Alexandru Cucu
You should probably have a look at ceph-ansible as it has a "take-over-existing-cluster" playbook. I think versions older than 2.0 support Ceph versions older than Jewel. --- Alex Cucu On Fri, Aug 24, 2018 at 4:31 AM Russell Holloway wrote: > > Thanks. Unfortunately even my version of hammer is

Re: [ceph-users] [Jewel 10.2.11] OSD Segmentation fault

2018-08-13 Thread Alexandru Cucu
Am 3. August 2018 12:03:17 MESZ schrieb Alexandru Cucu : > >Hello, > > > > Hello Alex, > > >Another OSD started randomly crashing with segmentation fault. Haven't > >managed to add the last 3 OSDs back to the cluster as the daemons keep > >crashing. >

Re: [ceph-users] ceph issue tracker tells that posting issues is forbidden

2018-08-06 Thread Alexandru Cucu
Hello, Any news? Still can't open new issues. Thanks, Alex On Sun, Aug 5, 2018 at 1:50 PM Виталий Филиппов wrote: > > Thanks for the reply! Ok I understand :-) > > But the page still shows 403 by now... > > 5 августа 2018 г. 6:42:33 GMT+03:00, Gregory Farnum > пишет: >> >> On Sun, Aug 5, 2018

Re: [ceph-users] [Jewel 10.2.11] OSD Segmentation fault

2018-08-03 Thread Alexandru Cucu
()+0xf5) [0x7f12c0374c05] 21: (()+0x3c8847) [0x7f12c3cb4847] NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. --- Any help would be appreciated. Thanks, Alex Cucu On Mon, Jul 30, 2018 at 4:55 PM Alexandru Cucu wrote: > > Hello Ceph users, > > We hav

[ceph-users] [Jewel 10.2.11] OSD Segmentation fault

2018-07-30 Thread Alexandru Cucu
Hello Ceph users, We have updated our cluster from 10.2.7 to 10.2.11. A few hours after the update, 1 OSD crashed. When trying to add the OSD back to the cluster, other 2 OSDs started crashing with segmentation fault. Had to mark all 3 OSDs as down as we had stuck PGs and blocked operations and th

Re: [ceph-users] Stop scrubbing

2018-06-06 Thread Alexandru Cucu
Hi, The only way I know is pretty brutal: list all the PGs with a scrubbing process, get the primary OSD and mark it as down. The scrubbing process will stop. Make sure you set the noout, norebalance and norecovery flags so you don't add even more load to your cluster. On Tue, Jun 5, 2018 at 11:4

[ceph-users] PG replication issues

2018-02-12 Thread Alexandru Cucu
Hello, Warning, this is a long story! There's a TL;DR; close to the end. We are replacing some of our spinning drives with SSDs. We have 14 OSD nodes with 12 drives each. We are replacing 4 drives from each node with SSDs. The cluster is running Ceph Jewel (10.2.7). The affected pool had min_size

Re: [rlug] Linux pentru educatie (DEVELOPER PREVIEW)

2015-11-15 Thread Alexandru Cucu
Salut, Văd niște lucruri interesante pe pagina de Sourceforge. Imaginea de fundal „împrumutată” din MS Windows 8 și iconul pentru MS Internet Explorer sunt libere? :) Chiar nu se găsea alt wallpaper? Să nu mai vorbim că sistemul de operare pe care rulează mașina virtuală nu pare nici el cel mai li

[Touch-packages] [Bug 683668] Re: file command produces wrong message

2015-10-29 Thread Alexandru Cucu
There is no typo as the file is compressed using the "compress" tool. Attached is my patch proposal. ** Patch added: "file.diff" https://bugs.launchpad.net/ubuntu/+source/file/+bug/683668/+attachment/4508354/+files/file.diff -- You received this bug notification because you are a member of U

[Bug 683668] Re: file command produces wrong message

2015-10-29 Thread Alexandru Cucu
There is no typo as the file is compressed using the "compress" tool. Attached is my patch proposal. ** Patch added: "file.diff" https://bugs.launchpad.net/ubuntu/+source/file/+bug/683668/+attachment/4508354/+files/file.diff -- You received this bug notification because you are a member of U

Re: [rlug] kvm centos 7 guest halting

2015-10-20 Thread Alexandru Cucu
Cu "shutdown -P" ai incercat? > -P Requests that the system be powered off after it has been > brought down. 2015-10-19 13:57 GMT+03:00 Andrei-Florian Staicu : > omg. really? deci poweroff merge. si eu ca prostu' dadeam halt. > multumesc pentru rezolvarea unui non-issue

Re: [rlug] CentOS pe Server HP ProLiant MicroServer Gen8, Procesor Intel(R) Pentium(R) G2020T 2.5GHz Ivy Bridge, 2GB UDIMM DDR3

2014-12-26 Thread Alexandru Cucu
Salut, RAID-ul este "Fake-RAID", asa ca mai bune nu iti bati capul. Eu tin controllerul activ doar pentru ca e mai silentios sistemul asa. Tin boot loaderul si partitia de boot pe un stick USB montat in slotul intern ca sa evit controllerul in prima faza. Apoi oricum e ignorat de catre sistemul de

[Bug 1335467] [NEW] Could not install boot loader

2014-06-28 Thread Alexandru Cucu
Public bug reported: Trying to install on an Acer TM8473 laptop in EFI mode. The CMOS interface does not allow to change the boot mode to legacy/BIOS so installing in EFI mode is mandatory. I have specified the /boot/efi partition in the partitioning wizard. ProblemType: Bug DistroRelease: Ubunt

Re: [rosedu-general] Fwd: Este posibil ca protv-ul sa realizeze un reportaj in legatura cu acele laptop-uri donate scolilor

2014-02-16 Thread Alexandru Cucu
ativa >> membri ai comunitatii Ubuntu Romania, se poate organiza o astfel de >> intalnire? >> Consider ca ar putea fi o buna promovare pentru Ubuntu Romania. >> >> Doamna ce va realiza reportajul se numeste Liliana Curea si este reporter >> la departamentul social >>

Re: [rosedu-general] Organizare Linux Install Fest 2013

2013-09-19 Thread Alexandru Cucu
Salutare ROSEdu, Echipa Ubuntu din România a primit un pachet pentru conferințe și discuri cu Ubuntu de la Canonical. Le voi aduce personal pe 5 octombrie. Ne vedem atunci! :) -- Alexandru Cucu Contact for the Ubuntu Romanian Local Team http://launchpad.net/~alexandru.cucu

Re: [rosedu-general] Organizare Linux Install Fest 2013

2013-09-15 Thread Alexandru Cucu
t; > Din cate stiam ubuntu lasa ca repo si mediul de instalare, nu putem packui > update-urile + ce pachete mai avem nevoie direct pe stick-uri? Eventual poate > merge instalat direct cu pachetele noi. > ___ > http://lists.rosedu.org/listinfo/rosedu-general > http://lists.rosedu.org/guidelines - Mailing List Guidelines -- Alexandru Cucu Contact for the Ubuntu Romanian Local Team http://launchpad.net/~alexandru.cucu ___ http://lists.rosedu.org/listinfo/rosedu-general http://lists.rosedu.org/guidelines - Mailing List Guidelines

Re: [rosedu-general] Organizare Linux Install Fest 2013

2013-09-10 Thread Alexandru Cucu
cel puțin o lună înainte pentru a primi la rândul nostru toate materialele. Mult succes în organizarea LIF-ului de anul acesta! -- Alexandru Cucu Contact for the Ubuntu Romanian Local Team http://launchpad.net/~alexandru.cucu 2013/9/9 Laura Mihaela Vasilescu : > 2013/9/9 Catalin Vasile >

Re: [GSL] FLOSS Camp 2013

2013-07-15 Thread Alexandru Cucu
ate fi oricine) să-și asume > planificarea și gestionarea lucrurilor de realizat astfel încât să se aleagă > cu minim de plângeri la final. > > > Dacă locația e cea care îmi e aproape, fac ce pot să fie cât mai bine. > Dacă nu, particip oricum pentru că apreciez FLOSS Camp. > >

Re: [GSL] FLOSS Camp 2013

2013-07-11 Thread Alexandru Cucu
2013/7/11 Stefan Cristian Brindusa : > Colibita? :D Cam departe de centrul țării :) Regulile sunt cam așa: 1. Centrul țării (Brașov, Sibiu). 2. Loc pentru campat mai departe de civilizație. 3. Totuși să fie o pensiune la maximum 5 km pentru cei ce nu pot dormi la cort (eu prefer să fie cel puțin

Re: [GSL] FLOSS Camp 2013

2013-07-11 Thread Alexandru Cucu
Salut, Mie mi-a plăcut mult locul de campare de acum doi ani (Șimon, Bran). Crezi că mai putem lua legătura cu nenea care ne-a lăsat să campăm pe terenul lui? Sau să încercăm la Sibiu (Curmătura Ștezii), unde ne-am întâlnit în 2009? Alex Cucu 2013/7/11 Doru Ilasi > > Salut tuturor, > > Propun

Re: Photos for the new Community site

2013-05-28 Thread Alexandru Cucu
l for showing the excitement and diversity that the Ubuntu community has worldwide I'd appreciate a link. Note: The license on photos also has to be such that we are allowed to use this on the community website, so specifying that would be super helpful too. Thanks! -- Alexandru Cucu -- loc

[Bug 917757] Re: cheese crashed with SIGSEGV in cheese_camera_set_device_by_dev_uuid()

2013-05-14 Thread Alexandru Cucu
Using Cheese 3.4.1-0ubuntu2.1 from Precise, this bug can be replicated like this: * connect two or more cameras * open Cheese and select the last one * close Cheese * disconnect the camera * open Cheese I have tried to remove/change the value of "apps -> cheese -> camera" from dconf but it doesn'

[Desktop-packages] [Bug 917757] Re: cheese crashed with SIGSEGV in cheese_camera_set_device_by_dev_uuid()

2013-05-14 Thread Alexandru Cucu
Using Cheese 3.4.1-0ubuntu2.1 from Precise, this bug can be replicated like this: * connect two or more cameras * open Cheese and select the last one * close Cheese * disconnect the camera * open Cheese I have tried to remove/change the value of "apps -> cheese -> camera" from dconf but it doesn'

Re: Should we sunset brainstorm.ubuntu.com?

2013-05-14 Thread Alexandru Cucu
Hi, The current state of brainstorm.ubuntu.com is due to it being neglected (just look at that brown colour we ditched 4 years ago) and not being promoted enough. Can't remember the last time I saw an URL pointing to this project or heard someone talking about it. For some people, Launchpad

Re: Enhance class Storage with additional methods

2013-04-10 Thread Ioan Alexandru Cucu
Hi Andy, I think it would be nice for the Storage class to at least have the most common file system operations. Each implementation would then choose which of them it wants to implement. You could even write your own extension, but at least you would know that what you are coding is based on

Enhance class Storage with additional methods

2013-04-10 Thread Ioan Alexandru Cucu
Hi all, Would it make sense to enhance the django.core.files.storage.Storage class with some additional methods such as copy or move file? I'm currently in a situation where my storage backend is a S3 bucket, and in order to move files I need to download and upload them again at a different lo

Re: DVD's or not? (was Re: Rrrrolling Rrreleases

2013-03-01 Thread Alexandru Cucu
l community about their negative environmental impact and I share those concerns. Cheers, Randall. -- loco-contacts mailing list loco-contacts@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/loco-contacts -- Alexandru Cucu -- loco-contacts mailing list loco-contacts@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/loco-contacts

Re: select_for_update running on db_for_read

2013-02-26 Thread Ioan Alexandru Cucu
Hi, I've raised https://code.djangoproject.com/ticket/19918 and opened pull request: https://github.com/django/django/pull/852 And s/but/bug/ in my initial post :) Regards, Alex On Wednesday, February 20, 2013 9:58:36 AM UTC+2, Russell Keith-Magee wrote: > > Hi Ioan, > > I'd need to dig into th

Re: select_for_update running on db_for_read

2013-02-19 Thread Ioan Alexandru Cucu
age)' I get the traceback mentioned in my initial message. Regards, Alex On Tuesday, February 19, 2013 9:23:29 PM UTC+2, Shai Berger wrote: > > Hi, > > On Monday 18 February 2013, Ioan Alexandru Cucu wrote: > > > > If I'm running a select_for_update statement

Re: select_for_update running on db_for_read

2013-02-18 Thread Ioan Alexandru Cucu
The correct patch would be: (Set _for_write on the cloned object rather than the original...) --- a/django/db/models/query.py +++ b/django/db/models/query.py @@ -664,6 +664,7 @@ class QuerySet(object): # Default to false for nowait nowait = kwargs.pop('nowait', False) ob

select_for_update running on db_for_read

2013-02-18 Thread Ioan Alexandru Cucu
Hi, I wanted to raise a but around this, but I thought it might be a better idea to ask first on the developer's group. If I'm running a select_for_update statement in a multidb environment that uses a read-only slave database, I get the following traceback: Traceback: File "/home/kux/workspac

Re: Coming up with another term for Approved LoCo Teams - Discussion

2013-02-06 Thread Alexandru Cucu
Hi, I think "verified" sounds best as the term is widely used and understood [1][2][3]. -- [1] https://twitter.com/verified [2] http://support.google.com/plus/bin/answer.py?hl=en&answer=1620074 [3] http://pages.ebay.com/help/account/paypal-verify.html -- Alexandru Cucu Contact

Re: [GSL] alege.softwareliber.ro

2013-01-17 Thread Alexandru Cucu
scuţii a Grupului pentru Software Liber >>> http://softwareliber.ro/ >>> GSL@liste.softwareliber.ro >>> http://softwareliber.ro/contact/lista/ >> > > > ______ > Lista de discuţii a Grupului pentru Softwar

Re: [GSL] Fwd: domeniul softwareliber.ro

2013-01-14 Thread Alexandru Cucu
; Andrei > > > > __ > Lista de discuţii a Grupului pentru Software Liber > http://softwareliber.ro/ > GSL@liste.softwareliber.ro > http://softwareliber.ro/contact/lista/ > -- Alexandru Cucu __ Lista de discuţii a Grupului pentru Software Liber http://softwareliber.ro/ GSL@liste.softwareliber.ro http://softwareliber.ro/contact/lista/

Re: 12.10 DVDs received!

2012-10-31 Thread Alexandru Cucu
list > loco-contacts@lists.ubuntu.com <mailto:loco-contacts@lists.ubuntu.com> > https://lists.ubuntu.com/mailman/listinfo/loco-contacts > -- Jun Kobayashi -- loco-contacts mailing list loco-contacts@lists.ubuntu.com <mailto:loco-contacts@lists.ubuntu.com> https://lists.ubuntu.com/mailman/listinfo/loco-contacts -- 4eVeR fRiEnD Ko Ko Ye` kokoye2...@gmail.com <mailto:kokoye2...@gmail.com> http://u4mm.com http://wiki.u4mm.com http://loco.ubuntu.com/teams/ubuntu-mm -- loco-contacts mailing list loco-contacts@lists.ubuntu.com <mailto:loco-contacts@lists.ubuntu.com> https://lists.ubuntu.com/mailman/listinfo/loco-contacts -- Alexandru Cucu https://launchpad.net/~alexandru.cucu -- loco-contacts mailing list loco-contacts@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/loco-contacts

Re: [GSL] FLOSSCamp pe viitor

2012-08-07 Thread Alexandru Cucu
lternam intre Sibiu si Brasov. Cum in ultimii ani am tot fost in Brasov, in 2013 putem reveni la Sibiu. Locatia din 2009 a fost perfecta. -- Alexandru Cucu __ Lista de discuţii a Grupului pentru Software Liber http://softwareliber.ro/ GSL@liste.softwareliber.ro http://softwareliber.ro/contact/lista/

Re: [GSL] Floss Camp 2012

2012-07-20 Thread Alexandru Cucu
Salut! La pensiunea "oficiala": http://i.imgur.com/UXM43.png On 07/20/2012 01:20 PM, Tiberiu C. Turbureanu wrote: > Salut! > > Știe cineva prețurile pentru o cameră/noapte la vila din apropiere? > > Mulțumesc, > -- Alexandru Cucu ___

Re: [GSL] Floss Camp 2012

2012-07-04 Thread Alexandru Cucu
libere sunt). > Idem cei cu nevoie de transport : ziua, nr persoane. > Idem cei care confirma rezervari. > > Multumesc, > Doru > > > ___ > Prolinux mailing list > proli...@lists.lug.ro > http://lists.lug.ro/ma

Re: [GSL] FLOSS Camp 2012

2012-07-03 Thread Alexandru Cucu
m > acolo) > > Astept opinii, propuneri alternative sau inscrieri in masa > Doru > > > > > __ > Lista de discuţii a Grupului pentru Software Liber > http://softwareliber.ro/ > GSL@liste.softwareliber.ro > http://softwareliber.ro/contact/lista/ > -- Alexandru Cucu __ Lista de discuţii a Grupului pentru Software Liber http://softwareliber.ro/ GSL@liste.softwareliber.ro http://softwareliber.ro/contact/lista/

Re: Media Request from PC retailer

2012-07-01 Thread Alexandru Cucu
Canonical store. -- Alexandru Cucu -- loco-contacts mailing list loco-contacts@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/loco-contacts

Re: [GSL] FLOSS Camp 2012

2012-06-29 Thread Alexandru Cucu
lto:GSL@liste.softwareliber.ro> > http://softwareliber.ro/contact/lista/ > > > > > -- > Doru Ilasi - Aplix > > > This body part will be downloaded on demand. > -- Alexandru Cucu __ Lista de discuţii a Grupului pentru Software Liber http://softwareliber.ro/ GSL@liste.softwareliber.ro http://softwareliber.ro/contact/lista/

Re: CDs arrived!

2012-05-07 Thread Alexandru Cucu
https://lists.ubuntu.com/mailman/listinfo/loco-contacts -- loco-contacts mailing list loco-contacts@lists.ubuntu.com <mailto:loco-contacts@lists.ubuntu.com> https://lists.ubuntu.com/mailman/listinfo/loco-contacts -- 4eVeR fRiEnD Ko Ko Ye` kokoye2...@gmail.

Re: [GSL] FLOSS Camp 2012

2012-05-07 Thread Alexandru Cucu
= > =SQjN > -END PGP SIGNATURE- > __ > Lista de discuţii a Grupului pentru Software Liber > http://softwareliber.ro/ > GSL@liste.softwareliber.ro > http://softwareliber.ro/contact/lista/ > -- Alexandru

Re: [GSL] [Prolinux] FLOSS Camp 2012

2012-05-06 Thread Alexandru Cucu
+ pensiune exceleta, nu va uitati ca e inca in constructie (super om acolo) > > Astept opinii, propuneri alternative sau inscrieri in masa > Doru > > > ___ > Prolinux mailing list > proli...@lists.lug.r

[Bug 985043] Re: compiz crashed with SIGSEGV in nux::NThreadSafeCounter::GetValue() - while opening HUD

2012-04-18 Thread Alexandru Cucu
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/985043 Title: compiz crashed with SIGSEGV in nux::NThreadSafeCounter::GetValue() - while opening HUD To manage notif

[Bug 984742] Re: remmina crashed with SIGSEGV in gdi_memblt()

2012-04-18 Thread Alexandru Cucu
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/984742 Title: remmina crashed with SIGSEGV in gdi_memblt() To manage notifications about this bug go to: https://bugs.

Re: Team Contact change and CD order - which team contact, launchpad or loco.ubuntu.com

2012-04-18 Thread Alexandru Cucu
loco.ubuntu.com> Then too I want to tell everybody that since David is very busy, I am happy to take on the ubuntu-za/South African Ubuntu team contact role. Maia Grotepass (maiatoday) -- Alexandru Cucu -- loco-contacts mailing list loco-contacts@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/loco-contacts

[Bug 984213] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-17 Thread Alexandru Cucu
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/984213 Title: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList() To manage n

[Bug 984122] Re: miro.real crashed with SIGSEGV in g_signal_emit_valist()

2012-04-17 Thread Alexandru Cucu
** Attachment added: "miro.log.1" https://bugs.launchpad.net/ubuntu/+source/miro/+bug/984122/+attachment/3084515/+files/miro.log.1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/984122 Title: mir

[Bug 984122] Re: miro.real crashed with SIGSEGV in g_signal_emit_valist()

2012-04-17 Thread Alexandru Cucu
** Attachment added: "miro-downloader.log.1" https://bugs.launchpad.net/bugs/984122/+attachment/3084505/+files/miro-downloader.log.1 ** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 731132] Re: [window management] grid snapping implementation missing

2012-04-15 Thread Alexandru Cucu
This has to be implemented in "metacity". -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/731132 Title: [window management] grid snapping implementation missing To manage notifications about this bug

[Bug 982391] Re: unattended-upgrade-shutdown crashed with ValueError in __main__: bad marshal data (unknown type code)

2012-04-15 Thread Alexandru Cucu
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/982391 Title: unattended-upgrade-shutdown crashed with ValueError in __main__: bad marshal data (unknown type code)

[Bug 981563] Re: aptd crashed with ValueError in /usr/lib/python2.7/dist-packages/aptdaemon/core.py: bad marshal data (unknown type code)

2012-04-14 Thread Alexandru Cucu
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/981563 Title: aptd crashed with ValueError in /usr/lib/python2.7/dist- packages/aptdaemon/core.py: bad marshal data (

[Bug 981535] Re: ubuntu-sso-login crashed with ValueError in /usr/lib/python2.7/dist-packages/ubuntu-sso-client/ubuntu_sso/logger.py: bad marshal data (unknown type code)

2012-04-14 Thread Alexandru Cucu
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/981535 Title: ubuntu-sso-login crashed with ValueError in /usr/lib/python2.7/dist- packages/ubuntu-sso-client/ubuntu_

[Bug 976689] Re: apt-get crashed with SIGSEGV in pkgProblemResolver::MakeScores()

2012-04-08 Thread Alexandru Cucu
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/976689 Title: apt-get crashed with SIGSEGV in operator[]() To manage notifications about this bug go to: https://bugs.

[Bug 976566] Re: ubuntu-sso-login crashed with SIGSEGV in QSocketNotifier::setEnabled()

2012-04-08 Thread Alexandru Cucu
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/976566 Title: ubuntu-sso-login crashed with SIGSEGV in QSocketNotifier::setEnabled() To manage notifications about thi

Django silences exceptions raised by functions called during template rendering

2012-01-27 Thread Ioan Alexandru Cucu
Hi guys, Using django 1.1.1 Example template snippet template snippet: {{ foo.bar }} If 'bar' raises an AttributeError, the exception is silenced and an empty string is displayed. I tried setting DEBUG, TEMPLATE_DEBUG, and DEBUG_PROPAGATE_EXCEPTIONS to True, but nothing changes. Digging through

[Bug 864595] Re: 11.10-beta2 installation fails if root partition is btrfs due to lack of free space

2011-10-23 Thread Alexandru Cucu
Still happening in the final release. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/864595 Title: 11.10-beta2 installation fails if root partition is btrfs due to lack of free space To manage not

Re: [rosedu-general] Linux Intro Course @ Girl Camp

2011-10-21 Thread Alexandru Cucu
Salut, Voi încerca să le trimit săptămâna viitoare prin cineva. O persoană de contact? Un număr de telefon? Preferabil să poată ajunge la Pța. Universității în cursul zilei de luni. 2011/10/21 Adrian Scoica : > 2011/10/20 Alexandru Cucu : >> Salut, >> >> Echipa Ubuntu din R

Re: [rosedu-general] Linux Intro Course @ Girl Camp

2011-10-20 Thread Alexandru Cucu
Salut, Echipa Ubuntu din România poate oferi CD-uri cu Ubuntu și Kubuntu 11.10 Oneiric Ocelot, lansat proaspăt, pe 13 octombrie. -- Alexandru Cucu http://launchpad.net/~alexandru.cucu 2011/10/20 Adrian Scoica : > Salut, > > In urma ultimelor discutii, ROSEdu ar putea fi invitat de

Re: Ordering 11.10 CD's

2011-09-27 Thread Alexandru Cucu
 responsible for sending the CD's we are the messenger! > Thanks folks. > Laura Czajkowski on behalf of the Ubuntu LoCo Council > -- > loco-contacts mailing list > loco-contacts@lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/loco-contacts > > -

Re: [GSL] In anunt luna ar trebui sa fie iulie

2011-08-02 Thread Alexandru Cucu
un anunț pe softwareliber.ro > > Mulțumim mult! > > __ > Lista de discuţii a Grupului pentru Software Liber > http://softwareliber.ro/ > GSL@liste.softwareliber.ro > http://softwareliber.ro/contact/lista/ -- Alexandru Cucu __ Lista de discuţii a Grupului pentru Software Liber http://softwareliber.ro/ GSL@liste.softwareliber.ro http://softwareliber.ro/contact/lista/

Re: [GSL] Loc FlossCamp 2011

2011-07-16 Thread Alexandru Cucu
2011/5/8 Doru Ilasi : > La finele lui iunie voi documenta atent traseele auto si mijlocaele de > transport disponibile. > Doru Salut! Inca asteptam detalii :) -- Alexandru Cucu __ Lista de discuţii a Grupului pentru Software L

[ubuntu/oneiric] openoffice.org-dictionaries 1:3.3.0~rc10-2ubuntu3 (Accepted)

2011-07-06 Thread Alexandru Cucu
openoffice.org-dictionaries (1:3.3.0~rc10-2ubuntu3) oneiric; urgency=low * hunspell-ro: fixed conflict with Thunderbird (LP: #773136) Date: Mon, 04 Jul 2011 23:10:07 +0300 Changed-By: Alexandru Cucu Maintainer: Ubuntu Developers Signed-By: Martin Pitt https://launchpad.net/ubuntu/oneiric

[Bug 773136] Re: package hunspell-ro conflicts with thunderbird

2011-07-04 Thread Alexandru Cucu
** Changed in: openoffice.org-dictionaries (Ubuntu) Assignee: (unassigned) => Alexandru Cucu (alexandru.cucu) ** Changed in: openoffice.org-dictionaries (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 773136] Re: package hunspell-ro conflicts with thunderbird

2011-07-04 Thread Alexandru Cucu
** Attachment added: "39af86e2-a67a-11e0-b7f1-001e0bc3957e.txt" https://bugs.launchpad.net/ubuntu/+source/openoffice.org-dictionaries/+bug/773136/+attachment/2191259/+files/39af86e2-a67a-11e0-b7f1-001e0bc3957e.txt -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 773136] Re: package hunspell-ro conflicts with thunderbird

2011-07-04 Thread Alexandru Cucu
It conflicts all versions of thunderbird instead of using thunderbird (<< 2.0.0.1+0dfsg-0) Branch proposed for merge. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/773136 Title: package hunspell-ro

[Bug 773136] Re: package hunspell-ro conflicts with thunderbird

2011-07-04 Thread Alexandru Cucu
** Tags added: bitesize -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/773136 Title: package hunspell-ro conflicts with thunderbird To manage notifications about this bug go to: https://bugs.launchp

[ubuntu/oneiric] whois 5.0.11ubuntu2 (Accepted)

2011-06-14 Thread Alexandru Cucu
whois (5.0.11ubuntu2) oneiric; urgency=low * Updated the .ua server (from whois.net.ua to whois.ua) (LP: #785052) - Added .net.ua (whois.net.ua) Date: Fri, 10 Jun 2011 15:46:55 +0300 Changed-By: Alexandru Cucu Maintainer: Ubuntu Developers Signed-By: Marc Deslauriers https

[Openshot.developers] [Bug 796739] [NEW] No error when exporting blank project

2011-06-13 Thread Alexandru Cucu
Public bug reported: When exporting a blank project (nothing added to the tracks) it just stays with the export window forever as if it's exporting something massive. If you click cancel, everything is ok. Can be solved by checking if there is content to export. If the project is blank show erro

[Linux-traipu] [Bug 796739] [NEW] No error when exporting blank project

2011-06-13 Thread Alexandru Cucu
Public bug reported: When exporting a blank project (nothing added to the tracks) it just stays with the export window forever as if it's exporting something massive. If you click cancel, everything is ok. Can be solved by checking if there is content to export. If the project is blank show erro

[Bug 785052] Re: Update whois server for ".*.ua" zones

2011-06-11 Thread Alexandru Cucu
** Patch added: "23_22.diff" https://bugs.launchpad.net/ubuntu/+source/whois/+bug/785052/+attachment/2165641/+files/23_22.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/785052 Title: Update

[Bug 785052] Re: Update whois server for ".*.ua" zones

2011-06-11 Thread Alexandru Cucu
** Patch added: "23_22.diff" https://bugs.launchpad.net/ubuntu/+source/whois/+bug/785052/+attachment/2165641/+files/23_22.diff -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to whois in Ubuntu. https://bugs.launchpad.net/bugs/785052

[Bug 785052] Re: Update whois server for ".*.ua" zones

2011-06-10 Thread Alexandru Cucu
** Changed in: whois (Ubuntu) Assignee: (unassigned) => Alexandru Cucu (alexandru.cucu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/785052 Title: Update whois server for ".*.ua&qu

[Bug 785052] Re: Update whois server for ".*.ua" zones

2011-06-10 Thread Alexandru Cucu
** Changed in: whois (Ubuntu) Assignee: (unassigned) => Alexandru Cucu (alexandru.cucu) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to whois in Ubuntu. https://bugs.launchpad.net/bugs/785052 Title: Update whois server

Re: We want to know about the best LoCo Team Blogs!

2011-06-01 Thread Alexandru Cucu
d an article in English from the international community. The meaning of the LoCo team is to get the local community together, in a more familiar environment. How do you plan to solve the language problem? -- Alexandru Cucu Ubuntu-Ro http://launchpad.net/~alexandru.cucu -- loco-contacts ma

Re: [GSL] Loc FlossCamp 2011

2011-05-04 Thread Alexandru Cucu
23B: http://www.ratbv.ro/trasee2.php?id=15 -- Alexandru Cucu __ Lista de discuţii a Grupului pentru Software Liber http://softwareliber.ro/ GSL@liste.softwareliber.ro http://softwareliber.ro/contact/lista/

Re: [GSL] Rezultate feedback FLOSSCamp 2011

2011-04-26 Thread Alexandru Cucu
tica la castel. > > În 4-5 august nu văd nici un eveniment prin România. > De aceea propun 4-5 August. > > Ce ziceți? Există obiecții? > > -- > Adi > > > __ > Lista de discuţii a Grupului pentru Software Liber > http://softwareliber.ro/ > GSL@liste.softwareliber.ro >

[Bug 762243] Re: package flashplugin-installer 10.2.153.1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-04-15 Thread Alexandru Cucu
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/762243 Title: package flashplugin-installer 10.2.153.1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error

[Bug 762243] [NEW] package flashplugin-installer 10.2.153.1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-04-15 Thread Alexandru Cucu
Public bug reported: Binary package hint: flashplugin-nonfree Occurred after installing the ATI/AMD proprietary display driver. ProblemType: Package DistroRelease: Ubuntu 11.04 Package: flashplugin-installer 10.2.153.1ubuntu1 ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2 Uname: Linux

Re: [GSL] FLOSSCamp 2011 - studiu de fezabilitate

2011-04-10 Thread Alexandru Cucu
Salutare! Observ ca a pomenit cineva de Moeciu. Zona Bran-Moeciu e superba, doar ca nu stiu cum stam cu transportul pana acolo. Eu am propus asta anul trecut, dar n-am gasit informatii legate de transport. Ceva vesti bune despre zona asta? :) -- Alexandru Cucu

Re: [GSL] FLOSSCamp 2011 - studiu de fezabilitate

2011-04-07 Thread Alexandru Cucu
ologic nu se pot pune corturi! Si numărul de locuri > este desigur limitat. Detalii vă poate furniza Adi Roiban, care a fost la > editia de acum 2 ani. > > În data de 7 aprilie 2011, 12:17, Alexandru Cucu a > scris: >> >> Sfarsitul lui august? Cam tarziu pentru cort :

Re: [GSL] FLOSSCamp 2011 - studiu de fezabilitate

2011-04-07 Thread Alexandru Cucu
__ > Lista de discuţii a Grupului pentru Software Liber > http://softwareliber.ro/ > GSL@liste.softwareliber.ro > http://softwareliber.ro/contact/lista/ -- Alexandru Cucu __ Lista de discuţii a Grupului pentru Software Liber http://softwareliber.ro/ GSL@liste.softwareliber.ro http://softwareliber.ro/contact/lista/

Re: [rlug] Optimizare Ubuntu 10.04.2 LTS Server 32 bit

2011-03-17 Thread Alexandru Cucu
GPRS.[...] >  > >  > De ce nu incerci un distro special pentru wireless - OpenWrt ? Are si > versiune i386. >  > > > -- > Biró Róbert > > ___ > RLUG mailing list > RLUG@lists.lug.ro > http://lists.lug.ro/mailman/listinfo/rlug > -- Alexandru Cucu ___ RLUG mailing list RLUG@lists.lug.ro http://lists.lug.ro/mailman/listinfo/rlug

  1   2   >