Re: [petsc-users] Galerkin projection using petsc4py

2023-10-11 Thread Thanasis Boutsikakis
lobal_rows), (None, global_cols)) > Then, it will work. > $ ~/repo/petsc/arch-darwin-c-debug-real/bin/mpirun -n 4 python3.12 test.py && > echo $? > 0 > > Thanks, > Pierre > >> On 11 Oct 2023, at 8:58 AM, Thanasis Boutsikakis >> wrote: >> >> P

Re: [petsc-users] Galerkin projection using petsc4py

2023-10-11 Thread Thanasis Boutsikakis
0x7 Abort(1) on node 0 (rank 0 in comm 496): application called MPI_Abort(PYOP2_COMM_WORLD, 1) - process 0 > On 10 Oct 2023, at 23:33, Thanasis Boutsikakis > wrote: > > Hi all, > > Revisiting my code and the proposed solution from Pierre, I realized this > works only in sequenti

Re: [petsc-users] Galerkin projection using petsc4py

2023-10-10 Thread Thanasis Boutsikakis
t we >> are not seeing. >> Could this be the first time parallel PtAP has been used (and reported) in >> petsc4py? >> >> Mark >> >> On Tue, Oct 10, 2023 at 8:27 PM Matthew Knepley > <mailto:knep...@gmail.com>> wrote: >>> On Tue,

Re: [petsc-users] Galerkin projection using petsc4py

2023-10-10 Thread Thanasis Boutsikakis
ult.c:2372 [0] MatProductSetFromOptions_MPIAIJ_PtAP() at /Users/boutsitron/firedrake/src/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c:2266 [0] Nonconforming object sizes [0] Matrix local dimensions are incompatible, Acol (0, 100) != Prow (0,34) Abort(1) on node 0 (rank 0 in comm 496): application ca

Re: [petsc-users] Galerkin projection using petsc4py

2023-10-05 Thread Thanasis Boutsikakis
This works Pierre. Amazing input, thanks a lot! > On 5 Oct 2023, at 14:17, Pierre Jolivet wrote: > > Not a petsc4py expert here, but you may to try instead: > A_prime = A.ptap(Phi) > > Thanks, > Pierre > >> On 5 Oct 2023, at 2:02 PM, Thanasis Boutsikakis >>

Re: [petsc-users] Galerkin projection using petsc4py

2023-10-05 Thread Thanasis Boutsikakis
vet wrote: > > How about using ptap which will use MatPtAP? > It will be more efficient (and it will help you bypass the issue). > > Thanks, > Pierre > >> On 5 Oct 2023, at 1:18 PM, Thanasis Boutsikakis >> wrote: >> >> Sorry, forgot function cr

Re: [petsc-users] Galerkin projection using petsc4py

2023-10-05 Thread Thanasis Boutsikakis
ounter + local_rows_start matrix.setValues( i, range(global_cols), input_array[row_in_array, :], addv=False ) # Assembly the matrix to compute the final structure matrix.assemblyBegin() matrix.assemblyEnd() return matrix > On 5 Oct 2023, at 13

[petsc-users] Galerkin projection using petsc4py

2023-10-05 Thread Thanasis Boutsikakis
Hi everyone, I am trying a Galerkin projection (see MFE below) and I cannot get the Phi.transposeMatMult(A, A1) work. The error is Phi.transposeMatMult(A, A1) File "petsc4py/PETSc/Mat.pyx", line 1514, in petsc4py.PETSc.Mat.transposeMatMult petsc4py.PETSc.Error: error code 56 [0] MatTransp

[petsc-users] Concatenation of local-to-global matrix

2023-10-03 Thread Thanasis Boutsikakis
I am trying to multiply a sequential PETsc matrix with an mpi PETSc matrix in parallel. The final step is to concatenate the product matrix, which is a local sequential PETSc matrix that is different for every proc, so that I get the full mpi matrix as a result. This has proven to work, but sett

Re: [petsc-users] Orthogonalization of a (sparse) PETSc matrix

2023-08-29 Thread Thanasis Boutsikakis
ert('dense')) > > Jose > >> El 29 ago 2023, a las 18:50, Thanasis Boutsikakis >> escribió: >> >> Hi all, I have the following code that orthogonalizes a PETSc matrix. The >> problem is that this implementation requires that the PETSc mat

[petsc-users] Orthogonalization of a (sparse) PETSc matrix

2023-08-29 Thread Thanasis Boutsikakis
Hi all, I have the following code that orthogonalizes a PETSc matrix. The problem is that this implementation requires that the PETSc matrix is dense, otherwise, it fails at bv.SetFromOptions(). Hence the assert in orthogonality(). What could I do in order to be able to orthogonalize sparse matr

Re: [petsc-users] Multiplication of partitioned with non-partitioned (sparse) PETSc matrices

2023-08-24 Thread Thanasis Boutsikakis
_np) # Get the local values from C local_rows_start, local_rows_end = C.getOwnershipRange() C_local = C.getValues(range(local_rows_start, local_rows_end), range(k)) # Assert the correctness of the multiplication for the local subset assert_array_almost_equal(C_local, AB_np[local_rows_start:local_row

Re: [petsc-users] Multiplication of partitioned with non-partitioned (sparse) PETSc matrices

2023-08-23 Thread Thanasis Boutsikakis
) # pdb.set_trace() # Set the local-to-global mapping for the matrix A.setLGMap(l2g_rows, l2g_cols) # pdb.set_trace() # Now you can get the local submatrix local_A = A.getLocalSubMatrix(rows, cols) # Assembly the matrix to compute the final structure local_A.assemblyBegin() local_A.asse

Re: [petsc-users] Multiplication of partitioned with non-partitioned (sparse) PETSc matrices

2023-08-23 Thread Thanasis Boutsikakis
, right? Thanks, Thanos > On 23 Aug 2023, at 10:47, Pierre Jolivet wrote: > >  > >> On 23 Aug 2023, at 5:35 PM, Thanasis Boutsikakis >> wrote: >> >> Hi all, >> >> I am trying to multiply two Petsc matrices as C = A * B, where A is a ta

[petsc-users] Multiplication of partitioned with non-partitioned (sparse) PETSc matrices

2023-08-23 Thread Thanasis Boutsikakis
Hi all, I am trying to multiply two Petsc matrices as C = A * B, where A is a tall matrix and B is a relatively small matrix. I have taken the decision to create A as (row-)partitioned matrix and B as a non-partitioned matrix that it is entirely shared by all procs (to avoid unnecessary commun

[sympy] GSoC 2020

2020-03-16 Thread Thanasis Kiatos
Greetings everyone,, I am Athanasios Kiatos from Greece. Currently, I am pursuing masters in Computer, Telecommunications and Network Engineering from the Department of Informatics and Telecommunications (DIT) of the National and Kapodistrian University of Athens (NKUA). I have a bachelor’s

[sage-gsoc] Google Summer of Code 2020

2020-03-15 Thread Thanasis Kiatos
Greetings everyone,, I am Athanasios Kiatos from Greece. Currently, I am pursuing masters in Computer, Telecommunications and Network Engineering from the Department of Informatics and Telecommunications (DIT) of the National and Kapodistrian University of Athens (NKUA). I have a bachelor’s

[sage-gsoc] Greetings

2020-03-15 Thread Thanasis Kiatos
Greetings everyone, I am a post-graduate student from NKUA - University of Athens in Computer Engeneering, and I want to participate in the Google Summer of Code 2020. My interests include the topics of mathematics, programming, computer science and engineering. I found the topics / ideas

[google-appengine] Re: GAE/Java (EU) - Strange instance behavior.

2019-10-01 Thread Thanasis Delenikas
Thank you, will do. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To view this discussion on the web visit

[google-appengine] GAE/Java (EU) - Strange instance behavior.

2019-10-01 Thread Thanasis Delenikas
Hello All, I have a GAE (Java, EU) project, running for several years. Billing enabled and all. During the last weeks, I am experiencing very strange instance lifecycle behavior. Instances seem to shutdown completely and then restart. This leads to high latencies and high costs as well - beca

django.contrib.gis for Windows 10

2019-06-13 Thread Thanasis
Hello. I want to use the GeoDjango application. I begun with the tutorial GIS Tutorial . I installed properly the PostgreSQL and PostGis for Windows 10. In addition, I follow the steps and I installed the OSGeo4W

NetBeans 8.2 @ Windows 10 - Slow C/C++/Fortran Build/Clean_Build/Run for NetBeans default files main.f08/main.c/main.cpp

2019-04-03 Thread Thanasis Kakalis
Greetings dear all, My name is Athanasios Kakalis and I'm using NetBeans 8.2 with msys2 toolchain (https://www.msys2.org/) on a Windows 10 desktop PC for writing C and Fortran code. The specifications of the Windows desktop PC are as follows: Windows 10 Pro 64 bit Intel Core i7-3820 CPU @ 3.60 G

Bug#913586: texlive-binaries 2018.20181104.49075-1 breaks context

2018-11-13 Thread Thanasis Kinias
Hi Norbert, Thanks much! All looks well with 2018.20181104.49075-2. Best, Thanasis On Tue, 13 Nov 2018 at 11:15, Norbert Preining wrote: > > Arg, indeed. Why didn't that happen here is a surprise to me, but now I > > can reproduce it. > > I reverted luatex to the prev

Bug#913586: texlive-binaries 2018.20181104.49075-1 breaks context

2018-11-13 Thread Thanasis Kinias
Hi Norbert, The packages currently will not install at all, because APT hangs during the format-building part of the installation process. (See discussion with Hilmar from yesterday.) Best, Thanasis On Mon, 12 Nov 2018 at 21:22, Norbert Preining wrote: > Hi, > > I cannot repro

Bug#913586: texlive-binaries 2018.20181104.49075-1 breaks context

2018-11-13 Thread Thanasis Kinias
fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 > -- Thanasis Kinias Instructor & Doctoral Candidate, Department of History, Northeastern University kinia...@husky.neu.edu

Bug#913586: texlive-binaries 2018.20181104.49075-1 breaks context

2018-11-12 Thread Thanasis Kinias
2.11.18 21:48, Thanasis Kinias wrote: > > Hi, > > > Ah yes, of course. Sorry I failed my reading comprehension task :) > > > > Here are just the logfiles from under /var/lib/texmf/web2c. > > > I'm sorry there is no valuable information in your log files. Probably &

Bug#913586: texlive-binaries 2018.20181104.49075-1 breaks context

2018-11-12 Thread Thanasis Kinias
Ah yes, of course. Sorry I failed my reading comprehension task :) Here are just the logfiles from under /var/lib/texmf/web2c. —TK On Mon, 12 Nov 2018 at 14:50, Hilmar Preuße wrote: > On 12.11.18 19:34, Thanasis Kinias wrote: > > Hi, > > > I’ve created a tarball with all th

Bug#913586: texlive-binaries 2018.20181104.49075-1 breaks context

2018-11-12 Thread Thanasis Kinias
Hi Hilmar, I’ve created a tarball with all the files under /var/lib/texmf/web2c, but I’m reluctant to attach a ~10 MB file here. Is it OK to do that, or should I get it to you some other way? Best, Thanasis

Bug#913586: texlive-binaries 2018.20181104.49075-1 breaks context

2018-11-12 Thread Thanasis Kinias
Package: texlive-binaries Version: 2018.20180907.48586-2 Severity: important The routine update of the texlive packages in testing this morning broke context on my system. Compiling any context files would fail with a lua error; this was true both for my own files and for the Hello-World.tex from

Re: NetBeans 8.2 @ macOS Mojave 10.14 - question mark in C/C++ project - Some #include or #error directives failed - Configure Code Assistance not working

2018-10-25 Thread Thanasis Kakalis
y--though note > that this will reset all your IDE settings. > > > > -- Eirik > > > > *From:* Thanasis Kakalis > *Sent:* Tuesday, October 23, 2018 2:38 PM > *To:* us...@netbeans.incubator.apache.org > *Subject:* Fwd: NetBeans 8.2 @ macOS Mojave 10.14 - question

Fwd: NetBeans 8.2 @ macOS Mojave 10.14 - question mark in C/C++ project - Some #include or #error directives failed - Configure Code Assistance not working

2018-10-23 Thread Thanasis Kakalis
From: Thanasis Kakalis Date: Τρί, 23 Οκτ 2018 στις 9:15 μ.μ. Subject: NetBeans 8.2 @ macOS Mojave 10.14 - question mark in C/C++ project - Some #include or #error directives failed - Configure Code Assistance not working To: Greetings dear all, My name is Athanasios Kakalis and I'm

[google-appengine] Re: AppEngine down? - 502 errors

2018-07-17 Thread Thanasis Delenikas
Me too, EU location. On Tuesday, July 17, 2018 at 10:29:57 PM UTC+3, Alexandru Farcaş wrote: > > Also for me for both applications: in US and EU. > Started around 20 minutes ago. > > On Tuesday, July 17, 2018 at 10:27:46 PM UTC+3, bFlood wrote: >> >> AppEngine down? - 502 errors >> >> anyone else

[mlpack] Algorithm_Optimization--GSoC_proposal

2018-03-28 Thread Thanasis Mattas
Hello Mentors, I am Thanasis Mattas (IRC: dmatt), I study physics in Aristotle Uni of Thessaloniki, Greece and my basic intrest is computational physics. I found out about GSoC a bit late, so I didn't catch the draft-feedback process. Anyways, I did submit my proposal about "

GSoC application

2018-03-27 Thread Thanasis Xanthopoulos
Hello I shared my draft for my application, sorry for my late submission but is it possible that someone can give it a quick look so I will know the corrections I need to make before submitting my final proposal? thanks in advance. ___ summer-coding

GSoC application

2018-03-26 Thread Thanasis Xanthopoulos
Hello this is my email address: axant...@gapps.auth.gr , I send my email address as requested when subscribed to the summer-coding mailing list. ___ summer-coding mailing list -- summer-coding@lists.fedoraproject.org To unsubscribe send an email to summ

[google-appengine] Re: GAE / Datastore issues right now?

2018-02-15 Thread Thanasis Delenikas
During this incident my instances remained at a normal level. BUT what you describe has happened to me on another occasion (past GAE incident). And yes, I paid for them :( On Thursday, February 15, 2018 at 10:48:43 PM UTC+2, Linus Larsen wrote: > > Wow just got 60+ instances of my autoscaling se

[google-appengine] Re: GAE / Datastore issues right now?

2018-02-15 Thread Thanasis Delenikas
It seems to be ok now (EU). All ops normal for me. On Thursday, February 15, 2018 at 10:07:48 PM UTC+2, Thanasis Delenikas wrote: > > Is anybody else experiencing issues with GAE (Java) in the last 10 minutes > or so? > > I see a ridiculous number of ConcurrentModificationExcepti

[google-appengine] GAE / Datastore issues right now?

2018-02-15 Thread Thanasis Delenikas
Is anybody else experiencing issues with GAE (Java) in the last 10 minutes or so? I see a ridiculous number of ConcurrentModificationException - my app is almost dead, nothing moves. All datastore ops seem to throw exceptions. -- You received this message because you are subscribed to the Goo

[google-appengine] Re: Deploying to App Engine stopped working overnight

2017-12-05 Thread Thanasis Delenikas
My latest deploy attempt was successful :) Check yourselves! On Tuesday, December 5, 2017 at 4:14:44 PM UTC+2, Thanasis Delenikas wrote: > > Hi, > > I am having the same issues (for a Java project) for the last 8-9 hours. > Cannot deploy same or new versions, deploy process time

[google-appengine] Re: Deploying to App Engine stopped working overnight

2017-12-05 Thread Thanasis Delenikas
Hi, I am having the same issues (for a Java project) for the last 8-9 hours. Cannot deploy same or new versions, deploy process times out. I've already opened a ticket, still no answer... On Tuesday, December 5, 2017 at 4:03:03 PM UTC+2, Tim Cooper wrote: > > Hi all, > > Has anybody had any iss

[google-appengine] Google App Engine standard now supports Java 8

2017-06-28 Thread Thanasis Delenikas
== thank you == https://cloudplatform.googleblog.com/2017/06/Google-App-Engine-standard-now-supports-Java-8.html :) -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: [gentoo-user] Why is PS1 (the console prompt) different for the root user?

2017-06-10 Thread Thanasis
On 06/10/2017 09:12 AM, Nikos Chantziaras wrote: > I noticed that the root prompt does not include the full path of the > current directory. I think this gets defined in /etc/profile

Re: [gentoo-user] port forwarding

2017-06-05 Thread Thanasis
On 06/05/2017 07:28 AM, the...@sys-concept.com wrote: > My firewall (dd-wrt) does not opening specific port. > > In NAT(QoS) tab I have: > forward from port 4569 to internal IP port 4569 (this is an asterisk IAX > port); > > netstat -a |grep 4569 > udp0 0 0.0.0.0:45690.0.

Re: [gentoo-amd64] Radeon driver not working

2017-05-30 Thread Thanasis
On 05/31/2017 07:29 AM, Daiajo Tibdixious wrote: > For a while now I've been logging into root & doing "modprobe radeon" > after which the screen will blank, then come back at a much higher > resolution. (as an aside, where do I put modules to autoload?) Since the > last reboot nothing happens. SDD

[google-appengine] Re: Unknown project: Firebase Demo Project

2017-04-18 Thread Thanasis Delenikas
Hello Jordan, Thank you very much for the explanation. It all makes sense now. Regards, Thanasis. On Tuesday, April 18, 2017 at 6:36:39 PM UTC+3, Jordan (Cloud Platform Support) wrote: > > The Firebase Demo Project > <https://support.google.com/firebase/answer/7157552?hl=en&g

[google-appengine] Unknown project: Firebase Demo Project

2017-04-17 Thread Thanasis Delenikas
Hello all, I know this may not be the best place to ask, but if you could point me to the correct place I would appreciate it. While reviewing my list of Google Project, I found one named "Firebase Demo Project". I don't know where this came from... I've search around in both Google Cloud and

[google-appengine] Re: Any GAE EU region changes going on we should be aware of?

2017-02-23 Thread Thanasis Delenikas
Hi all, I too have seen strange behavior following the datastore issue (#13551) - and this is going on every since. Instances are a bit crazy going up and down, I've seen latency spiking (i.e. 20 seconds for a task that takes < 1sec and is datastore/memcached bound), memcache seems kind of "ex

Re: [gentoo-amd64] can't log in gnome

2017-02-17 Thread Thanasis
I think, if you would like to get a more quick answer, you had better subscribe and address your issue to gentoo-user list where most of gentoo users are subscribed ... (gentoo-u...@lists.gentoo.org) On 02/17/2017 04:15 PM, Gmail wrote: Hi, I'm on gentoo 3.20 with systemd. From yesterday it's

[Desktop-packages] [Bug 362359] Re: Focus gets stuck to a window - impossible to select other windows

2017-02-03 Thread Thanasis Papoutsidakis
Hi all, arch linux user with logitech wireless mouse, having the same problem. I tried using a different display server (weston on wayland) to make sure that it was an Xorg-specific bug, but on weston I couldn't click anything, so it's probably not X-related. I also tried switching between evdev

[Ubuntu-x-swat] [Bug 362359] Re: Focus gets stuck to a window - impossible to select other windows

2017-02-03 Thread Thanasis Papoutsidakis
Hi all, arch linux user with logitech wireless mouse, having the same problem. I tried using a different display server (weston on wayland) to make sure that it was an Xorg-specific bug, but on weston I couldn't click anything, so it's probably not X-related. I also tried switching between evdev

[Bug 362359] Re: Focus gets stuck to a window - impossible to select other windows

2017-02-03 Thread Thanasis Papoutsidakis
Hi all, arch linux user with logitech wireless mouse, having the same problem. I tried using a different display server (weston on wayland) to make sure that it was an Xorg-specific bug, but on weston I couldn't click anything, so it's probably not X-related. I also tried switching between evdev

[google-appengine] Re: How to check the environment if it's Production or Local on App Engine Flex Java?

2016-12-18 Thread Thanasis Delenikas
Sorry for the typo... Possible values: Value.Development or Value.Production. On Sunday, December 18, 2016 at 1:20:02 PM UTC+2, Thanasis Delenikas wrote: > > Check "environment.value()" - possible values: Value.Development or > Value.Development. > > On Wednesday, Dec

[google-appengine] Re: How to check the environment if it's Production or Local on App Engine Flex Java?

2016-12-18 Thread Thanasis Delenikas
Check "environment.value()" - possible values: Value.Development or Value.Development. On Wednesday, December 14, 2016 at 6:29:07 PM UTC+2, Fouad Almalki wrote: > > For example, Is there any system/environment variable that is set > automatically when deploying java flex app on Google Cloud? >

Re: [gentoo-user] Well, I went about updating my system again. (day 6)

2016-12-07 Thread Thanasis
On 12/07/2016 04:28 PM, Neil Bothwick wrote: On Wed, 7 Dec 2016 16:14:35 +0200, Alan McKinnon wrote: I do not know what quickpkg is. Makes a tarball of a package so you can later untar it and get the package back without a remerge. It's all in portage's man pages While you can untar it, tha

[google-appengine] Re: Static assets haunt me...

2016-10-25 Thread Thanasis Delenikas
Ok.. this is the moment when you say to yourself "why didn't I think about it..." Thanks! :) On Sunday, October 23, 2016 at 11:39:21 PM UTC+3, Nick wrote: > > Whatever build took you're using, make sure you do a 'clean' before your > 'build/dist'. > > The assets are probably just in your stagin

[google-appengine] Static assets haunt me...

2016-10-23 Thread Thanasis Delenikas
ed! Am I going crazy or what?... Thanks, Thanasis. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To

[google-appengine] Re: How do you monitor your App Engine projects?

2016-10-12 Thread Thanasis Delenikas
I am using Stackdriver with a Java GAE project since its availability. I use it for measuring performance indicators and for generating alerts on certain conditions. It's great - very well integrated with the platform. You should definitely try it yourself to see if it suits you. On Friday, Oct

Re: [google-appengine] Re: Task queue not executing tasks / backlogged

2016-10-12 Thread Thanasis Delenikas
obvious reason. On other occasions, queue consumption is instant. Thanks. On Monday, October 10, 2016 at 11:32:32 PM UTC+3, Nick (Cloud Platform Support) wrote: > > Hey Thanasis, > > Does that latency correspond to the time spent in the handlers that deal > with the task queue reques

Re: [google-appengine] Re: Task queue not executing tasks / backlogged

2016-10-07 Thread Thanasis Delenikas
Hi Nick / Google, During the last 1-2 weeks, I've had the same problem. I've *never* encountered a backlog on my queues (load is small and processing generally fast). Then, suddenly and out of the blue, with *no* application or other changes, I get the behavior displayed on the attached graph (

Re: [gentoo-user] Gentoo on ARM?

2016-10-07 Thread Thanasis
On 10/07/2016 06:41 PM, Peter Humphrey wrote: I've come across this nice-looking little box, which seems to come with Ubuntu so at least all the hardware can be driven: http://www.tinygreenpc.com/utilite-pro-32gb.html http://utilite-computer.com/web/utilite-models https://wiki

Re: [gentoo-user] Gentoo on ARM?

2016-10-07 Thread Thanasis
On 10/07/2016 06:41 PM, Peter Humphrey wrote: What's the current state of Gentoo on ARM machines? I've had a poke around the Web and found a few snippets, but not enough to tell me how deeply I'd have to sink into bug fixing. https://wiki.gentoo.org/wiki/Project:ARM

Bug#825932: freeorion: Segfault on entry of dead_macron

2016-06-07 Thread Thanasis Kinias
/freeorion/issues/701 > > Cheers, > > Markus > > -- Thanasis Kinias Doctoral Student, Department of History Northeastern University kinia...@husky.neu.edu

Re: [gentoo-user] cannot properly start gdm

2016-06-03 Thread Thanasis
On 06/03/2016 09:16 PM, cov...@ccs.covici.com wrote: I don't have the file you are looking for. My .Xsession-errors is quite old. Are you using a specific /etc/X11/xorg.conf file? If so, try starting X without one. Rename /etc/X11/xorg.conf to something else... (like /etc/X11/xorg.conf.bak

Re: [gentoo-user] cannot properly start gdm

2016-06-03 Thread Thanasis
On 06/03/2016 12:25 PM, cov...@ccs.covici.com wrote: I can login normally to a textconsole. Try to login to a textconsole, and run: startx

Re: [gentoo-user] cannot properly start gdm

2016-06-03 Thread Thanasis
On 06/03/2016 10:19 AM, cov...@ccs.covici.com wrote: Thanasis wrote: On 06/03/2016 09:14 AM, cov...@ccs.covici.com wrote: Hi. I am having problems starting gdm using the latest from the gnome overlay. Its been going on for a while and started about end of March. Here is a log file of what

Re: [gentoo-user] cannot properly start gdm

2016-06-03 Thread Thanasis
On 06/03/2016 09:14 AM, cov...@ccs.covici.com wrote: Hi. I am having problems starting gdm using the latest from the gnome overlay. Its been going on for a while and started about end of March. Here is a log file of what goes on and I cannot get orca to even start, so something is definitely wr

Bug#825932: freeorion: Segfault on entry of dead_macron

2016-05-31 Thread Thanasis Kinias
Package: freeorion Version: 0.4.5+git20160501-1 Severity: normal Tags: l10n Dear Maintainer, I’m seeing an odd crash resulting from typing a dead_macron (i.e., typing a macron deadkey). What I’m doing: Try to rename a fleet after the star system ‘Fehū’. What happens: As soon as I hit the macr

Re: [gentoo-user] tablet

2016-05-30 Thread Thanasis
On 05/30/2016 03:09 PM, Neil Bothwick wrote: Aquaris M10 https://store.bq.com/gl/ Have you actually run Gentoo on one of these? No, because I haven't even got one.

Re: [gentoo-user] downloading remote eix data file

2016-05-28 Thread Thanasis
On 05/29/2016 01:16 AM, Andrew Savchenko wrote: eix-remote update works fine here, http://gpo.zugaina.org/eix_cache/eix-cache.tbz2 is also available via any tool (e.g. wget). Maybe it was a temporary server glitch or some provider issues. However, eix-remote update2 fails for me for a l

Re: [gentoo-user] tablet

2016-05-28 Thread Thanasis
On 05/28/2016 09:03 AM, Bill Kenworthy wrote: I was just about to spring for a mid range MS surface pro 4 tablet when I saw a few posts about hardware problems ... MS hardware is usually solid (in contrast to their software! :) Are there any other similar tablets out there that are gentoo/Linux

Re: [gentoo-amd64] Wifi adaptor recommendations

2016-05-25 Thread Thanasis
On 05/25/2016 12:47 AM, Duncan wrote: I could do either USB or PCIE card, tho I believe a PCIE connection's more robust, but OTOH, a USB connected device is more flexible in some ways. So recommendations? I have been using the AWUS036NHA with success and stability. Driver is ath9k_htc (in k

Re: [gentoo-user] Surviving perl-5.24.0

2016-05-23 Thread Thanasis
On 05/23/2016 08:27 PM, Max R.D. Parmer wrote: Then everything rolls along 'til dying with this: installman: Can't open cpan/podlators/blib/script/pod2man: No such file or directory ABORTED Surprising to have this build fail like this when I've done it elsewhere. Odd. https://bugs.gentoo

Re: [gentoo-user] downloading remote eix data file

2016-05-23 Thread Thanasis
On 05/23/2016 03:39 PM, Neil Bothwick wrote: The other question is: why are you using wget when eix already has the facility to download and import this file built in. Hmmm, I suspect, that *should* be the reason why it fails for me ... However, I don't remember having specified the use *wge

Re: [gentoo-user] downloading remote eix data file

2016-05-23 Thread Thanasis
On 05/23/2016 12:49 PM, Neil Bothwick wrote: On Mon, 23 May 2016 09:32:14 +0100, Neil Bothwick wrote: wget -N http://gpo.zugaina.org/eix_cache/eix-cache.tbz2 But the command fails, and it looks like the file eix-cache.tbz2, which is downloaded, is either empty or corrupt. Any one else faced/f

[gentoo-user] downloading remote eix data file

2016-05-23 Thread Thanasis
I have a script that runs daily as a cron job, which among others, has the following command in it, in order to update locally the (remote) eix database. wget -N http://gpo.zugaina.org/eix_cache/eix-cache.tbz2 But the command fails, and it looks like the file eix-cache.tbz2, which is download

Bug#818524: similar on Stretch

2016-03-19 Thread Thanasis Kinias
compiled from upstream source and didn’t see a dramatic difference from the performance of the Debian package. Best, -- Thanasis Kinias Doctoral Student, Department of History Northeastern University

[google-appengine] Re: Unable to deploy application.

2016-03-01 Thread Thanasis Delenikas
More info: It seems that the deploy procedure does deploy the new code, although it does not finish properly - it displays the exception mentioned above. On Tuesday, March 1, 2016 at 9:43:51 PM UTC+2, Thanasis Delenikas wrote: > > I am trying to deploy my "eqgr-gr" application

[google-appengine] Unable to deploy application.

2016-03-01 Thread Thanasis Delenikas
I am trying to deploy my "eqgr-gr" application, and I get this: Deploying frontend Preparing to deploy: Created staging directory at: 'C:\Users\TDELE_~1\AppData\Local\Temp\appcfg7895862570243532095.tmp' Scanning for jsp files. Compiling jsp files. Scanning files on loc

[smslib] Goodbye from SMSLib.

2016-02-20 Thread Thanasis Delenikas via SMSLib Discussion Group
More at: http://smslib.org/news/ -- You received this message because you are subscribed to the Google Groups "SMSLib Discussion Group" group. To view this discussion on the web visit https://groups.google.com/d/msgid/smslib/5af5ee97-fcf2-47b0-8372-ae6bc858063d%40googlegroups.com.

Re: [gentoo-user] Blocking sites for some users

2016-01-26 Thread Thanasis
On 01/26/2016 12:51 AM, R0b0t1 wrote: Make the gateway the proxy. Refuse unproxied connections. You can use iptables, and you might want to; if something else you know of is more featureful then don't. That's what I implied, gateway (router) is also the proxy ...

Re: [gentoo-user] Blocking sites for some users

2016-01-25 Thread Thanasis
On 01/25/2016 08:15 AM, J. Roeleveld wrote: squidguard sounds interesting, was wondering if anyone has any experience with setting it up. You can use net-firewall/iptables to redirect to squid port (3128) all passing through traffic directed to port http (80) Like so: iptables -w -t nat -A

[smslib] Re: SMSLIB integration with Quectel_M35 Multiport - USB to Serial

2015-12-18 Thread Thanasis Delenikas via SMSLib Discussion Group
Hello, I assume that all your modems are the same, right? I mean, you have located the issue in the number of modems - the "third" modem, if left alone, works ok? It could make sense to try with a 32bit environment. I.e. Download the 32bit JDK (it goes to a separate folder in "Program Files x8

Re: [smslib] SMSServer v4

2015-12-17 Thread SMSLib Discussion Group on behalf of Thanasis Delenikas
Hello, The "class" field seems to be wrong. You should use "org.smslib.gateway.modem.Modem" as its value. On Thu, Nov 12, 2015, at 23:09, dietotten via SMSLib Discussion Group wrote: > Hi everybody! I'm trying to setup my smslib_gateways table with a > serial modem connection but there is no doc

[google-appengine] Tasks Queues / processing rate.

2015-12-16 Thread Thanasis Delenikas
Hello, I have a Java application which happily runs in the free tier of Google App Engine. In the past I've encountered some spikes - from that moment I've enabled the paid tier with a small daily budget. So, although I have allocated some $$$ for daily spikes, my application runs in the free-q

CPU usage is increased on node addition, even after bootstrap is finished

2015-12-01 Thread Thanasis Naskos
no decrease. I've read somewhere that the benefits of the node addition in Cassandra are linear, am I missing something? Thanks a lot! Thanasis

Re: [google-appengine] Re: Console -> Monitoring (stackdriver)

2015-11-20 Thread Thanasis Delenikas
Problem solved! Thank you Josh and Google Team :) Kind Regards, Thanasis On Saturday, November 14, 2015 at 4:00:26 PM UTC+2, Thanasis Delenikas wrote: > > Hello Josh, > > I've sent you an email, thank you for your interest! > > On Saturday, November 14, 2015 at 1:17:

Re: [google-appengine] Re: Console -> Monitoring (stackdriver)

2015-11-14 Thread Thanasis Delenikas
Hello Josh, I've sent you an email, thank you for your interest! On Saturday, November 14, 2015 at 1:17:12 AM UTC+2, Josh Moyer wrote: > > Hello Thanasis, > Would you please reply privately to me at moyer at google dot com and let > me know your e-mail address and Stackdrive

[google-appengine] Re: Console -> Monitoring (stackdriver)

2015-11-12 Thread Thanasis Delenikas
ge << An error occurred processing your request We have been notified and are on our way to fix it up! >> You may be able to find more info in your logs :) P.S. Same behavior with IE11 as well. On Thursday, November 12, 2015 at 7:48:24 PM UTC+2, Thanasis Delenikas wrote: > > He

[google-appengine] Console -> Monitoring (stackdriver)

2015-11-12 Thread Thanasis Delenikas
Hello, The link from Console to Monitoring pages (https://console.developers.google.com/monitoring?project=eqgr-gr in my case) reports a "ERR_TOO_MANY_REDIRECTS" and *never* loads. Chrome Version 46.0.2490.80 m @ Win8/x64 This happens today - yesterday all was well! -- You received this mess

UI Automator framework: how to properly get the current activity

2015-10-29 Thread Thanasis Petsas
w this information in order to map a new appearing screen to a specific activity each time.. Do you know what is the proper way to get this information? Thank you, Thanasis -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe fro

[smslib] Re: Doesn't read received sms when dongle built in software is open

2015-10-20 Thread Thanasis Delenikas via SMSLib Discussion Group
This is normal behavior. On Monday, October 19, 2015 at 11:49:47 PM UTC+3, Achintha Rathnayaka wrote: > > Doesn't read received sms when dongle built in software is open. Please > give me a solution. > -- You received this message because you are subscribed to the Google Groups "SMSLib Discuss

[jira] [Commented] (FOP-2511) Null pointer exception when transforming to PDF with FOP 2.0

2015-08-12 Thread Thanasis Giannimaras (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14693061#comment-14693061 ] Thanasis Giannimaras commented on FOP-2511: --- Have you tried using trunk? I t

[jira] [Updated] (FOP-2510) Infinite Loop

2015-08-11 Thread Thanasis Giannimaras (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thanasis Giannimaras updated FOP-2510: -- Description: If the flow-name in the fo:flow element maps to a region body belonging to

[jira] [Updated] (FOP-2510) Infinite Loop

2015-08-11 Thread Thanasis Giannimaras (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thanasis Giannimaras updated FOP-2510: -- Attachment: svnLoop.patch test.fo > Infinite L

[jira] [Created] (FOP-2510) Infinite Loop

2015-08-11 Thread Thanasis Giannimaras (JIRA)
Thanasis Giannimaras created FOP-2510: - Summary: Infinite Loop Key: FOP-2510 URL: https://issues.apache.org/jira/browse/FOP-2510 Project: FOP Issue Type: Bug Reporter

Re: [gentoo-user] why --noclear not set on tty1 in default /etc/inittab?

2015-08-11 Thread Thanasis
On 08/11/2015 02:00 PM, Thanasis wrote: On 08/11/2015 01:47 PM, Neil Bothwick wrote: On Tue, 11 Aug 2015 13:30:29 +0300, Thanasis wrote: /etc/rc.conf -> rc_logger="YES" and rc_log_path="/var/log/rc.log" I had already set that, but my /var/log/rc.log is an empty file.

[jira] [Updated] (FOP-2491) FOP 2.0 cannot support open-type font

2015-08-11 Thread Thanasis Giannimaras (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thanasis Giannimaras updated FOP-2491: -- Attachment: svnSubset.patch > FOP 2.0 cannot support open-type f

[jira] [Updated] (FOP-2491) FOP 2.0 cannot support open-type font

2015-08-11 Thread Thanasis Giannimaras (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thanasis Giannimaras updated FOP-2491: -- Attachment: (was: otfSubset.patch) > FOP 2.0 cannot support open-type f

[jira] [Commented] (FOP-2491) FOP 2.0 cannot support open-type font

2015-08-11 Thread Thanasis Giannimaras (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14681876#comment-14681876 ] Thanasis Giannimaras commented on FOP-2491: --- The issue was fixed by using

[jira] [Updated] (FOP-2491) FOP 2.0 cannot support open-type font

2015-08-11 Thread Thanasis Giannimaras (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thanasis Giannimaras updated FOP-2491: -- Attachment: fop.xconf otfSubset.patch test.fo

  1   2   3   4   5   6   7   8   9   10   >