Re: Signed Email PAM authentication

2021-05-14 Thread Marek Mosiewicz
W dniu pią, 14.05.2021 o godzinie 16∶05 +0100, użytkownik Darac Marjal
napisał:
> 
> On 14/05/2021 15:29, Marek Mosiewicz wrote:
> > Hello,
> > 
> > I think of idea of having additional PAM module which passes login
> > after receiving and validating signed email (for some scenarios it
> > could even requires emails from many persons). Signing emails can
> > be
> > done easliy in secure way and it could be also good for auditing.
> 
> My first thought was "Doesn't PAM have some sort of timeout?" but it
> looks like it doesn't. If you have users who can bear to potentially
> wait a matter of days before knowing whether they're permitted to
> access
> a system, then I guess this could work. It sounds a little
> Heath-Robinson, but  maybe you can argue the case for an ultra-secure
> host where every login must come to the immediate attention of one or
> more humans.
It is already used in some places that you need to commit your login
via app like PingOn. This method however just makes http answer and
authorizes you via fingerprint. Signed content would be better.
If you trust your bot it could also instruct it to send email
> 
> Hmm. Thinking about it a little more, you might need to consider some
> points about reliability:
> 
Signing email from you email client is easy. Alternatiely you can write
some script which will just put signed email in server local box which
is I thing good enough delivery channel or at least you know if it
happens
> * If PAM sends an email, it can REQUEST delivery and read receipts, but
> those are optional features of email. There's no guarantee that the
> email will arrive at the destination.
> 
> * Similarly, PAM has no way to guarantee that the signer's reply will
> arrive. 
> 
> Now, you might be able to say "Well, we use  GMail/HotMail/NeverFails
> which is 100% online" or "We always send to X signers and need a
> quorum
> of at least Y of them - which handles the situation when Kevin is on
> holiday in the Bahamas for three weeks", but you might want to at
> least
> CONSIDER sending follow up emails (not too often, though. One or two
> days between them perhaps?) so that you don't end up waiting for a
> reply
> that will never come.
> 
That is possibly rare scenario, but some people could appreciate it
that there is no mess if somebody login to bank server. It could be
also good if somebody else knows that someone else logged in.
> > 
> > Cheers,
> >     Marek Mosiewicz
> > 
> 




Re: Signed Email PAM authentication

2021-05-14 Thread Marek Mosiewicz
W dniu pią, 14.05.2021 o godzinie 10∶52 -0500, użytkownik David Wright
napisał:
> On Fri 14 May 2021 at 16:29:32 (+0200), Marek Mosiewicz wrote:
> > 
> > I think of idea of having additional PAM module which passes login
> > after receiving and validating signed email (for some scenarios it
> > could even requires emails from many persons).
> 
> That's all very vague. You need to specify a sequence of
> who has to do what, where, and how.
> 
> After that, you have the problem of how/where you suspend
> this process until all^H^H^H the replies are received.
> (BTW I would suggest a quorum.)
> Normally, a successful login is fast; it's those that fail
> which take more time.
> 
> > Signing emails can be
> > done easliy in secure way
> 
> That's a separate issue.
> 
> > and it could be also good for auditing.
> 
> How?
If we have private key on crypto device we know that either admin gave
access or there is some physical interruption to admin office. It could
be done also by ssh key stored on crypto device, but email (possibly
auto forwarded somewhere)is proof that access has been really granted
which is not case for ssh where access logs can be altered.
> 
> Cheers,
> David.
> 




Signed Email PAM authentication

2021-05-14 Thread Marek Mosiewicz
Hello,

I think of idea of having additional PAM module which passes login
after receiving and validating signed email (for some scenarios it
could even requires emails from many persons). Signing emails can be
done easliy in secure way and it could be also good for auditing.

Cheers,
Marek Mosiewicz



Jus thinking - Low level X GUI with shaders

2021-02-07 Thread Marek Mosiewicz
Hi,

I would like to share my thoughts considering remote appliation
problem.

In beginnig there was X server :) It was designed in mind to enable
using of applications in distributed environment. You could open window
which was just running on other computer.

Time passed and things changed. There is attitiude to use Wayland for
Unix GUI which is fast versitile and easy, but not remote.

On other side remote apps tend to be run in browser, which is nightmare
for developer.

X server demise is caused, by difficult problem it tries to solve.
Abstracting GUI toolit protocool is painful. 

But I just look into idea that you do not need to do so. I think it
could be possible to pass shader program to X server (even as string).
This shader program could be whole GUI lib. It could manage theme,
layouts, fonts, widgets, data model on its own on x server. It would
depend on widget system how exchange data between client and server.

There are already similar solutions done in browser by libs like Apache
Wicket, ZKOSS and others. They act for user input, send it to server
and server sends updates client. However client state (or rather X
server) is rich and you update it by widget properties so communication
is really efficient.



Cheers,
   Marek Mosiewicz
   http://marekmosiewicz.pl



Re: po...@lists.debian.org

2021-01-12 Thread Marek Mosiewicz
I just imagined some problem with external identity provider
for own DNS record. That mean application should be sure that
identiy provider is really in duty of providing authorization
for my domain. That is not so easy. Is Secure DNS enough for it ?

Best regards,
Marek Mosiewicz

W dniu pon, 11.01.2021 o godzinie 12∶21 +0100, użytkownik Marek
Mosiewicz napisał:
> W dniu sob, 09.01.2021 o godzinie 14∶56 -0600, użytkownik John Hasler
> napisał:
> > Marek writes:
> > > For example I have my own domain and I can switch email provider,
> > > so I
> > > could switch provider of social network server.
> > 
> > > In fact as URL is not only email aware you could also use for
> > > example
> > > phone as identifier of your account and provide resolving of
> > > phone
> > > number to social network server.
> DNS is decentralized. And if you have email address in domain you
> control you can switch server. That is case for email. 
> 
> That can be case for identity. Simplest you can create domain
> people. DNS record to point to identity server of your
> choice.
> 
> Then you can create there account and authorize with login e.g.
> marek.mosiew...@people.jotel.com.pl  at external server you have not
> control (DNS entry will point to external server and identity server
> treats login just as string and do not have problem with many domains
> logins database)
> 
> I believe that Jabber have already option to put record for jabber
> server for your domain. 
> That could be that to avoid creating special subdomain for identity,
> there could be specific record type in dns for identity server.
> > 
> > If you have to have accounts, identifiers, and logins on a central
> > server it isn't decentralized.
> > 
> > It is perfectly feasible for each participant in your group to have
> > an
> > nntp peer running.  That's decentralized.  However, it is not
> > necessary
> > for everyone to run an nntp peer: those who are can permit others
> > remote
> > access using newsreaders in the usual fashion.
> 
> 




Re: po...@lists.debian.org

2021-01-12 Thread Marek Mosiewicz
W dniu sob, 09.01.2021 o godzinie 16∶33 -0600, użytkownik
gru...@mailfence.com napisał:
> On Sat, 9 Jan 2021, mm wrote:
> 
> > 
> > On 1/9/21 6:27 PM, Marek Mosiewicz wrote:
> > > W?dniu sob, 09.01.2021 o?godzinie 15?33?+0100, u?ytkownik mm
> > > napisa?:
> > > > Cheers,
> > > > 
> > > > Please get your right wing propaganda elsewhere.
> > > > 
> > > > If you deem yourself intelligent you have to revise your
> > > > understanding
> > > > of the words:
> > > > 
> > > > 1. freedom
> > > > 
> > > > 2. speech
> > > > 
> > > > I for sure will not tolerate this white-washing soup mouth-full
> > > > BS.
> > > I understand that free speech can be abused, it is however I
> > > believe
> > > value which is important in democracy. That is also guaranteed in
> > > United States constitution.
> > > 
> > > Cheers,
> > >    Marek
> > 
> > But, but, of course, of course it is a value which is one of the
> > cornerstones of a functional democracy.
> > 
> > But the sheer panic and call to action (overdue due btw, which
> > again
> > points out the fact that you chose this event
> > 
> > to decry something for which many people have fought and continue
> > doing so)
> > 
> > points out that you sympathize with right wing fascists.
> > 
> > To which I, as you may have noticed, strongly react.
> > 
> > Free speech is not abolished by not giving a platform (by a private
> > company, so please also get your legal understandings in order)
> > 
> > to a hateful fear and violence inducing excuse of a human being
> > 
> > to spread racial division, hatred and sheer and numbing stupidity,
> > which
> > in return
> > 
> > only amplifies his deranged orange brain to echo his narcissistic
> > delusional notions of himself and his perceived power
> > 
> > while still holding the nukes. so cheers to that.
> > 
> > and to all the guys that joyfully joined the ride to help poor
> > fascist
> > have their 'freedom' of 'speech'.
> > 
> > (oh, yeah, right, they have parler or whatever)
> > 
> > and on a more emotionless note: in Germany it is prohibited to
> > distribute fascist propaganda/goods whatever. Is Germany an
> > authoritarian state?
> > 
> > I still strongly advice to put your perspective to revision and
> > retrospective in a truthful and honest manner.
> 
> and can i do that in stretch or do i need buster
> 
Yo can do that in strech. You just need to write it.



Re: po...@lists.debian.org

2021-01-11 Thread Marek Mosiewicz
W dniu sob, 09.01.2021 o godzinie 14∶56 -0600, użytkownik John Hasler
napisał:
> Marek writes:
> > For example I have my own domain and I can switch email provider,
> > so I
> > could switch provider of social network server.
> 
> > In fact as URL is not only email aware you could also use for
> > example
> > phone as identifier of your account and provide resolving of phone
> > number to social network server.
DNS is decentralized. And if you have email address in domain you
control you can switch server. That is case for email. 

That can be case for identity. Simplest you can create domain
people. DNS record to point to identity server of your
choice.

Then you can create there account and authorize with login e.g.
marek.mosiew...@people.jotel.com.pl  at external server you have not
control (DNS entry will point to external server and identity server
treats login just as string and do not have problem with many domains
logins database)

I believe that Jabber have already option to put record for jabber
server for your domain. 
That could be that to avoid creating special subdomain for identity,
there could be specific record type in dns for identity server.
> 
> If you have to have accounts, identifiers, and logins on a central
> server it isn't decentralized.
> 
> It is perfectly feasible for each participant in your group to have
> an
> nntp peer running.  That's decentralized.  However, it is not
> necessary
> for everyone to run an nntp peer: those who are can permit others
> remote
> access using newsreaders in the usual fashion.




Re: po...@lists.debian.org

2021-01-09 Thread Marek Mosiewicz
W dniu sob, 09.01.2021 o godzinie 15∶33 +0100, użytkownik mm napisał:
> Cheers,
> 
> Please get your right wing propaganda elsewhere.
> 
> If you deem yourself intelligent you have to revise your
> understanding
> of the words:
> 
> 1. freedom
> 
> 2. speech
> 
> I for sure will not tolerate this white-washing soup mouth-full BS.

I understand that free speech can be abused, it is however I believe
value which is important in democracy. That is also guaranteed in
United States constitution.

Cheers,
   Marek
> 
> 
> On 1/9/21 12:57 PM, Marek Mosiewicz wrote:
> > In case commercial social networks will not protect freedom of
> > speach
> > there is always option to use mailing lists.
> > 
> > In fact I can imagine Twitter or Facebook as web based mail client
> > which aggregates urls for messages publicated on anywhere in Web.
> > 
> > Everbody who observes somebody will receive email with link to
> > message.
> > Likes and comments are also mails (the can even be signed).
> > 
> > Webserver which serves given message will receive like and comment
> > mails and presnet it. Yo can see source of mail e.g for like AND
> > verify
> > that like was realy given by ckecking GPG signature of sender.
> > 
> > 
> > Cheers,
> >    Marek Mosiewicz
> >    http://marekmosiewicz.pl
> > 
> 




Re: po...@lists.debian.org

2021-01-09 Thread Marek Mosiewicz
I mean complete implementation of social network via email.

I'm aware of news groups. What I however mean is full decentralized
implementation of Facebook like social network via email.

Depopopularization of news groups is also because of advent of social
media. Facebook group is simialiar to news group and you give it with
your Facebook account.

I have been thinking of open source social networks like diaspora or
mastodont. What was blocker in my case is that sever node is also part
of account login name. If server is out of service  you need to create
another account on different server from scratch.

Acctually the same is for email provider if you do not have your own
domain for email. But if group of people have DNS domain for email then
you do not need to match server-account pair.

For example I have my own domain and I can switch email provider, so I
could switch provider of social network server.

In fact as URL is not only email aware you could also use for example
phone as identifier of your account and provide resolving of phone
number to social network server.

Sincerely,
   Marek Mosiewicz

W dniu sob, 09.01.2021 o godzinie 16∶13 +, użytkownik Larry Dighera
napisał:
> Sir,
> 
> Are you suggesting that the usenet be re-invented?  :-(
> 
> Usenet is a decentralized e-mail based network system of
> communication consieved around the time that ARPANET was initiated
> ('70s) that has no central administrative body, and thus cannot be
> suppressed.  Because of this inherent inability to monetize it, ISPs
> dropped bundling usenet as part of their subscriber services about a
> decade ago, similar to Verizon's dropping Yahoo Groups December 15,
> 2020.  You may be familiar with Google Groups that carries a free
> usenet feed.
> 
> Today, usenet still exists albeit a skeleton of its former
> incarnation.  There are free News Network Transfer Protocol (NNTP)
> servers available such as nntp.aioe.org and  free-usenet.com, and
> paid servers like news.giganews.com.  There are free news reading
> clients such as Thunderbird and Forte Agent, and the venerable rn for
> *nix platforms.
> 
> So, what you seek has existed for decades, and is still viable as a
> forum for free speech as it always has been.  
> 
> Here's a clue: https://www.google.com/search?client=none=usenet
> 
> Best regards,
> Larry Dighera
> 
> 
> 
> 
> On Saturday, January 9, 2021, 6:27:08 AM PST, Marek Mosiewicz
>  wrote: 
> 
> In case commercial social networks will not protect freedom of speach
> [sic]
> there is always option to use mailing lists.
> 
> In fact I can imagine Twitter or Facebook as web based mail client
> which aggregates urls for messages publicated on anywhere in Web.
> 
> Everbody who observes somebody will receive email with link to
> message.
> Likes and comments are also mails (the can even be signed).
> 
> Webserver which serves given message will receive like and comment
> mails and presnet it. Yo can see source of mail e.g for like AND
> verify
> that like was realy given by ckecking GPG signature of sender.
> 
> 
> Cheers,
>   Marek Mosiewicz
>   http://marekmosiewicz.pl
> 
> 




Re: po...@lists.debian.org

2021-01-09 Thread Marek Mosiewicz
I mean using private key, not to encrypt message, but to sign it. That
is the case for fake
likes and fake accounts.  GPG mutual addresses signing makes it much
more diffcult to 
create fake accounts.

Cheers,
   Marek Mosiewicz

W dniu sob, 09.01.2021 o godzinie 08∶38 -0600, użytkownik Nicholas
Geovanis napisał:
> Email lists do not protect freedom of speech either. Encrypted email
> does not protect freedom of speech either. And there is no
> technological fix for failures in societies.
> 
> On Sat, Jan 9, 2021, 8:27 AM Marek Mosiewicz
>  wrote:
> > In case commercial social networks will not protect freedom of
> > speach
> > there is always option to use mailing lists.
> > 
> > In fact I can imagine Twitter or Facebook as web based mail client
> > which aggregates urls for messages publicated on anywhere in Web.
> > 
> > Everbody who observes somebody will receive email with link to
> > message.
> > Likes and comments are also mails (the can even be signed).
> > 
> > Webserver which serves given message will receive like and comment
> > mails and presnet it. Yo can see source of mail e.g for like AND
> > verify
> > that like was realy given by ckecking GPG signature of sender.
> > 
> > 
> > Cheers,
> >    Marek Mosiewicz
> >    http://marekmosiewicz.pl
> > 



po...@lists.debian.org

2021-01-09 Thread Marek Mosiewicz
In case commercial social networks will not protect freedom of speach
there is always option to use mailing lists.

In fact I can imagine Twitter or Facebook as web based mail client
which aggregates urls for messages publicated on anywhere in Web.

Everbody who observes somebody will receive email with link to message.
Likes and comments are also mails (the can even be signed).

Webserver which serves given message will receive like and comment
mails and presnet it. Yo can see source of mail e.g for like AND verify
that like was realy given by ckecking GPG signature of sender.


Cheers,
   Marek Mosiewicz
   http://marekmosiewicz.pl



Re: folders (was Re: Why can't I move the document root for a site in Apache 2? [SOLVED])

2020-09-01 Thread Marek Mosiewicz
In fact it used to be called directory, before GUI shells emerged.
So MS DOS to dispaly content of "folder" used command named dir.

Cheers,
Marek Mosiewicz

W dniu wto, 01.09.2020 o godzinie 06∶48 -0400, użytkownik The Wanderer
napisał:
> On 2020-09-01 at 04:29, to...@tuxteam.de wrote:
> 
> > [1] Why people keep insisting in calling those things "folders" is
> >beyond me. They don't "fold" anything, do they?
> 
> As I understand matters, it's an extension of the "desktop" metaphor.
> 
> Back before computers (and to some extent afterward), people used to
> keep files - in the form of physical, paper documents - sorted in
> manila
> folders, and only pull them out of those folders onto the tops of
> their
> desks for actual use; when computers came along and "desktop" was
> invented as a metaphor for a hopefully-intutive user-interface
> paradigm,
> they called the things you could use to sort files apart from one
> another so that they didn't all appear on the desktop at once
> "folders"
> in an effort to make that similarly intuitive.
> 
> And then the terminology stuck.
> 
> It probably doesn't hurt that a common way to display them
> graphically
> is in a nested, hierarchical tree style; the way a branch of the tree
> collapses when the nodes under it are hidden can be intuitively-
> enough
> called "folding", much as a similar hiding collapse in your more
> advanced code-focused text editor is commonly called "code folding"
> or
> "syntax folding". But I think that's secondary.
> 



Re: Encrypt files on Linux, decrypt on Windows

2020-08-23 Thread Marek Mosiewicz
W dniu pią, 21.08.2020 o godzinie 13∶07 -0600, użytkownik Charles
Curley napisał:
> On Fri, 21 Aug 2020 13:31:00 -0500
> Paul Johnson  wrote:
> 
> > GnuPG.  It's in Debian, there's Windows versions on its website,
> > and
> > it's not some mystery box like Signal.
> 
> ++
> 
> It also has the advantage that the cryptext will stay encrypted on
> any
> intermediate servers. WhatsApp and Signal claim their traffic is, but
> one must take their word for it.
Not to mention that GPG can be used for asymmetric cryptography.
> 



Re: Is there permissve GPL3 compatible license ?

2020-08-20 Thread Marek Mosiewicz
W dniu czw, 20.08.2020 o godzinie 13∶55 +0200, użytkownik
to...@tuxteam.de napisał:
> > 
> > Acctually after carefully reading GPL3 license it seems that having
> > copy or running GPL3 program privately is not prohibited, even if
> > you
> > violate license (section 9. Acceptance Not Required for Having
> > Copies.)
> 
> That's absolutely right. GPL (2 or 3) puts no limits on usage, only
> on (re)distribution: you are allowed to (re)distribute if you grant
> the receiver the same rights which were granted to you under that
> license.
> 
> (Actually, to be more precise, the limits are there by "normal"
> copyright
> law, and are lifted for you by the GPL).
That should be probably explained by some expert on GPL in Wikipedia
discussion here:

https://en.wikipedia.org/wiki/Talk:License_compatibility



> Cheers
> -- t



Re: Is there permissve GPL3 compatible license ?

2020-08-20 Thread Marek Mosiewicz
W dniu śro, 19.08.2020 o godzinie 19∶50 +0200, użytkownik Thomas
Schmitt napisał:
> Hi,
> 
> 
> If it's a complicated network of license derivations, then write it
> down
> and publish it with your license statement. But BSD->GPLv2 is simple.
> 
I think Apache2->GPL3 compatibility is defined in GPL3 section 7
(Additional terms). This section allows to add additional "permissive"
terms to part of program as long as whole program is governed by GPL3
license

Acctually after carefully reading GPL3 license it seems that having
copy or running GPL3 program privately is not prohibited, even if you
violate license (section 9. Acceptance Not Required for Having Copies.)
> 
> Have a nice day :)
> 
> Thomas
> 



Re: Is there permissve GPL3 compatible license ?

2020-08-19 Thread Marek Mosiewicz
W dniu śro, 19.08.2020 o godzinie 18∶29 +0200, użytkownik
to...@tuxteam.de napisał:
> On Wed, Aug 19, 2020 at 05:30:30PM +0200, Marek Mosiewicz wrote:
> 
> [...]
> 
> > Unfortunetly I see that Free Software Foundation claims that
> > MIT(X11)
> > and BSD are GPL compatible [1]
> 
> I don't know what's "unfortunate". They are GPL compatible,
> meaning you can take any BSD/MIT licensed piece of code and
> integrate it into a GPL corpus. As you can integrate them
> into any other proprietary corpus.
> 
> It isn't going to work the other way around (GPL isn't MIT
> compatibe in the above sense). "Compatible" isn't a symmetric
> relation (otherwise, the mentioned diagram would have lines,
> not arrows :-)
Arrows show THE PATH :). You need to RELICENSE your code to LGPL to be
able to link it with GPL. If it is not the case why there is no direct
arrow between for example BSD and GPL2 ?
> 
> > That seems to be serious problem for developers. I'm in process of
> > selecting license for some new work for ADempiere project [2]
> > 
> > That project is GPL2 licensed with commercial options avaialble [3]
> > 
> > One main goal of selecting license is library community. Especially
> > in
> > Java ecosystem there is huge number of libraries written with
> > Apache2
> > license.
> > 
> > It seems that currently only viable option is LGPL2.1+
> 
> That depends on what your goals and ideals are.
> 
> Cheers
>  - t



Re: Is there permissve GPL3 compatible license ?

2020-08-19 Thread Marek Mosiewicz
W dniu śro, 19.08.2020 o godzinie 18∶01 +0200, użytkownik Thomas
Schmitt napisał:
> Hi,
> 
> Marek Mosiewicz wrote:
> > That project is GPL2 licensed with commercial options avaialble
> > there is huge number of libraries written with Apache2 license.
> > It seems that currently only viable option is LGPL2.1+
> 
> It could well be Apache2 or BSD, provided that it is _for_ the GPL2
> licensed project, and does not contain copyrighted work _from_ a GPL2
> licensed project.
> 
> If you are legally entitled to issue a permissive license and do it,
It is new project for ADempiere and one of main main consideration is
license
> then each of your releases can swim down the Wikipedia diagram to
> GPLv3+.
I belive it is not how this diagram should be read.

It is true that you can link permissive licensed code with
correspondign LGPL. That is because LGPL does not obligate you to
relicense whole work as strict GPL. You can even link commercial code
with LGPL.

It is also true that you can link LGPL code with corresponding GPL
license code. That is because LGPL contains clause that you can always
switch from LGPL to GPL

I think however that it is NOT true that you can link directly from
BSD/MIT/Apache2 to corresponding strict GPL license.

On diagram there is no direct relation between e.g. MIT and GPL2. In my
opinion it means that you can only link permissive license via LGPL
proxy API. It probably also brings question about distribiuing MIT-
>LGPL->GPL as one program.
> Permissively and copyleftly licensed programs alike can then use it
> by
> their right to re-license it.
> Just make sure your releases are comprised only of permissivel
> licensed
> parts.
> 
> 
> Have a nice day :)
> 
> Thomas
> 



Re: Is there permissve GPL3 compatible license ?

2020-08-19 Thread Marek Mosiewicz
W dniu śro, 19.08.2020 o godzinie 16∶11 +0200, użytkownik
to...@tuxteam.de napisał:
> On Wed, Aug 19, 2020 at 02:09:01PM +0200, Marek Mosiewicz wrote:
> > W dniu śro, 19.08.2020 o godzinie 08∶05 +0200, użytkownik
> > to...@tuxteam.de napisał:
> > > On Tue, Aug 18, 2020 at 09:17:36PM +0200, Marek Mosiewicz wrote:
> 
> [...]
> 
> > > The thing is: BSD, MIT and friends allow you to combine the stuff
> > > with any other program and relicense the result as you wish (e.g.
> > > proprietary). This includes a GPL work. The result is, then, GPL.
> > BSD and MIT allows you to combine it with other work I agree [...]
> 
> I think Thomas answered that part well.
> 
> Moreover, just have a look at the diagram in the reference [2]
> I linked to in my last answer.
Thanks, I noticed diagram now. This is something I recognized. 

Unfortunetly I see that Free Software Foundation claims that MIT(X11)
and BSD are GPL compatible [1]

That seems to be serious problem for developers. I'm in process of
selecting license for some new work for ADempiere project [2]

That project is GPL2 licensed with commercial options avaialble [3]

One main goal of selecting license is library community. Especially in
Java ecosystem there is huge number of libraries written with Apache2
license.

It seems that currently only viable option is LGPL2.1+

Kind regards,
Marek Mosiewicz
> 
> [...]
> 
> > > The patent grant in Apache2 is why the FSF recommends this one
> > > among the non-copyleft [4] licenses.
> > > 
> > Is it GPL3 compatible ?
> 
> Yes. Again, see the diagram in [2].
> 
> Cheers
> 
> [2] 
> https://en.wikipedia.org/wiki/License_compatibility#Compatibility_of_FOSS_licenses
> 
>  - t
[1] 
https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses
[2] http://adempiere.net/
[3] https://github.com/adempiere/adempiere/blob/develop/license.txt



Re: Is there permissve GPL3 compatible license ?

2020-08-19 Thread Marek Mosiewicz
W dniu śro, 19.08.2020 o godzinie 08∶05 +0200, użytkownik
to...@tuxteam.de napisał:
> On Tue, Aug 18, 2020 at 09:17:36PM +0200, Marek Mosiewicz wrote:
> > Hello,
> 
> hello
> 
> > I'm just curious. According to general perception BSD, MIT or
> > Apache2
> > licenses are GPL3 compatible.
> 
> There are many fine resources out there for you to read. I'd
> recommend [1], [2] and [3] for starters. Yes, [1] is gnu.org:
> one might think they have a bias -- still it's well structured
> and worth a read.
> 
> > Is it true ? I'm not lawyer, but with GPL requirement to cover
> > whole
> > combined work with GPL it seems to be not so obvious.
> 
> The thing is: BSD, MIT and friends allow you to combine the stuff
> with any other program and relicense the result as you wish (e.g.
> proprietary). This includes a GPL work. The result is, then, GPL.
BSD and MIT allows you to combine it with other work I agree. In MIT
license there is even permission to SUBlicense. Unfortunetly we are
talking about GPL (GPL3 especially)license and as from my understanding
it requires to publish WHOLE combined work on corresponding GPL
license. MIT/BSD license does not have any clue about changing license
in that way. That is fixed requirements and it is probably reason why
FSF even says GPL3 is not GPL2 comaptible. So how MIT/BSD could be
compatible.
> 
> > That especially true for GPL3 where combined work must to be
> > covered
> > with GPL3, what means has requirements for patents used by work.
> 
> That only means you lose the protection afforded by GPL3 once you
> assert patent rights (e.g. by submarine patents). Remember -- GPL
> /grants/ you permissions to do things which, by default, would be
> forbidden. So it only can revoke those things, if you are in breach
> of contract.

> 
> > Neither BSD nor MIT licenses have any clue about author patents
> > used in
> > work. It seems obvious that you have patent grant from author as
> > long
> > as you use or modify BSD/MIT software,
> 
> Is it? It will strongly depend on jurisdiction, I guess.
OK. I'm not sure of it. It seems for me that if you can use and modify
some software, that means that author gives You permission to use
patents in given work as long as they are authors patents (THAT IS ONLY
MY ASSUMPTION). That of course does not cover any patents not belonging
to software authors

> > but nothing about any other use
> > of patents.
> 
> Why should the patent grant be tied to the license of the end
> software? Now, if the license explicitly states so, perhaps.
> 
> > I'm not sure for Apache2. There is patent grant from contributors,
> > but
> > I do not see patent grant from copyright holder (who can be not
> > contributor, but also have patents)
> 
> The patent grant in Apache2 is why the FSF recommends this one
> among the non-copyleft [4] licenses.
> 
Is it GPL3 compatible ?

> 
> [1] https://www.gnu.org/licenses/license-list.en.html
> [2] 
> https://en.wikipedia.org/wiki/License_compatibility#Compatibility_of_FOSS_licenses
> [3] 
> https://en.wikipedia.org/wiki/Comparison_of_free_and_open-source_software_licences
> [4] I very much prefer this term to the "permissive" you used in the
>subject: permissive is ambiguous. Permissive to whom? Users?
>Programmers? Distributors?
> 
>  - t



Is there permissve GPL3 compatible license ?

2020-08-18 Thread Marek Mosiewicz
Hello,

I'm just curious. According to general perception BSD, MIT or Apache2
licenses are GPL3 compatible.

Is it true ? I'm not lawyer, but with GPL requirement to cover whole
combined work with GPL it seems to be not so obvious.

That especially true for GPL3 where combined work must to be covered
with GPL3, what means has requirements for patents used by work.

Neither BSD nor MIT licenses have any clue about author patents used in
work. It seems obvious that you have patent grant from author as long
as you use or modify BSD/MIT software, but nothing about any other use
of patents.

I'm not sure for Apache2. There is patent grant from contributors, but
I do not see patent grant from copyright holder (who can be not
contributor, but also have patents)

Cheers,
Marek Mosiewicz



Building Debian

2020-05-27 Thread Marek Mosiewicz
Hello,

I have just two core machine, so I can not check it. But what I think
GNU Make still not spawns only one process when compiling code.

In fact from my understanding of GCC there is no any objections to
compile files in parallel. Compiler parses header files independently
for each compilation unit so there is no any problem to spawn compiler
on each core.

So building Debian on AMD Threadripper could be in theory 128 times
faster.

Marek.





Cold backup option at boot

2019-10-29 Thread Marek Mosiewicz
Hello,

Thread about installing Debian on USB stick brought me idea about
backuping/cloning Debian PC.

Backuping living system is difficult task as backup can be application
dependant (e.g. sql database). In fact you need to know how each
application operates on disk and be sure that you will not catch up
during some inconsistent state or you need to use application tool to
backup data. That can be demanding task.

It is quite oposite when you have cold system. Then backup can be just
as simple just dd-ing your disk(s) block device(s).

That brings me idea about installer option to add special partition
which could launch application to clone you disks to backup drive.

In simplest option it would be just dd whole disk to another disk
having exactly same system ready to work.

Cheers,
   Marek Mosiewicz
   http://marekmosiewicz.pl




Re: Firefox in SID

2019-10-13 Thread Marek Mosiewicz
W dniu nie, 13.10.2019 o godzinie 01∶58 -0700, użytkownik
didier.gau...@gmail.com napisał:
> Le dimanche 13 octobre 2019 09:50:04 UTC+2, Marek Mosiewicz a écrit :
> 
> > From what I understand, Firefox-esr Debian packages do depend on
> > libfreetype6 debian packages?
>  https://packages.debian.org/sid/firefox-esr
> And for now, freetype2 v2.10 seems to be part only of Experimental ?

>From what I see Firefox has own copy of freetype lib here
https://hg.mozilla.org/mozilla-central/file/tip/modules/freetype2

Package dependency is most probably for GTK, but I can be completely
wrong.
> 
> If upstream binaries already use freetype2 v2.10, you have also the
> choice of installing an official Mozilla snap package (ESR, stable,
> candidate, beta):
>  https://snapcraft.io/firefox
> 



Re: Firefox in SID

2019-10-13 Thread Marek Mosiewicz
> Hello,
> 
> It seems 2.10 versions of the freetype libs are not in Sid but in
> Experimental:
>  
> https://packages.debian.org/search?keywords=freetype=names=all=all
> 
Firefox uses is own copy of freetype library, so it does not depends
Debian package.

Best regrds,
Marek Mosiewicz



Re: Firefox in SID

2019-10-13 Thread Marek Mosiewicz


> On 10/11/19, Marek Mosiewicz  wrote:
> 
> Try simply downloading the last version of firefox-stable [1]
> (.tar.bz2 file) in a convenient local folder, uncompress it, and
> execute the 'firefox' file/binary.
Thanks, I have downloaded Firefox from Mozilla and it works with
stunning fonts (I think it is even better than on Windows)

Just had to create Gnome menu entry and it is like apt package.

> That should work just fine, I guess.
> Regards!
> 
> [1] https://www.mozilla.org/en-US/firefox/
> 



Firefox in SID

2019-10-11 Thread Marek Mosiewicz
Hello,

I'm long Linux user (not exclusively). For about year I use Debian, as
I learned that communit based software is important. I currently use
Buster. 

For long time problem for me was fonts hinting. I'm not sure if it is
optimal, but for me selecting TrueType fonts in

dpkg-reconfigure fontconfig-config 

makes correct font hinting, both in Gnome Desktop and Chromium
browser. 

Firefox is however lacking. Currently Debian uses Firefox ESR. Firefox
from Buster has copy of freetype library in modules/freetype2 dir. This
is freetype 2.9 version .

As stated here https://www.freetype.org/ version 2.10.1 correct
TrueType hinting.

Current Firefox from Mozilla already uses this most current freetype
version.

Does SID Firefox version helps with font rendering ?

Best regards,
 Marek Mosiewicz



Re: what does trade war mean for chinese linux user?

2019-06-03 Thread Marek Mosiewicz
I think it means good for open source software. You can not forbid
using open software and people will understand that it is somewhat
dangerous to depend on corporations for such important issue as
software.


Best regards,
Marek Mosiewicz
http://marekmosiewicz.pl


W dniu pon, 03.06.2019 o godzinie 11∶04 +, użytkownik Long Wind
napisał:
> trade war between china and usa is escalating
> 
> an early debian distro has flavor for non-us users, because of us
> export restriction? how does usa enforce the law on Internet?
> 
> it's not easy for me to use mail and i may not respond timely



GNU economics

2019-03-11 Thread Marek Mosiewicz
Hello,

Debian webpage states about greedy of IT corporations. In my opinion it
is not so easy to state it. Of course current cloud offer of MS Office
for $12 per month would means one tryllion a year if 7 billion people
would subscribe. That would be insane. But in fact if 100 million would
subscribe they would probably be lucky.

That in economics is called elasticy. For one dollar we could probably
have 1 billion subscribes. If one entity would have to pay for Office
production it would not be created.

Price 0 for bugless software means freedom for users. For software
industry problem seems somewhat more complicated for me. Cost of
creating all debian packages is probably calculated in hundreds of
billions dollar. There are serious donations of code from corporations
just to mention openjdk, chromium, X server etc. 

Cost of one hundred billion (maybe it is way to much) would mean that
one billion users would have to donate $100 dollar totally to pay off
Debian code.

What do you think about this ? 


-- 
Marek Mosiewicz 



Vulcan headers issue

2019-02-02 Thread Marek Mosiewicz
Hello,

I browsed Chromium sources and I noticed Vulcan headers issue.

Vulcan is library from Khronos (http://khronos.org) - same organization
which maintains OpenGL and WebGL standards. As far as I remember OpenGL
is MIT licensed which is permissive GPL 2 compatibile license.

Unfortunetly Vulcan seems to be licensed under Apache2 license which is
GPL3 compatibile but not GPL2 compatibile.

That can be issue for Linux graphic kernel module as Linux is not
licensed under "GPL2 or later", but GPL2 only.

References
1. Vulcan headers 
https://github.com/KhronosGroup/Vulkan-Headers/blob/master/include/vulkan/vk_platform.h
2. OpenGL headers 
https://www.khronos.org/registry/OpenGL/api/GL/glext.h

Sincerly,
   Marek Mosiewicz
   htpp://marekmosiewicz.pl




Re: Why popular sites are looking ugly

2019-01-23 Thread Marek Mosiewicz
W dniu śro, 23.01.2019 o godzinie 05∶11 -0600, użytkownik Mark Allums
napisał:
> > Debian is blazing fast and smooth on my box comparing to Windows.
> > 
> > The one problem I have is fonts rendering in Facebook, Twitter and
> > some
> > others.
> > 
> > Concernig fonts I heard that there is some patent issue with
> > freetype
> > which prevents autohinting. However it seems to be not the case as
> > some
> > others site have really nice looking fonts (debian.org for
> > example).
> 
> Try installing ttf-mscorefonts-installer.
> 
> Mark Allums
> 
After some experiments with dpkg-reconfigure fontconfig-config it seems
that the issue is with native/autohinting option. Seems that Debian
uses Dejavu fonts which looks better with native. Firefox looks bad in
any option but Chromium seems to follow settings and have fonts which
looks better with autohinting option sellected (acctually Facebook
looks better than on Windows with Firefox).

I switched Chromium fonts to Dejavu and configured fonts to native. Now
it now seems to have nice antialiasing in Gnome and in Chromium, but
not as nice as default with autohinting. Generally speaking it seems
for me that fonts with autohinting looks better especially when we
select hinting to medium or full (it does not change geometrics of
font, as in case of native)

Later I will look how to switch Gnome to some TrueType font with works
with autohinting and will slect Chromium fonts to this too.

Concernig wheel speed I installed Chromium Wheel Smooth Scroller and I
have full control for wheel speed.

What happened to you Firefox ?

Cheers,
 Marek Mosiewicz
 http://marekmosiewicz.pl



Why popular sites are looking ugly

2019-01-23 Thread Marek Mosiewicz
Hello everybody,

I really like Debian and I prefer it to other distributions as it is
community project.

I have valid Windows Home Box license, but I gave up it founding that
there are some problems with my SSD disk which makes Windows to freeze
and reseting hard drive

Debian is blazing fast and smooth on my box comparing to Windows.

The one problem I have is fonts rendering in Facebook, Twitter and some
others.

Second thing nice to have is option to set up wheel scrolling speed
(but it also seems to be issule only in some places).

Concernig fonts I heard that there is some patent issue with freetype
which prevents autohinting. However it seems to be not the case as some
others site have really nice looking fonts (debian.org for example).

Maybe it would be nice to look into Ubuntu and see what they made to
make Facebook look good.  

Cheers,
Marek Mosiewicz



Security Updates

2018-12-30 Thread Marek Gráfel
Good day. Please help. I have the Debian9.6 operating system installed from
Cinnamon. Can I help you find and install security updates on my system? I
looked at the Synaptic package manager, the apt package is installed there.
I also tried the command via the apt-get update terminal, telling me that
the operation is declined. Interestingly, when I installed the KDE
environment, the updates were immediately displayed and I was able to
install them. I used Linux Mint 18.3 from Cinnamon this month, but the
reason I went through Debian is the fact that Mint has ever blamed me. When
I got a new 19.1 Tessa, it froze me in the live DVD, and after installing 3
times I froze in a short time, so I was looking for another Linux
distribution. I have the Bail Trail Intel Celeron J1900 processor 1.99 Ghz
x 4. I can tell you very much that Debian has not frozen me for the first
time. That's why I would like to remain faithful to Debian, even though I
loved Linux Mint, but I froze, so I dropped it. First of all, can my Bail
Trail processor?
I do not know English well, but I hope that the translation through Google
will be enough to lead me to write a procedure how to install security
updates, and please explain why your Debian freezes despite Linux Mintu? I
think Debian is higher than Linux Mint. Thank you for your reply :)


Re: Debian on Phone as webserver

2018-12-13 Thread Marek Mosiewicz
W dniu 13.12.2018, czw o godzinie 20∶55 +, użytkownik André Rodier
napisał:
> On 2018-12-13 17:31, Marek Mosiewicz wrote:
> > I'm just about having static IP for my LTE connection.
> > 
> > That brings me to some idea. What about having install Debian on
> > ARM
> > old phone to have it as web server. They have quite modern hardware
> > and
> > this is of course depending on web application, but I suspect that
> > ordinary PHP website could be served quite easily.
> > 
> > It can be connected to web as LTE or be bounded to router location
> > via
> > WiFi or USB cable (that is for sure can be done)
> > 
> > Battery means that it can monitor easily possible shutdown of
> > system.
> > 
> > Are there any experiences with installing Debian on phones ?
> 
> Hello Marek,
> 
> Interesting, thanks for the feedback.
> 
> - In which country you are ?
Poland
> - Is the static IP address is IPv4 or IPv6 ?
I have dynamic IP4 address 
> - Are the ports 25 and 587 are open, or there are restrictions?
I have mail server on OVH server. I bought there VPS (I had is sometime
before, even root server time ago). But realizing how much RAM requires
java CMS I liked I just thought maybe there is something different.
On my machine ports are closed. Router should also have no this port
open
By the way such phone server could also hold mailbox. Just have some
good backup tool 
> - Do you have access to reverse DNS
There is no reverse DNS set. Actually I have no experience with reverse
DNS. How it is set if there is many web virtual hosts on same machine.
> - How much you pay per month
I pay about $30 a year for mail hosting. $15 monthly for VPS and $10
and $15 monthly for LTE
> 
> Thanks for your answer.
> 
> Kind regards,
> André
> 



Re: Debian on Phone as webserver

2018-12-13 Thread Marek Mosiewicz
W dniu 13.12.2018, czw o godzinie 19∶28 +0100, użytkownik arne napisał:
> On Thu, 13 Dec 2018 18:31:16 +0100
> Marek Mosiewicz  wrote:
> 
> > I'm just about having static IP for my LTE connection.
> > 
> > That brings me to some idea. What about having install Debian on
> > ARM
> > old phone to have it as web server. They have quite modern hardware
> > and this is of course depending on web application, but I suspect
> > that
> > ordinary PHP website could be served quite easily.
> > 
> > It can be connected to web as LTE or be bounded to router location
> > via
> > WiFi or USB cable (that is for sure can be done)
> > 
> > Battery means that it can monitor easily possible shutdown of
> > system.
> > 
> > Are there any experiences with installing Debian on phones ?
> > 
> > 
> 
> The Gemini phone from Planet Computers runs debian and kali.
> (Also android, lineageOS on its way, and sailfish).
> 
> hope this helps.
In fact there is no need for GUI software as it will bloat RAM. SSH
access is enough. Ok you can have fancy GUI for traffic analytics and
system status monitoring just on your "server".

> 
> 



Debian on Phone as webserver

2018-12-13 Thread Marek Mosiewicz
I'm just about having static IP for my LTE connection.

That brings me to some idea. What about having install Debian on ARM
old phone to have it as web server. They have quite modern hardware and
this is of course depending on web application, but I suspect that
ordinary PHP website could be served quite easily.

It can be connected to web as LTE or be bounded to router location via
WiFi or USB cable (that is for sure can be done)

Battery means that it can monitor easily possible shutdown of system.

Are there any experiences with installing Debian on phones ?


-- 
Gaining from harming others is stricly prohibited.

Marek Mosiewicz
http://marekmosiewicz.pl



Re: Debian social

2018-12-11 Thread Marek Mosiewicz
W dniu 11.12.2018, wto o godzinie 14∶09 +, użytkownik Joe napisał:
> On Tue, 11 Dec 2018 09:16:01 + (UTC)
> Curt  wrote:
> 
> > On 2018-12-10, Cindy-Sue Causey  wrote:
> > > 
> > > Beyond that, I *thought* I remembered a few times seeing long
> > > threads being (politely) advised to move it on over to offtopic,
> > > meaning the listserv I thought I remembered..
> > >  
> > 
> > Yeah, but apparently the off-topic group was consistently drifting
> > on topic to the point where many were advised to move there
> > technical
> > prolixities and proclivities over here (and vice versa, of course,
> > as
> > you've pointed out).
> > 
> > You can't win.
> > 
> 
> As I've pointed out before, this list is named debian-*user*, not
> debian-technical-things-only-or-you-will-burn-in-hell-for-eternity.
apt install debian-technical-things-only-or-you-will-burn-in-hell-for-
eternity
> 
> Debain users will mostly talk about Debian issues, but not
> necessarily
> exclusively.
> 



Re: HURD and Linux on same partition

2018-12-10 Thread Marek Mosiewicz
W dniu 10.12.2018, pon o godzinie 19∶47 -0200, użytkownik Francisco M
Neto napisał:
> Porting is not the same as installing on the same filesystem. Each
> version of Debian you mentioned needs its own filesystem to work
> with.
> Again, this is NOT a simple matter of just using the same files with
> a
> different kernel! The infrastructure of each OS is fundamentally
> different. You NEED to use a different partition for each of them.
|Just asked if it is technically possible. Application do not call
kernel directly and they are using glibc library for example. I'm just
curios how many libraries are there for abstracting kernel and if it is
possible in future release to have common libraries which base on this
abstraction. I'm just curios so I ask.
> 
> Good luck.
> 
> On Mon, 2018-12-10 at 22:12 +0100, Marek Mosiewicz wrote:
> > W dniu 10.12.2018, pon o godzinie 13∶49 -0600, użytkownik John
> > Hasler
> > napisał:
> > > Hurd differs from Linux as much as Linux differs from Windows
> > > (maybe
> > > more).  Put it on a seperate partition.
> > 
> > That is probably best to do but I do not agree that difference is
> > so
> > big. There is Debian BSD, Debian Linux and Debian HURD and they all
> > base on same user space applications. 
> > 
> > 
> > > From Debian Hurd page 
> > > https://www.debian.org/ports/hurd/index.en.html :
> > 
> > " Porting
> > 
> > Porting packages is quite trivial most of the time, there are just
> > a
> > couple of traps that they can fall into, a list of common issues is
> > available."
> > 



Re: Debian social

2018-12-10 Thread Marek Mosiewicz
W dniu 10.12.2018, pon o godzinie 21∶39 +0100, użytkownik deloptes
napisał:
> Marek Mosiewicz wrote:
> 
> > What about creating Debian users mailing list for social
> > entertainment.
> > I believe Debian users have great intellectual abilities and such
> > list
> > where it could be talk about anything could be great thing.
> 
> When I hear the word "social", a fire of red lights just explodes in
> front
> of my eyes ... 
> 
> The best is to have friends, family and social contacts in a human
> way -
That is true.
> this means meeting and talking to people. The social media crap is
> total
> BS.
> 
I remember time when internet had news groups and it was different type
of social. Maybe it is wrong word. I mean place for generic discussion.
For sure better than TV 
> regards
> 
> 



Re: HURD and Linux on same partition

2018-12-10 Thread Marek Mosiewicz
W dniu 10.12.2018, pon o godzinie 13∶49 -0600, użytkownik John Hasler
napisał:
> Hurd differs from Linux as much as Linux differs from Windows (maybe
> more).  Put it on a seperate partition.
That is probably best to do but I do not agree that difference is so
big. There is Debian BSD, Debian Linux and Debian HURD and they all
base on same user space applications. 


>From Debian Hurd page https://www.debian.org/ports/hurd/index.en.html :
" Porting

Porting packages is quite trivial most of the time, there are just a
couple of traps that they can fall into, a list of common issues is
available."



Re: HURD and Linux on same partition

2018-12-10 Thread Marek Mosiewicz


W dniu 10.12.2018, pon o godzinie 15∶11 -0200, użytkownik Francisco M
Neto napisał:
> Either create a virtual machine (VirtualBox, qemu, etc) or find some
> space for a new partition. GNU/Hurd is an entirely different
> operating
> system and it will ruin you Debian installation if you try to install
> it in the same partition.
I do not care ruining my system as I do data backup. Anyway it seems
for me to be technically possible to run both on same partition
Virtual machine will not test hardware, so maybe I will create new
partition. 


> My 2¢.
> 
> []'s,
> --Francisco
> 
> On Mon, 2018-12-10 at 16:05 +0100, Marek Mosiewicz wrote:
> > Hi,
> > 
> > I'm curios about HURD. I understand that it is already available in
> > sid. Is there any possibility to install it side by side with linux
> > kernel and having both options in GRUB ? 
> > 
> > Are all libraries separate for HURD or just gnu abstraction layer ?
> > 
> > --
> > Gaining from harming others is strictly prohibited.
> > 
> > Marek Mosiewicz
> > 
> 
> 



HURD and Linux on same partition

2018-12-10 Thread Marek Mosiewicz
Hi,

I'm curios about HURD. I understand that it is already available in
sid. Is there any possibility to install it side by side with linux
kernel and having both options in GRUB ? 

Are all libraries separate for HURD or just gnu abstraction layer ?

--
Gaining from harming others is strictly prohibited.

Marek Mosiewicz



Debian social

2018-12-10 Thread Marek Mosiewicz
Hi everybody

What about creating Debian users mailing list for social entertainment.
I believe Debian users have great intellectual abilities and such list
where it could be talk about anything could be great thing.

It could be not necessarily hosted on Debian servers. Or maybe debian
people communicate some different way.


--
Gaining from harming others is stricly prohibited.

Marek Mosiewicz



Problem with upgrading graphics libraries

2017-10-28 Thread Marek Rusinowski
Hi,

For the last few weeks I'm unable to upgrade graphics libraries on my
system. Unfortunately, I don't know which packages are the problem.

I have integrated intel and dedicated nvidia gpus. It looks like
exactly the same problem described in this reddit thread: https://www.r
eddit.com/r/debian/comments/76vsfl/new_mesa_packages_result_in_unmet_de
pendencies/ Doing apt-get dist-upgrade will result in huge amount of
packages removed (https://pastebin.com/kYvR6YNx). In the reddit thread,
the author suggested that installing libegl1 libgl1 libglx-mesa0
libglx0 solved the issue for him. For me, the set of packages to
install is libegl1 libglx0 libopengl0 (https://pastebin.com/gENyUakQ).

Unfortunately, after doing that and upgrading the rest of packages,
intel gpu stopped working so I rolled back to the filesystem snapshot
before the upgrade. After comparing Xorg logs from before (https://past
ebin.com/PscEgpDq) and after (https://pastebin.com/mciXYcNe) the
problem seems to be:

(EE) modeset(0): eglGetDisplay() failed
(EE) modeset(0): glamor initialization failed
(...)
(II) AIGLX: Screen 0 is not DRI2 capable
(EE) AIGLX: reverting to software rendering

Any hints how to solve the issues? Where should I report it?

Thank you,
Marek



selinux in debian 9

2017-09-11 Thread Marek Eliáš

Hello,

I am trying to set up selinux on my laptop with a fresh installation of 
debian 9.1, and I have big troubles to make it boot.


I think that I did everything according to the wiki page
https://wiki.debian.org/SELinux/Setup
- installed the packages:
i selinux-basics   0.5.6  0.5.6 
   
i A   selinux-policy-default   
2:2.20161023.1	2:2.20161023.1
i auditd   1:2.6.7-2  1:2.6.7-2 
   
i A   setools  4.0.1-64.0.1-6   
   
- run selinux-activate (with subsequent reboot, relable, reboot)
- run check-selinux-installation which complained about missing 
/etc/default/rcS
so I added the file with content "FSCKFIX=yes" and the script stopped 
complaining and returned 0.


After this, my system worked in permissive mode.

However, if I tried to switch to enforcing mode (either using 
/etc/selinux/config or by kernel command line parameter), I never managed 
to boot.


I tried audit2allow using the input from /var/log/audit/, from journalctl 
(not everything is apparently in audit log) and also something that I could 
see in the display during the failed startups, and including this as a 
module, but never even managed to get to the single-user mode.
I would guess that booting in permissive mode, parsing audit log with 
audit2allow and including this into my policy would solve the problem, but 
it does not.


My installation uses systemd, although I am not very familiar with it.
I am not sure whether it is ok to send the output of audit2allow as an 
attachment, since it contains a few hundred lines. But I can quote several 
lines.


allow bootloader_t mount_var_run_t:file { getattr open read write };
allow bootloader_t udev_var_run_t:file { getattr open read };
allow bootloader_t user_home_dir_t:dir read;
allow bootloader_t var_lib_t:dir { add_name create mounton read remove_name 
rmdir write };
allow dhcpc_t avahi_exec_t:file { execute execute_no_trans getattr open 
read };

allow ifconfig_t apmd_var_run_t:file read;
allow local_login_t gkeyringd_exec_t:file execute;
allow local_login_t unlabeled_t:file { getattr open read };
allow ntpd_t init_t:file { open read };
allow sulogin_t locale_t:dir search;
allow sulogin_t locale_t:file read;
allow sulogin_t locale_t:lnk_file read;
allow system_cronjob_t http_port_t:tcp_socket name_connect;
allow system_cronjob_t mtrr_device_t:file getattr;
allow systemd_hostnamed_t init_t:dbus send_msg;
allow systemd_logind_t apmd_t:dir search;
allow systemd_logind_t user_runtime_t:sock_file unlink;
allow systemd_passwd_agent_t lvm_t:dir search;
allow systemd_passwd_agent_t lvm_t:file { getattr open read };
allow systemd_passwd_agent_t sysfs_t:file { getattr open read };

Am I doing something wrong, or is selinux even supported in stretch?
If the policy package was missing, the those types would not even exist and 
the respective files would not have such labels (it's a fresh installation 
on a brand new laptop). On the other hand, many of those permissions are 
about very basic parts of the system (sulogin, dhcpc, systemd_logind...).


I stopped my effort because I stopped seeing any new auditd logs which 
would move me further. Does anyone have any advice?


thanks,

marek



Debian-installer with preseed file without access to Internet

2017-09-11 Thread Marek Salwerowicz

Hi list,


I'm working on preseed file located on a USB stick with Debian DVD image 
(automated installation in non-network environment).



How can I configure debian-installer to use only local DVD image instead 
of a network mirror ?



Best regards,

Marek

--
Marek Salwerowicz



apache 2.4.10, debian jessie, PHP 7.0.4 SWAP issue

2016-04-26 Thread Marek Soha

Hello guys.
We are experiencing weird issue when we implemented this new combination 
of debian+apache+PHP.
The system is serving PHP pages. It is running correctly for a quite a 
bit and then start to heavily swap without any outer issue (no load 
spike). The swap is not cleaning itself, only apache restart is of help 
in this case.
We were not experiencing this with combination of debian wheezy+apache 
2.2.22+PHP 5.5.16.

Do anybody have an idea where to look at?
Thanks in advance.

--
Marek Soha
boberdoo.com
ma...@boberdoo.com
Skype: mareksoha

Computer Science: solving today's problems tomorrow.



Re: / 100% used

2015-07-06 Thread Marek Salwerowicz

Hello Beco,

W dniu 2015-07-05 o 21:19, Beco pisze:

Hi guys,

I need some help regarding this problem.

Yesterday I upgraded from Wheezy to Jessie. Today I got an email 
saying the user could not create a tmp file to do anything.


Just to add to what you've experienced recently:

Why have you performed major upgrade of Operating System on running 
production server?

Did you perform backup of data before performing upgrades?
Did you try it before on any development machines?

Did you read  Jessie release notes before upgrading and upgrade procedures?
https://www.debian.org/releases/stable/amd64/release-notes/index.en.html

Since you teach students, it would be good to teach them best 
practices by running well organised and prepared server...




I checked the filesystem with:


# df -h
Filesystem  Size  Used Avail Use% Mounted on
/dev/sda146G   46G 0 100% /
udev 10M 0   10M   0% /dev
tmpfs   789M   82M  708M  11% /run
tmpfs   2.0G  4.0K  2.0G   1% /dev/shm
tmpfs   5.0M  4.0K  5.0M   1% /run/lock
tmpfs   2.0G 0  2.0G   0% /sys/fs/cgroup
/dev/sda3   864G  4.0G  816G   1% /home
tmpfs   395M 0  395M   0% /run/user/1000
tmpfs   395M 0  395M   0% /run/user/1340
tmpfs   395M 0  395M   0% /run/user/1328
tmpfs   395M 0  395M   0% /run/user/1360


I'd re-think the partition layout:
https://www.debian.org/releases/lenny/ia64/apcs03.html.en, second paragraph:

For multi-user systems or systems with lots of disk space, it's best to 
put /usr, /var, /tmp, and /home each on their own partitions separate 
from the / partition.


Are there any backups / RAID for users' home directories?

Please don't consider it as offensive, I'd like just to let you know 
that the problems you've encountered could have been much worse


Good luck  ;-)

Cheers

Marek

--
Marek Salwerowicz


--
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/559a98a6.1000...@wp.pl



Re: Nieprzerwane komunikaty na konsolach

2013-03-04 Thread Marek Żakowicz
W dniu 4 marca 2013 13:27 użytkownik Lech Pankowski lp...@uwb.edu.pl napisał:
 Witam.
 Mam awarię serwera (Debian 6.04). Na wszystkich konsolach tekstowych prawie
 nieustannie lecą komunikaty typu:
 Dropping: IN=eth1 OUT=MAC= ... SRC= ... DST=... LEN=..
 'eth1' to jego wyjście. Po 'SRC' jest adres mojej sieci i zmieniające się
 numery komputerów z tej sieci.
 Po 'DST' jest albo adres mojej sieci z ostatnim członem '127', albo
 '255.255.255.255'.
 Odpięcie kabla sieciowego przerywa potok komunikatów.

Dropowanie na eth1 to pasuje bardziej do iptables niż do awarii pamięci.
Sprawdzałeś czy te pakiety faktycznie nie są wysyłane do tego serwera?
Jeśli są w kablu, to podane komunikaty mogą być prawidłowa reakcja
twojego firewalla na nieoczekiwany ruch sieciowy.

Pozdrawiam,
Marek


--
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAFya5qxw-_3Xj˙=ak+9B;t15rg_c1fpm1m32brgoxdh...@mail.gmail.com



Unable to run skype on amd64

2012-09-26 Thread Marek Pawinski

Hi,

I had Skype 4x installed on Squeeze amd64 6.0x, don't remember when I 
installed it.


Anyway it would run but I could not get the sound right. I think I 
installed it from the Skype website.


I purged Skype and tried to install the Debian Wiki way


 Non-Multi-Arch (traditional way, also works in Squeeze)


and receive this error message when I run it:

(unknown:23967): Gtk-WARNING **: 
/usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: 
ELFCLASS64


Some distro's like my rear output and some only work in my front output 
for the mic.


Can't find anything on Google particularly related to Skype with this 
error message.


Cheers
Marek




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

Archive: http://lists.debian.org/50630dd5.5040...@pawinski.co.za



Slow boot when network up

2012-09-25 Thread Marek Pawinski

Hi,

I have noticed recently when my DSL router is on and connected and i 
power on my machine, it's gets to the part (after i hit enter on my 
kernel of choice) where a message appears loading please wait 
and this goes on for a few minutes.


However if my router is powered down Debian Squeeze 6.05 amd64 boots in 
a few seconds.


Cheers
Marek


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

Archive: http://lists.debian.org/5061f902.2070...@pawinski.co.za



Re: Slow boot when network up

2012-09-25 Thread Marek Pawinski

On 26/09/2012 01:33, hvw59601 wrote:

Marek Pawinski wrote:

Hi,

I have noticed recently when my DSL router is on and connected and i 
power on my machine, it's gets to the part (after i hit enter on my 
kernel of choice) where a message appears loading please 
wait and this goes on for a few minutes.


However if my router is powered down Debian Squeeze 6.05 amd64 boots 
in a few seconds.




What happens if you take out quiet from the kernel commandline?

Hugo




Cool i will try it on the next grid power failure.


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

Archive: http://lists.debian.org/50624a71.9020...@pawinski.co.za



Re: Slow boot when network up

2012-09-25 Thread Marek Pawinski

On 26/09/2012 03:23, Stan Hoeppner wrote:

On 9/25/2012 1:33 PM, Marek Pawinski wrote:

Hi,

I have noticed recently when my DSL router is on and connected and i
power on my machine, it's gets to the part (after i hit enter on my
kernel of choice) where a message appears loading please wait
and this goes on for a few minutes.

However if my router is powered down Debian Squeeze 6.05 amd64 boots in
a few seconds.

Is your DSL router connected to the PC via ethernet, via USB, or is this


I am connected to the DSL via a modem/router which is connected to a 
router only (no dial up function for DSL except USB 3G and has wifi 
capabilities) , basically I use Ethernet mostly.



a wireless router.

Does the PC get its IP address from the router via DHCP?  If so, it may
simply be that the router is slow in responding to the DHCP request.


I don't use DHCP as it messes with my NFS


   If
it's wireless, it could be that logon to the router is slow for some reason.

You specifically mentioned 6.05.  Did this slow boot exist with previous
Debian versions?


Can't remember, I will try and boot up with 3g connected one day and see 
what happens.



   Do you have any other computers using this router?  Do
they boot slowly as well?


No they boot fast


   Are they Linux, MS Windows, Mac, or other?



I am not familiar with the terms MS Windows, Mac, I will look them up on 
Google :-)


Actually come to think of it i have Ubuntu 12.04.1 on another hard drive 
and in the same machine it boots up super quick.


I will attempt what Hugo said in the near future.



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

Archive: http://lists.debian.org/50626919.9090...@pawinski.co.za



Network manager DNS

2012-09-23 Thread Marek Pawinski

Hi,

Squeeze 6.05 amd64, I had backports enabled and made the mistake of 
updating to the latest back port kernel amongst other updates a few days 
ago.


When I rebooted I had no internet connectivity so I removed the back 
port kernel thinking it was that.


But now with my original 2.6.32-5-amd64 kernel every time I reboot, 
/etc/resolve.conf is empty and I have to enter my DNS server by hand.


If I can remember correctly I do not use network manger but placed my 
entries in the interfaces file.


Can't figure this out from Google?

Cheers
Marek



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

Archive: http://lists.debian.org/505ec592.8000...@pawinski.co.za



Re: Network manager DNS

2012-09-23 Thread Marek Pawinski

On 23/09/2012 13:06, Tom H wrote:

On Sun, Sep 23, 2012 at 4:17 AM, Marek Pawinskili...@pawinski.co.za  wrote:

Squeeze 6.05 amd64, I had backports enabled and made the mistake of updating
to the latest back port kernel amongst other updates a few days ago.

When I rebooted I had no internet connectivity so I removed the back port
kernel thinking it was that.

But now with my original 2.6.32-5-amd64 kernel every time I reboot,
/etc/resolve.conf is empty and I have to enter my DNS server by hand.

If I can remember correctly I do not use network manger but placed my
entries in the interfaces file.

What are the contents of /etc/network/interfaces and
/etc/NetworkManager/NetworkManager.conf?

Do you have any scripts in /etc/NetworkManager/dispatcher.d/?




Here they are, three of them:

cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
#allow-hotplug eth0
#NetworkManager#iface eth0 inet dhcp

# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.2.106
gateway 192.168.2.1
netmask 255.255.255.0
network 192.168.2.0
broadcast 192.168.2.255


cat /etc/NetworkManager/NetworkManager.conf
[main]
plugins=ifupdown,keyfile

[ifupdown]
managed=false


cat /etc/NetworkManager/dispatcher.d/01ifupdown
#!/bin/sh -e
# Script to dispatch NetworkManager events
#
# Runs ifupdown scripts when NetworkManager fiddles with interfaces.
# See NetworkManager(8) for further documentation of the dispatcher events.

if [ -z $1 ]; then
echo $0: called with no interface 12
exit 1;
fi

# Fake ifupdown environment
export IFACE=$1
export LOGICAL=$1
export ADDRFAM=NetworkManager
export METHOD=NetworkManager
export VERBOSITY=0

# Run the right scripts
case $2 in
up|vpn-up)
export MODE=start
export PHASE=post-up
exec run-parts /etc/network/if-up.d
;;
down|vpn-down)
export MODE=stop
export PHASE=post-down
exec run-parts /etc/network/if-post-down.d
;;
# pre-up/pre-down not implemented. See
# https://bugzilla.gnome.org/show_bug.cgi?id=387832
#pre-up)
#export MODE=start
#export PHASE=pre-up
#exec run-parts /etc/network/if-pre-up.d
#;;
#pre-down)
#export MODE=stop
#export PHASE=pre-down
#exec run-parts /etc/network/if-down.d
#;;
hostname|dhcp4-change|dhcp6-change)
# Do nothing
;;
*)
echo $0: called with unknown action \`$2' 12
exit 1
;;
esac



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

Archive: http://lists.debian.org/505f1184.7050...@pawinski.co.za



Re: Network manager DNS

2012-09-23 Thread Marek Pawinski

On 23/09/2012 16:47, Tom H wrote:

Short answer: Change managed=false to managed=true in
/etc/NetworkManager/NetworkManager.conf for NM to manage eth0.


Thanks that did the trick.


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

Archive: http://lists.debian.org/505f44e5.6040...@pawinski.co.za



Re[2]: USB - odzysk danych

2012-08-26 Thread Marek
Witam,

A #mount /dev/disk/by-id/usb-SONY_WALKMAN_0E495671258731-0:0 /tmp/sony
A mount: brak nośnika w /dev/sdb

A #mount
A /dev/disk/by-path/pci-:00:1d.7-usb-0:4:1.0-scsi-0:0:0:0
A /tmp/sony
A mount: brak nośnika w /dev/sdb

A #mount /dev/sdb /tmp/sony
A mount: brak nośnika w /dev/sdb

a kartami SD miałem podobnie, kontroler nie mogąć dogadać się z
układami flash karty (padły) w taki dość inteligentny sposób dawał o
tym znać. wg mnie jedyne co to próba podłączenia układu flash do
jakiegoś programatora i zobaczenie czy coś sensownego zwróci.


-- 
Pozdrawia Marek


-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/393449202.20120827001...@wp.pl



Re: [OT] Konkurs z Raspberry Pi.

2012-08-08 Thread Marek
kncp Temat: Konkurs z Raspberry Pi

jak dotąd nie udało mi się tego jeszcze kupić normalnym kanałem (nie
zamierzam przepłacać).
ktoś coś wie ?

Pozdrawiam,
 Marek




-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1310379244.20120808104...@wp.pl



Re: Repozytorium 'security' z archiwum debiana.

2012-05-17 Thread Marek Żakowicz
W dniu 17 maja 2012 23:31 użytkownik Miś Uszatek
adres.em...@ymail.com napisał:
 Cześć.
 Może ktoś wie jak pobrać repozytorium security z archiwum debiana?
 ...
 http://archive.debian.org/debian-security/dists/lenny/updates/
 Więc jaki wpis dodać do 'sources.list', żeby pobrać repozytorium 'security'.

Może:
deb http://archive.debian.org/debian-archive/debian-security/
lenny/updates main contrib non-free

Pozdrawiam,
Marek
--
Pewnego dnia zostanie szuflada i klisza i cisza na pewno cisza
zamiast ja
(Raz, Dwa, Trzy)


--
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cafya5qwwthwa+ktk2yajnasmtkgnsdy3f4njxu5r3uuevnr...@mail.gmail.com



Re: Partycje 3TB

2011-03-18 Thread Marek Żakowicz
Witam,

W dniu 17 marca 2011 19:33 użytkownik Wojciech Ziniewicz
wojciech.ziniew...@gmail.com napisał:
 Druga rzecz ktora jeszcze przyszla mi do glowy jesli chodzi o minusy exta to
 zdarzalo mi sie ze ubywalo automagicznie miejsca na dysku - tzn du -hs /
 pokazywal zupelnie co innego niz df -h . Nie wiem do konca czym jest to
 spowodowane, ale zdarza mi sie to raz na pol roku na maszynie do zbierania
 logów w sieci ,ktora na vmstacie ma praktycznie 20-40 iowait (tzn. dosc
 mocno pisze na dysk )


A może to jest kwestia plików z dziurami wspieranych przez ext?
(rozumiem, że możemy wykluczyć to, że bieżący katalog był na innym fs niż /)

Pozdrawiam,
Marek


--
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktimqpud_n8gywbljua0tgakibmxd6asx5yynt...@mail.gmail.com



Re: NAT i Debian 6.0.0

2011-02-22 Thread Marek
Witam,

LP W /etc/sysctl.conf jest linia 'net.ipv4.ip_forward=1' bez komentarza.
[..]
LP Przeniosłem S20iptables.sh ze starego na nowy. Usunąłem '#' z linii 
'net.ipv4.ip_forward=1'
LP w /etc/sysctl.conf. Nie działa.

sysctl -p  ?


-- 
Best regards,
 Marekmailto:m...@wp.pl


-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1596806051.20110222101...@wp.pl



samba + ocfs2 + atime ?

2011-02-10 Thread Marek
Witam,
  dziękuję za kiedysiejsze podpowiedzi w temacie
'2 hardware - 1 logika', udało mi się taki system uruchomić
(active/passive) i zachowuje się to fajnie, wyszedł jeden temat:

magazyn plików ma system plików ocfs2, jest zamontowany na hoście.
są też ve z openvz, i jeden z nich obsługuje sambę, ma on mount -o
bind katalogu który jest odostępniany
inny wirtual mający też podmontowany ten katalog sprawdza atime
plików, i odpowiednio reaguje, kiedy ktoś ruszy plik - zasadniczo
pliki są ruszane poprzez sambę

we wcześniejszej wersji wszystko chodziło pod jedym kernelem (lenny)
na ext3 i atime ustawiał się prawidłowo przy otwarciu plików

w 'clustrowej':) konfiguracji jednak teraz wyszło, że jeśli w smb.conf
jest 'use sendfile = true', to plikom które są otwierane przez sambę
nie jest aktualizowane atime.
ocfs2 jest zamontowany z atime, i jeśli otwieram plik czymkolwiek spod
shella, np na wirtualu z sambą to atime się aktualizuje prawidłowo.

kernel i reszta rzeczy jeszcze w wersji ostatniego lennego

pytanie moje - czy to jest normalne czy trzeba by zrobić bugreport ?

-- 
Pozdrawia Marek


-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4610207550.20110210193...@wp.pl



pamięć grafiki jako rozszerzenie pamięci s ystemowej?

2010-10-22 Thread Marek
Witam,
 przy okazji tematu z grafikami skojarzyło mi się, teraz grafiki mają
 sporo ramu, a używając komputera do prac bez grafiki 3d ta pamięć się
 marnuje
 spotkał się ktoś z opcją dodania jej do pamięci systemowej? pamięć
 grafiki jest przecież zwykle mapowana w przestrzeń adresową, kwestia
 tylko takiego zasterowania układem graficznym, żeby nie mieszał w
 obszarze, który chcemy dołączyć do systemu

 dla gogli pytanie dawało rezultaty o dokładnie odwrotnym
 wykorzystaniu pamięci systemowej, dlatego pytam Was



-- 
Pozdrawia Marek


-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/19810304039.20101022201...@wp.pl



Re: Bramka VoIP na Debianie

2010-10-22 Thread Marek
Witam,

TTG czy ktoś już przerabiał ten temat tj. stawianie bramki VoIP w sieci LAN.
TTG Założenie jest takie: router na Debianie ma pełnić funkcje serwera VoIP
TTG dla stanowisk w obrębie jednej lokalizacji.
TTG Widzę, że jest coś takiego: Asterisk..
TTG How-to jest tutaj:
TTG http://www.voip-info.org/tiki-index.php?page=Asterisk+Linux+Debian
TTG Oczywiście telekonferencje mile wskazane.
TTG Jednakże nie wiem jaki software lub model telefonu stacjonarnego dla
TTG końcówek byłby dobry do tego rozwiązania.
TTG Fajnie by było gdyby dało się jeszcze numery wewnętrzne podłączyć przez
TTG jakąś bramę, bo centralka obsługuje zarówno linie cyfrowe (ISDN) jak i
TTG analogowe.

wiele nie pomogę poza potwierdzeniem, że faktycznie na asterisku coś
bardzo podobnego niedawno widziałem (niestety ja nigdy nie
przerabiałem instalacji serwera voip)
tzn debian+asterisk, karta nazywana przez człowieka robiącego to
'digium' i jakaś centralka z telefonami komórkowymi do routowania
rozmów z linii wewnętrznych na zewnątrz (centralka była firmowana
'asterisk', logo takie jak google w grafice zwracają)
nie wiem jak z pożenieniem wielu linii analogowych, bo telefony
właśnie ip mają być, ale modeli konkretnych ja też nie jestem w stanie
polecić. dla własnych celów od prawie 2 lat najtańszy chiński działa w
porządku



-- 
Pozdrawia Marek


-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/232404121.20101022202...@wp.pl



Problem z mirrorem

2010-10-14 Thread Marek Haliniak
Czy są jakieś problemy z polskim mirrorem debiana? Po zmianie na jego
niemiecki odpowiednik Squeeze wykazało mi ponad 350 uaktualnień pakietów...
Pozdrawiam
Marek


Re[2]: 'jeden' mysql na kilku hostach

2010-09-29 Thread Marek
Witam,
 dzięki za podpowiedzi, udało się po ciężkich bojach (jak to z nowymi
 dziwnymi rzeczami bywa ;)

do replikacji multi master punkt wyjścia

WZ Poczytaj o trybie multi-master w mysqlu :
WZ http://jayant7k.blogspot.com/2006/06/multi-master-replication-in-mysql.html

był najlepszy i po paru nockach lektury działa i nawet prawie kumam
jak ;)


przyszło mi do głowy pewne zmodyfikanie tej rzeźby, bo nie jest tak
bardzo istotne, jeśli dane będą replikować się z kilku(nawet nasto)
sekundowym opóźnieniem, a że nie może być wielu masterów, to
pomyślałem, żeby napisać zewnętrzny już program, który będzie
przełączał w slavach mastery kolejno przez listę, przy czym przed
ustawieniem nowego musi zapisać aktualną pozycję u aktualnego mastera,
+- jakoś sensownie przełączać, żeby duży insert nie stał się
'nieprzepychalnym'

zyskiem tego rozwiązania ma być całkowita niezależność od awarii
każdego z serwerów/łącz, czyli
srv1 na zmianę podłacza się jako slave do srv2 i srv3,
srv2 do srv1 i srv3,
srv3 do srv2 i srv1

teraz jeśli któryś jest odłaczony, to binlog poczeka do 2 tygodni na
ewentualne odżycie, co praktycznie nie powinno wymagać żadnej
dodatkowej interwencji w związku z synchronizacją, żeby przywrócić
synchronizm bazom. 

proszę o opinie :)

Pozdrawia Marek


-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/954250392.20100929174...@wp.pl



'jeden' mysql na kilku hostach

2010-09-13 Thread Marek
Witam,
  potrzebuję zrobić taki dziwny twór, a mianowicie:
są 3 serwery z mysql i php i skryptami które sobie pracują na mysql,
każdy na swoim. są to wszędzie te same skrypty i takie same bazy.

potrzeba jest, aby wszystkie bazy miały te same dane, tzn jeśli ktoś
wprowadzi dane na jednym z serwerów, to inny przeglądający je na innym
z serwerów ma je też widzieć.
serwery są podpięte do internetu (czyli jeśli trzeba to ze sobą) każdy
swoim łączem dsl. 
odpada używanie jednego z serwrów jako bazy dla wszystkich - narzucone
wymaganie to wzajemna synchronizacja.

wg mojego rozeznania są 2 rozwiązania
-faktyczna synchronizacja z binlog(pasmożerne? co kiedy rónocześnie
ktoś doda coś na 2 serwerach?)
-rozwiązanie typu cluster (cos w rodzaju load balancera na wspólnych
danych)

innych nie znalazłem, ale też żadnego z powyższych jeszcze na żywo nie
przerabiałem. z rozwiązań któe częściowo mogły by się nadać widzę drbd
jako wspólny magazyn danych, jednak nie wiem jak jest w pracą jego
przy paśmie łącza do 1Mbit/s

jest problem sensownej reakcji kiedy z 'clustera' wypadnie któryś z
serwerów (awaria łącza) aby w bazie nie porobiły się konflikty. na to
nie bardzo mam pomysł. wyłączanie dostępu wszystkim kiedy padnie
którykolwiek brzmi dosyć przerażająco.

na sprzętach chodzą debiany z openvz

prosił bym o opinie czy podpowiedzi odnośnie rozwiązania problemu

Pozdrawia Marek




-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/617839087.20100913203...@wp.pl



Problem z dns-ami

2010-06-28 Thread Marek Zdybel
Witam.
Od dłuższego czasu serwer zwraca mi takie oto info w logach...

 Jun 29 04:20:26 122-mia-3 named[3931]: client 87.248.122.17#58763:
 query (cache) 'pizza.xorg.pl/A/IN' denied
 Jun 29 04:20:26 122-mia-3 named[3931]: client 87.248.122.18#62229:
 query (cache) 'pizza.xorg.pl/A/IN' denied
 Jun 29 04:20:26 122-mia-3 named[3931]: client 87.248.122.19#53554:
 query (cache) 'pizza.xorg.pl/A/IN' denied
 Jun 29 04:20:45 122-mia-3 named[3931]: client 87.248.122.17#56758:
 query (cache) 'pizza.xorg.pl/A/IN' denied
 Jun 29 04:20:45 122-mia-3 named[3931]: client 87.248.122.18#49189:
 query (cache) 'pizza.xorg.pl/A/IN' denied
 Jun 29 04:20:46 122-mia-3 named[3931]: client 87.248.122.19#60102:
 query (cache) 'pizza.xorg.pl/A/IN' denied
 Jun 29 04:20:46 122-mia-3 named[3931]: client 87.248.122.17#57058:
 query (cache) 'pizza.xorg.pl/A/IN' denied
 Jun 29 04:20:46 122-mia-3 named[3931]: client 87.248.122.18#60363:
 query (cache) 'pizza.xorg.pl/A/IN' denied
 Jun 29 04:20:46 122-mia-3 named[3931]: client 87.248.122.19#61786:
 query (cache) 'pizza.xorg.pl/A/IN' denied

Domena ta kiedyś wisiała na serwerze, lecz już od pół roku nie istnieje
kiedy to wywaliłem wpisy w dns-ach zarówno u siebie jak i u operatora...
Powtarzające się co jakiś czas logi są dość irytujące... można się ich w
jakiś sposób pozbyć?

Pozdrawiam.
MZ


-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1277782617.17360.3.ca...@localhost



Przepełnienie skrzynki i postfix

2010-02-15 Thread Marek Zdybel
Cześć.
Szukam rozwiązania problemu jak w temacie.
W jaki sposób powinienem rozwiązać problem?
Czy informacja przesyłana do klienta generowana jest przez postfixa, czy
też jakiś skrypt cronowy kontrolujący quotę?
Mile widziane konkretne rozwiązania...

Dzięki z góry :)


-- 
To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1266238874.24961.2.ca...@localhost



Trigger by package install

2010-01-20 Thread Marek Simon

Hi,
I am creating my own package and I need to create a trigger which will 
be activated, when other packages are installed/deinstalled. I found in 
manual, that trigger can be dependant on file change, but not on package 
change. How can I effectively bind the trigger with a whole package?
I can select a file from a package and bind the trigger with it, but 
there is about 100 packages I need to bind and I think it is not that 
nice debian way. There must be some nicer way.

Thanks to all.

Marek


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




Re: Apache2 i domyślny virtualhost

2009-11-25 Thread Marek Adamski
Witaj tower,
Za pomocą opcji Listen możesz ustawić porty i adresy ip na których
będzie nasłuchiwał Apache. Jeżeli chcesz aby apache działał na jednym
konkretnym ip a na innych nie to dajesz Listen xxx.xxx.xxx.xxx:80
Jeżeli chcesz zmienić domyślny port to Listen xxx
Poczytaj też o opcji NameVirtualHost

W Twoim liście datowanym 24 listopada 2009 (12:36:54) można przeczytać:

t Witajacie

t Która opcja pozwala zdjać w apaczu funkcje wczytywania difultowej 
t wirtualki po wprowadzeniu ip na jakim slucha serwer?

t Powinienem dostać object not found i 404.





-- 
Pozdrowienia,
**
*  Marek (SirAdams) Adamski  *
*  http://www.siradams.com/  *
*ICQ:42751516*
*  GG:14747  *
* Linux user:#253788 *
**


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



Re: LG Flatron L1732S ustawienie odświeżania: Out Of Range.

2009-11-18 Thread Marek Adamski
Witaj Rafał,

O ile mi dobrze wiadomo większość monitorów LCD obsługuje 59-60Hz,
przynajmniej te które ja ostatnio obsługiwałem. Co prawda było to po
złączu DVI. Ale to nie jest istotne.
Pokombinuj z ustawieniami:
HorizSync   30 - 83
VertRefresh 56 - 75

Spróbuj podstawić -60 w jednym albo w drugiej opcji.

W Twoim liście datowanym 18 listopada 2009 (14:07:49) można przeczytać:

RR Zainstalowałem Lennego w wersji 64-bitowej. Po uruchomieniu gdm
RR na monitorze wyskakuje mi komunikat:

RR OUT OF RANGE 90.0 kHz/60Hz

RR Mój domyślny plik /etc/X11/xorg.conf: 

RR Section InputDevice
RR Identifier  Generic Keyboard
RR Driver  kbd
RR Option  XkbRules  xorg
RR Option  XkbModel  pc105
RR Option  XkbLayout pl
RR EndSection

RR Section InputDevice
RR Identifier  Configured Mouse
RR Driver  mouse
RR EndSection

RR Section Device
RR Identifier  Configured Video Device
RR Option  UseFBDev  true
RR EndSection

RR Section Monitor
RR Identifier  Configured Monitor
RR EndSection

RR Section Screen
RR Identifier  Default Screen
RR Monitor Configured Monitor  
RR EndSection

RR Próbowałem zmienić odpowiednie częstotliwości odświeżania poprzez dodanie:
RR - do sekcji Monitor: 

RR HorizSync   30 - 83 
RR VertRefresh 56 - 75 

RR - do sekcji Screen: 

RR DefaultDepth16 
RR SubSection  Display 
RR Depth   16 
RR Modes   800x600_60.00 
RR EndSubSection 

RR Zrestartowałem x-y/gdm, niestety nadal pojawia się komunikat OUT OF RANGE 
90.0 kHz/60Hz.
RR Mój monitor: LG Flatron L1732S 
RR Moja karta: Radeon HD4550. 

RR Do tej pory nie wgłębiałem się w x-y, stąd prośba do osób, które orientują 
się temacie o pomoc.

RR Pozdrawiam, 
RR R.



-- 
Pozdrowienia,
**
*  Marek (SirAdams) Adamski  *
*  http://www.siradams.com/  *
*ICQ:42751516*
*  GG:14747  *
* Linux user:#253788 *
**


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



create a package for multiple debian versions

2009-09-11 Thread Marek Simon

Hi,
I am working on a autbuilding system to build my packeges. I want to 
make packages for both lenny and etch version. But the package changes 
some other aplication's config and the configuration is different for 
both version - the postinst and postrm scripts are totaly different.

The basic posibilities are two:
1) Maintain two source repositories with two identical sources except 
the install scripts.

2) Make one package with one postinst and resolve the version in it.

I do like no of these options (the first option I like less).
I would like to have for example two postinst scripts with the 
extensions or prefix (etch/lenny) but I always come to solution, which 
needs do some changes in dephelper or dpkg itself, which I don't like at 
all.


Could someone show me a way (and let the way be debian way) how could 
should I effectively solve it? I dont want the complete howto, just some 
outline or idea.


Thank all of them for the reply
Marek


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




Re[2]: Jak dezaktywowac USB ?.

2009-08-17 Thread Marek
Witam,

[..]

ja bym próbował zdeinicializować kontroler(y) usb, nie wiem czy moduły
obsługujące przy wyładowaniu to robią, ale układy po resecie a przed
załadowaniem sterownika są nieaktywne, dlatego mp3/cokolwiek (u mnie
konwerter usb-rs485) nie stwierdza wogóle dołączenia usb.

moje 12/100

-- 
Pozdrawia Marek


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



Re: Śmieszne zadanie

2009-08-02 Thread Marek Żakowicz
W dniu 2 sierpnia 2009 12:19 użytkownik Aleksander Kurczyk
pin...@gmail.com napisał:
 Witam
 Ostatnim razem na konkursie miałem do rozwiązania zadanie, z którym sobie
 nie poradziłem. Teraz znalazłem podobne zadanie w książce którego też nie
 mogę rozwiązać. Mógłby ktoś je rozwiązać, a następnie powiedzieć w jaki
 sposób to zrobił (jakiś wzór).
 Zadanie: Wyobraź sobie że wytresowany bernardyn Berni zamiast beczułki z
 rumem niesie na obroży pudełko z trzema taśmami 8 mm (gdy sydk w komputerze
 się zapełni uważamy to za sytuację kryzysową). każda taśma mieści 7GB
 danych. Pies może biec z prędkością 18 km/h. Na jakim dystansie Berni ma
 większą szybkość transmisji danych niż linia transmisyjna o przepustowości
 150 Mb/s (nie licząc narzutu)???

:))

Mi wychodzi, że dystans s  21GB*18km/h / 150Mb = 5.7344 km

Pozdro,
Marek

PS.
Przydatne wzory i przekształcenia:
v = s / t
1 GB = 8 * 1024 Mb
przepustowość = rozmiar danych / t


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



Re[2]: odpowiednik winamp sterowany z www ?

2009-07-07 Thread Marek
Witam,

 konsolowych plajerów jest kilka, chciał bym web, bo opera czy firefox
 to narzędzie standardowe we windzie i obsługiwane jak całą reszta
 czyli klikane

FC Ampache może? http://ampache.org/

o właśnie :)
jeszcze pożenić z mpd i będzie to co chciałem

dziekuję za odpowiedzi :)

-- 
Best regards,
 Marek


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



Re[2]: odpowiednik winamp sterowany z www ?

2009-07-05 Thread Marek
Witam,

   w skrócie - szukam odpowiednika winampa z interfejsem www, do
   odpalenia pod lennym

 Jeśli nie chcesz odpalać X'ów to może MOC? Czy koniecznie musi być 
 web-interface?

konsolowych plajerów jest kilka, chciał bym web, bo opera czy firefox
to narzędzie standardowe we windzie i obsługiwane jak całą reszta
czyli klikane

coś jak to:
 http://www.winamp.com/plugins/details/92511
 
-- 
Pozdrawia Marek



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



odpowiednik winamp sterowany z www ?

2009-07-04 Thread Marek
Witam,
  chciałbym posadzić sobie na maszynce z lennym i działającą kartą
  dźwiękową plajer mp3, ale sterowany z przeglądarki. na windzie
  wygodny jest winamp, a pod X xmms, ale aproblem taki, że lenny robi
  'czarną robotę' 24h/dobę i nie ma nawet monitora, a nie chce musieć
  odpalać X serwera na terminalu z którego bym w danym momencie chciał
  zmienić piosenkę czy też zmodyfikować playliste. nie potrzebuje
  streamingu, nie chce combo streamer+odbiornik na jednym kompie, za
  duże marnotrastwo a procesor nie jest zbyt potęźny

  w skrócie - szukam odpowiednika winampa z interfejsem www, do
  odpalenia pod lennym

  jak dotąd nie udało mi się nic znaleźć, proszę o wskazówki na nazwę
  pakietu lub projektu :)

-- 
Pozrawiam,
 Marek


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



Odrzuca pocztę

2009-06-08 Thread Marek Chrobak
Serdecznie witam,

Odkąd przeszedłem z POLPAKa na DSLa mam ciągle problemy z pocztą, w prawdzie 
powoli jakoś się z nimi upieram (na jednym serwerze Spamowym już tylko czekam 
aż zniknę gdy TPsa zrobi ReversDNS), ale dzisiaj znów mam inny problem i nie 
wiem o co chodzi, dostałem taki zwrot:

host main.latala.eu[62.75.218.28] said: 451 Dynamic IP Addresses See: 
http://www.sorbs.net/lookup.shtml?83.16.124.XXX (in reply to RCPT TO command)

XXX - końcówka adresu mojego serwera.

Prosiłbym o szybką radę co mogę z tym zrobić, jest to dla mnie bardzo ważne.

Serwer: Debian 5.0, Postix + Courier + Spamassasin + Clamav + MySQL

Pozdrawiam
Marek Chrobak


--
Chcesz miec nawigacje GPS ?
Zamow lub przedluz umowe na neostrade, a nawigacja bedzie Twoja.
Kliknij na link po szczegoly! http://link.interia.pl/f219a



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



Re: Re: Odrzuca pocztę

2009-06-08 Thread Marek Chrobak
 Zmienić providera.
 Masz przecież napisane - odrzuca Cię z powodu używania dynamicznego IP.
 Wiele hostów tak robi.

Tylko, że dopiero co podpisałem umowę z TP s.a. o DSLa i muszę coś z tym 
zrobić. Na pewno jest jakaś możliwość, w końcu nie tylko ja działam na DSLu.

Pozdrawiam
Marek Chrobak

--
Masz juz dosc wysokich rachunkow? Wygraj nowa mozliwosc komunikacji!
Sprawdz  http://link.interia.pl/f21d2


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



Re: Odrzuca pocztę

2009-06-08 Thread Marek Chrobak
 Zmienić providera.
 Masz przecież napisane - odrzuca Cię z powodu używania dynamicznego IP.
 Wiele hostów tak robi.

Chciałem jeszcze dodać, że TP s.a. przydzieliła mi pulę 8 adresów IP, więc 
teoretycznie nie mam dynamicznych. Więc pytanie czemu widzą je jako dynamiczne?

Pozdrawiam
Marek Chrobak


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



Re: Odrzuca pocztę

2009-06-08 Thread Marek Chrobak
 Najlepiej chyba smarthosta załatwić.

Tylko jeśli dobrze wyczytałem w internecie o smarthostach to w takim razie jak 
dajmy np wyślę pocztę z adresu ad...@mojadomena.pl i użyję smarthosta na gmailu 
to bedzie widoczne jako mojeko...@gmail.com, a potrzebuję by osoby do których 
wysyłam pocztę widziały, że poczta została wysłana z mojadomena.pl i mogli 
spokojnie odpisać na adres ad...@mojadomena.pl naciskając tylko odpowiedz.

Pozdrawiam
Marek Chrobak

--
Przekaz dalej wiadomosc: Zawsze warto oszczedzac. Teraz 5,5%!
Sprawdz  http://link.interia.pl/f21b1


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



Re: Odrzuca pocztę

2009-06-08 Thread Marek Chrobak
 Mocno zależy od polityki twórcy listy. Jestem w stanie sobie wyobrazić
 sytuację, w której następuje eskalacja np. na całe /24, bo ktoś sobie
 tak wymyślił. Wtedy można trafić na listę z powrotem.
 A na to czego używają odbiorcy do filtrowania nie masz wpływu zazwyczaj.
 (że wspomnę choćby cyrki z uceprotect, które radośnie listuje całe AS-y)

No właśnie już sobie poradziłem z tym pierwszym serwerem uceprotect (za 
usunięcie z reszty trzeba płacić, więc mam to gdzieś), do tego usunąłem z 
spamcopa, abuseat, unsubscore i barracudacentral. Teraz wlasnie zostało mi ten 
cholerny sorbs no i jeszcze five-ten-sq, tylko że ten ostatni to zniknie mi jak 
w końcu TP s.a. zrobi mi ReverseDNSa. Więc teoretycznie zostaje tylko sorbs. Ja 
się dziwię jak niektórzy mogą korzystać z takich baz spamowych ;/

Pozdrawiam
Marek Chrobak

--
Dobra czy zla wiadomosc? Zawsze warto oszczedzac. Teraz 5,5%.
Sprawdz  http://link.interia.pl/f21b0


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



odwrotny DNS

2009-06-08 Thread Marek Chrobak
Serdecznie witam,

Chciałem się dowiedzieć jak ustawić dobrze revDNSa, a dokładnie chodzi o to, że 
mam serwer na adresie powiedzmy 80.40.40.106 i działa na nim serwer stron, 
poczty oraz ftp. Więc w bindzie mam wpisane też ftp.mojadomena.pl, 
www.mojadomena.pl, pop3.mojadomena.pl itd. Serwer jest nazwany 
server.mojadomena.pl. Moje pytanie brzmi czy w revDNSie wpisać 
106.40.40.80.in-addr.arpa. IN PTR mojadomena.pl. czy 106.40.40.80.in-addr.arpa. 
IN PTR server.mojadomena.pl. ?

Pozdrawiam
Marek Chrobak


--
Sprawdz wiadomosci z Twojego regionu!
Kliknij  http://link.interia.pl/f21ba


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



Re: odwrotny DNS

2009-06-08 Thread Marek Chrobak
 Raczej nie powinieneś robić rDNS do samej domeny więc lepiej to wygląda jak 
 będzie server.mojadomena.pl

no właśnie dlatego się pytam, bo jak sprawdzałem np dla 212.85.96.1 (adresy 
home.pl) to dla tej 1 mają home.pl i dlatego nie byłem pewien.

Pozdrawiam
Marek Chrobak






 





--
Marcin Gondek / Drixter
e-utp.net
NIP: PL1181589645
REGON: 140584662
Tel. +48602159929
Fax. +48222012418
off...@e-utp.net
http://www.e-utp.net














 






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



Re[2]: Konfiguracja samby

2009-06-05 Thread Marek Adamski


 Otóż da się.
 1. Musisz posiadać windowsy które obsługują domenę
 2. System plików na linuxie ext3 z włączoną kontrolą ACL bądź chyba
 to się zwało xfs który już domyślnie ma włączony. Ja używam ext3 z
 opcją ACL.
 3. Wszystkie komputery powinny logować się do domeny, aczkolwiek jak
 by się logował tylko administratora to chyba by starczyło.

 Całą resztę ustawiasz ze zwykłego XP Prof z obsługą praw do
 katalogu. XP Home ODPADA! Jeżeli masz pojęcia jak się nadaje
 uprawnienia w XP Prof do katalogów to poradzisz sobie z linuxem który
 będzie odpowiednio skonfigurowany.

 Generalnie polecam dokument
 http://us1.samba.org/samba/docs/man/Samba-HOWTO-Collection/ lub jak
 znajdziesz, polski odpowiednik.

W Twoim liście datowanym 5 czerwca 2009 (08:51:22) można przeczytać:

 On Fri, 2009-06-05 at 08:33 +0200, Tower wrote:
 Witajcie
 
 Czy można tak skonfigurować sambę aby foldery znajduące sie w jednym 
 udziale były widoczne ew. dostepne do zapisu/odczytu z okreslonych 
 lokalizacji (hosts access)?
 
 Chodzi o coś takiego, ze jest jeden udział np PUB, w którym jest pare 
 folderów i aby te foldery byly do dyspozycji wyłacznie z okreslonych IP.
 Jest potrzeba mapowania jednego dysku sieciowego, na którym byłby 
 mozliwy zapis do wszystkich, ale dla poszczególnych folderów w nim 
 zawartych miałby byc dostep tylko dla wybranych.
 
 Nie znalazłem nigdzie odpowiednich przykładów i nie wiem czy da sie to 
 wyrzeźbić :)

 Niedokładnie czytasz.
 $ man smb.conf
 [...]
hosts allow (S)

A synonym for this parameter is allow hosts.

This parameter is a comma, space, or tab delimited set of
hosts which are permitted to access a service.

If specified in the [global] section then it will apply to
all services, regardless of whether the individual service
has a different setting.
 [...]


-- 
Pozdrowienia,
**
*  Marek (SirAdams) Adamski  *
*  http://www.siradams.com/  *
*ICQ:42751516*
*  GG:14747  *
* Linux user:#253788 *
**


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



Re: dwie sieci na jednym łączu

2009-06-02 Thread Marek Chrobak


Serdecznie witamNo tak tylko, że po pierwsze to na IP, które dostałem do DSLa to ciągle mnie wrzuca do baz spamowych oraz chciałem by każdy w sieci miał swój zewnętrzny IP (np. ze względu na rapidshare'a). To jak można coś takiego zrobić?PozdrawiamMarek ChrobakMarcin Zimoląg napisał(a):Czesc, Pytanie tylko, czy jest sens dodawac do samochodu kolejne 2 kola, ktorymi mozesz kieorwac pojacdem.W dniu 1 czerwca 2009 19:36 użytkownik Marek Chrobak debia...@interia.pl napisał:
Witam wszystkich,

Mam serwer postawiony na Debianie i chciałem się dowiedzieć czy jest możliwość by dwie sieci były widoczne na zewnątrz na jednym łączu DSL. Chodzi dokładnie o to, że ostatnio musiałem zmienić łącze z POLPAKa na DSLa, no więc gdy miałem POLPAKa posiadałem pełną pulę adresów (np. 80.40.40.0/255.255.255.0), a w DSLu niestety mam już tylko 8 adresów (np. 83.50.50.104/255.255.255.248). Do tego dochodzi sieć osiedlowa na adresach 192.168.0.0/255.255.255.0. I chodzi mi o to czy nie da się zrobić tak by komputery w sieci lokalnej były dalej widziane na zewnątrz pod adresami z sieci 80.40.40.0/255.255.255.0, a serwer pod adresem z sieci 83.50.50.104/255.255.255.248 lub najlepiej jakby komputery z sieci osiedlowej i serwer były widoczne na zewnątrz pod moimi starymi adresami (80.40.40.0/255.255.255.248) na jednym łączu DSL.


Pozdrawiam
Marek Chrobak


--
Sprawdz pogode na dzis!
Kliknij  http://link.interia.pl/f217d


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

-- Z poważaniemMarcin Zimolągtel. 0667 430 118Ważne: Jeśli nie odbieram, lub telefon jest poza zasięgiem sieci znaczy to iż jestem w pracy, proszę wówczas o kontakt przez e-mail.





--
Sprawdz wiadomosci z Twojego regionu!
Kliknij  http://link.interia.pl/f21ba


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



Re: Re: dwie sieci na jednym łączu

2009-06-02 Thread Marek Chrobak
W ostateczności mogło by być przekierowanie portów, chociaż wolałbym użyć na 
DSLu jednak moją pełną pulę adresów, którą wcześniej używałem.

Pozdrawiam
Marek Chrobak


Marcin Zimoląg napisał(a):
Przekierowanie portów?


W dniu 2 czerwca 2009 13:26 użytkownik Marek Chrobak debia...@interia.pl 
napisał:
 
Serdecznie witam

No tak tylko, że po pierwsze to na IP, które dostałem do DSLa to ciągle mnie 
wrzuca do baz spamowych oraz chciałem by każdy w sieci miał swój zewnętrzny IP 
(np. ze względu na rapidshare'a). To jak można coś takiego zrobić?
 
Pozdrawiam
Marek Chrobak



Marcin Zimoląg napisał(a):
Czesc, 
 
Pytanie tylko, czy jest sens dodawac do samochodu kolejne 2 kola, ktorymi 
mozesz kieorwac pojacdem.


W dniu 1 czerwca 2009 19:36 użytkownik Marek Chrobak debia...@interia.pl 
napisał:
 Witam wszystkich,
 
 Mam serwer postawiony na Debianie i chciałem się dowiedzieć czy jest możliwość 
by dwie sieci były widoczne na zewnątrz na jednym łączu DSL. Chodzi dokładnie o 
to, że ostatnio musiałem zmienić łącze z POLPAKa na DSLa, no więc gdy miałem 
POLPAKa posiadałem pełną pulę adresów (np. 80.40.40.0/255.255.255.0), a w DSLu 
niestety mam już tylko 8 adresów (np. 83.50.50.104/255.255.255.248). Do tego 
dochodzi sieć osiedlowa na adresach 192.168.0.0/255.255.255.0. I chodzi mi o to 
czy nie da się zrobić tak by komputery w sieci lokalnej były dalej widziane na 
zewnątrz pod adresami z sieci 80.40.40.0/255.255.255.0, a serwer pod adresem z 
sieci 83.50.50.104/255.255.255.248 lub najlepiej jakby komputery z sieci 
osiedlowej i serwer były widoczne na zewnątrz pod moimi starymi adresami 
(80.40.40.0/255.255.255.248) na jednym łączu DSL.
 
 Pozdrawiam
 Marek Chrobak
 
 
 --
 Sprawdz pogode na dzis!
 Kliknij  http://link.interia.pl/f217d
 
 
 --
 To UNSUBSCRIBE, email to debian-user-polish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 
 



-- 
Z poważaniem

Marcin Zimoląg
tel. 0667 430 118

Ważne: Jeśli nie odbieram, lub telefon jest poza zasięgiem sieci znaczy to iż 
jestem w pracy, proszę wówczas o kontakt przez e-mail.
 


 

 
 --
 Sprawdz wiadomosci z Twojego regionu!
 Kliknij  http://link.interia.pl/f21ba


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



-- 
Z poważaniem

Marcin Zimoląg
tel. 0667 430 118

Ważne: Jeśli nie odbieram, lub telefon jest poza zasięgiem sieci znaczy to iż 
jestem w pracy, proszę wówczas o kontakt przez e-mail.
 



--
Audi kilka tysiecy zlotych taniej? Przebieraj wsrod tysiecy ogloszen!
Sprawdz  http://link.interia.pl/f21b7


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



Re: dwie sieci na jednym łączu

2009-06-02 Thread Marek Chrobak
Robert Ramiega napisał(a):
  A ta klasa, którą miałeś na POLPAKu to jeszcze jest Twoja? Jest
 wyroutowana
 do Ciebie (na Twojego DSLa)? Jeśli nie to nic nie wykombinujesz. 

Ta klasa, którą miałem na POLPAKu jest moja, no ale z tego co wiem to TP s.a. 
właśnie nie wyroutuje jej bym mógł z niej korzystać, dlatego myślałem, że 
powinno być jakaś możliwość by np. do serwera włożyć trzecią kartę sieciową do 
której przypisać tą klasę z POLPAKa i jakoś zrobić routing, bo w końcu jakoś te 
wszystkie klasy w Internecie łączą się ze sobą, więc powinna być jakaś 
możliwość zrobienia tego samemu. Tylko jak?

Pozdrawiam
Marek Chrobak

--
Audi kilka tysiecy zlotych taniej? Przebieraj wsrod tysiecy ogloszen!
Sprawdz  http://link.interia.pl/f21b7


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



dwie sieci na jednym łączu

2009-06-01 Thread Marek Chrobak
Witam wszystkich,

Mam serwer postawiony na Debianie i chciałem się dowiedzieć czy jest możliwość 
by dwie sieci były widoczne na zewnątrz na jednym łączu DSL. Chodzi dokładnie o 
to, że ostatnio musiałem zmienić łącze z POLPAKa na DSLa, no więc gdy miałem 
POLPAKa posiadałem pełną pulę adresów (np. 80.40.40.0/255.255.255.0), a w DSLu 
niestety mam już tylko 8 adresów (np. 83.50.50.104/255.255.255.248). Do tego 
dochodzi sieć osiedlowa na adresach 192.168.0.0/255.255.255.0. I chodzi mi o to 
czy nie da się zrobić tak by komputery w sieci lokalnej były dalej widziane na 
zewnątrz pod adresami z sieci 80.40.40.0/255.255.255.0, a serwer pod adresem z 
sieci 83.50.50.104/255.255.255.248 lub najlepiej jakby komputery z sieci 
osiedlowej i serwer były widoczne na zewnątrz pod moimi starymi adresami 
(80.40.40.0/255.255.255.248) na jednym łączu DSL.

Pozdrawiam
Marek Chrobak


--
Sprawdz pogode na dzis!
Kliknij  http://link.interia.pl/f217d


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



Re: revDNS bind9 exim4

2009-04-19 Thread Marek
Hello chris-f,

cf DNS Server Response:
cf No PTR but got: 
cf x.141.244.212.in-addr.arpa. 86400 IN CNAME x.domena.pl


cf # host  domena.pl
cf domena.pl  A   212.244.141.x

$ host domena.pl
domena.pl has address 193.239.44.102
domena.pl mail is handled by 10 mx01.agnat.pl.

cf # host  212.244.141.x
cf 212.244.141.x PTR record not found

$ dnstracer -s . -4 -o -r 1 2.141.244.212.in-addr.arpa
$ dnstracer -s . -4 -o -r 1 domena.pl

pokazują, że nie jestes nameserverem ani dla domena.pl ani dla
czegokolwiek pod  244.212.in-addr.arpa.

-- 
Best regards,
 Marekmailto:m...@wp.pl


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



[ot] Re: Jak działa internet po kablówce?? ?

2009-03-02 Thread Marek
AK Jak dostarczany jest internet po kablówce???
AK Po stronie użytkownika jest modem zamieniający sygnał analogowy
AK (koncentryk) na cyfrowy (skrętka).
AK Co jest po drugiej stronie kabla???

kable od userów są skręcone w tzw 'gruby kabel' i połaczone z grubymi
kablami innych operatorów. internet z natury jest analogowy.

-- 
Pozdrawia Marek


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



Re: Obróbka dzwięku w debianie

2009-02-08 Thread Marek Żakowicz
W dniu 7 lutego 2009 16:10 użytkownik Wojciech Ziniewicz
wojciech.ziniew...@gmail.com napisał:
 proponuje virtualduba. nie mam zielonego pojecia czemu jest tak malo
 popularny na linuxie.

Pierwsze zdanie strony http://www.virtualdub.org/ głosi:

VirtualDub is a video capture/processing utility for 32-bit Windows
platforms (95/98/ME/NT4/2000/XP)


Pozdrawiam,
Marek
-- 
Korzystanie z wolnego oprogramowania nie czyni wolnym,
ale korzystanie z kradzionego zniewala...


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



Re[2]: system backupów

2008-12-10 Thread Marek
Witam,

Wednesday, December 10, 2008, 3:50:31 PM :

WZ W dniu 10 grudnia 2008 15:24 użytkownik Kamil Deryński
WZ [EMAIL PROTECTED] napisał:
 Dzieki, a co powiesz o rdiff-backup ? Moze wiesz cos jak zachowuje sie
 to w praktyce ? Bo wyglada na proste i skuteczne rozwiazanie.

WZ nigdy nie uzywalem ;)

WZ polecam uzyc rsynca i go lekko oskryptowac. zasadniczo fajnym i
WZ bezpiecznym rozwiazaniem jest wlasnie taki sposob backupu, do tego
WZ backup moze lezec na dysku montowanym np tylko w nocy.

potwierdzam, rdiff-backup to taki rsync, ale z plikami diff
pozwalajacy odtworzyc stan historyczny, kiedys pytalem i dostalem taka
odpowiedz i stosuje do dzis

'goly' rsync (over ssh):
 +bardzo szybki, przesyla tylko to co trzeba
 -'sync', czyli najwyzej sam z siebie potrafi zostawic pliki ~ po
 zmienianych lub usuwanych, robi sie troszke smietnik

rdiff-backup (tez over ssh):
 +oszczedza pasmo prawie jak rsync
 +w efekcie dane do odtworzenia z dowolnej istniejacej poprawnej
 kopii
 +kasuje stare kopie zgodnie z ustawieniami
 -ciężki, skrypt pythona, celeron 400 dość mozolnie go trawi, jak
 odpale kilka naraz to jest rzeźnia
 -jeśli kopia zostanie przerwana to kolejna próba kopii zaczyna sie od
 rollbacku niedokończonej pierwszej (zrozumiałe, ale trwa to dość
 mozolnie)
 -jeśli pierwsza kopia zostanie przerwana to trzeba sie pobawić żeby
 jej od zera nie przesyłać (wypisuje jak)

 odzysk z rdiff-backup ok po wskazaniu co i z kiedy i w jakie miejsce

oba 'dziwią się', tzn informują kiedy plik który kopiują znika lub się
modyfikuje się (np syslog), ale to jest normalne

j.w. kolega pisał - system plików z kopią może być np szyfrowany i
montowany tylko wtedy kiedy trzeba

polecam rdiff-backup ze względu na brak udziwnień i wydajne użycie
dysku z kopią, używam do kilku serwerów i jak dotąd nie było problemów
z kopią ani odzyskiem (testowym coprawda) wybranych plików z wybranych
momentów
 tyle mojego pln 0.12 - vat22% ;)

-- 
Pozdrawia Marek


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re[2]: uruchomic klawisz Fn

2008-11-17 Thread Marek
Witam,

 Wydaje mi sie, że komputer powinien otrzymywac informacje co sie
 dzieje z klawiaturą ( nawet z Fn) ale aby to sprawdzic trzeba bedzie
 napisac program sprawdzajacy port klawiatury.

a jaki to model klawiatury? może po popatrzeniu na foto będzie łatwiej
skojarzyć co producent miał na celu dodając Fn



-- 
Pozdrawia Marek


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: uruchomic klawisz Fn

2008-11-16 Thread Marek
Witam,

L Witam. Mam klawiatóre windosową z klawiszem Fn. Chciałbym
L również móc używać tego klawisza, 'showkey' nie czyta jego kodu.
L Czy jest możliwa szybka zmiana w keymaps albo jakis inny trick aby
L powołac Fn do zycia?

wszystkie klawiatÓry (byćmoże nie laptopa) z którymi się spotkałem a miały
klawisz 'fn' miały różne dziwne funkcje (media) jakos zamienne z np
klawiszami Fx, i tak jak num lock tak Fn przełączał tryb tych
podwónych klawiszy w samej klawiaturze, tak więc system nie wiedział
wogóle, że taki klawisz istnieje

jeśli źle piszę proszę o poprawkę

-- 
Pozdrawia Marek


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



lenny, gnome, blank tapeta po logowaniu?

2008-11-13 Thread Marek
Witam,
  debian lenny, aktualna wczoraj wersja gnome
  (czysty lenny, tasksel - desktop environment)
  ruszyło 'out of the net(box;)' i nawet normalne filmy na moim paściu
  szły prawidłowo (o czym zapomniałem już pare lat temu we windzie)

  kombinowałem conieco z drukarką poprzez sambę, podłączanie do
  zasobów bez problemu, wybrałem ppd, jednak nie drukowała, na coś
  czekało? 
  
  PROBLEM krytyczny:
  po logoucie i reboocie pojawia sie okno logowania gdm, wpisuje user,
  pass, komp coś robi, ładuje sie (poznaje to po pisku z zasilaczy ze jest
  obciążenie:). na koniec ladowania pojawia sie tapeta pulpitu i ..
  to wszystko. ikon brak, paneli brak, pusty desktop, jak by na coś
  czekał z wystartowaniem window managera?
  co ciekawe jak podłącze aparat foto na usb to pojawia sie okno
  programu to obsługującego i można normalnie ściągnąć zdjęcia i po
  zamknięciu programu .. dalej mieć gołą tapetę

  w liscie procesow jest np aplet regulacji glosnosci, ale na ekranie
  tylko tapeta

  instalacja jest defaultowa z tasksel dla lennego..
  żadna z sesli (Xclient script, gnome, gnome fail safe nie dziala)
  nie mam pomysłu gdzie patrzeć zeby złapać gdzie to utknęło
  ktos juz takie coś przerabiał?
  co sie powinno dziać bezpośrednio po załadowaniu tapety ?
  gdzie jest coś co jest za to odpowiedzialne?

-- 
Pozdrawia Marek


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re[3]: lenny, gnome, blank tapeta po logowaniu?

2008-11-13 Thread Marek
Witam,

Thursday, November 13, 2008, 10:00:39 PM :

 ~/.xsession-errors?

 jak nie znajdziesz errorów po prostu moze wykasuj katalog .gnome* ze
 swojego  /home/$user ?

TS Ja już to przerabiałem :) i faktycznie najprosciej usunąc katalog, o
TS którym wspomina kolega Wojciech.

problem leżał gdzieś w okolicy cups / system-c0nfig-printer-applet
a skopło się cuś prawdopodobnie przy próbach z drukarką po sambie i
brakiem miejsca na partycji
na cupsa pomogło dodanie usera do grupy lpadmin
a skrypt system-config.. oczekiwał na niewiedzieć co, choć chyba nie
to było problemem, bo i killowanie go nic nie zmieniało

prawdopodobnie z powodu braku miejsca coś w konfiguracji się skopało,
byćmoże to nawet nie była wina samej obsługi drukarek


aktualnie mam już więcej miejsca ale też i czystego lennego z gnomem
od zera. w najbliższym czasie będę na tym nowym kombinował z drukarką
więc jeśli popsuje się to w taki sam sposób to wypróbuje skasowania
.gnome* 

dziękuje :)


-- 
Pozdrawia Marek


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



[og] Re[4]: Audyt serwera

2008-10-26 Thread Marek
Witam,

[..]

off-group, wiem, ale jak już się temat pojawił to może ktoś wybadał:

 http://www.auditmypc.com/freescan/readingroom/port_scan_fyi.asp

nie moge dojsc skad toto rozpoznaje prywatny ip, a rozpoznaje.
nie uzywam proxy, tylko nat, klient winda, ff 3.0.3 i ie tak samo.
zapisalem cala sesje ze strona tcpdumpem ale wlasciwe ip pojawia sie
to tylko w odpowiedzi
ktos rozkminil jak to dziala?

-- 
Best regards,
 Marekmailto:[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re[2]: [og] Re[4]: Audyt serwera

2008-10-26 Thread Marek
Witam,

 off-group, wiem, ale jak już się temat pojawił to może ktoś wybadał:

  http://www.auditmypc.com/freescan/readingroom/port_scan_fyi.asp

 nie moge dojsc skad toto rozpoznaje prywatny ip, a rozpoznaje.

 Ponoć daje się to łatwo wykryć apletem Javy.

MS Albo jakims skryptem (np. JavaScritp) odpalanym po stronie klienta.

jasne, tutaj jest to wlasnie java, javascript ztcw raczej nie powinien
tego ot tak zwyczajnie jak java umozliwic
java poszla w takim razie w totalna olewke, bo opcyj zadnych
pomocnych nie znalazlem
no nic, sorry za ntg, a dzieki za reakcje :)

-- 
Pozdrawia Marek


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



3Com na Serial

2008-09-15 Thread Marek Adamski
Witam, potrzebuję szybkiej pomocy.
Szukam po google, ale mam trochę mało czasu.
Mam switcha 3Com z terminalem podłączonym pod port serial (ttyS0).
Próbowałem się podłączyć za pomocą minicom, ale podłączenie do
terminalu nie działa, kable jest sprawny bo sprawdzałem z laptopa.
Wymagane ustawienia portu do 19200.8.1.N
Czy ktoś może mi podpowiedzieć jak mogę się podłączyć do tego
terminala z linuxa?

-- 
Pozdrowienia,
**
*  Marek (SirAdams) Adamski  *
*  http://www.siradams.com/  *
*ICQ:42751516*
*  GG:14747  *
* Linux user:#253788 *
**


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



  1   2   3   4   5   6   7   8   9   10   >