[Freedombox-discuss] Quassel

2016-08-29 Thread permondes - sagen
Is my Quassel-core down or is there an issue with irc.debian.org?


> Connecting to irc.debian.org/freedombox:6667...
> Connection failure: Host not found
> 

Dietmar



___
Freedombox-discuss mailing list
Freedombox-discuss@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss

[Freedombox-discuss] Quassel Firewall

2016-06-11 Thread Dietmar
Hi,

I installed quassel on my FBx but could not access it, neither through
quassel-client from Debian, nor quasseldroid.
So I checked the Firewall status, it says 


> IRC Client (Quassel)
> Aktiviert 
> quasselcore
> Geblockt

Is my understanding right that the firewall is inhibiting access to
quasselcore? 

Thanks
   Dietmar

___
Freedombox-discuss mailing list
Freedombox-discuss@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss

Re: [Freedombox-discuss] Quassel

2016-08-29 Thread Sunil Mohan Adapa
On 08/29/2016 11:33 PM, permondes - sagen wrote:
> Is my Quassel-core down or is there an issue with irc.debian.org?
> 
>> Connecting to irc.debian.org/freedombox:6667...
>> Connection failure: Host not found
>>

I am seeing a similar failure with irc.oftc.net:6697 and irc4.oftc.net:6697.

-- 
Sunil




signature.asc
Description: OpenPGP digital signature
___
Freedombox-discuss mailing list
Freedombox-discuss@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss

Re: [Freedombox-discuss] Quassel

2016-08-29 Thread Diederik de Haas
On maandag 29 augustus 2016 20:03:21 CEST permondes - sagen wrote:
> Is my Quassel-core down or is there an issue with irc.debian.org?

There was an issue with irc.debian.org, but it is back online again.
I did have several temporary disconnect issues recently though with 
irc.debian.org.

> > Connecting to irc.debian.org/freedombox:6667...
> > Connection failure: Host not found

The fact that you're seeing that means that quassel-core isn't down ;-)

signature.asc
Description: This is a digitally signed message part.
___
Freedombox-discuss mailing list
Freedombox-discuss@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss

Re: [Freedombox-discuss] Quassel Firewall

2016-06-11 Thread Dietmar
Am Samstag, den 11.06.2016, 10:16 +0200 schrieb Dietmar:

> Hi,
> 
> I installed quassel on my FBx but could not access it, neither through
> quassel-client from Debian, nor quasseldroid.
> So I checked the Firewall status, it says 
> 
> 
> > IRC Client (Quassel)
> > Aktiviert 
> > quasselcore
> > Geblockt
> 
> Is my understanding right that the firewall is inhibiting access to
> quasselcore? 
> 
> Thanks
>Dietmar

Here is the log from plinth, looks okay to me. Disabling and
re-activating quassel does not change the situation.


> [2016-06-09 21:39:50,439] plinth.setup   INFO Running module setup - 
> quassel
> [2016-06-09 21:39:50,441] plinth.setup   INFO Running install for module 
> - quassel, packages - ['quassel-core']
> [2016-06-09 21:40:49,340] plinth.setup   INFO Running step for module - 
> quassel, step - post
> [2016-06-09 21:40:49,344] plinth.actions INFO Executing command - 
> ['sudo', '-n', '/usr/share/plinth/actions/firewall', 'get-enabled-services', 
> '--zone', 'internal']
> [2016-06-09 21:40:53,531] plinth.actions INFO Executing command - 
> ['sudo', '-n', '/usr/share/plinth/actions/firewall', 'get-enabled-services', 
> '--zone', 'external']
> [2016-06-09 21:40:57,499] plinth.modules.firewall INFO Service enabled - 
> quasselcore, True
> [2016-06-09 21:40:57,502] plinth.actions INFO Executing command - 
> ['sudo', '-n', '/usr/share/plinth/actions/firewall', 'add-service', 
> 'quasselcore', '--zone', 'internal']
> [2016-06-09 21:41:04,784] plinth.actions INFO Executing command - 
> ['sudo', '-n', '/usr/share/plinth/actions/firewall', 'add-service', 
> 'quasselcore', '--zone', 'external']
> [2016-06-09 21:41:14,820] py.warningsWARNING  
> /usr/lib/python3/dist-packages/bootstrapform/templatetags/bootstrap.py:84: 
> RemovedInDjango110Warning: render() must be called with a dict, not a Context.
>   return template.render(context)
> 
> [2016-06-09 21:42:00,240] py.warningsWARNING  
> /usr/lib/python3/dist-packages/bootstrapform/templatetags/bootstrap.py:84: 
> RemovedInDjango110Warning: render() must be called with a dict, not a Context.
>   return template.render(context)
> 
> 
> 
> ___
> Freedombox-discuss mailing list
> Freedombox-discuss@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss
___
Freedombox-discuss mailing list
Freedombox-discuss@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss

Re: [Freedombox-discuss] Quassel Firewall

2016-06-11 Thread Sunil Mohan Adapa
On 06/11/2016 01:46 PM, Dietmar wrote:
> Hi,
> 
> I installed quassel on my FBx but could not access it, neither through
> quassel-client from Debian, nor quasseldroid.
> So I checked the Firewall status, it says
> 
>> *IRC Client (Quassel)*   Aktiviert
>> /quasselcore/Geblockt
>>
> Is my understanding right that the firewall is inhibiting access to
> quasselcore?
> 

We've seen regression regarding firewall operation of Quassel and a
couple of other applications.  This is fixed in the latest master.

Workaround:

firewall-cmd --zone=internal --add-service=quassel-plinth
firewall-cmd --zone=internal --permanent --add-service=quassel-plinth
firewall-cmd --zone=external --add-service=quassel-plinth
firewall-cmd --zone=external --permanent --add-service=quassel-plinth

-- 
Sunil




signature.asc
Description: OpenPGP digital signature
___
Freedombox-discuss mailing list
Freedombox-discuss@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss

Re: [Freedombox-discuss] Quassel Firewall

2016-06-11 Thread Dietmar
Am Samstag, den 11.06.2016, 13:10 +0200 schrieb Dietmar:

> Am Samstag, den 11.06.2016, 10:16 +0200 schrieb Dietmar:
> 
> > Hi,
> > 
> > I installed quassel on my FBx but could not access it, neither
> > through quassel-client from Debian, nor quasseldroid.
> > So I checked the Firewall status, it says 
> > 
> > 
> > > IRC Client (Quassel)
> > > Aktiviert 
> > > quasselcore
> > > Geblockt
> > 
> > Is my understanding right that the firewall is inhibiting access to
> > quasselcore? 
> > 
> > Thanks
> >Dietmar
> 
> Here is the log from plinth, looks okay to me. Disabling and
> re-activating quassel does not change the situation.
> 
> 
> > [2016-06-09 21:39:50,439] plinth.setup   INFO Running module setup - 
> > quassel
> > [2016-06-09 21:39:50,441] plinth.setup   INFO Running install for 
> > module - quassel, packages - ['quassel-core']
> > [2016-06-09 21:40:49,340] plinth.setup   INFO Running step for module - 
> > quassel, step - post
> > [2016-06-09 21:40:49,344] plinth.actions INFO Executing command - 
> > ['sudo', '-n', '/usr/share/plinth/actions/firewall', 
> > 'get-enabled-services', '--zone', 'internal']
> > [2016-06-09 21:40:53,531] plinth.actions INFO Executing command - 
> > ['sudo', '-n', '/usr/share/plinth/actions/firewall', 
> > 'get-enabled-services', '--zone', 'external']
> > [2016-06-09 21:40:57,499] plinth.modules.firewall INFO Service enabled 
> > - quasselcore, True
> > [2016-06-09 21:40:57,502] plinth.actions INFO Executing command - 
> > ['sudo', '-n', '/usr/share/plinth/actions/firewall', 'add-service', 
> > 'quasselcore', '--zone', 'internal']
> > [2016-06-09 21:41:04,784] plinth.actions INFO Executing command - 
> > ['sudo', '-n', '/usr/share/plinth/actions/firewall', 'add-service', 
> > 'quasselcore', '--zone', 'external']
> > [2016-06-09 21:41:14,820] py.warningsWARNING  
> > /usr/lib/python3/dist-packages/bootstrapform/templatetags/bootstrap.py:84: 
> > RemovedInDjango110Warning: render() must be called with a dict, not a 
> > Context.
> >   return template.render(context)
> > 
> > [2016-06-09 21:42:00,240] py.warningsWARNING  
> > /usr/lib/python3/dist-packages/bootstrapform/templatetags/bootstrap.py:84: 
> > RemovedInDjango110Warning: render() must be called with a dict, not a 
> > Context.
> >   return template.render(context)


Ah, here we are:

> xxx:/var/log$ cat firewalld
> 1970-01-01 00:01:24 ERROR: ALREADY_ENABLED: mdns
> 2016-06-09 21:41:01 ERROR: INVALID_SERVICE: quasselcore
> 2016-06-09 21:41:04 ERROR: INVALID_SERVICE: 'quasselcore' not among existing 
> services
> 2016-06-09 21:41:08 ERROR: INVALID_SERVICE: quasselcore
> 2016-06-09 21:41:11 ERROR: INVALID_SERVICE: 'quasselcore' not among existing 
> services
> 2016-06-11 13:03:34 ERROR: INVALID_SERVICE: quasselcore
> 2016-06-11 13:03:37 ERROR: INVALID_SERVICE: 'quasselcore' not among existing 
> services
> 2016-06-11 13:03:40 ERROR: INVALID_SERVICE: quasselcore
> 2016-06-11 13:03:44 ERROR: INVALID_SERVICE: 'quasselcore' not among existing 
> services



___
Freedombox-discuss mailing list
Freedombox-discuss@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss

Re: [Freedombox-discuss] Quassel Firewall

2016-06-11 Thread Dietmar

Am Samstag, den 11.06.2016, 16:57 +0530 schrieb Sunil Mohan Adapa:

> On 06/11/2016 01:46 PM, Dietmar wrote:
> > Hi,
> > 
> > I installed quassel on my FBx but could not access it, neither through
> > quassel-client from Debian, nor quasseldroid.
> > So I checked the Firewall status, it says
> > 
> >> *IRC Client (Quassel)* Aktiviert
> >> /quasselcore/  Geblockt
> >>
> > Is my understanding right that the firewall is inhibiting access to
> > quasselcore?
> > 
> 
> We've seen regression regarding firewall operation of Quassel and a
> couple of other applications.  This is fixed in the latest master.
> 
> Workaround:
> 
> firewall-cmd --zone=internal --add-service=quassel-plinth
> firewall-cmd --zone=internal --permanent --add-service=quassel-plinth
> firewall-cmd --zone=external --add-service=quassel-plinth
> firewall-cmd --zone=external --permanent --add-service=quassel-plinth


These commands went through with "success", but I still get 
2016-06-11 14:06:35 ERROR: INVALID_SERVICE: quasselcore
2016-06-11 14:06:38 ERROR: INVALID_SERVICE: 'quasselcore' not among
existing services

Do I have to repeat these steps with service quasselcore as well?


> 
___
Freedombox-discuss mailing list
Freedombox-discuss@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss

Re: [Freedombox-discuss] Quassel Firewall

2016-06-11 Thread Dietmar
Am Samstag, den 11.06.2016, 14:09 +0200 schrieb Dietmar:

> 
> Am Samstag, den 11.06.2016, 16:57 +0530 schrieb Sunil Mohan Adapa: 
> 
> > On 06/11/2016 01:46 PM, Dietmar wrote:
> > > Hi,
> > > 
> > > I installed quassel on my FBx but could not access it, neither through
> > > quassel-client from Debian, nor quasseldroid.
> > > So I checked the Firewall status, it says
> > > 
> > >> *IRC Client (Quassel)*   Aktiviert
> > >> /quasselcore/Geblockt
> > >>
> > > Is my understanding right that the firewall is inhibiting access to
> > > quasselcore?
> > > 
> > 
> > We've seen regression regarding firewall operation of Quassel and a
> > couple of other applications.  This is fixed in the latest master.
> > 
> > Workaround:
> > 
> > firewall-cmd --zone=internal --add-service=quassel-plinth
> > firewall-cmd --zone=internal --permanent --add-service=quassel-plinth
> > firewall-cmd --zone=external --add-service=quassel-plinth
> > firewall-cmd --zone=external --permanent --add-service=quassel-plinth
> 
> 
> These commands went through with "success", but I still get 
> 2016-06-11 14:06:35 ERROR: INVALID_SERVICE: quasselcore
> 2016-06-11 14:06:38 ERROR: INVALID_SERVICE: 'quasselcore' not among
> existing services
> 
> Do I have to repeat these steps with service quasselcore as well?
> 

Thanks Sunil, despite the error message, I am now connected. Makes
following the IRC so much easier.

> ___
> Freedombox-discuss mailing list
> Freedombox-discuss@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss
___
Freedombox-discuss mailing list
Freedombox-discuss@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss

Re: [Freedombox-discuss] Quassel Firewall

2016-06-11 Thread Sunil Mohan Adapa
On 06/11/2016 05:39 PM, Dietmar wrote:
[...]
> 
> These commands went through with "success", but I still get
> 2016-06-11 14:06:35 ERROR: INVALID_SERVICE: quasselcore
> 2016-06-11 14:06:38 ERROR: INVALID_SERVICE: 'quasselcore' not among
> existing services
> 
> Do I have to repeat these steps with service quasselcore as well?
> 

Ignore these errors.  The application should be working.

-- 
Sunil




signature.asc
Description: OpenPGP digital signature
___
Freedombox-discuss mailing list
Freedombox-discuss@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss