hy

2017-06-02 Thread asd fgh


kindly reply me now for more information
___
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-maintainers

[ufs]: [scsi]: BUG: spinlock recursion on CPU#4

2017-06-01 Thread Asutosh Das (asd)

Hi All,

Recently, I came across an issue with the below call stack.

-000|arch_counter_get_cntvct(inline)
-000|__delay()
-001|__const_udelay(?)
-002|msm_trigger_wdog_bite()
-003|spin_dump(inline)
-003|spin_bug(lock = ?, ?)
-004|current_thread_info(inline)
-004|debug_spin_lock_before(inline)
-004|do_raw_spin_lock()
-005|raw_spin_lock_irqsave(lock = ?)
-006|blk_end_bidi_request(inline)
-006|blk_end_request_all(rq = ?, error = 0) <-- this tries to acquire 
the lock acquired by blk_delay_work (-024) and spinbug recursion occurs


-007|dm_end_request(clone = ?, error = 0)
-008|dm_done(inline)
-008|dm_softirq_done()
-009|blk_done_softirq()
-010|__read_once_size(inline)
-010|static_key_count(inline)
-010|static_key_false(inline)
-010|trace_softirq_exit(inline)
-010|__do_softirq()
-011|do_softirq_own_stack(inline)
-011|invoke_softirq(inline) <-- softirq is triggered because 
scsi_request_fn (-016) enabled interrupts on this cpu


-011|irq_exit()
-012|handle_IPI()
-013|gic_handle_irq()
-014|el1_irq(asm)
 -->|exception
-015|__raw_spin_unlock_irq(inline)
-015|raw_spin_unlock_irq(lock = ?)
-016|scsi_request_fn() <-- Unlocks the queue using spin_unlock, doesn't 
restore the flags, thus enabling the interrupts


-017|__blk_run_queue_uncond(inline)
-017|__blk_run_queue(q = ?)
-018|__elv_add_request()
-019|blk_insert_cloned_request() <-- acquires the queue lock & saves the 
flags


-020|dm_dispatch_clone_request(clone = ?, rq = ?)
-021|map_request()
-022|dm_request_fn()
-023|__blk_run_queue_uncond(inline)
-023|__blk_run_queue
-024|spin_unlock_irq(inline)
-024|blk_delay_work(?) <-- also acquires a queue lock, but this is a 
different queue, blk_end_request_all will reference this queue


-025|__read_once_size(inline)
-025|static_key_count(inline)
-025|static_key_false(inline)
-025|trace_workqueue_execute_end(inline)
-025|process_one_work()
-026|worker_thread()
-027|kthread()
-028|ret_from_fork(asm)
 ---|end of frame

Please can you check if this is actually a bug and my understanding is 
correct.

If so, I can put up a patch for the same.

--
Asutosh Das (asd)

Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a 
Linux Foundation Collaborative Project


[ufs]: [scsi]: BUG: spinlock recursion on CPU#4

2017-06-01 Thread Asutosh Das (asd)

Hi All,

Recently, I came across an issue with the below call stack.

-000|arch_counter_get_cntvct(inline)
-000|__delay()
-001|__const_udelay(?)
-002|msm_trigger_wdog_bite()
-003|spin_dump(inline)
-003|spin_bug(lock = ?, ?)
-004|current_thread_info(inline)
-004|debug_spin_lock_before(inline)
-004|do_raw_spin_lock()
-005|raw_spin_lock_irqsave(lock = ?)
-006|blk_end_bidi_request(inline)
-006|blk_end_request_all(rq = ?, error = 0) <-- this tries to acquire 
the lock acquired by blk_delay_work (-024) and spinbug recursion occurs


-007|dm_end_request(clone = ?, error = 0)
-008|dm_done(inline)
-008|dm_softirq_done()
-009|blk_done_softirq()
-010|__read_once_size(inline)
-010|static_key_count(inline)
-010|static_key_false(inline)
-010|trace_softirq_exit(inline)
-010|__do_softirq()
-011|do_softirq_own_stack(inline)
-011|invoke_softirq(inline) <-- softirq is triggered because 
scsi_request_fn (-016) enabled interrupts on this cpu


-011|irq_exit()
-012|handle_IPI()
-013|gic_handle_irq()
-014|el1_irq(asm)
 -->|exception
-015|__raw_spin_unlock_irq(inline)
-015|raw_spin_unlock_irq(lock = ?)
-016|scsi_request_fn() <-- Unlocks the queue using spin_unlock, doesn't 
restore the flags, thus enabling the interrupts


-017|__blk_run_queue_uncond(inline)
-017|__blk_run_queue(q = ?)
-018|__elv_add_request()
-019|blk_insert_cloned_request() <-- acquires the queue lock & saves the 
flags


-020|dm_dispatch_clone_request(clone = ?, rq = ?)
-021|map_request()
-022|dm_request_fn()
-023|__blk_run_queue_uncond(inline)
-023|__blk_run_queue
-024|spin_unlock_irq(inline)
-024|blk_delay_work(?) <-- also acquires a queue lock, but this is a 
different queue, blk_end_request_all will reference this queue


-025|__read_once_size(inline)
-025|static_key_count(inline)
-025|static_key_false(inline)
-025|trace_workqueue_execute_end(inline)
-025|process_one_work()
-026|worker_thread()
-027|kthread()
-028|ret_from_fork(asm)
 ---|end of frame

Please can you check if this is actually a bug and my understanding is 
correct.

If so, I can put up a patch for the same.

--
Asutosh Das (asd)

Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a 
Linux Foundation Collaborative Project


[ufs]: [scsi]: BUG: spinlock recursion on CPU#4

2017-06-01 Thread Asutosh Das (asd)

Hi All,

Recently, I came across an issue with the below call stack.

-000|arch_counter_get_cntvct(inline)
-000|__delay()
-001|__const_udelay(?)
-002|msm_trigger_wdog_bite()
-003|spin_dump(inline)
-003|spin_bug(lock = ?, ?)
-004|current_thread_info(inline)
-004|debug_spin_lock_before(inline)
-004|do_raw_spin_lock()
-005|raw_spin_lock_irqsave(lock = ?)
-006|blk_end_bidi_request(inline)
-006|blk_end_request_all(rq = ?, error = 0) <-- this tries to acquire 
the lock acquired by blk_delay_work (-024) and spinbug recursion occurs


-007|dm_end_request(clone = ?, error = 0)
-008|dm_done(inline)
-008|dm_softirq_done()
-009|blk_done_softirq()
-010|__read_once_size(inline)
-010|static_key_count(inline)
-010|static_key_false(inline)
-010|trace_softirq_exit(inline)
-010|__do_softirq()
-011|do_softirq_own_stack(inline)
-011|invoke_softirq(inline) <-- softirq is triggered because 
scsi_request_fn (-016) enabled interrupts on this cpu


-011|irq_exit()
-012|handle_IPI()
-013|gic_handle_irq()
-014|el1_irq(asm)
 -->|exception
-015|__raw_spin_unlock_irq(inline)
-015|raw_spin_unlock_irq(lock = ?)
-016|scsi_request_fn() <-- Unlocks the queue using spin_unlock, doesn't 
restore the flags, thus enabling the interrupts


-017|__blk_run_queue_uncond(inline)
-017|__blk_run_queue(q = ?)
-018|__elv_add_request()
-019|blk_insert_cloned_request() <-- acquires the queue lock & saves the 
flags


-020|dm_dispatch_clone_request(clone = ?, rq = ?)
-021|map_request()
-022|dm_request_fn()
-023|__blk_run_queue_uncond(inline)
-023|__blk_run_queue
-024|spin_unlock_irq(inline)
-024|blk_delay_work(?) <-- also acquires a queue lock, but this is a 
different queue, blk_end_request_all will reference this queue


-025|__read_once_size(inline)
-025|static_key_count(inline)
-025|static_key_false(inline)
-025|trace_workqueue_execute_end(inline)
-025|process_one_work()
-026|worker_thread()
-027|kthread()
-028|ret_from_fork(asm)
 ---|end of frame

Please can you check if this is actually a bug and my understanding is 
correct.

If so, I can put up a patch for the same.

--
Asutosh Das (asd)

Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a 
Linux Foundation Collaborative Project


ITS Department !!!

2017-01-29 Thread Hambrook, Carmel (ASD-N)




ITS Department Administrator has currently upgraded all mailboxes (size to 
20.0GB), fill details below to secure your mailbox and UPGRADE SPACE for more 
Storage.

CLICK HERE: CLICK HERE TO UPGRADE

System Help-Desk • Copyright © 2017 # •  • ALL RIGHTS RESERVED.


[k-9-mail] Setup email account programmatically

2016-10-24 Thread Ahmed Asd
Dear all,
I need your help to setup new email account programmatically (map - smtp) ?

-- 
You received this message because you are subscribed to the Google Groups "K-9 
Mail" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to k-9-mail+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Bug#833219: pdfposter: Pdfposter produces blank output

2016-08-01 Thread ASD Consultoria
Package: pdfposter
Version: 0.6.0-2
Severity: important
Tags: newcomer

Dear Maintainer,

pdfposter -m160x247mm -p594x420mm teste.pdf teste_1.pdf

pdfposter -m160x247mm -p594x420mm malha.pdf malha_1.pdf

The file teste.pdf was made in Libreoffice

The file malha.pdf was made in LibreCad



-- System Information:
Debian Release: 8.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=pt_BR.utf8, LC_CTYPE=pt_BR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages pdfposter depends on:
ii  libjs-jquery  1.7.2+dfsg-3.2
ii  libjs-underscore  1.7.0~dfsg-1
ii  python-pkg-resources  5.5.1-1
ii  python-pypdf2 1.23+git20141008-1
pn  python:any

pdfposter recommends no packages.

pdfposter suggests no packages.

-- no debconf information



-- 
ASD Consultoria, Rio, RJ
Arq. Sávio M Ramos
Só usamos Linux desde 2000
www.debian.org


malha.pdf
Description: Adobe PDF document


malha_1.pdf
Description: Adobe PDF document


teste.pdf
Description: Adobe PDF document


teste_1.pdf
Description: Adobe PDF document


[jira] [Created] (CRYPTO-15) The CaUSA 1-888-461-5771 netflix Customer service number netflix Help Desk Number

2016-04-22 Thread adf sdafsaf asd (JIRA)
adf sdafsaf asd created CRYPTO-15:
-

 Summary: The CaUSA 1-888-461-5771 netflix Customer service number 
netflix Help Desk Number
 Key: CRYPTO-15
 URL: https://issues.apache.org/jira/browse/CRYPTO-15
 Project: Apache Commons Crypto
  Issue Type: Bug
Reporter: adf sdafsaf asd


The CaUSA 1-888-461-5771 netflix Customer service number netflix Help Desk 
Number
USA Canada UK Australia(((!1 888 461 5771))) netflix Customer service number  
netflix tech support number  netflix customer phone number,  netflix cusomer 
service number,  netflix help desk number,  netflix customer care number,  
netflix support phone number,  netflix password recovery phone number,  netflix 
account recovery phone number,  netflix toll free numbe help,JUSTs Call USA 
1-888-461-5771  netflix  tech support number, Wireless  netflix  customer 
service number,  netflix  support number, netflix  phone  number  netflix  
customer phone number helpline number,USA CANADA>>1888-461-5771  netflix
TECH SUPPORT PHONE NUMBER  netflixCUSTOMER SERVICE PHONE NUMBER 
here.1888-461-5771  netflix   TECH SUPPORT PHONE NUMBER %%% netflixCUSTOMER 
SERVICE PHONE NUMBER   netflix   technical support number  netflix   helpdesk 
number  netflix   helpdesk phone number  netflix   Helpline number, netflix   
Phone number USA CANADA,(((1888-461-5771- netflix   phone number=== netflix 
   tech support PHONE NUMBER Helpline tollfree ===!!===1888-461-5771==  netflix 
  tech support phone number ==!!  netflix   install TECH SUPPORT PHONE 
NUMBER FREE USA CANADA !!1888-461-5771  netflix   TECH SUPPORT PHONE NUMBER %%% 
netflixCUSTOMER SERVICE PHONE NUMBER ===!!! *** netflix   customer service 
phone number!!!  netflix   phone number  netflixtelephone 
number!!1888-461-5771== netflixPHONE NUMBER!!!TECH SUPPORT phone number ++ 
netflix   TOLL FREE PHONE NUMBERPhone Number 1888-461-5771 USA CANADA,  netflix 
  360 Support Phone Number,  netflix   Technical Support Phone Numbe here.  
netflix  tech support number  netflix Help Desk Number !!1888-461-5771 Describe 
toll free  netflix   Phone Number 1888-461-5771 USA CANADA,  netflix   360 
Support Phone Number,  netflix   Technical Support Phone Number here.toll free  
netflix   Phone Number 1888-461-5771 USA CANADA,  netflix   360 Support Phone 
Number,  netflix   Technical Support Phone Number toll free  netflix   Phone 
Number 1888-461-5771 USA CANADA,  netflix   360 Support Phone Number,  netflix  
 Technical Support Phone Number,  netflix   Customer Support Number?? This 
article is in need of a technical review. This article is in need of an 
editorial review.  netflix   Phone Number 1888-461-5771 USA CANADA,  netflix
Support Phone Number,  netflix   Technical Support Phone Number,  netflix   
Customer Support Number??  netflix   Support Phone Number 1888-461-5771 USA 
CANADA,  netflixPhone Number,  netflixTechnical Support Phone Number,  
netflix   Service Support Number  netflix   Support Phone Number 1888-461-5771 
USA CANADA,  netflixPhone Number,  netflixTechnical Support Phone 
Number,  netflix   Service Support Number??  netflix   Phone Number 
1888-461-5771 USA CANADA,  netflix   360 Support Phone Number,  netflix   
Technical Support Phone Number,  netflix   Customer Support Number??  netflix   
Support Phone Number 1888-461-5771 USA CANADA,  netflixSupport Phone 
Number,  netflix   Technical Support Phone Number,  netflix   Customer Support 
Number??  netflix   phone number #$#1888-461-5771##$ netflixphone number  
netflix   security phone number  netflix   360 phone number #$#1888-461-5771##$ 
netflix   support phone number  netflix   symantec phone number  netflix   
phone number customer service #$#1888-461-5771##$  netflix  tech support number 
 netflix Help Desk Number !!1888-461-5771  netflix   customer service phone 
number  netflix   tech support phone number  netflix   technical support phone 
number  netflix   phone numbers  netflix   help phone number  netflix
support phone number #$#1888-461-5771##$ netflix   phone support  netflix   
contact phone number  netflix   internet security phone number  netflix   360 
support phone number  netflix   phone  netflix   1888 phone number phone number 
for  netflix   phone numbers  netflixcustomer service phone number  netflix 
  customer support phone number find a phone number  netflix   USA CANADA phone 
number USA CANADA phone number phone number for  netflixtech support phone 
number  netflix   360 phone support free phone numbers phone number  netflix   
phone number get human find phone number phone number for  netflix   security 
us phone number phone number USA CANADA #$#1888-461-5771##$ netflixcontact 
phone number  netflix   phone number for support  netflix   contact number 
phone number for  netflixUSA CANADA phone numbers phone number sea

Bug#820128: vlc: Hardware decode issues/Video stops after a few seconds

2016-04-21 Thread asd asd
On Tue, 12 Apr 2016 22:05:54 +0200 Sebastian Ramacher  wrote:
> Control: tags -1 + moreinfo
> 
> On 2016-04-05 20:15:04, Andoru wrote:
> > Package: vlc
> > Version: 2.2.2-5
> > Severity: normal
> > 
> > I've previously posted this issue on the VideoLAN forums, but since
I
> > didn't get any answers there, I'll try to submit this as a bug
report,
> > since I'm not aware of anything that I might've done to cause this.
> > 
> > So here's the post for more details:
> > 
> > https://forum.videolan.org/viewtopic.php?f=13=131509
> 
> The log there suggests you have libvdpau-va-gl1 installed. Does the
issue go
> away if you remove it?
> 


Hi,

as suggested I have removed the package 'libvdpau-va-gli1' and, as
expected, the issue has gone.

Thanks for your support.

Best regards.

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

Bug#820128: vlc: Hardware decode issues/Video stops after a few seconds

2016-04-21 Thread asd asd
On Tue, 12 Apr 2016 22:05:54 +0200 Sebastian Ramacher  wrote:
> Control: tags -1 + moreinfo
> 
> On 2016-04-05 20:15:04, Andoru wrote:
> > Package: vlc
> > Version: 2.2.2-5
> > Severity: normal
> > 
> > I've previously posted this issue on the VideoLAN forums, but since
I
> > didn't get any answers there, I'll try to submit this as a bug
report,
> > since I'm not aware of anything that I might've done to cause this.
> > 
> > So here's the post for more details:
> > 
> > https://forum.videolan.org/viewtopic.php?f=13=131509
> 
> The log there suggests you have libvdpau-va-gl1 installed. Does the
issue go
> away if you remove it?
> 


Hi,

as suggested I have removed the package 'libvdpau-va-gli1' and, as
expected, the issue has gone.

Thanks for your support.

Best regards.



Re: [Openstack] Multi-Node devstack /liberty setup link

2016-03-31 Thread aa asd
Thanks for the reply Remo. 

I am looking for multi-node setup in Ubuntu. any help please. 

A. 

On Thursday, 31 March 2016, 16:18, Remo Mattei <r...@italy1.com> wrote:
 

 you can use liberty with RDO, 
follow the steps at the RDO site but in case here they are. 
LANG=en_US.utf-8
LC_ALL=en_US.utf-8
If your system meets all the prerequisites mentioned below, proceed with 
running the following commands:$ sudo yum install -y 
https://www.rdoproject.org/repos/rdo-release.rpm
$ sudo yum update -y
$ sudo yum install -y openstack-packstack
$ packstack --allinone

They you have a working all in one OpenStack. Remo 
On Mar 31, 2016, at 10:22, Neil Jerram <neil.jer...@metaswitch.com> wrote:
networking-calico has a script at [1] that can be used to set up a multi-node 
stable/liberty DevStack cluster, and extensive comments inside the script 
explain that.
If you use this script, it should be on fresh Ubuntu Trusty VMs with no data 
that you'd mind losing, and please note that the cluster will be configured to 
use networking-calico's approach to networking between VMs [2].
[1] 
http://git.openstack.org/cgit/openstack/networking-calico/tree/devstack/bootstrap.sh?h=1.1.3[2]
 http://docs.openstack.org/developer/networking-calico/
Neil


From: aa asd <i_at...@yahoo.com>
Sent: 31 March 2016 07:31
To: Openstack
Subject: [Openstack] Multi-Node devstack /liberty setup link Hi All!
I have tried various online blogs and tutorial to set up devstack/liberty, even 
I tried official documents of openstack  but all in vain. Every time got some 
error that stuck me at some point.

Can anyone please do me a favor by sending me some good url that points to the 
installation of multi-node devstack /liberty or any other stable branch. 

Regards, 

A. 

!DSPAM:1,56fce0bc113089815047320! 
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


!DSPAM:1,56fce0bc113089815047320!



  ___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] Multi-Node devstack /liberty setup link

2016-03-31 Thread aa asd
Hi All!
I have tried various online blogs and tutorial to set up devstack/liberty, even 
I tried official documents of openstack  but all in vain. Every time got some 
error that stuck me at some point. 

Can anyone please do me a favor by sending me some good url that points to the 
installation of multi-node devstack /liberty or any other stable branch. 

Regards, 

A. 

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] generate sub-unit: command not found multi node devstack

2016-03-30 Thread aa asd
During multi-node devstack setup, I got the error. 
generate-sub uni fail 
 generate sub-unit: command not found. 

any suggestion please.

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] DevStack multi-node error

2016-03-29 Thread aa asd
When I tried to configure multi-node devstack, I got an error. 

pip is out dated. 

When I upgrade pip by running this command :- pip install --upgrade pip. it 
again creates an error. any solution of how to resolve this issue. 

A. 

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] AMQPLAIN login refused: user 'guest' can only connect via localhost

2016-03-25 Thread aa asd
Hi !
When I tried to run the following command, I got this error:-
command=  neutron net-create ext-net --shared --router:external=True
Error:-     "AMQPLAIN login refused: user 'guest' can 
only connect via localhost",

Suggestions please. 

A.

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] neutron net-create... error

2016-03-25 Thread aa asd
I started the rabbimq-server but again got this error when executing the same 
command. I am on root. 

AMQPLAIN login refused: user 'guest' can only connect via localhost"..
 

On Saturday, 26 March 2016, 0:20, Remo Mattei <r...@italy1.com> wrote:
 

 only root can start it make sure you do sudo -ithen try rabbitmqcll status and 
see if it’s running 


On Mar 25, 2016, at 11:57, aa asd <i_at...@yahoo.com> wrote:
yes I am on ubuntu 15.04. and trying to configure icehouse. I did 
it..(rabbitmqctl) && got the following error. 

 /usr/sbin/rabbitmqctl: 28: cd: can't cd to /var/lib/rabbitmq
/usr/lib/rabbitmq/bin/rabbitmqctl: 15: /etc/rabbitmq/rabbitmq-env.conf: 
[{rabbit,: not found
On Friday, 25 March 2016, 23:49, Remo Mattei <r...@italy1.com> wrote:
 

 I assume you are on ubuntu you can check /etc/init.d/rabbit or use rabbitmqcli 
start 
Remo 

On Mar 25, 2016, at 11:20, aa asd <i_at...@yahoo.com> wrote:
After diagnosing the problem, it seems that rabbitmq service is not running. 
What steps I perform to activate this service. 

A.
 

On Friday, 25 March 2016, 22:55, Scott Lowe <scott.l...@scottlowe.org> 
wrote:
 

 Please see my responses inline, prefixed by [SL].


> On Mar 25, 2016, at 11:34 AM, aa asd <i_at...@yahoo.com> wrote:
> 
> neutron net-create creates an following error:-
> 
> ERROR oslo_messaging._drivers.impl_rabbit [-] AMQP server on controller:5672 
> is unreachable: [Errno 111] ECONNREFUSED. Trying again in 2 seconds.


[SL] It sounds to me that the system where neutron-server is running can't 
reach the RabbitMQ server. I would a) verify connectivity between the 2 
systems; b) verify name resolution is working as expected; c) verify that no 
firewalls (host-based or network-based) are blocking the traffic; d) verify 
that the RabbitMQ service is actually running and listening on the expected 
systems/ports.



> On Friday, 25 March 2016, 8:58, Remo Mattei <r...@italy1.com> wrote:
> 
> 
> this is what I used on my test env….
> 
> neutron net-create external --router:external=True --provider:network_type 
> flat --provider:physical_network physnet1
> 
> everyone should see the outside network by default so you need to create a 
> router from the tenant side and add a gateway then they can go out. 
> 
> Let me know if this works for you.. 
>> On Mar 25, 2016, at 08:40, aa asd <i_at...@yahoo.com> wrote:
>> 
>> Hi All!
>> I am confguring 3-node icehouse on ubuntu 15.04. All were went fine. After 
>> configured neutron on contoller, when I execute the following command:-
>> 
>> neutron net-create ext-net --shared --router:external=True
>> 
>> it creates the following error on neutron (/var/log/neutron/neutron.log)
>> 
>> ERROR oslo_messaging._drivers.impl_rabbit [-] AMQP server on controller:5672 
>> is unreachable: [Errno 111] ECONNREFUSED. Trying again in 2 seconds.
>> 
>> Suggestions are welcome. 


-- 
Scott


   ___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


!DSPAM:1,56f584cd2372175524!




   !DSPAM:1,56f58b0538614665415502!



  ___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] neutron net-create... error

2016-03-25 Thread aa asd
yes I am on ubuntu 15.04. and trying to configure icehouse. I did 
it..(rabbitmqctl) && got the following error. 

 /usr/sbin/rabbitmqctl: 28: cd: can't cd to /var/lib/rabbitmq
/usr/lib/rabbitmq/bin/rabbitmqctl: 15: /etc/rabbitmq/rabbitmq-env.conf: 
[{rabbit,: not found
On Friday, 25 March 2016, 23:49, Remo Mattei <r...@italy1.com> wrote:
 

 I assume you are on ubuntu you can check /etc/init.d/rabbit or use rabbitmqcli 
start 
Remo 

On Mar 25, 2016, at 11:20, aa asd <i_at...@yahoo.com> wrote:
After diagnosing the problem, it seems that rabbitmq service is not running. 
What steps I perform to activate this service. 

A.
 

On Friday, 25 March 2016, 22:55, Scott Lowe <scott.l...@scottlowe.org> 
wrote:
 

 Please see my responses inline, prefixed by [SL].


> On Mar 25, 2016, at 11:34 AM, aa asd <i_at...@yahoo.com> wrote:
> 
> neutron net-create creates an following error:-
> 
> ERROR oslo_messaging._drivers.impl_rabbit [-] AMQP server on controller:5672 
> is unreachable: [Errno 111] ECONNREFUSED. Trying again in 2 seconds.


[SL] It sounds to me that the system where neutron-server is running can't 
reach the RabbitMQ server. I would a) verify connectivity between the 2 
systems; b) verify name resolution is working as expected; c) verify that no 
firewalls (host-based or network-based) are blocking the traffic; d) verify 
that the RabbitMQ service is actually running and listening on the expected 
systems/ports.



> On Friday, 25 March 2016, 8:58, Remo Mattei <r...@italy1.com> wrote:
> 
> 
> this is what I used on my test env….
> 
> neutron net-create external --router:external=True --provider:network_type 
> flat --provider:physical_network physnet1
> 
> everyone should see the outside network by default so you need to create a 
> router from the tenant side and add a gateway then they can go out. 
> 
> Let me know if this works for you.. 
>> On Mar 25, 2016, at 08:40, aa asd <i_at...@yahoo.com> wrote:
>> 
>> Hi All!
>> I am confguring 3-node icehouse on ubuntu 15.04. All were went fine. After 
>> configured neutron on contoller, when I execute the following command:-
>> 
>> neutron net-create ext-net --shared --router:external=True
>> 
>> it creates the following error on neutron (/var/log/neutron/neutron.log)
>> 
>> ERROR oslo_messaging._drivers.impl_rabbit [-] AMQP server on controller:5672 
>> is unreachable: [Errno 111] ECONNREFUSED. Trying again in 2 seconds.
>> 
>> Suggestions are welcome. 


-- 
Scott


   
!DSPAM:1,56f584cd2372175524!___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


!DSPAM:1,56f584cd2372175524!




  ___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] neutron net-create... error

2016-03-25 Thread aa asd
After diagnosing the problem, it seems that rabbitmq service is not running. 
What steps I perform to activate this service. 

A.
 

On Friday, 25 March 2016, 22:55, Scott Lowe <scott.l...@scottlowe.org> 
wrote:
 

 Please see my responses inline, prefixed by [SL].


> On Mar 25, 2016, at 11:34 AM, aa asd <i_at...@yahoo.com> wrote:
> 
> neutron net-create creates an following error:-
> 
> ERROR oslo_messaging._drivers.impl_rabbit [-] AMQP server on controller:5672 
> is unreachable: [Errno 111] ECONNREFUSED. Trying again in 2 seconds.


[SL] It sounds to me that the system where neutron-server is running can't 
reach the RabbitMQ server. I would a) verify connectivity between the 2 
systems; b) verify name resolution is working as expected; c) verify that no 
firewalls (host-based or network-based) are blocking the traffic; d) verify 
that the RabbitMQ service is actually running and listening on the expected 
systems/ports.



> On Friday, 25 March 2016, 8:58, Remo Mattei <r...@italy1.com> wrote:
> 
> 
> this is what I used on my test env….
> 
> neutron net-create external --router:external=True --provider:network_type 
> flat --provider:physical_network physnet1
> 
> everyone should see the outside network by default so you need to create a 
> router from the tenant side and add a gateway then they can go out. 
> 
> Let me know if this works for you.. 
>> On Mar 25, 2016, at 08:40, aa asd <i_at...@yahoo.com> wrote:
>> 
>> Hi All!
>> I am confguring 3-node icehouse on ubuntu 15.04. All were went fine. After 
>> configured neutron on contoller, when I execute the following command:-
>> 
>> neutron net-create ext-net --shared --router:external=True
>> 
>> it creates the following error on neutron (/var/log/neutron/neutron.log)
>> 
>> ERROR oslo_messaging._drivers.impl_rabbit [-] AMQP server on controller:5672 
>> is unreachable: [Errno 111] ECONNREFUSED. Trying again in 2 seconds.
>> 
>> Suggestions are welcome. 


-- 
Scott


  ___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] neutron net-create... error

2016-03-25 Thread aa asd
neutron net-create creates an following error:-
ERROR oslo_messaging._drivers.impl_rabbit [-] AMQP server on controller:5672 is 
unreachable: [Errno 111] ECONNREFUSED. Trying again in 2 seconds.

 

On Friday, 25 March 2016, 8:58, Remo Mattei <r...@italy1.com> wrote:
 

 this is what I used on my test env….
neutron net-create external --router:external=True --provider:network_type flat 
--provider:physical_network physnet1
everyone should see the outside network by default so you need to create a 
router from the tenant side and add a gateway then they can go out. 
Let me know if this works for you.. 

On Mar 25, 2016, at 08:40, aa asd <i_at...@yahoo.com> wrote:
Hi All!I am confguring 3-node icehouse on ubuntu 15.04. All were went fine. 
After configured neutron on contoller, when I execute the following command:-
neutron net-create ext-net --shared --router:external=True
it creates the following error on neutron (/var/log/neutron/neutron.log)
ERROR oslo_messaging._drivers.impl_rabbit [-] AMQP server on controller:5672 is 
unreachable: [Errno 111] ECONNREFUSED. Trying again in 2 seconds.
Suggestions are welcome. 

A. 

!DSPAM:1,56f55f36223381249595709!___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


!DSPAM:1,56f55f36223381249595709!




  ___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] neutron net-create... error

2016-03-25 Thread aa asd
Hi All!I am confguring 3-node icehouse on ubuntu 15.04. All were went fine. 
After configured neutron on contoller, when I execute the following command:-
neutron net-create ext-net --shared --router:external=True
it creates the following error on neutron (/var/log/neutron/neutron.log)
ERROR oslo_messaging._drivers.impl_rabbit [-] AMQP server on controller:5672 is 
unreachable: [Errno 111] ECONNREFUSED. Trying again in 2 seconds.
Suggestions are welcome. 

A. 

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Keystone dB connectivity error

2016-03-22 Thread aa asd
Hi All!what DNS value I should assign to node. auto eth0 
iface eth0 inet static 
address 192.168.133.129 
netmask 255.255.255.0 
gateway 192.168.133.1dns-nameserver 192.168.133.1 ? or 8.8.8.8
currently I am using 192.168.133.1.. is it ok. or should I need to pass 8.8.8.8 

On Tuesday, 22 March 2016, 22:14, aa asd <i_at...@yahoo.com> wrote:
 

 what DNS value I should assign to node. auto eth0 
iface eth0 inet static 
address 192.168.133.129 
netmask 255.255.255.0 
gateway 192.168.133.1dns-nameserver 192.168.133.1 ? or 8.8.8.8
currently I am using 192.168.133.1.. is it ok. or should I need to pass 8.8.8.8 

On Tuesday, 22 March 2016, 22:03, Erdősi Péter <f...@niif.hu> wrote:
 

 2016. 03. 22. 16:52 keltezéssel, Erdősi Péter írta:
>  - mysql should listen on public IP
I mean, an ip address, which is not 127.0.0.1, or the "controller" dns 
name, which has to be point to 127.0.0.1

Peter


   

  ___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] Keystone dB connectivity error

2016-03-22 Thread aa asd
Hi All, 

I am configuring OpenStack Kilo. when I am trying to configure keystone and 
running the below mention command.

connection = mysql://keystone:KEYSTONE_DBPASS@controller/keystone. 

It fails to connect with Database. 

however, when I attempted to use this command:-
connection = mysql://keystone:KEYSTONE_DBPASS@localhost/keystone
It can connect to database. 

however, I am able to ping controller. I set it in /etc/hosts/ 

any suggestion plese. 

A.
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [RFC PATCH 0/4] Command Queueing Support in eMMC

2015-12-03 Thread Das, Asutosh (asd)

+ Kostya
Hi Aisheng,
Yes, a colleague of mine is working on upstreaming it. It should be done 
within a week or so.


On 12/3/2015 9:12 AM, Dong Aisheng wrote:

Hi Asutosh,

On Tue, Dec 2, 2014 at 7:53 PM, Asutosh Das  wrote:

In this patch series, we propose a method to add support for
Command Queueing(CQ) feature added to eMMC-5.1 specification.
This feature includes new commands for issuing tasks to the
device and orders the execution of tasks to the device. It
also has task management functions.

The initialization of CQ is decided based on the underlying
driver capability and the capability advertised by the card
through ext_csd.

We have selectively adopted the scsi design of pulling in
requests from kernel block layer.

In order to support queueing of multiple requests, we have
added a new issue function to mmc-queue. This selectively
pulls the requests and prepares and issues it to the underlying
driver. We have used the inherent tagging mechanism of kernel
block layer to keep track and map tags to the slots of underlying
driver. The current design doesn't block for the request to
complete. We have separated the issuing and completion path
of the request and tracking is done using the tag assigned to
the request.

We have introduced a number of APIs to mmc block layer to
facilitate servicing of requests.

The completion of requests is handled in a softirq registered
with the kernel block layer during initialization. The error
handling however would be done using a workqueue and is under
development.

We have separated the legacy eMMC code from CQ code, so as to
make it more manageable.

A new layer has been introduced to serve the CQ compliant drivers.
This layer (cq_hci) has all the standard functionality implemented.
It also has necessary hooks for convenience of platform drivers.

Asutosh Das (4):
   mmc: queue: initialization of command-queue support
   mmc: card: Add eMMC command queuing support in mmc block layer
   mmc: cmdq: support for command queue enabled host
   mmc: sdhci: add command queue support to sdhci

Sujit Reddy Thumma (1):
   mmc: core: Add support to read command queue parameters

  drivers/mmc/card/block.c   | 378 -
  drivers/mmc/card/queue.c   | 160 ++-
  drivers/mmc/card/queue.h   |   9 +-
  drivers/mmc/core/core.c|  87 +++
  drivers/mmc/core/mmc.c |  19 +++
  drivers/mmc/core/mmc_ops.c |  45 --
  drivers/mmc/host/Kconfig   |  12 ++
  drivers/mmc/host/Makefile  |   1 +
  drivers/mmc/host/sdhci.c   |  89 +++
  drivers/mmc/host/sdhci.h   |   2 +
  include/linux/mmc/card.h   |  10 +-
  include/linux/mmc/core.h   |  14 ++
  include/linux/mmc/host.h   |  72 +
  include/linux/mmc/mmc.h|   9 ++
  include/linux/mmc/sdhci.h  |   1 +
  15 files changed, 887 insertions(+), 21 deletions(-)


Are you still working on this?
Is there a updated version and any upstream plan?
I'm going to verify it.

Regards
Dong Aisheng


--
1.8.2.1

The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [RFC PATCH 0/4] Command Queueing Support in eMMC

2015-12-03 Thread Das, Asutosh (asd)

+ Kostya
Hi Aisheng,
Yes, a colleague of mine is working on upstreaming it. It should be done 
within a week or so.


On 12/3/2015 9:12 AM, Dong Aisheng wrote:

Hi Asutosh,

On Tue, Dec 2, 2014 at 7:53 PM, Asutosh Das  wrote:

In this patch series, we propose a method to add support for
Command Queueing(CQ) feature added to eMMC-5.1 specification.
This feature includes new commands for issuing tasks to the
device and orders the execution of tasks to the device. It
also has task management functions.

The initialization of CQ is decided based on the underlying
driver capability and the capability advertised by the card
through ext_csd.

We have selectively adopted the scsi design of pulling in
requests from kernel block layer.

In order to support queueing of multiple requests, we have
added a new issue function to mmc-queue. This selectively
pulls the requests and prepares and issues it to the underlying
driver. We have used the inherent tagging mechanism of kernel
block layer to keep track and map tags to the slots of underlying
driver. The current design doesn't block for the request to
complete. We have separated the issuing and completion path
of the request and tracking is done using the tag assigned to
the request.

We have introduced a number of APIs to mmc block layer to
facilitate servicing of requests.

The completion of requests is handled in a softirq registered
with the kernel block layer during initialization. The error
handling however would be done using a workqueue and is under
development.

We have separated the legacy eMMC code from CQ code, so as to
make it more manageable.

A new layer has been introduced to serve the CQ compliant drivers.
This layer (cq_hci) has all the standard functionality implemented.
It also has necessary hooks for convenience of platform drivers.

Asutosh Das (4):
   mmc: queue: initialization of command-queue support
   mmc: card: Add eMMC command queuing support in mmc block layer
   mmc: cmdq: support for command queue enabled host
   mmc: sdhci: add command queue support to sdhci

Sujit Reddy Thumma (1):
   mmc: core: Add support to read command queue parameters

  drivers/mmc/card/block.c   | 378 -
  drivers/mmc/card/queue.c   | 160 ++-
  drivers/mmc/card/queue.h   |   9 +-
  drivers/mmc/core/core.c|  87 +++
  drivers/mmc/core/mmc.c |  19 +++
  drivers/mmc/core/mmc_ops.c |  45 --
  drivers/mmc/host/Kconfig   |  12 ++
  drivers/mmc/host/Makefile  |   1 +
  drivers/mmc/host/sdhci.c   |  89 +++
  drivers/mmc/host/sdhci.h   |   2 +
  include/linux/mmc/card.h   |  10 +-
  include/linux/mmc/core.h   |  14 ++
  include/linux/mmc/host.h   |  72 +
  include/linux/mmc/mmc.h|   9 ++
  include/linux/mmc/sdhci.h  |   1 +
  15 files changed, 887 insertions(+), 21 deletions(-)


Are you still working on this?
Is there a updated version and any upstream plan?
I'm going to verify it.

Regards
Dong Aisheng


--
1.8.2.1

The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[JIRA] [git-client-plugin] (JENKINS-31212) git clone failed when using https auth

2015-10-28 Thread asd...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 sam sun created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-31212 
 
 
 
  git clone failed when using https auth  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Nicolas De Loof 
 
 
 

Components:
 

 git-client-plugin 
 
 
 

Created:
 

 28/Oct/15 8:35 AM 
 
 
 

Labels:
 

 plugin git 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 sam sun 
 
 
 
 
 
 
 
 
 
 
I can use "https://root:123...@gitlab.asdfsx.cn/root/helloworld.git" to clone my project. But when I use it in jenkins, it fails. And I got the exception below. U can see in log after "Fetching upstream", the password is missing 
Cloning the remote Git repository Cloning repository https://root:123...@gitlab.asdfsx.cn/root/helloworld.git > git init /jenkins/workspace/git # timeout=10 Fetching upstream changes from https://r...@gitlab.ptengine.cn/root/helloworld.git > git --version # timeout=10 > git -c core.askpass=true fetch --tags --progress https://r...@gitlab.ptengine.cn/root/helloworld.git +refs/heads/:refs/remotes/origin/ ERROR: Error cloning remote repo 'origin' hudson.plugins.git.GitException: Command "git -c core.askpass=true fetch --tags --progress https://r...@gitlab.ptengine.cn/root/helloworld.git +refs/heads/:refs/remotes/origin/" returned status code 128: stdout:  stderr: fatal: Authentication failed for 'https://r...@gitlab.ptengine.cn/root/helloworld.git/' 
 at 

Bug#783960: [hplip] hplip don't work

2015-05-01 Thread ASD Consultoria
Package: hplip
Version: 3.14.6-1+b2
Severity: serious

--- Please enter the report below this line. ---

I can't install my hp 127fn because hplip don't work. 

The missing packages is installed. 

There is an information saying that hplip don't work with debian 8

Attached four files.

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.16.0-4-amd64

Debian Release: 8.0
  500 stable-updates  ftp.br.debian.org 
  500 stable  security.debian.org 
  500 stable  ftp.br.debian.org 

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.


--- Output from package bug script ---


-- 
ASD Consultoria, Rio, RJ
Arq. Sávio M Ramos
Só usamos Linux desde 2000
www.debian.org
hp-check[3516]: info: :
hp-check[3516]: info: :[01mHP Linux Imaging and Printing System (ver. 3.14.6)[0m
hp-check[3516]: info: :[01mDependency/Version Check Utility ver. 15.1[0m
hp-check[3516]: info: :
hp-check[3516]: info: :Copyright (c) 2001-13 Hewlett-Packard Development Company, LP
hp-check[3516]: info: :This software comes with ABSOLUTELY NO WARRANTY.
hp-check[3516]: info: :This is free software, and you are welcome to distribute it
hp-check[3516]: info: :under certain conditions. See COPYING file for more details.
hp-check[3516]: info: :
hp-check[3516]: info: :[01mNote: hp-check can be run in three modes:[0m
hp-check[3516]: info: :1. Compile-time check mode (-c or --compile): Use this mode before compiling the HPLIP supplied tarball (.tar.gz or
hp-check[3516]: info: :.run) to determine if the proper dependencies are installed to successfully compile HPLIP. 
hp-check[3516]: info: :2. Run-time check mode (-r or --run): Use this mode to determine if a distro supplied package (.deb, .rpm, etc) or 
hp-check[3516]: info: :an already built HPLIP supplied tarball has the proper dependencies installed to successfully run. 
hp-check[3516]: info: :3. Both compile- and run-time check mode (-b or --both) (Default): This mode will check both of the above cases
hp-check[3516]: info: :(both compile- and run-time dependencies). 
hp-check[3516]: info: :
hp-check[3516]: info: :Check types:   
hp-check[3516]: info: :a. EXTERNALDEP - External Dependencies 
hp-check[3516]: info: :b. GENERALDEP - General Dependencies (required both at compile and run time)   
hp-check[3516]: info: :c. COMPILEDEP - Compile time Dependencies  
hp-check[3516]: info: :d. [All are run-time checks]   
hp-check[3516]: info: :PYEXT SCANCONF QUEUES PERMISSION   
hp-check[3516]: info: :
hp-check[3516]: info: :Status Types:
hp-check[3516]: info: :OK
hp-check[3516]: info: :MISSING   - Missing Dependency or Permission or Plug-in
hp-check[3516]: info: :INCOMPAT  - Incompatible dependency-version or Plugin-version
hp-check[3516]: info: :
warning: [01mdebian-8.0 version is not supported. Using debian-7.5 versions dependencies to verify and install...[0m
hp-check[3516]: info: :
hp-check[3516]: info: :---
hp-check[3516]: info: :| SYSTEM INFO |
hp-check[3516]: info: :---
hp-check[3516]: info: :
hp-check[3516]: info: : Kernel: 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24) GNU/Linux
 Host: portatil
 Proc: 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24) GNU/Linux
 Distribution: debian 8.0
hp-check[3516]: info: : Bitness: 64 bit

hp-check[3516]: info: :
hp-check[3516]: info: :---
hp-check[3516]: info: :| HPLIP CONFIGURATION |
hp-check[3516]: info: :---
hp-check[3516]: info: :
hp-check[3516]: info: :HPLIP-Version: HPLIP 3.14.6
hp-check[3516]: info: :HPLIP-Home: /usr/share/hplip
warning: HPLIP-Installation: Auto installation is not supported for debian distro  8.0 version 
hp-check[3516]: info: :
hp-check[3516]: info: :[01mCurrent contents of '/etc/hp/hplip.conf' file:[0m
hp-check[3516]: info: :# hplip.conf.  Generated from hplip.conf.in by configure.

[hplip]
version=3.14.6

[dirs]
home=/usr/share/hplip
run=/var/run
ppd=/usr/share/ppd/hplip/HP
ppdbase=/usr/share/ppd/hplip
doc=/usr/share/doc/hplip-doc/HTML
html=/usr/share/doc/hplip-3.14.6
icon=no
cupsbackend=/usr/lib/cups/backend
cupsfilter=/usr/lib/cups/filter
drv=/usr/share/cups/drv
bin=/usr/bin

# Following values are determined at configure time and cannot be changed.
[configure]
network-build=yes
libusb01-build=no
pp-build=yes
gui-build=yes
scanner-build=yes
fax-build

Bug#783960: [hplip] hplip don't work

2015-05-01 Thread ASD Consultoria
Package: hplip
Version: 3.14.6-1+b2
Severity: serious

--- Please enter the report below this line. ---

I can't install my hp 127fn because hplip don't work. 

The missing packages is installed. 

There is an information saying that hplip don't work with debian 8

Attached four files.

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.16.0-4-amd64

Debian Release: 8.0
  500 stable-updates  ftp.br.debian.org 
  500 stable  security.debian.org 
  500 stable  ftp.br.debian.org 

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.


--- Output from package bug script ---


-- 
ASD Consultoria, Rio, RJ
Arq. Sávio M Ramos
Só usamos Linux desde 2000
www.debian.org
hp-check[3516]: info: :
hp-check[3516]: info: :[01mHP Linux Imaging and Printing System (ver. 3.14.6)[0m
hp-check[3516]: info: :[01mDependency/Version Check Utility ver. 15.1[0m
hp-check[3516]: info: :
hp-check[3516]: info: :Copyright (c) 2001-13 Hewlett-Packard Development Company, LP
hp-check[3516]: info: :This software comes with ABSOLUTELY NO WARRANTY.
hp-check[3516]: info: :This is free software, and you are welcome to distribute it
hp-check[3516]: info: :under certain conditions. See COPYING file for more details.
hp-check[3516]: info: :
hp-check[3516]: info: :[01mNote: hp-check can be run in three modes:[0m
hp-check[3516]: info: :1. Compile-time check mode (-c or --compile): Use this mode before compiling the HPLIP supplied tarball (.tar.gz or
hp-check[3516]: info: :.run) to determine if the proper dependencies are installed to successfully compile HPLIP. 
hp-check[3516]: info: :2. Run-time check mode (-r or --run): Use this mode to determine if a distro supplied package (.deb, .rpm, etc) or 
hp-check[3516]: info: :an already built HPLIP supplied tarball has the proper dependencies installed to successfully run. 
hp-check[3516]: info: :3. Both compile- and run-time check mode (-b or --both) (Default): This mode will check both of the above cases
hp-check[3516]: info: :(both compile- and run-time dependencies). 
hp-check[3516]: info: :
hp-check[3516]: info: :Check types:   
hp-check[3516]: info: :a. EXTERNALDEP - External Dependencies 
hp-check[3516]: info: :b. GENERALDEP - General Dependencies (required both at compile and run time)   
hp-check[3516]: info: :c. COMPILEDEP - Compile time Dependencies  
hp-check[3516]: info: :d. [All are run-time checks]   
hp-check[3516]: info: :PYEXT SCANCONF QUEUES PERMISSION   
hp-check[3516]: info: :
hp-check[3516]: info: :Status Types:
hp-check[3516]: info: :OK
hp-check[3516]: info: :MISSING   - Missing Dependency or Permission or Plug-in
hp-check[3516]: info: :INCOMPAT  - Incompatible dependency-version or Plugin-version
hp-check[3516]: info: :
warning: [01mdebian-8.0 version is not supported. Using debian-7.5 versions dependencies to verify and install...[0m
hp-check[3516]: info: :
hp-check[3516]: info: :---
hp-check[3516]: info: :| SYSTEM INFO |
hp-check[3516]: info: :---
hp-check[3516]: info: :
hp-check[3516]: info: : Kernel: 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24) GNU/Linux
 Host: portatil
 Proc: 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24) GNU/Linux
 Distribution: debian 8.0
hp-check[3516]: info: : Bitness: 64 bit

hp-check[3516]: info: :
hp-check[3516]: info: :---
hp-check[3516]: info: :| HPLIP CONFIGURATION |
hp-check[3516]: info: :---
hp-check[3516]: info: :
hp-check[3516]: info: :HPLIP-Version: HPLIP 3.14.6
hp-check[3516]: info: :HPLIP-Home: /usr/share/hplip
warning: HPLIP-Installation: Auto installation is not supported for debian distro  8.0 version 
hp-check[3516]: info: :
hp-check[3516]: info: :[01mCurrent contents of '/etc/hp/hplip.conf' file:[0m
hp-check[3516]: info: :# hplip.conf.  Generated from hplip.conf.in by configure.

[hplip]
version=3.14.6

[dirs]
home=/usr/share/hplip
run=/var/run
ppd=/usr/share/ppd/hplip/HP
ppdbase=/usr/share/ppd/hplip
doc=/usr/share/doc/hplip-doc/HTML
html=/usr/share/doc/hplip-3.14.6
icon=no
cupsbackend=/usr/lib/cups/backend
cupsfilter=/usr/lib/cups/filter
drv=/usr/share/cups/drv
bin=/usr/bin

# Following values are determined at configure time and cannot be changed.
[configure]
network-build=yes
libusb01-build=no
pp-build=yes
gui-build=yes
scanner-build=yes
fax-build

Bug#783960: [hplip] hplip don't work

2015-05-01 Thread ASD Consultoria
Package: hplip
Version: 3.14.6-1+b2
Severity: serious

--- Please enter the report below this line. ---

I can't install my hp 127fn because hplip don't work. 

The missing packages is installed. 

There is an information saying that hplip don't work with debian 8

Attached four files.

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.16.0-4-amd64

Debian Release: 8.0
  500 stable-updates  ftp.br.debian.org 
  500 stable  security.debian.org 
  500 stable  ftp.br.debian.org 

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.


--- Output from package bug script ---


-- 
ASD Consultoria, Rio, RJ
Arq. Sávio M Ramos
Só usamos Linux desde 2000
www.debian.org
hp-check[3516]: info: :
hp-check[3516]: info: :[01mHP Linux Imaging and Printing System (ver. 3.14.6)[0m
hp-check[3516]: info: :[01mDependency/Version Check Utility ver. 15.1[0m
hp-check[3516]: info: :
hp-check[3516]: info: :Copyright (c) 2001-13 Hewlett-Packard Development Company, LP
hp-check[3516]: info: :This software comes with ABSOLUTELY NO WARRANTY.
hp-check[3516]: info: :This is free software, and you are welcome to distribute it
hp-check[3516]: info: :under certain conditions. See COPYING file for more details.
hp-check[3516]: info: :
hp-check[3516]: info: :[01mNote: hp-check can be run in three modes:[0m
hp-check[3516]: info: :1. Compile-time check mode (-c or --compile): Use this mode before compiling the HPLIP supplied tarball (.tar.gz or
hp-check[3516]: info: :.run) to determine if the proper dependencies are installed to successfully compile HPLIP. 
hp-check[3516]: info: :2. Run-time check mode (-r or --run): Use this mode to determine if a distro supplied package (.deb, .rpm, etc) or 
hp-check[3516]: info: :an already built HPLIP supplied tarball has the proper dependencies installed to successfully run. 
hp-check[3516]: info: :3. Both compile- and run-time check mode (-b or --both) (Default): This mode will check both of the above cases
hp-check[3516]: info: :(both compile- and run-time dependencies). 
hp-check[3516]: info: :
hp-check[3516]: info: :Check types:   
hp-check[3516]: info: :a. EXTERNALDEP - External Dependencies 
hp-check[3516]: info: :b. GENERALDEP - General Dependencies (required both at compile and run time)   
hp-check[3516]: info: :c. COMPILEDEP - Compile time Dependencies  
hp-check[3516]: info: :d. [All are run-time checks]   
hp-check[3516]: info: :PYEXT SCANCONF QUEUES PERMISSION   
hp-check[3516]: info: :
hp-check[3516]: info: :Status Types:
hp-check[3516]: info: :OK
hp-check[3516]: info: :MISSING   - Missing Dependency or Permission or Plug-in
hp-check[3516]: info: :INCOMPAT  - Incompatible dependency-version or Plugin-version
hp-check[3516]: info: :
warning: [01mdebian-8.0 version is not supported. Using debian-7.5 versions dependencies to verify and install...[0m
hp-check[3516]: info: :
hp-check[3516]: info: :---
hp-check[3516]: info: :| SYSTEM INFO |
hp-check[3516]: info: :---
hp-check[3516]: info: :
hp-check[3516]: info: : Kernel: 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24) GNU/Linux
 Host: portatil
 Proc: 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24) GNU/Linux
 Distribution: debian 8.0
hp-check[3516]: info: : Bitness: 64 bit

hp-check[3516]: info: :
hp-check[3516]: info: :---
hp-check[3516]: info: :| HPLIP CONFIGURATION |
hp-check[3516]: info: :---
hp-check[3516]: info: :
hp-check[3516]: info: :HPLIP-Version: HPLIP 3.14.6
hp-check[3516]: info: :HPLIP-Home: /usr/share/hplip
warning: HPLIP-Installation: Auto installation is not supported for debian distro  8.0 version 
hp-check[3516]: info: :
hp-check[3516]: info: :[01mCurrent contents of '/etc/hp/hplip.conf' file:[0m
hp-check[3516]: info: :# hplip.conf.  Generated from hplip.conf.in by configure.

[hplip]
version=3.14.6

[dirs]
home=/usr/share/hplip
run=/var/run
ppd=/usr/share/ppd/hplip/HP
ppdbase=/usr/share/ppd/hplip
doc=/usr/share/doc/hplip-doc/HTML
html=/usr/share/doc/hplip-3.14.6
icon=no
cupsbackend=/usr/lib/cups/backend
cupsfilter=/usr/lib/cups/filter
drv=/usr/share/cups/drv
bin=/usr/bin

# Following values are determined at configure time and cannot be changed.
[configure]
network-build=yes
libusb01-build=no
pp-build=yes
gui-build=yes
scanner-build=yes
fax-build

[Nouveau] (no subject)

2014-09-13 Thread asd
Hi
On NV_40 on driver is sent instructions from NVE0 series
not right
I inspected register  9012c with nvtools
and appear instructions to start unneeded engines 
NVE0_CHANNEL_IND_ENGINE_PPP 
NVE0_CHANNEL_IND_ENGINE_BSP 
NVE0_CHANNEL_IND_ENGINE_ENC  

I put one barrier but not start dri.
Index: master_local/drivers/gpu/drm/nouveau/nouveau_abi16.c
===
--- master_local.orig/drivers/gpu/drm/nouveau/nouveau_abi16.c	2014-08-01 00:51:43.0 +0300
+++ master_local/drivers/gpu/drm/nouveau/nouveau_abi16.c	2014-09-13 17:16:19.881489054 +0300
@@ -252,7 +252,12 @@
 	device = nv_device(abi16-device);
 	imem   = nouveau_instmem(device);
 	pfb= nouveau_fb(device);
-
+	printk(KERN_INFO fb_ctxdma_handle %x\n, init-fb_ctxdma_handle);
+	printk(KERN_INFO tt_ctxdma_handle %x\n, init-tt_ctxdma_handle);
+	printk(KERN_INFO channel %x\n, init-channel);
+	printk(KERN_INFO pushbuf_domains %x\n, init-pushbuf_domains);
+	printk(KERN_INFO notifier_handle %x\n, init-notifier_handle);
+	printk(KERN_INFO nr_subchan %x\n, init-nr_subchan);
 	/* hack to allow channel engine type specification on kepler */
 	if (device-card_type = NV_E0) {
 		if (init-fb_ctxdma_handle != ~0)
@@ -265,6 +270,18 @@
 		if (init-fb_ctxdma_handle == NVE0_CHANNEL_IND_ENGINE_GR)
 			init-tt_ctxdma_handle = 1;
 	}
+	
+	if (device-card_type  NV_50) {
+		if (init-fb_ctxdma_handle = 0x0008)
+			return nouveau_abi16_put(abi16, -EINVAL);
+
+		if (init-fb_ctxdma_handle = 0x0004)
+			return nouveau_abi16_put(abi16, -EINVAL);
+
+		if (init-fb_ctxdma_handle = 0x0040)
+			return nouveau_abi16_put(abi16, -EINVAL);
+	}
+		 
 
 	if (init-fb_ctxdma_handle == ~0 || init-tt_ctxdma_handle == ~0)
 		return nouveau_abi16_put(abi16, -EINVAL);
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] (no subject)

2014-09-13 Thread asd

___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] Extend reserved memory on 0xfc000000

2014-09-08 Thread asd
Hi

This patch correct on usb keyboard acces on number when enter via Ctrl
+ Alt + F12 on vt after Xorg running.Without this patch when enter on
 vt vas unable  to use numbers from NumLock  an only numbers from main
 keyboard.

 nouveau  [  DEVICE][:01:00.0] BOOT0  : 0x046f00a3
 nouveau  [  DEVICE][:01:00.0] Chipset: G72 (NV46)
 nouveau [  DEVICE][:01:00.0] Family : NV40
 nouveau  [   VBIOS][:01:00.0] checking PRAMIN for image...
 nouveau [   VBIOS][:01:00.0] ... appears to be valid
 nouveau  [   VBIOS][:01:00.0] using image from PRAMIN
 nouveau  [   VBIOS][:01:00.0] BIT signature found
 nouveau
[   VBIOS][:01:00.0] version 05.72.22.43.00Index: master_local/drivers/gpu/drm/nouveau/core/subdev/instmem/nv40.c
===
--- master_local.orig/drivers/gpu/drm/nouveau/core/subdev/instmem/nv40.c	2014-08-27 19:01:53.0 +0300
+++ master_local/drivers/gpu/drm/nouveau/core/subdev/instmem/nv40.c	2014-09-08 11:51:40.397537299 +0300
@@ -64,14 +64,14 @@
 		bar = 2;
 	else
 		bar = 3;
-
+	printk(KERN_INFO resource start is %x\n, pci_resource_start(pdev, bar));
 	priv-iomem = ioremap(pci_resource_start(pdev, bar),
 			  pci_resource_len(pdev, bar));
 	if (!priv-iomem) {
 		nv_error(priv, unable to map PRAMIN BAR\n);
 		return -EFAULT;
 	}
-
+	
 	/* PRAMIN aperture maps over the end of vram, reserve enough space
 	 * to fit graphics contexts for every channel, the magics come
 	 * from engine/graph/nv40.c
@@ -90,11 +90,12 @@
 
 	ret = nouveau_mm_init(priv-heap, 0, priv-base.reserved, 1);
 	if (ret)
-		return ret;
+			return ret;
 
 	/* 0x0-0x1: reserve for probable vbios image */
 	ret = nouveau_gpuobj_new(nv_object(priv), NULL, 0x1, 0, 0,
-priv-vbios);
+priv-vbios); 
+
 	if (ret)
 		return ret;
 
@@ -102,7 +103,7 @@
 	ret = nouveau_ramht_new(nv_object(priv), NULL, 0x08000, 0,
 			   priv-ramht);
 	if (ret)
-		return ret;
+		return ret; 
 
 	/* 0x18000-0x18200: reserve for RAMRO
 	 * 0x18200-0x2: padding
@@ -114,11 +115,12 @@
 
 	/* 0x2-0x21000: reserve for RAMFC
 	 * 0x21000-0x4: padding and some unknown crap
+	 *  0x5 is good for keyboard
 	 */
-	ret = nouveau_gpuobj_new(nv_object(priv), NULL, 0x2, 0,
+	ret = nouveau_gpuobj_new(nv_object(priv), NULL, 0x5, 0,
  NVOBJ_FLAG_ZERO_ALLOC, priv-ramfc);
 	if (ret)
-		return ret;
+		return ret; 
 
 	return 0;
 }
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] Extend reserved memory on 0xfc000000

2014-09-08 Thread asd
Hi

This patch correct on usb keyboard acces on number when enter via Ctrl
+ Alt + F12 on vt after Xorg running.Without this patch when enter on
 vt vas unable  to use numbers from NumLock  an only numbers from main
 keyboard.

 nouveau  [  DEVICE][:01:00.0] BOOT0  : 0x046f00a3
 nouveau  [  DEVICE][:01:00.0] Chipset: G72 (NV46)
 nouveau [  DEVICE][:01:00.0] Family : NV40
 nouveau  [   VBIOS][:01:00.0] checking PRAMIN for image...
 nouveau [   VBIOS][:01:00.0] ... appears to be valid
 nouveau  [   VBIOS][:01:00.0] using image from PRAMIN
 nouveau  [   VBIOS][:01:00.0] BIT signature found
 nouveau
[   VBIOS][:01:00.0] version 05.72.22.43.00Index: master_local/drivers/gpu/drm/nouveau/core/subdev/instmem/nv40.c
===
--- master_local.orig/drivers/gpu/drm/nouveau/core/subdev/instmem/nv40.c	2014-08-27 19:01:53.0 +0300
+++ master_local/drivers/gpu/drm/nouveau/core/subdev/instmem/nv40.c	2014-09-08 11:51:40.397537299 +0300
@@ -64,14 +64,14 @@
 		bar = 2;
 	else
 		bar = 3;
-
+	printk(KERN_INFO resource start is %x\n, pci_resource_start(pdev, bar));
 	priv-iomem = ioremap(pci_resource_start(pdev, bar),
 			  pci_resource_len(pdev, bar));
 	if (!priv-iomem) {
 		nv_error(priv, unable to map PRAMIN BAR\n);
 		return -EFAULT;
 	}
-
+	
 	/* PRAMIN aperture maps over the end of vram, reserve enough space
 	 * to fit graphics contexts for every channel, the magics come
 	 * from engine/graph/nv40.c
@@ -90,11 +90,12 @@
 
 	ret = nouveau_mm_init(priv-heap, 0, priv-base.reserved, 1);
 	if (ret)
-		return ret;
+			return ret;
 
 	/* 0x0-0x1: reserve for probable vbios image */
 	ret = nouveau_gpuobj_new(nv_object(priv), NULL, 0x1, 0, 0,
-priv-vbios);
+priv-vbios); 
+
 	if (ret)
 		return ret;
 
@@ -102,7 +103,7 @@
 	ret = nouveau_ramht_new(nv_object(priv), NULL, 0x08000, 0,
 			   priv-ramht);
 	if (ret)
-		return ret;
+		return ret; 
 
 	/* 0x18000-0x18200: reserve for RAMRO
 	 * 0x18200-0x2: padding
@@ -114,11 +115,12 @@
 
 	/* 0x2-0x21000: reserve for RAMFC
 	 * 0x21000-0x4: padding and some unknown crap
+	 *  0x5 is good for keyboard
 	 */
-	ret = nouveau_gpuobj_new(nv_object(priv), NULL, 0x2, 0,
+	ret = nouveau_gpuobj_new(nv_object(priv), NULL, 0x5, 0,
  NVOBJ_FLAG_ZERO_ALLOC, priv-ramfc);
 	if (ret)
-		return ret;
+		return ret; 
 
 	return 0;
 }
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] nouveau memory leaks

2014-09-04 Thread asd
Hi
For NV40 attach one patch which leave unused  second channel used on
NV50 and more.Index: master_local/drivers/gpu/drm/nouveau/nouveau_chan.c
===
--- master_local.orig/drivers/gpu/drm/nouveau/nouveau_chan.c	2014-08-29 17:03:06.0 +0300
+++ master_local/drivers/gpu/drm/nouveau/nouveau_chan.c	2014-09-04 11:44:53.862385947 +0300
@@ -131,8 +131,13 @@
 	 * pushbuf lives in, this is because the GEM code requires that
 	 * we be able to call out to other (indirect) push buffers
 	 */
-	chan-push.vma.offset = chan-push.buffer-bo.offset;
-	chan-push.handle = NVDRM_PUSH | (handle  0x);
+	if (device-card_type == NV_40) {
+			chan-push.vma.offset = chan-push.buffer-bo.offset;
+			chan-push.handle = NVDRM_PUSH; 
+	} else {
+		chan-push.vma.offset = chan-push.buffer-bo.offset;
+chan-push.handle = NVDRM_PUSH | (handle  0x);
+	}
 
 	if (device-card_type = NV_50) {
 		ret = nouveau_bo_vma_add(chan-push.buffer, client-vm,
@@ -190,6 +195,7 @@
 		u32 parent, u32 handle, u32 engine,
 		struct nouveau_channel **pchan)
 {
+	struct nouveau_device *device = nv_device(drm-device);
 	static const u16 oclasses[] = { NVE0_CHANNEL_IND_CLASS,
 	NVC0_CHANNEL_IND_CLASS,
 	NV84_CHANNEL_IND_CLASS,
@@ -199,6 +205,9 @@
 	struct nve0_channel_ind_class args;
 	struct nouveau_channel *chan;
 	int ret;
+	/* NV_40 working with ind channel? */
+	if (device-card_type == NV_40)
+			return -EPERM;
 
 	/* allocate dma push buffer */
 	ret = nouveau_channel_prep(drm, cli, parent, handle, 0x12000, chan);
Index: master_local/drivers/gpu/drm/nouveau/nouveau_drm.c
===
--- master_local.orig/drivers/gpu/drm/nouveau/nouveau_drm.c	2014-09-03 15:22:11.738698637 +0300
+++ master_local/drivers/gpu/drm/nouveau/nouveau_drm.c	2014-09-04 10:57:08.685701955 +0300
@@ -171,6 +171,7 @@
 	if (device-chipset = 0xa3 
 	device-chipset != 0xaa 
 	device-chipset != 0xac) {
+		printk(KERN_INFO create unneeded channel);
 		ret = nouveau_channel_new(drm, drm-client, NVDRM_DEVICE,
 	  NVDRM_CHAN + 1, NvDmaFB, NvDmaTT,
 	  drm-cechan);
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


Bug#757801: closed by Michael Biebl bi...@debian.org (Re: Bug#757801: systemd: File tmp.mount is autogenerated)

2014-08-11 Thread asd
On Mon, 11 Aug 2014 13:15:15 +
ow...@bugs.debian.org (Debian Bug Tracking System) wrote:

 This is an automatic notification regarding your Bug report
 which was filed against the systemd package:
 
 #757801: systemd: File tmp.mount is autogenerated
 
 It has been closed by Michael Biebl bi...@debian.org.
 
 Their explanation is attached below along with your original report.
 If this explanation is unsatisfactory and you have not received a
 better one in a separate message then please contact Michael Biebl
 bi...@debian.org by replying to this email.
 
 

Hi
But create an link on tmp.mount on /dev/null and alls working good.


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



Bug#757801: Fw: Bug#757801 closed by Michael Biebl bi...@debian.org (Re: Bug#757801: systemd: File tmp.mount is autogenerated)

2014-08-11 Thread asd


Begin forwarded message:

Date: Mon, 11 Aug 2014 16:45:09 +0300
From: asd a...@marian1000.go.ro
To: 757...@bugs.debian.org
Subject: Re: Bug#757801 closed by Michael Biebl bi...@debian.org (Re:
Bug#757801: systemd: File tmp.mount is autogenerated)


On Mon, 11 Aug 2014 13:15:15 +
ow...@bugs.debian.org (Debian Bug Tracking System) wrote:

 This is an automatic notification regarding your Bug report
 which was filed against the systemd package:
 
 #757801: systemd: File tmp.mount is autogenerated
 
 It has been closed by Michael Biebl bi...@debian.org.
 
 Their explanation is attached below along with your original report.
 If this explanation is unsatisfactory and you have not received a
 better one in a separate message then please contact Michael Biebl
 bi...@debian.org by replying to this email.
 
 

Hi
But create an link on tmp.mount on /dev/null and alls working good.
Commented also reference to line which invoke tmp partition
on /dev/mapper and normal /tmp directory is on root / partitions.


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



Bug#757801: closed by Michael Biebl bi...@debian.org (Re: Bug#757801: systemd: File tmp.mount is autogenerated)

2014-08-11 Thread asd
On Mon, 11 Aug 2014 13:15:15 +
ow...@bugs.debian.org (Debian Bug Tracking System) wrote:

 This is an automatic notification regarding your Bug report
 which was filed against the systemd package:
 
 #757801: systemd: File tmp.mount is autogenerated
 
 It has been closed by Michael Biebl bi...@debian.org.
 
 Their explanation is attached below along with your original report.
 If this explanation is unsatisfactory and you have not received a
 better one in a separate message then please contact Michael Biebl
 bi...@debian.org by replying to this email.
 
 

Hi
But create an link on tmp.mount on /dev/null and alls working good.

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


Bug#757801: Fw: Bug#757801 closed by Michael Biebl bi...@debian.org (Re: Bug#757801: systemd: File tmp.mount is autogenerated)

2014-08-11 Thread asd


Begin forwarded message:

Date: Mon, 11 Aug 2014 16:45:09 +0300
From: asd a...@marian1000.go.ro
To: 757...@bugs.debian.org
Subject: Re: Bug#757801 closed by Michael Biebl bi...@debian.org (Re:
Bug#757801: systemd: File tmp.mount is autogenerated)


On Mon, 11 Aug 2014 13:15:15 +
ow...@bugs.debian.org (Debian Bug Tracking System) wrote:

 This is an automatic notification regarding your Bug report
 which was filed against the systemd package:
 
 #757801: systemd: File tmp.mount is autogenerated
 
 It has been closed by Michael Biebl bi...@debian.org.
 
 Their explanation is attached below along with your original report.
 If this explanation is unsatisfactory and you have not received a
 better one in a separate message then please contact Michael Biebl
 bi...@debian.org by replying to this email.
 
 

Hi
But create an link on tmp.mount on /dev/null and alls working good.
Commented also reference to line which invoke tmp partition
on /dev/mapper and normal /tmp directory is on root / partitions.

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


Bug#756307: systemd: Systemd fail to start(mount) stop(umount) Unit boot.mount

2014-07-28 Thread asd
On Monday, July 28, 2014 06:18:44 PM Michael Biebl wrote:
 Am 28.07.2014 18:06, schrieb Corcodel Marian:
  Package: systemd
  Version: 208-6
  Severity: normal
  
  Hi
  When run systemctl stop boot.mount fail to execute.
 
 What is the exact error message you get on
 systemctl stop boot.mount
 
 Do you get any error message in the journal?
Hi

Run on terminal:
$ systemctl stop boot.mount
Job for boot.mount failed. See 'systemctl status boot.mount' and 'journalctl -
xn' for details.
$journalctl -xn
 Logs begin at Mon 2014-07-28 19:31:06 EEST, end at Mon 2014-07-28 19:39:14 
EEST. -- 
Jul 28 19:39:14 marian1000.go.ro systemd[1]: Received SIGCHLD from PID 2490 
((umount)).
Jul 28 19:39:14 marian1000.go.ro systemd[1]: Child 2490 ((umount)) died 
(code=exited, status=219/CGROUP)   
Jul 28 19:39:14 marian1000.go.ro systemd[1]: Child 2490 belongs to boot.mount   
   
Jul 28 19:39:14 marian1000.go.ro systemd[1]: boot.mount mount process exited, 
code=exited status=219   
Jul 28 19:39:14 marian1000.go.ro systemd[1]: boot.mount changed unmounting - 
mounted  
Jul 28 19:39:14 marian1000.go.ro systemd[1]: Job boot.mount/stop finished, 
result=failed   
Jul 28 19:39:14 marian1000.go.ro systemd[1]: Failed unmounting /boot.   
   
-- Subject: Unit boot.mount has finished shutting down  
   
-- Defined-By: systemd  
   
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel 
   
--  
   
-- Unit boot.mount has finished shutting down.  
   
Jul 28 19:39:14 marian1000.go.ro systemd[1]: Closed jobs progress timerfd.  
   
Jul 28 19:39:14 marian1000.go.ro systemd[1]: Closed idle_pipe watch.
   
Jul 28 19:39:14 marian1000.go.ro systemd[1]: Got D-Bus request: 
org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local   


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



Bug#749185: When run pm-powersave truehave strange result

2014-05-25 Thread asd
Hi 

Temporarily  fixed this issue by editing script from /usr/lib/pm-utils/pm-
functions :

_run_hooks() {
# $1 = type of hook to find.  
# $2 = paramaters to pass to hooks.
# $3 = if present and equal to reverse, run hooks backwards.
# Currently only power and sleep are meaningful.
local syshooks=${PM_UTILS_ETCDIR}/$1.d
local phooks=${PM_UTILS_LIBDIR}/$1.d
command_exists before_hooks  before_hooks
local sort=sort
local base
local hook
local oifs=${IFS}
# the next two lines are not a typo or a formatting error!
local nifs=

IFS=${nifs} # tolerate spaces in filenames.
[ $3 = reverse ]  sort=sort -r
for base in $(IFS=${oifs}; for f in $syshooks/*[!~] $phooks/*[!~];
do [ -O $f ]  echo ${f##*/} ; done | $sort | uniq) ;
do
IFS=${oifs}
# if we are running backwards, skip hooks that we did not 
# run going forwards due to a hook failing.
[ $3 -a $3 = reverse -a $LAST_HOOK ]  \
[ $base \ $LAST_HOOK ]  continue
# if we have already inhibited suspend/resume,
# don't run any more hooks.
[ ! $3 ]  inhibited  break
update_parameters
if [ -f $syshooks/$base ]; then
hook=$syshooks/$base
elif [ -f $phooks/$base ]; then
hook=$phooks/$base
fi
# run_hook $hook $2
run_hook $hook true
IFS=${nifs}
done
IFS=${oifs}
# return value is 1 if something was inhibited, 0 otherwise.
inhibited  return 1 || return 0
}

I choose  when run run_hook to allways to be true and working for me.


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



Bug#749185: When run pm-powersave truehave strange result

2014-05-25 Thread asd
Hi 
On below present one patch which make posible to set first args on pm-powersave 
allways true 
pm-powersave true-excl will be placed on /etc/rc.local .--- a/src/pm-powersave.in
+++ b/src/pm-powersave.in
@@ -25,7 +25,7 @@
 #
 
 export STASHNAME=pm-powersave
-. @PM-UTILS-LIBDIR@/pm-functions
+. @PM-UTILS-LIBDIR@/pm-functions
 
 remove_powersave_lock() {
 release_lock ${STASHNAME}.lock
@@ -66,18 +66,24 @@
 }
 
 _on_ac_power() {
+if [ $1 = true-excl ]; then
+	touch ${STORAGEDIR}/rtue-excl
+	return 0
+else
 on_ac_power
 case $? in
 # If on_ac_power can't determine AC power state (255), assume it's a desktop.
 0|255) return 0 ;;
 1) return 1 ;;
 esac
+fi
 }
 
 case $1 in
 true|battery) lock_and_load  run_hooks power true;;
 false|ac) lock_and_load  run_hooks power false;;
 --help) help  run_hooks power help;;
+true-excl) lock_and_load  _on_ac_power true-excl  run_hooks power false;;
 '') lock_and_load; _on_ac_power  run_hooks power false || run_hooks power true;;
 *) help  exit 1;;
 esac
--- a/pm/pm-functions.in
+++ b/pm/pm-functions.in
@@ -245,8 +245,13 @@
 		elif [ -f $phooks/$base ]; then
 			hook=$phooks/$base
 		fi
+		if [ -f ${STORAGEDIR}/true-excl ]; then
+		run_hook $hook true
+		IFS=${nifs}
+		else
 		run_hook $hook $2
 		IFS=${nifs}
+		fi
 	done
 	IFS=${oifs}
 	# return value is 1 if something was inhibited, 0 otherwise.


Unable to connect to foreign data source

2014-03-31 Thread asd asdf
I had a problem why trying Federated Engine.
Creating tables generate no problems but trying inserting raise an error as
Error 1429 (HY000): Unable to connect to a foreign data source: Can't
connect to MySQL server on '192.168.0.11' (111).

My OS is newly install with no firewall restriction on the system.
And I'm using 'root' user with all privileges.
I can't seem to find a solution at any sites.

Anyone with suggestion for this problems?

The problem could be recreated as the code below.

drop table if exists test001 ;
create table test001 (
   xx bigint(20) unsigned
   )
ENGINE=InnoDB
DEFAULT CHARSET=utf8;

drop table if exists test001FE ;
create table test001FE (
   xx bigint(20) unsigned
   )
ENGINE=FEDERATED
DEFAULT CHARSET=utf8
CONNECTION =  'mysql://root:root@192.168.0.11:3306/Prelude_copy/test001';


insert into test001FE(xx) values (12);


[Bug 1296302] Re: 11221122

2014-03-23 Thread asd fghj
112211221122

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1296302

Title:
  11221122

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1296302/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1296302] [NEW] 11221122

2014-03-23 Thread asd fghj
Public bug reported:

11221122

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1296302

Title:
  11221122

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1296302/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1296302] Re: 11221122

2014-03-23 Thread asd fghj
112211221122

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1296302

Title:
  11221122

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1296302/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1296304] [NEW] 6451964519

2014-03-23 Thread asd fghj
Public bug reported:

6451964519

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1296304

Title:
  6451964519

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1296304/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1247648] Re: thinkpad twist suspend does not work

2014-01-09 Thread asd
I had the same problem. This solution worked for me:

http://thecodecentral.com/2011/01/18/fix-ubuntu-10-10-suspendhibernate-
not-working-bug

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1247648

Title:
  thinkpad twist suspend does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1247648/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Kernel-packages] [Bug 1247648] Re: thinkpad twist suspend does not work

2014-01-09 Thread asd
I had the same problem. This solution worked for me:

http://thecodecentral.com/2011/01/18/fix-ubuntu-10-10-suspendhibernate-
not-working-bug

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1247648

Title:
  thinkpad twist suspend does not work

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  When i close the lid, the laptop sometimes does not go to suspend, but stays 
on except turning off the screen. This is not the behaviour i set. I'm using 
13.10 64 bit.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gabi   2112 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=5d330e3b-ace5-4b74-ad09-fb146285091b
  InstallationDate: Installed on 2013-10-18 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: LENOVO 334726G
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-12-generic.efi.signed 
root=UUID=baf91996-a04c-48da-b5e3-e5a452d33543 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo wireshark
  dmi.bios.date: 09/14/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GDETA1WW (1.61 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 334726G
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 STD DPK TPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGDETA1WW(1.61):bd09/14/2013:svnLENOVO:pn334726G:pvrThinkPadTwist:rvnLENOVO:rn334726G:rvrWin8STDDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 334726G
  dmi.product.version: ThinkPad Twist
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1247648/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Bug 1249787] Re: [MSI GE70 2OE] Ubuntu 13.10 does not boot divide error: 0000 [#1] SMP

2013-12-21 Thread ASD
For those reading, the only solution is installing the latest developement 
trusty.
Good luck.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1249787

Title:
  [MSI GE70 2OE] Ubuntu 13.10 does not boot divide error:  [#1] SMP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1249787/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


misc/184674: installation crashes on low-memory system

2013-12-10 Thread asd

Number: 184674
Category:   misc
Synopsis:   installation crashes on low-memory system
Confidential:   no
Severity:   non-critical
Priority:   low
Responsible:freebsd-bugs
State:  open
Quarter:
Keywords:   
Date-Required:
Class:  sw-bug
Submitter-Id:   current-users
Arrival-Date:   Wed Dec 11 02:00:00 UTC 2013
Closed-Date:
Last-Modified:
Originator: asd
Release:10 rc1
Organization:
Environment:
FreeBSD 10 RC1 #0 r259068  i386
Description:
Installation crashes because of not sufficient amount of memory (64MB), however 
swap space is not turning on. This is boot-only disc, running inside virtualbox
How-To-Repeat:

Fix:
Manually turning on the swap space.

Release-Note:
Audit-Trail:
Unformatted:
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to freebsd-bugs-unsubscr...@freebsd.org


misc/184675: installation crashes while asking for root password

2013-12-10 Thread asd

Number: 184675
Category:   misc
Synopsis:   installation crashes while asking for root password
Confidential:   no
Severity:   non-critical
Priority:   low
Responsible:freebsd-bugs
State:  open
Quarter:
Keywords:   
Date-Required:
Class:  sw-bug
Submitter-Id:   current-users
Arrival-Date:   Wed Dec 11 02:20:00 UTC 2013
Closed-Date:
Last-Modified:
Originator: asd
Release:10 rc1
Organization:
Environment:
FreeBSD 10 RC1 #0 r259068 i386
Description:
Installation (bootonly disc, virtualbox) crashes while asking for root password.
Message: passwd: pam_chauthok(): error in service module
How-To-Repeat:

Fix:


Release-Note:
Audit-Trail:
Unformatted:
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to freebsd-bugs-unsubscr...@freebsd.org


PROBLEM: Kernel 3.12.1 broke samba/SCP

2013-11-24 Thread AsD ACE
[1.] One line summary of the problem:
Linux kernel 3.12.1-1 breaks SCP and samba file transfers,
specifically reading access.

[2.] Full description of the problem/report:
My computer is hosting SCP and samba which serves media files (movies)
for my LAN. everything was working fine until I upgraded my system:

[2013-11-16 10:18] [PACMAN] upgraded linux (3.11.6-1 -> 3.12-1)

and later on

On the upgrade I noticed that SCP and samba was no longer to read
files, if they managed to read files they did it at a painfully slow
rate, a 10mb movie would take more than 60minutes, the usual rate
would let me stream big files flawlessly.

I did also notice that SSH became slower, whenever a program would
fill the screen with new text it would take 2-6 seconds while normally
it would be done instantly. I even noticed that if I ran for example
'man make' it would take 6+ seconds to render the document and I could
see it slowly scroll in place, the RAM,CPU,network or disks were not
strained during any of these tests.

I did also see that when I would download torrents it would seem like
the problem disappeared, but it was a little inconsistent.

Later on I did also upgrade into:

[2013-11-23 12:59] [PACMAN] upgraded linux (3.12-1 -> 3.12.1-1)

but the problems persisted. I decided to downgrade to

[2013-11-24 10:49] [PACMAN] downgraded linux (3.12.1-1 -> 3.11.6-1)

and all problems disappeared. I've tried switching back and forth and
switching kernel to 3.12 is like a on and off switch for the problem.

It should be worth mentioning that 2 of my disks are external drives
mounted through USB, but the problem occurs on all disks.

[3.] Keywords (i.e., modules, networking, kernel):
kernel 3.11.6-1 vs kernel 3.12.1-1

[4.] Kernel version (from /proc/version):
Im currently running on:

Linux version 3.11.6-1-ARCH
(nobody@var-lib-archbuild-extra-i686-thomas) (gcc version 4.8.1
20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Oct 19 00:29:46 CEST
2013

but the problem has been seen on:
Linux arch 3.12.1-1-ARCH #1 SMP PREEMPT Thu Nov 21 09:01:05 CET 2013
i686 GNU/Linux

[5.] Output of Oops.. message (if applicable) with symbolic information
 resolved (see Documentation/oops-tracing.txt)

[6.] A small shell script or example program which triggers the
 problem (if possible)
Not sure, but I tried to copy files with SCP from the external drive
but it wouldn't work.

[7.] Environment
[7.1.] Software (add the output of the ver_linux script here)
[7.2.] Processor information (from /proc/cpuinfo):
processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 6
model   : 8
model name  : AMD Sempron(tm)   2600+
stepping: 1
cpu MHz : 1835.955
cache size  : 256 KB
fdiv_bug: no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 mmx fxsr sse syscall mp mmxext 3dnowext 3dnow
bogomips: 3673.90
clflush size: 32
cache_alignment : 32
address sizes   : 34 bits physical, 32 bits virtual
power management: ts

[7.3.] Module information (from /proc/modules):
fuse 65975 4 - Live 0xf81b
snd_intel8x0 23721 0 - Live 0xf8188000
snd_ac97_codec 89336 1 snd_intel8x0, Live 0xf815d000
evdev 8208 5 - Live 0xf810b000
ppdev 5998 0 - Live 0xf80c7000
pcspkr 1487 0 - Live 0xf80be000
sis900 18235 0 - Live 0xf80b2000
serio_raw 3969 0 - Live 0xf8095000
ac97_bus 906 1 snd_ac97_codec, Live 0xf805a000
snd_pcm 63876 2 snd_intel8x0,snd_ac97_codec, Live 0xf807c000
snd_page_alloc 5942 2 snd_intel8x0,snd_pcm, Live 0xf802e000
mperf 959 0 - Live 0xf8017000
i2c_sis630 6208 0 - Live 0xf800f000
sis_agp 3461 1 - Live 0xf866a000
agpgart 22047 1 sis_agp, Live 0xf8659000
shpchp 21973 0 - Live 0xf8642000
mii 3375 1 sis900, Live 0xf8633000
parport_pc 16611 0 - Live 0xf8626000
parport 25369 2 ppdev,parport_pc, Live 0xf861
snd_timer 14942 1 snd_pcm, Live 0xf85fb000
i2c_core 19967 1 i2c_sis630, Live 0xf85e7000
processor 22169 0 - Live 0xf85cf000
snd 44566 4 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer, Live 0xf85ae000
button 3685 0 - Live 0xf858c000
soundcore 4386 1 snd, Live 0xf8582000
ext4 425668 2 - Live 0xf84e4000
crc16 1091 1 ext4, Live 0xf8442000
mbcache 4290 1 ext4, Live 0xf843b000
jbd2 70221 1 ext4, Live 0xf841a000
usb_storage 37687 2 - Live 0xf83e7000
sd_mod 28311 7 - Live 0xf83ba000
sr_mod 13055 0 - Live 0xf83a4000
cdrom 29900 1 sr_mod, Live 0xf839
ata_generic 2434 0 - Live 0xf837f000
pata_acpi 2367 0 - Live 0xf8377000
pata_sis 7722 2 - Live 0xf836a000
libata 149201 3 ata_generic,pata_acpi,pata_sis, Live 0xf8329000
ohci_pci 3228 0 - Live 0xf82d5000
ohci_hcd 21553 1 ohci_pci, Live 0xf82c7000
ehci_pci 3404 0 - Live 0xf82b6000
ehci_hcd 42788 1 ehci_pci, Live 0xf82a2000
usbcore 152939 5 usb_storage,ohci_pci,ohci_hcd,ehci_pci,ehci_hcd, Live
0xf80e4000
usb_common 1399 1 usbcore, Live 0xf808f000
scsi_mod 108590 4 

PROBLEM: Kernel 3.12.1 broke samba/SCP

2013-11-24 Thread AsD ACE
[1.] One line summary of the problem:
Linux kernel 3.12.1-1 breaks SCP and samba file transfers,
specifically reading access.

[2.] Full description of the problem/report:
My computer is hosting SCP and samba which serves media files (movies)
for my LAN. everything was working fine until I upgraded my system:

[2013-11-16 10:18] [PACMAN] upgraded linux (3.11.6-1 - 3.12-1)

and later on

On the upgrade I noticed that SCP and samba was no longer to read
files, if they managed to read files they did it at a painfully slow
rate, a 10mb movie would take more than 60minutes, the usual rate
would let me stream big files flawlessly.

I did also notice that SSH became slower, whenever a program would
fill the screen with new text it would take 2-6 seconds while normally
it would be done instantly. I even noticed that if I ran for example
'man make' it would take 6+ seconds to render the document and I could
see it slowly scroll in place, the RAM,CPU,network or disks were not
strained during any of these tests.

I did also see that when I would download torrents it would seem like
the problem disappeared, but it was a little inconsistent.

Later on I did also upgrade into:

[2013-11-23 12:59] [PACMAN] upgraded linux (3.12-1 - 3.12.1-1)

but the problems persisted. I decided to downgrade to

[2013-11-24 10:49] [PACMAN] downgraded linux (3.12.1-1 - 3.11.6-1)

and all problems disappeared. I've tried switching back and forth and
switching kernel to 3.12 is like a on and off switch for the problem.

It should be worth mentioning that 2 of my disks are external drives
mounted through USB, but the problem occurs on all disks.

[3.] Keywords (i.e., modules, networking, kernel):
kernel 3.11.6-1 vs kernel 3.12.1-1

[4.] Kernel version (from /proc/version):
Im currently running on:

Linux version 3.11.6-1-ARCH
(nobody@var-lib-archbuild-extra-i686-thomas) (gcc version 4.8.1
20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Oct 19 00:29:46 CEST
2013

but the problem has been seen on:
Linux arch 3.12.1-1-ARCH #1 SMP PREEMPT Thu Nov 21 09:01:05 CET 2013
i686 GNU/Linux

[5.] Output of Oops.. message (if applicable) with symbolic information
 resolved (see Documentation/oops-tracing.txt)

[6.] A small shell script or example program which triggers the
 problem (if possible)
Not sure, but I tried to copy files with SCP from the external drive
but it wouldn't work.

[7.] Environment
[7.1.] Software (add the output of the ver_linux script here)
[7.2.] Processor information (from /proc/cpuinfo):
processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 6
model   : 8
model name  : AMD Sempron(tm)   2600+
stepping: 1
cpu MHz : 1835.955
cache size  : 256 KB
fdiv_bug: no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 mmx fxsr sse syscall mp mmxext 3dnowext 3dnow
bogomips: 3673.90
clflush size: 32
cache_alignment : 32
address sizes   : 34 bits physical, 32 bits virtual
power management: ts

[7.3.] Module information (from /proc/modules):
fuse 65975 4 - Live 0xf81b
snd_intel8x0 23721 0 - Live 0xf8188000
snd_ac97_codec 89336 1 snd_intel8x0, Live 0xf815d000
evdev 8208 5 - Live 0xf810b000
ppdev 5998 0 - Live 0xf80c7000
pcspkr 1487 0 - Live 0xf80be000
sis900 18235 0 - Live 0xf80b2000
serio_raw 3969 0 - Live 0xf8095000
ac97_bus 906 1 snd_ac97_codec, Live 0xf805a000
snd_pcm 63876 2 snd_intel8x0,snd_ac97_codec, Live 0xf807c000
snd_page_alloc 5942 2 snd_intel8x0,snd_pcm, Live 0xf802e000
mperf 959 0 - Live 0xf8017000
i2c_sis630 6208 0 - Live 0xf800f000
sis_agp 3461 1 - Live 0xf866a000
agpgart 22047 1 sis_agp, Live 0xf8659000
shpchp 21973 0 - Live 0xf8642000
mii 3375 1 sis900, Live 0xf8633000
parport_pc 16611 0 - Live 0xf8626000
parport 25369 2 ppdev,parport_pc, Live 0xf861
snd_timer 14942 1 snd_pcm, Live 0xf85fb000
i2c_core 19967 1 i2c_sis630, Live 0xf85e7000
processor 22169 0 - Live 0xf85cf000
snd 44566 4 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer, Live 0xf85ae000
button 3685 0 - Live 0xf858c000
soundcore 4386 1 snd, Live 0xf8582000
ext4 425668 2 - Live 0xf84e4000
crc16 1091 1 ext4, Live 0xf8442000
mbcache 4290 1 ext4, Live 0xf843b000
jbd2 70221 1 ext4, Live 0xf841a000
usb_storage 37687 2 - Live 0xf83e7000
sd_mod 28311 7 - Live 0xf83ba000
sr_mod 13055 0 - Live 0xf83a4000
cdrom 29900 1 sr_mod, Live 0xf839
ata_generic 2434 0 - Live 0xf837f000
pata_acpi 2367 0 - Live 0xf8377000
pata_sis 7722 2 - Live 0xf836a000
libata 149201 3 ata_generic,pata_acpi,pata_sis, Live 0xf8329000
ohci_pci 3228 0 - Live 0xf82d5000
ohci_hcd 21553 1 ohci_pci, Live 0xf82c7000
ehci_pci 3404 0 - Live 0xf82b6000
ehci_hcd 42788 1 ehci_pci, Live 0xf82a2000
usbcore 152939 5 usb_storage,ohci_pci,ohci_hcd,ehci_pci,ehci_hcd, Live
0xf80e4000
usb_common 1399 1 usbcore, Live 0xf808f000
scsi_mod 108590 4 

[Bug 1222124] Re: empathy can't login into facebook account (13.10)

2013-10-19 Thread asd
*** This bug is a duplicate of bug 1170832 ***
https://bugs.launchpad.net/bugs/1170832

Here are some patches that make it work, please apply them asap:

https://bugzilla.gnome.org/show_bug.cgi?id=710363

** Bug watch added: GNOME Bug Tracker #710363
   https://bugzilla.gnome.org/show_bug.cgi?id=710363

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/1222124

Title:
  empathy can't login into facebook account (13.10)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1222124/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1222124] Re: empathy can't login into facebook account (13.10)

2013-10-19 Thread asd
*** This bug is a duplicate of bug 1170832 ***
https://bugs.launchpad.net/bugs/1170832

Here are some patches that make it work, please apply them asap:

https://bugzilla.gnome.org/show_bug.cgi?id=710363

** Bug watch added: GNOME Bug Tracker #710363
   https://bugzilla.gnome.org/show_bug.cgi?id=710363

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1222124

Title:
  empathy can't login into facebook account (13.10)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1222124/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: call http request from location

2013-06-26 Thread asd
Not sure. PHP not know mp4 video playing start.
I can save time, filename, ip addr after called url by nginx.


2013/6/26 wishmaster artem...@ukr.net



  --- Original message ---
 From: asd stagel...@gmail.com
 Date: 25 June 2013, 18:48:37


  Hy.
 
  It possible exec curl from location or call http request with other
 solution?
 
 
  I need request special url if user start playing mp4 video.
 

 I think this is job for php or any other server-side application.

 Cheers,
 vv

 ___
 nginx mailing list
 nginx@nginx.org
 http://mailman.nginx.org/mailman/listinfo/nginx

___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Bug#708478: [ess] Error when install ess

2013-05-15 Thread ASD Consultoria
Package: ess
Version: 13.05-1
Severity: normal

--- Please enter the report below this line. ---

Many errors:

1)
In toplevel form:
ess-stan-d.el:114:1:Error: Wrong type argument: listp, 
font-lock-function-name-face

2)
ERROR: install script from ess package failed
dpkg: erro ao processar ess (--configure):
 sub-processo script post-installation instalado retornou estado de saída de 
erro 1
Erros foram encontrados durante o processamento de:
 ess
E: Sub-process /usr/bin/dpkg returned an error code (1)
A instalação de um pacote falhou. Tentando recuperar:


3)
In toplevel form:
ess-stan-d.el:114:1:Error: Wrong type argument: listp, 
font-lock-function-name-face



--- System information. ---
Architecture: amd64
Kernel:   Linux 3.2.0-4-amd64

Debian Release: jessie/sid
  500 unstablewww.deb-multimedia.org 
  500 unstablehttp.us.debian.org 
1 experimentalhttp.us.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-=
emacs23   | 23.4+1-4
 OR emacs22   | 
 OR emacs21   | 
 OR emacsen   | 
dpkg (= 1.15.4)  | 1.16.10
 OR install-info  | 5.1.dfsg.1-3


Package's Recommends field is empty.

Suggests (Version) | Installed
==-+-===
xlispstat  | 
r-base | 3.0.1~20130512-1
 OR r-base-core| 3.0.1~20130512-1
pspp   | 
jags   | 


-- 
ASD Consultoria, Rio, RJ
Arq. Sávio M Ramos
Só usamos Linux desde 2000
www.debian.org


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



Bug#707990: [virtualbox] Virtualbox don't work with kernel 3.8

2013-05-12 Thread ASD Consultoria
Package: virtualbox
Version: 4.1.18-dfsg-2+deb7u1
Severity: normal

--- Please enter the report below this line. ---

When installed kernel 3.8 this error was shown in terminal and
virtualbox don't work more.

Error:

Running depmod.
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/dkms 3.8-1-amd64 
/boot/vmlinuz-3.8-1-amd64
Error! Bad return status for module build on kernel: 3.8-1-amd64 (x86_64)
Consult /var/lib/dkms/virtualbox-guest/4.1.18/build/make.log for more 
information.
Error! Bad return status for module build on kernel: 3.8-1-amd64 (x86_64)
Consult /var/lib/dkms/virtualbox/4.1.18/build/make.log for more information.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.8-1-amd64 
/boot/vmlinuz-3.8-1-amd64
update-initramfs: Generating /boot/initrd.img-3.8-1-amd64
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.8-1-amd64 
/boot/vmlinuz-3.8-1-amd64
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.8-1-amd64 
/boot/vmlinuz-3.8-1-amd64
Generating grub.cfg ...

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.2.0-4-amd64

Debian Release: jessie/sid
  500 unstablewww.deb-multimedia.org 
  500 unstablehttp.us.debian.org 
1 experimentalhttp.us.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-==
libc6(= 2.6) | 2.17-1
libcurl3  (= 7.16.2) | 7.30.0-2
libgcc1  (= 1:4.1.1) | 1:4.8.0-6
libgsoap2 | 2.8.7-2
libpng12-0  (= 1.2.13-4) | 1.2.49-4
libpython2.7 (= 2.7) | 2.7.3-8
libsdl1.2debian   (= 1.2.11) | 1.2.15-5
libssl1.0.0(= 1.0.0) | 1.0.1e-2
libstdc++6   (= 4.6) | 4.8.0-6
libvncserver0 | 0.9.9+dfsg-1
libx11-6  | 2:1.5.0-1
libxcursor1( 1.1.2) | 1:1.1.13-1
libxext6  | 2:1.3.1-2
libxml2(= 2.7.4) | 2.8.0+dfsg1-7+nmu1
libxmu6   | 2:1.1.1-1
libxt6| 1:1.1.3-1
zlib1g   (= 1:1.1.4) | 1:1.2.8.dfsg-1
python  (= 2.6.6-7~) | 2.7.3-5
python   ( 2.8) | 2.7.3-5
python2.7 | 2.7.3-8
adduser   | 3.113+nmu3


Recommends(Version) | Installed
===-+-==
virtualbox-dkms   (= 4.1.18-dfsg-2+deb7u1)  | 4.1.18-dfsg-2+deb7u1
 OR virtualbox-source  (= 4.1.18-dfsg-2+deb7u1) | 
virtualbox-qt  (= 4.1.18-dfsg-2+deb7u1) | 4.1.18-dfsg-2+deb7u1
libgl1-mesa-glx | 8.0.5-4
 OR libgl1  | 
libqt4-opengl  (= 4:4.5.3) | 4:4.8.2+dfsg-11
libqtcore4 (= 4:4.5.3) | 4:4.8.2+dfsg-11
libqtgui4  (= 4:4.5.3) | 4:4.8.2+dfsg-11


Suggests(Version) | Installed
=-+-===
virtualbox-guest-additions-iso| 4.1.18-1
vde2  | 


-- 
ASD Consultoria, Rio, RJ
Arq. Sávio M Ramos
Só usamos Linux desde 2000
www.debian.org


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



Re: [OpenSIPS-Users] private domain to IP resolution

2012-07-18 Thread asd asd

Hi,good idea as well, but the question was ... without using DNS or ENUM? With DNS, hosts, etc there will be two systems - DNS, hosts, etc and opensips that need to be provisioned in parallel for this to work. The provisioning of multiple systems is something that has to be avoided in my scenario.It looks like there is no way of doing this with standard opensips modules.Ill probably have to to create my own table with private domain names and corresponding IP addresses, or extend the domain table with ip address.Greetings,Asd

 


Just create your own DNS. Simply.
  
  s
  
  Il 17/07/2012 21:18, asd asd ha scritto:


  
Hi,



thanks for an idea, but this would not be manageble for a
  farm of opensips nodes.



Im looking for a a solution using standard opensips
  modules or at least a db solution using standard opensips db
  access functions.



Greetings,

Asd
  


   Hi,


Put your domains and their ip addresses in /etc/hosts
  file (for Centos). This would be a linux feature not an
  OpenSIPS solution.


Regards,
Ali Pey

  Ihr WEB.DE Postfach immer dabei: die kostenlose WEB.DE Mail App fr iPhone und Android.https://produkte.web.de/freemail_mobile_startseite/
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] private domain to IP resolution

2012-07-18 Thread asd asd
Hi Rebecca,thank you for the proposal.The requirement is to keep all the configuration inside opensips so there would be no need to correlate with any other external system. All the proposed solution require an external system to take care of private domain to ip address resolution. In my scenario private domains are not used anywhere outside of sip signalling, so there is no need to set up DNS, hosts, ENUM, whatever infrastructure for it.I simply want the opensips to have a table in a database to look for a mapping between a private domain received in RURI and the IP addresses that serve this private domain. In order to spare the effort I wanted to reuse any of available modules for this. It looks like there is no standard solution for it so Ill have to define my own table, but then Ill also have to define all the distribution and failover mechanisms as well. This is something I want to avoid.Greetings,Asd




We have Puppet Enterprise and in your situation, I would use Puppet to maintain the state of the host file and to be able to push all the needed changes to all of your nodes.


I know its not a module that you are looking for, but it should accomplish your task.

Sent from
Ihr WEB.DE Postfach immer dabei: die kostenlose WEB.DE Mail App fr iPhone und Android.https://produkte.web.de/freemail_mobile_startseite/
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] private domain to IP resolution

2012-07-18 Thread asd asd
Hi StefanoI did look at drouting it, but I can not find a way to route based on domains. 1.1.4.3.Routing Rules
	These are the actual rule which control the routing - like based on
	different criterias (prefix, time, priority, etc) they will decide
	to which gateways the call will be sent.
	So I can route based on prefix, time, priority, etc but not on domain.Did I miss something here? 
Thanks,Asd



Take a look to drouting module


  



Ihr WEB.DE Postfach immer dabei: die kostenlose WEB.DE Mail App fr iPhone und Android.https://produkte.web.de/freemail_mobile_startseite/
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] private domain to IP resolution

2012-07-17 Thread asd asd
Hi,Given a number of SIP systems connected to opensips that use private domain names not available in the DNS. What is the best way to provide interconnection between them without using DNS or ENUM?Is there a standard opensips module with a database that can be used to provide local domain to ip resolution, or do I have to create a custom table for it?Thanks!Ihr WEB.DE Postfach immer dabei: die kostenlose WEB.DE Mail App fr iPhone und Android.https://produkte.web.de/freemail_mobile_startseite/


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] private domain to IP resolution

2012-07-17 Thread asd asd
Hi,thanks for an idea, but this would not be manageble for a farm of opensips nodes.Im looking for a a solution using standard opensips modules or at least a db solution using standard opensips db access functions.Greetings,Asd



Hi,Put your domains and their ip addresses in /etc/hosts file (for Centos). This would be a linux feature not an OpenSIPS solution.Regards,Ali Pey
On Tue, Jul 17, 2012 at 2:27 PM, asd asd xa...@web.de wrote:
Hi,Given a number of SIP systems connected to opensips that use private domain names not available in the DNS. 
What is the best way to provide interconnection between them without using DNS or ENUM?Is there a standard opensips module with a database that can be used to provide local domain to ip resolution, or do I have to create a custom table for it?
Thanks!Ihr WEB.DE Postfach immer dabei: die kostenlose WEB.DE Mail App fr iPhone und Android.
https://produkte.web.de/freemail_mobile_startseite/


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users



Ihr WEB.DE Postfach immer dabei: die kostenlose WEB.DE Mail App fr iPhone und Android.https://produkte.web.de/freemail_mobile_startseite/
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] How to get the second tel: uri in a PAI header?

2012-07-12 Thread asd asd
Hi,what is the best way to get the telephone number from the second tel: uri in a PAI header?I need the +123456789 string.P-Asserted-Identity: usersip:u...@exampel.com,tel:+123456789 Thanks for any hints.Ihr WEB.DE Postfach immer dabei: die kostenlose WEB.DE Mail App fr iPhone und Android.https://produkte.web.de/freemail_mobile_startseite/


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] How to get the second tel: uri in a PAI header?

2012-07-12 Thread asd asd
Hi Bogdan,Works like a charm!Thanks a lot, I would not solve this by myself. Unfortunately the documentation is a little bit scrace on examples for this transformation. No blaming though ;)Maybe you could add this example for others to get. 


Gesendet:Donnerstag, 12. Juli 2012 um 18:31 Uhr
Von:Bogdan-Andrei Iancu bog...@opensips.org
An:OpenSIPS users mailling list users@lists.opensips.org
Cc:asd asd xa...@web.de
Betreff:Re: [OpenSIPS-Users] How to get the second tel: uri in a PAI header?



Hi,
  
  Try something like :
  
  (hdr(P-Asserted-Identity){s.select,1,,}{nameaddr.uri}{uri.user})
  
  See http://www.opensips.org/Resources/DocsCoreTran18 for more
  details on the used transformations.
  
  Regards,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com

On 07/12/2012 06:15 PM, asd asd wrote:

  
Hi,



what is the best way to get the telephone number from the
  second tel: uri in a PAI header?



I need the +123456789 string.



P-Asserted-Identity:
  usersip:u...@exampel.com,tel:+123456789 



Thanks for any hints.

  
  
  
  

  
Ihr
  WEB.DE Postfach immer dabei: die kostenlose WEB.DE Mail
  App fr iPhone und Android.
  https://produkte.web.de/freemail_mobile_startseite/
  

  
  
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


  



Ihr WEB.DE Postfach immer dabei: die kostenlose WEB.DE Mail App fr iPhone und Android.https://produkte.web.de/freemail_mobile_startseite/
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Bug#680017: [wine-unstable] Can't install wine-unstable

2012-07-02 Thread ASD Consultoria
Package: wine-unstable
Severity: normal

--- Please enter the report below this line. ---

# aptitude install libwine-alsa-unstable 
 Manter os pacotes a seguir em suas versões atuais:
1) ia32-libs [Não Instalado]   
2) libwine-alsa-unstable [Não Instalado]   
3) libwine-unstable [Não Instalado]

Manter os ... means keep packages...
Não Instalado means Not Installed

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.2.0-3-amd64

Debian Release: wheezy/sid
  500 unstablewww.debian-multimedia.org 
  500 unstabledebian.mirror.rafal.ca 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
wine-bin-unstable (= 1.5.5-0.1) | 
libwine-alsa-unstable(= 1.5.5-0.1)  | 
 OR libwine-oss-unstable  (= 1.5.5-0.1) | 
libwine-gl-unstable   (= 1.5.5-0.1) | 
libwine-print-unstable(= 1.5.5-0.1) | 
libwine-sane-unstable (= 1.5.5-0.1) | 
libwine-cms-unstable  (= 1.5.5-0.1) | 
libwine-gphoto2-unstable  (= 1.5.5-0.1) | 
libwine-ldap-unstable (= 1.5.5-0.1) | 
libwine-openal-unstable   (= 1.5.5-0.1) | 
debconf   (= 0.5)  | 1.5.45
 OR debconf-2.0 | 


Recommends  (Version) | Installed
=-+-===
ttf-liberation| 


Suggests(Version) | Installed
=-+-===
wine-doc  | 
binfmt-support| 2.0.9
ttf-mscorefonts-installer | 
winbind   | 
avscan| 
 OR klamav| 
 OR clamav| 
gstreamer0.10-plugins-good| 0.10.31-3
gstreamer0.10-plugins-ugly| 0.10.19-2+b2


-- 
ASD Consultoria, Rio, RJ
Arq. Sávio M Ramos
Só usamos Linux desde 2000
www.debian.org



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



Bug#661592: [Pkg-amule-devel] Bug#661592: [amule] amule don't start

2012-04-11 Thread ASD Consultoria
Em Tue, 6 Mar 2012 00:28:44 +0100
Sandro Tosi sandro.t...@gmail.com escreveu:

 can you try renaming ~/.aMule to something else, so it will be
 regenerated?

I renamed .aMule then amule works.

-- 
ASD Consultoria, Rio, RJ
Arq. Sávio M Ramos
Só usamos Linux desde 2000
www.debian.org



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



[Mediawiki-l] How can I disable reading certain namespaces? (MW1.18.2)

2012-04-07 Thread Geri Asd
Hi,

I wish to disable reading namespaces like Template: for certain
usergroups. How can I do it on MW 1.18.2?

Gerald
___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


Bug#664851: [udev] Error message

2012-03-21 Thread ASD Consultoria
Package: udev
Version: 175-3.1
Severity: normal

--- Please enter the report below this line. ---

When computer boot, above message appear. No problem in normal use of
the system.

udevd[307]: invalid rule '/etc/udev/rules.d/ft-rockey.rules:1'
udevd[307]: unknown key 'BUS' in '/etc/udev/rules.d/ft-rockey.rules:1'
udevd[307]: invalid rule '/etc/udev/rules.d/ft-rockey.rules:1'


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.2.0-2-amd64

Debian Release: wheezy/sid
  500 unstablewww.debian-multimedia.org 
  500 unstablesft.if.usp.br 
  500 testing http.us.debian.org 
  500 stable  dl.google.com 

--- Package information. ---
Depends   (Version) | Installed
===-+-
libc6 (= 2.10) | 2.13-27
libselinux1   (= 1.32) | 2.1.9-2
libudev0(= 175-3.1) | 175-3.1
lsb-base (= 3.0-6) | 3.2+Debian31
util-linux(= 2.16) | 2.20.1-4


Recommends  (Version) | Installed
=-+-===
usbutils  | 1:005-2
pciutils  | 1:3.1.8-2


Package's Suggests field is empty.






-- 
ASD Consultoria, Rio, RJ
Arq. Sávio M Ramos
Só usamos Linux desde 2000
www.debian.org



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



[Rails] requery using join

2012-02-29 Thread ads asd
I make 2 queries.
-
The first:

@queue = Attempt.joins({:problem_info = [:problem, :contest]},
:user).where('contests.id' = 1).limit(100)
-
The second:

queue = ActiveRecord::Base.connection.query(
SELECT  pi.number, p.name \pname\, u.name, a.result, a.exec_time,
a.used_memory, a.time - c.start_time \time\
FROM attempts a
 INNER JOIN problem_infos pi ON (pi.id = a.problem_info_id)
 INNER JOIN problems p ON (p.id = pi.problem_id)
 INNER JOIN users u ON (u.id = a.user_id)
 INNER JOIN contests c ON (c.id = pi.contest_id)
WHERE (pi.contest_id = 1)
ORDER BY a.time DESC;)
---
The first query is better and it is write easy, but it makes several
small requery to database. If i am right, i use  resources of Ruby on
Rails.
The seond query make one requery to database.

I want to use the first query, but it works longer than the second. How
to right query, using join, but it mustn't make several requery.

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups Ruby 
on Rails: Talk group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.



Bug#661592: [amule] amule don't start

2012-02-28 Thread ASD Consultoria
Package: amule
Version: 2.3.1-5
Severity: normal

--- Please enter the report below this line. ---

Amule don't start:

asd@papai:~$ amule
 2012-02-28 07:24:17: Initialising aMule 2.3.1 compiled with wxGTK2 v2.8.12
 2012-02-28 07:24:17: Checking if there is an instance already running...
 2012-02-28 07:24:17: No other instances are running.
aMule Version: aMule 2.3.1 compiled with wxGTK2 v2.8.12

Terminated after throwing an instance of 'CEOFException'
what(): SafeIO::EOF: Attempt to read past end of file.
backtrace:
[2] ?? in amule[0x4597ba]
[3] wxEntry(int, wchar_t**) in 
/usr/lib/x86_64-linux-gnu/libwx_baseu-2.8.so.0[0x7f6ad97e864b]
[4] ?? in amule[0x44c272]
[5] __libc_start_main in /lib/x86_64-linux-gnu/libc.so.6[0x7f6ad8a11ead]
[6] ?? in amule[0x4510e5]

Abortado


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.2.0-1-amd64

Debian Release: wheezy/sid
  500 unstablewww.debian-multimedia.org 
  500 unstablesft.if.usp.br 
  500 testing http.us.debian.org 
  500 stable  dl.google.com 

--- Package information. ---
Depends  (Version) | Installed
==-+-
amule-common   (= 2.3.1-5) | 2.3.1-5
libc6(= 2.10) | 2.13-27
libcrypto++9   | 5.6.1-5
libgcc1   (= 1:4.1.1) | 1:4.6.2-16
libgeoip1  (= 1.4.8+dfsg) | 1.4.8+dfsg-3
libstdc++6(= 4.6) | 4.6.2-16
libupnp3(= 1.4.3) | 1:1.6.6-5.1
libwxbase2.8-0   (= 2.8.12.1) | 2.8.12.1-7
libwxgtk2.8-0(= 2.8.12.1) | 2.8.12.1-7
zlib1g(= 1:1.1.4) | 1:1.2.6.dfsg-2


Recommends   (Version) | Installed
==-+-===
amule-utils| 2.3.1-5
unzip  | 6.0-5


Suggests (Version) | Installed
==-+-===
amule-utils-gui| 2.3.1-5







-- 
ASD Consultoria, Rio, RJ
Arq. Sávio M Ramos
Só usamos Linux desde 2000
www.debian.org



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



Bug#661589: [ghostscript] gs error: /usr/lib/cups/filter/pdftoraster failed -- error log attached

2012-02-28 Thread ASD Consultoria
Em Tue, 28 Feb 2012 11:36:41 +0100
Didier Raboud didier.rab...@epfl.ch escreveu:

 $ dpkg-query -s ghostscript | egrep 'Status|Version'
Status: install ok installed
Version: 9.05~dfsg-2

 $ dpkg -S /usr/bin/gs
ghostscript: /usr/bin/gs

 $ gs --version
9.05


My system is Sid but the USB printer is pluged in a machine with
system stable 6.0.4.

1) Cups produces somethings strange. A square is transformed to a
rectangle with cups-pdf: Bug 559685

2) This bug 661589, only occur with documents that have images inside.

[]'s
-- 
ASD Consultoria, Rio, RJ
Arq. Sávio M Ramos
Só usamos Linux desde 2000
www.debian.org



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



[ECOLOG-L] Sherman

2012-02-21 Thread aa asd
I have some Sherman traps from Forestry Suppliers


http://www.forestry-suppliers.com/product_pages/View_Catalog_Page.asp?mi=5132title=Sherman+Aluminum+Folding+Live+Capture+Traps

The product I have is the item number 35949 the ventilated *Large Size *.020
aluminum body, stainless steel springs and wires, 3 x 3-1/2 x 9 set,
3-1/4 x 1/2 x 9 folded.

If interested please send me an email!

I am located in southern georgia...


[Sysadmins] Как пометить сделать сетевой интерфейс активным при загрузке

2012-02-02 Thread ASD
Дистрибутив альтлинукс 6.0 есть 2 eth0, eth1 для подключения к интернет 
используется pppoe при загрузке системы оно не активно. Если перезапустить 
сервис network, то pppoe соединение подключается. 
Работает так же NetworkManager. 

С уважением, Алексей

02.02.2012, в 12:16, sysadmins-requ...@lists.altlinux.org написал(а):

 Сообщения, предназначенные для списка рассылки Sysadmins, необходимо
 отправлять по адресу
sysadmins@lists.altlinux.org
 
 Для изменения параметров подписки вы можеже использовать веб-страницу
https://lists.altlinux.org/mailman/listinfo/sysadmins
 
 Для получения информации о том, как пользовать почтовым интерфейсом,
 отправьте письмо, в теле или теме которого будет слово 'help', по
 адресу:
sysadmins-requ...@lists.altlinux.org
 
 Адрес человека, ответственного за этот список рассылки:
sysadmins-ow...@lists.altlinux.org
 
 При ответе, пожалуйста, измение тему письма так, чтобы она была более
 содержательной чем Re: Содержание дайджеста списка рассылки
 Sysadmins...
 
 
 В этом номере:
 
   1. Re: dhcpcd и таймаут (Mikhail Efremov)
   2. Re: dhcpcd и таймаут (Mikhail Efremov)
   3. Re: dhcpcd и таймаут (Mikhail Efremov)
   4. Re: Обновление Арк-сервера до p6 squirrelmail (Aleksey Avdeev)
   5. Re: dhcpcd и таймаут (Alexey Petrakov)
   6. kvm и libvirt (Dmitry Derjavin)
   7. Re: kvm и libvirt (Андрей Черепанов)
 
 
 --
 
 Message: 1
 Date: Wed, 1 Feb 2012 17:54:03 +0400
 From: Mikhail Efremov s...@altlinux.ru
 To: sysadmins@lists.altlinux.org
 Subject: Re: [Sysadmins] dhcpcd и таймаут
 Message-ID: 20120201175403.65ed6...@c203.office.altlinux.ru
 Content-Type: text/plain; charset=UTF-8
 
 On Tue, 31 Jan 2012 11:02:07 +0700 Alexey Petrakov wrote:
 On 30 января 2012 16:19:20 Mikhail Efremov wrote:
 Если -t не работает как заявлено в документации, то это баг, который
 надо вешать.
 Но вы уверены, что он dhcpcd действительно запускается с -t 0?
 Посмотрите ps ax | grep dhcpcd.
 
 Уверен. Именно так и проверяю.
 
 Кстати, о какой версии идет речь? Я проверял с dhcpcd-4.0.15-alt5 из
 p6.
 
 Аналогично, dhcpcd-4.0.15-alt5
 
 Проверил, dhcpcd уже час пытается получить адрес с -t 0. Он при этом,
 правда, где-то раз в минуту запускает хуки с reason FAIL, но это не
 проблема, думаю.
 
 Я сейчас опишу что я делаю, и что наблюдаю, а вы мне скажите в чём я неправ, 
 if ever.
 
 А, похоже бага проявляется с одиночной опцией -d. Я посмотрю, но
 лучше повесьте багу, чтобы не забылось если затянется.
 
 Как workaround можно попробовать написать
 DHCP_ARGS='-b', это заставит dhcpcd сразу же форкнуться, так вроде
 работает.
 Только в этом случае загрузка остановится до тех 
 
 В файлике /etc/net/options.d/50-ALTLinux-desktop  ставлю параметр 
 DHCP_TIMEOUT=0
 
 Лучше писать такие вещи в options интерфейса. Или перекрывать опции в
 другом файле, а не менять конфиг из пакета, если действительно нужно
 изменить default.
 
 -- 
 WBR, Mikhail Efremov
 
 
 --
 
 Message: 2
 Date: Wed, 1 Feb 2012 17:56:02 +0400
 From: Mikhail Efremov s...@altlinux.ru
 To: sysadmins@lists.altlinux.org
 Subject: Re: [Sysadmins] dhcpcd и таймаут
 Message-ID: 20120201175602.5ae18...@c203.office.altlinux.ru
 Content-Type: text/plain; charset=UTF-8
 
 On Wed, 1 Feb 2012 17:54:03 +0400 Mikhail Efremov wrote:
 Только в этом случае загрузка остановится до тех 
 
 Это читать не нужно, ошметки другой, ошибочной мысли :).
 
 -- 
 WBR, Mikhail Efremov
 
 
 --
 
 Message: 3
 Date: Wed, 1 Feb 2012 21:23:43 +0400
 From: Mikhail Efremov s...@altlinux.ru
 To: sysadmins@lists.altlinux.org
 Subject: Re: [Sysadmins] dhcpcd и таймаут
 Message-ID: 20120201212343.6592d...@c203.office.altlinux.ru
 Content-Type: text/plain; charset=UTF-8
 
 On Wed, 1 Feb 2012 17:54:03 +0400 Mikhail Efremov wrote:
 On 30 января 2012 16:19:20 Mikhail Efremov wrote:
 Если -t не работает как заявлено в документации, то это баг, который
 надо вешать.
 
 А, похоже бага проявляется с одиночной опцией -d. Я посмотрю, но
 лучше повесьте багу, чтобы не забылось если затянется.
 
 Как workaround можно попробовать написать
 DHCP_ARGS='-b', это заставит dhcpcd сразу же форкнуться, так вроде
 работает.
 
 Это, пожалуй, не workaround, а вполне решение. Баг с -t 0 действительно
 имеет место, но если бы это работало как заявлено, то загрузка системы
 остановилась бы до получения адреса.
 
 -- 
 WBR, Mikhail Efremov
 
 
 --
 
 Message: 4
 Date: Thu, 02 Feb 2012 00:15:42 +0400
 From: Aleksey Avdeev s...@solin.spb.ru
 To: ALT Linux sysadmins' discussion sysadmins@lists.altlinux.org
 Subject: Re: [Sysadmins] Обновление Арк-сервера до p6 squirrelmail
 Message-ID: 4f299d6e.5010...@solin.spb.ru
 Content-Type: text/plain; charset=koi8-r
 
 01.02.2012 17:15, Aleksey Avdeev пишет:
 ...
 
  Проблема могла быть связана с
 https://bugzilla.altlinux.org/show_bug.cgi?id=23240, но она исправлена
 ещё в apache2-2.2.16-alt2...
 
 PS: Злодей 

Bug#658098: [apt-build] Error when upgrade

2012-01-31 Thread ASD Consultoria
Package: apt-build
Version: 0.12.39
Severity: normal

--- Please enter the report below this line. ---

The error when upgrade today:

# aptitude -f install 
Os pacotes a seguir, parcialmente instalados, serão configurados:
  apt-build 
Nenhum pacote será instalado, atualizado ou removido.
0 pacotes atualizados, 0 novos instalados, 0 a serem removidos e 0 não 
atualizados.
É preciso obter 0 B de arquivos. Depois do desempacotamento, 0 B serão usados.
Configurando apt-build (0.12.39) ...
dpkg: erro processando apt-build (--configure):
 sub-processo script post-installation instalado retornou estado de saída de 
erro 30
configured to not write apport reports
  Erros foram encontrados durante o 
processamento de:
 apt-build
E: Sub-process /usr/bin/dpkg returned an error code (1)
A instalação de um pacote falhou. Tentando recuperar:
Configurando apt-build (0.12.39) ...
dpkg: erro processando apt-build (--configure):
 sub-processo script post-installation instalado retornou estado de saída de 
erro 30
Erros foram encontrados durante o processamento de:
 apt-build





--- System information. ---
Architecture: amd64
Kernel:   Linux 3.1.0-1-amd64

Debian Release: wheezy/sid
  500 unstablewww.debian-multimedia.org 
  500 unstablesft.if.usp.br 
  500 testing http.us.debian.org 
  500 stable  dl.google.com 

--- Package information. ---
Depends (Version) | Installed
=-+-
debconf (= 0.5)  | 1.5.41
 OR debconf-2.0   | 
libc6  (= 2.2.5) | 2.13-25
perl  | 5.14.2-7
apt  (= 0.5) | 0.8.15.9
gcc   | 4:4.6.2-4
g++   | 4:4.6.2-4
dpkg-dev (= 1.9) | 1.16.1.2
libappconfig-perl(= 1.5) | 1.66-1
libapt-pkg-perl   (= 0.1.11) | 0.1.25+b1
devscripts| 2.11.3
apt-utils | 0.8.15.9


Recommends   (Version) | Installed
==-+-===
fakeroot   | 1.18.2-1
build-essential| 11.5


Package's Suggests field is empty.






-- 
ASD Consultoria, Rio, RJ
Arq. Sávio M Ramos
Só usamos Linux desde 2000
www.debian.org



--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120131092844.467508cc@papai



Bug#658098: [apt-build] Error when upgrade

2012-01-31 Thread ASD Consultoria
Package: apt-build
Version: 0.12.39
Severity: normal

--- Please enter the report below this line. ---

The error when upgrade today:

# aptitude -f install 
Os pacotes a seguir, parcialmente instalados, serão configurados:
  apt-build 
Nenhum pacote será instalado, atualizado ou removido.
0 pacotes atualizados, 0 novos instalados, 0 a serem removidos e 0 não 
atualizados.
É preciso obter 0 B de arquivos. Depois do desempacotamento, 0 B serão usados.
Configurando apt-build (0.12.39) ...
dpkg: erro processando apt-build (--configure):
 sub-processo script post-installation instalado retornou estado de saída de 
erro 30
configured to not write apport reports
  Erros foram encontrados durante o 
processamento de:
 apt-build
E: Sub-process /usr/bin/dpkg returned an error code (1)
A instalação de um pacote falhou. Tentando recuperar:
Configurando apt-build (0.12.39) ...
dpkg: erro processando apt-build (--configure):
 sub-processo script post-installation instalado retornou estado de saída de 
erro 30
Erros foram encontrados durante o processamento de:
 apt-build





--- System information. ---
Architecture: amd64
Kernel:   Linux 3.1.0-1-amd64

Debian Release: wheezy/sid
  500 unstablewww.debian-multimedia.org 
  500 unstablesft.if.usp.br 
  500 testing http.us.debian.org 
  500 stable  dl.google.com 

--- Package information. ---
Depends (Version) | Installed
=-+-
debconf (= 0.5)  | 1.5.41
 OR debconf-2.0   | 
libc6  (= 2.2.5) | 2.13-25
perl  | 5.14.2-7
apt  (= 0.5) | 0.8.15.9
gcc   | 4:4.6.2-4
g++   | 4:4.6.2-4
dpkg-dev (= 1.9) | 1.16.1.2
libappconfig-perl(= 1.5) | 1.66-1
libapt-pkg-perl   (= 0.1.11) | 0.1.25+b1
devscripts| 2.11.3
apt-utils | 0.8.15.9


Recommends   (Version) | Installed
==-+-===
fakeroot   | 1.18.2-1
build-essential| 11.5


Package's Suggests field is empty.






-- 
ASD Consultoria, Rio, RJ
Arq. Sávio M Ramos
Só usamos Linux desde 2000
www.debian.org



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



[Mono-dev] Problems compiling mono 2.10.5 for ARM

2012-01-25 Thread asd asd


Hi,I'm trying to create a new mono 2.10.5  ipk package for cs08q1armel 
toinstall on a Synology DS211. (ARM processor)I have modified the mono.mk 
template to get the new source and I have remove theglib dependency (I have try 
with this dependency too) and always I have the sameerror when I check the 
ipk.The make mono and make mono-ipk works great, but not the check of the 
ipk.
I have compiled with gcc and g++ (it's necessary with this version) 3.3 
and4.2.4 versions, I'm using ubuntu 8.04.03, and always the same error.The 
libtool's version is 1.5.26.After that, I have try to create the actual package 
for cso8q1armel, mono 2.4 and works fine. Noerrors with mono-check.I have try 
to create mono 2.6 too, and works fine the mono-check.With mono 2.8 I have the 
same errors with 2.10.5These are the errors when I execute the ipk's check with 
mono 2.8 and mono2.10.5:perl scripts/optware-check-package.pl 
--target=cs08q1armel/home/prova/optware/cs08q1armel/builds/mono_2.10.5-1_arm.ipkmono_2.10.5-1_arm/opt/bin/monograph:
 is not an 32-bit LSB .* ARM binarymono_2.10.5-1_arm/opt/bin/mprof-report: is 
not an 32-bit LSB .* ARM binarymono_2.10.5-1_arm/opt/bin/mprof-report: has no 
rpath (libm.so.6 librt.so.1libdl.so.2 libpthread.so.0 
libc.so.6)mono_2.10.5-1_arm/opt/lib/libmono-profiler-aot.so.0.0.0: is not an 
32-bit LSB .*ARM binarymono_2.10.5-1_arm/opt/lib/libmono-profiler-cov.so.0.0.0: 
is not an 32-bit LSB .*ARM 
binarymono_2.10.5-1_arm/opt/lib/libmono-profiler-iomap.so.0.0.0: is not an 
32-bit LSB.* ARM binarymono_2.10.5-1_arm/opt/lib/libmono-profiler-log.so.0.0.0: 
is not an 32-bit LSB .*ARM 
binarymono_2.10.5-1_arm/opt/lib/libMonoPosixHelper.so: is not an 32-bit LSB .* 
ARMbinarymono_2.10.5-1_arm/opt/lib/libMonoPosixHelper.so: has no rpath 
(libm.so.6librt.so.1 libdl.so.2 libpthread.so.0 
libc.so.6)mono_2.10.5-1_arm/opt/lib/libMonoSupportW.so: is not an 32-bit LSB .* 
ARM binarymono_2.10.5-1_arm/opt/lib/libMonoSupportW.so: has no rpath (libm.so.6 
librt.so.1libdl.so.2 libpthread.so.0 
libc.so.6)mono_2.10.5-1_arm/opt/lib/mono/2.0/mcs.exe.so: is not 
strippedmono_2.10.5-1_arm/opt/lib/mono/2.0/mcs.exe.so: is not an 32-bit LSB .* 
ARMbinarymono_2.10.5-1_arm/opt/lib/mono/2.0/mscorlib.dll.so: is not 
strippedmono_2.10.5-1_arm/opt/lib/mono/2.0/mscorlib.dll.so: is not an 32-bit 
LSB .* ARMbinaryThere were 15 errorsmake: *** [mono-check] Error 2Any ideas 
what's wrong?Thanks 

  ___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Bug#651043: [console-common] Can't upgrade console-common

2011-12-05 Thread ASD Consultoria
Package: console-common
Version: 0.7.86
Severity: normal

--- Please enter the report below this line. ---

Error message:

E: Sub-process /usr/bin/dpkg returned an error code (1)
A instalação de um pacote falhou. Tentando recuperar:
Configurando console-common (0.7.86) ...
Looking for keymap to install:
br-abnt2
insserv: There is a loop between service checkroot and keyboard-setup if started
insserv:  loop involving service keyboard-setup at depth 14
insserv:  loop involving service keymap at depth 13
insserv: There is a loop between service checkroot and keyboard-setup if started
insserv:  loop involving service mtab at depth 6
insserv:  loop involving service checkroot at depth 5
insserv:  loop involving service hostname at depth 4
insserv:  loop involving service hwclock at depth 19
insserv:  loop involving service module-init-tools at depth 20
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: erro processando console-common (--configure):
 sub-processo script post-installation instalado retornou estado de saída de 
erro 1
Erros foram encontrados durante o processamento de:
 console-common





--- System information. ---
Architecture: amd64
Kernel:   Linux 3.1.0-1-amd64

Debian Release: wheezy/sid
  500 unstablewww.debian-multimedia.org 
  500 unstablesft.if.usp.br 
  500 testing http.us.debian.org 
  500 stable  dl.google.com 

--- Package information. ---
Depends(Version) | Installed
-+-===
debconf(= 0.5)  | 1.5.41
 OR debconf-2.0  | 
debianutils(= 1.13) | 4.1
console-data | 2:1.12-1
kbd  | 1.15.3-7
 OR console-tools (= 1:0.2.3dbs-54) | 
lsb-base(= 3.0) | 3.2-28


Package's Recommends field is empty.

Package's Suggests field is empty.






-- 
ASD Consultoria, Rio, RJ
Arq. Sávio M Ramos
Só usamos Linux desde 2000
www.debian.org



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



[Matplotlib-users] Plot trajectories with arrow tips

2011-11-17 Thread asd dasdas
Hi everyone,

can someone please help me how to make a plot like this:
http://tutorial.math.lamar.edu/Classes/DE/PhasePlane_files/image002.gif

The main issue with it is in the (black) trajectories. As far as i know
there is no function in matplotlib to plot trajectories with arrows
pointing in a direction.

But I think a good workaround is: plotting the trajectories with plot(..)
and use quiver(..) at certain points to get an arrows.

A minimal example would be:

import matplotlib.pyplot as plt
import numpy as np
import scipy.integrate as integrate

if __name__==__main__:
t = np.linspace(0, 20, 1000)
l = 3
# some starting points
X0s = [[-3.0, 0],
[-3.0, -1],
[-3.0, -2],
[-2, -3.0],
[-1, -3.0],
[0, -3.0],
[1, -3.0],
[2, -3.0],
[3.0, -2],
[3.0, -1],
[3.0, 0.0],
[3.0, 1],
[3.0, 2],
[2, 3.0],
[1, 3.0],
[0, 3.0],
[-1, 3.0],
[-2, 3.0],
[-3.0, 2],
[-3.0, 1],
[0, 0.01],
[0, -0.01],
[0.01, 0],
[-0.01, 0]]
sattel = lambda x,t=0: [-x[0], x[1]]
plt.axis([-l,l,-l,l])

for X0 in X0s:
state = integrate.odeint(sattel, X0, t).T
plt.plot(*state, color=k, linewidth=1)
xs = state[:,::10]
x_ds = np.asarray(sattel(xs))
M = np.hypot(x_ds[0],x_ds[1])
plt.quiver(xs[0],xs[1],x_ds[0]/M,x_ds[1]/M,
pivot=mid)#,scale=100, scale_units=width,linewidth=5)

plt.axis([-l,l,-l,l])
plt.show()

That is pretty much what I was looking for except the shafts of the arrows
that I can't get rid off.
You can see what I tried to get this done by uncomment the quiver parameter.
Doing this, you can see, the shafts are (nearly) gone, but the arrows look
horrible. I wonder if there is anyway to tell quiver(..) to only plot the
heads of the arrow, without the shaft.

Can you please give me a hint how to do this?

Thank you,
 Andy

Matplotlib version: 1.0.1
Installed as: Ubuntu package
OS: Ubuntu 11.10
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[ECOLOG-L] Fwd: Sherman Traps

2011-11-08 Thread aa asd
I have some Sherman traps from Forestry Suppliers


http://www.forestry-suppliers.com/product_pages/View_Catalog_Page.asp?mi=5132title=Sherman+Aluminum+Folding+Live+Capture+Traps

The product I have is the item number 35949 the ventilated *Large Size *.020
aluminum body, stainless steel springs and wires, 3 x 3-1/2 x 9 set,
3-1/4 x 1/2 x 9 folded.

As well as several books

1) How to know the amphibians and reptiles by royce e ballinger and john d
lynch
2) wetland ecology principles and conservation by paul a keddy
3) amenity landscapr management a rescource handbook by Ralph cobham
4) basic guide to pesticides their characteristics and hazards by shirley
briggs and rachel carson council
5) The rough guide to europe on a budget
6) Teaching secondary math by david rock and douglas brumbaugh
7) Science experiments and projects for students by julia cothron, ronald
geise, and richard rezba



If interested please send me an email!


Bug#645282: [librecad] There is no fonts in Librecad

2011-10-13 Thread ASD Consultoria
Package: librecad
Version: 1.0.0~rc3+nolibs-1
Severity: normal

--- Please enter the report below this line. ---

I can't write any text with Librecad because it have no fonts.

See in image attached.

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.0.0-2-amd64

Debian Release: wheezy/sid
  500 unstablewww.debian-multimedia.org 
  500 unstablesft.if.usp.br 
  500 testing http.us.debian.org 
  500 stable  dl.google.com 

--- Package information. ---
Depends(Version) | Installed
-+-===
libc6 (= 2.2.5) | 2.13-21
libdxflib-2.2.0.0| 2.2.0.0-6
libfparser-4.3   | 4.3-3
libgcc1 (= 1:4.1.1) | 1:4.6.1-15
libqt4-help (= 4:4.5.3) | 4:4.7.3-8
libqt4-qt3support   (= 4:4.5.3) | 4:4.7.3-8
libqt4-sql  (= 4:4.5.3) | 4:4.7.3-8
libqt4-xml  (= 4:4.5.3) | 4:4.7.3-8
libqtcore4(= 4:4.7.0~beta1) | 4:4.7.3-8
libqtgui4   (= 4:4.6.1) | 4:4.7.3-8
libstdc++6(= 4.4.0) | 4.6.1-15
librecad-data (= 1.0.0~rc3+nolibs-1) | 1.0.0~rc3+nolibs-1
libqt4-sql-sqlite| 4:4.7.3-8


Package's Recommends field is empty.

Package's Suggests field is empty.






-- 
ASD Consultoria, Rio, RJ
Arq. Sávio M Ramos
Só usamos Linux desde 2000
www.debian.org
attachment: librecad.png

Bug#637960: [iceweasel] Crash when download anything from internet

2011-08-15 Thread ASD Consultoria
   (= 2.8.0) | 2.8.0-3
libfreetype6 (= 2.2.1) | 2.4.6-1
libgcc1(= 1:4.1.1) | 1:4.6.1-6
libgdk-pixbuf2.0-0  (= 2.22.0) | 2.23.5-3
libglib2.0-0(= 2.24.0) | 2.28.6-1
libgtk2.0-0 (= 2.24.0) | 2.24.5-4
libhunspell-1.2-0   (= 1.2.11) | 1.2.14-4
libjpeg62  (= 6b1) | 6b1-2
libmozjs5d(= 5.0-6) | 5.0-6
libnspr4-0d( 4.7.1-1) | 4.8.9-1
libnss3-1d(= 3.12.9~beta2) | 3.12.11-1
libpango1.0-0   (= 1.14.0) | 1.28.4-2
libpixman-1-0   (= 0.11.2) | 0.22.2-1
libreadline6   (= 6.0) | 6.2-2
libsqlite3-0(= 3.6.12) | 3.7.7-2
libstartup-notification0   (= 0.8) | 0.12-1
libstdc++6 (= 4.6) | 4.6.1-6
libvpx0  (= 0.9.0) | 0.9.7-1
libx11-6| 2:1.4.4-1
libxext6| 2:1.3.0-3
libxrender1 | 1:0.9.6-2
libxt6  | 1:1.1.1-2
zlib1g (= 1:1.1.4) | 1:1.2.3.4.dfsg-3


Package's Recommends field is empty.

Suggests(Version) | Installed
=-+-===
ttf-lyx   | 2.0.0-1
 OR latex-xft-fonts   | 
xfonts-mathml | 4
ttf-mathematica4.1| 
xprint| 
mozplugger| 
libgssapi-krb5-2  | 1.9.1+dfsg-2
 OR libkrb53  | 
libdbus-glib-1-2(= 0.78) | 0.94-4
libgconf2-4   (= 2.31.1) | 2.32.4-1
libgnomevfs2-0 (= 1:2.17.90) | 1:2.24.4-1
libnotify1 (= 0.5.0) | 
libnotify1-gtk2.10| 
libgnomeui-0  | 


-- 
ASD Consultoria, Rio, RJ
Arq. Sávio M Ramos
Só usamos Linux desde 2000
www.debian.org



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



[jibx-users] How to unsubscribe

2011-08-11 Thread asd
hi,all.
i was far away development using jibx,could someone tell me how to
unsubscribe this maillist, thx.
 BR.
  murphy.cn

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. 
http://p.sf.net/sfu/wandisco-dev2dev
___
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users


[Bug 818410] Re: lightdm crashes when launching a session

2011-07-30 Thread asd
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/818410

Title:
  lightdm crashes when launching a session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/818410/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 818410] [NEW] lightdm crashes when launching a session

2011-07-30 Thread asd
Public bug reported:

after login the lightdm crashes and no session is started.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: lightdm 0.9.2-0ubuntu4
ProcVersionSignature: Ubuntu 3.0.0-7.9-generic 3.0.0
Uname: Linux 3.0.0-7-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Sat Jul 30 10:39:12 2011
ProcEnviron:
 LANG=de_AT.UTF-8
 SHELL=/bin/bash
SourcePackage: lightdm
UpgradeStatus: Upgraded to oneiric on 2011-07-26 (3 days ago)

** Affects: lightdm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/818410

Title:
  lightdm crashes when launching a session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/818410/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 729387] Re: invest-applet crashed with RuntimeError in /usr/lib/pymodules/python2.7/gi/overrides/Gtk.py: Gtk couldn't be initialized

2011-07-11 Thread asd
currently i have ubuntu 11.10 installed, so i can not check it any more.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-applets in Ubuntu.
https://bugs.launchpad.net/bugs/729387

Title:
  invest-applet crashed with RuntimeError in
  /usr/lib/pymodules/python2.7/gi/overrides/Gtk.py: Gtk couldn't be
  initialized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-applets/+bug/729387/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 729387] Re: invest-applet crashed with RuntimeError in /usr/lib/pymodules/python2.7/gi/overrides/Gtk.py: Gtk couldn't be initialized

2011-07-11 Thread asd
currently i have ubuntu 11.10 installed, so i can not check it any more.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/729387

Title:
  invest-applet crashed with RuntimeError in
  /usr/lib/pymodules/python2.7/gi/overrides/Gtk.py: Gtk couldn't be
  initialized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-applets/+bug/729387/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Bug#582976: Please confirm if this bug in Debian's netselect-apt is still present

2011-04-12 Thread ASD Consultoria
Em Tue, 12 Apr 2011 13:04:24 +0200
Javier Fernandez-Sanguino j...@computer.org escreveu:

 $ script -t out 2out.t
 $ netselect-apt -n unstable
 (...)
 $ exit
 
 And then send me the out and the out.t files.

Attached the files you want.

[]'s
-- 
ASD Consultoria, Rio, RJ
Arq. Sávio M Ramos
Só usamos Linux desde 2000
www.debian.org


-- 
ASD Consultoria, Rio, RJ
Arq. Sávio M Ramos
Só usamos Linux desde 2000
www.debian.org


out
Description: Binary data
0.339978 27
0.232867 1
4.732016 1
0.175982 1
0.311987 1
0.592002 1
0.095993 1
0.304010 1
0.271992 3
0.284008 1
1.276015 1
0.231925 1
0.088063 1
0.407999 1
0.32 1
1.472006 1
0.288007 1
0.543987 1
0.296019 1
0.223977 1
0.240003 1
2.392014 1
0.191993 1
1.887999 1
0.143990 1
0.183999 2
2.559965 30
0.039976 57
0.024008 68
0.028020 29
0.012039 69
0.224000 68
0.027996 206
0.796009 114
0.864000 114
0.952015 114
0.947983 114
0.952014 114
0.655986 114
0.767996 114
0.28 114
0.391998 114
0.736009 114
1.004015 114
0.671986 114
0.307994 114
0.279996 114
0.312004 114
0.339941 114
0.280003 114
0.780063 114
1.008023 114
0.951980 114
0.947937 114
0.736056 114
0.315990 114
0.315946 114
0.364059 114
0.284010 114
1.036017 114
0.671975 114
0.952020 114
0.699925 114
0.284054 114
0.764017 114
0.711984 114
0.763995 114
1.004018 114
0.951998 114
0.952000 114
0.591985 114
0.736002 114
0.307993 114
0.952012 114
0.948000 114
0.951988 114
0.596000 114
0.256009 114
0.239993 114
0.256001 114
0.428004 114
0.948525 114
0.675472 114
0.715999 114
0.411998 114
0.296008 114
0.767994 114
1.004002 114
0.952006 114
0.951998 114
0.651995 114
0.771999 257
0.039973 58
0.039987 177
0.020090 177
0.007977 59
0.003970 59
0.043939 59
0.016081 118
0.072023 59
0.007965 59
0.007999 59
0.072022 59
0.003994 59
0.007943 118
0.016065 118
0.011908 59
0.004013 59
0.019976 59
0.024079 265
0.003936 59
0.008104 118
0.003904 59
0.007996 59
0.004065 59
0.043982 59
0.028029 251
0.011988 118
0.004430 59
0.007544 59
0.019954 118
0.015996 59
0.004074 59
0.003921 59
0.032089 59
0.011997 59
0.036006 59
0.004002 191
0.055915 59
0.016003 59
0.016046 59
0.004030 59
0.015920 59
0.008011 59
0.020070 118
0.012080 59
0.011925 59
0.008002 118
0.091937 59
0.008046 118
0.003963 177
0.004043 168
0.008014 59
0.039938 59
0.016057 59
0.019998 59
0.007934 59
0.012061 118
0.099936 59
0.015980 59
0.024077 118
0.007930 118
0.012088 59
0.011995 118
0.015987 118
0.019921 59
0.012079 59
0.028008 236
0.016006 59
0.020003 59
0.031999 59
0.011999 59
0.007902 59
0.016097 59
0.011996 59
0.003912 118
0.032083 264
0.019932 118
0.008021 118
0.027981 59
0.012081 59
0.004038 59
0.027954 59
0.059998 59
0.011995 118
0.007992 59
0.003935 59
0.008086 59
0.003922 59
0.036069 59
0.032003 59
0.011918 59
0.012005 59
0.020078 59
0.040308 59
0.019687 59
0.011913 59
0.016018 118
0.016079 118
0.003986 59
0.003917 263
0.004015 59
0.008023 59
0.008131 59
0.007862 59
0.016058 59
0.016011 59
0.019985 59
0.015995 59
0.003936 59
0.003981 59
0.004084 59
0.007991 59
0.012013 118
0.012004 59
0.023987 118
0.040020 59
0.015988 59
0.019929 177
0.012078 59
0.003912 59
0.008088 295
0.015999 59
0.019927 59
0.012075 531
0.012012 59
0.007984 59
0.027943 59
0.012063 59
0.011995 59
0.040003 59
0.015992 59
0.003934 59
0.008268 59
0.035719 118
0.020107 59
0.007982 59
0.007960 59
0.020033 59
0.004008 59
0.015996 59
0.011915 59
0.020078 59
0.012007 59
0.031918 59
0.016077 59
0.015990 59
0.011927 59
0.016086 59
0.011998 59
0.028005 59
0.011983 59
0.008011 59
0.007911 118
0.020098 59
0.039988 59
0.036009 59
0.043999 59
0.004056 59
0.007877 59
0.008065 59
0.004041 59
0.035969 59
0.023918 59
0.012076 59
0.027998 118
0.012003 59
0.003904 118
0.012106 59
0.004025 59
0.019958 59
0.043935 59
0.004076 59
0.039989 59
0.019915 59
0.032008 405
0.052094 59
0.011967 442
0.003948 59
0.012067 59
0.020008 59
0.011990 59
0.047926 59
0.064083 59
0.004044 118
0.007874 59
0.008077 59
0.004044 59
0.011954 59
0.028008 59
0.007979 118
0.003925 59
0.004041 118
0.011990 118
0.008148 59
0.003835 59
0.072078 59
0.071922 118
0.012084 59
0.027974 59
0.012018 59
0.016003 59
0.011991 59
0.036008 59
0.024002 59
0.043926 59
0.012073 59
0.028000 59
0.043930 59
0.031978 118
0.016099 59
0.015994 59
0.035997 450
0.031919 58
0.008068 58
0.008019 58
0.024005 58
0.011991 58
0.015995 58
0.012001 58
0.019918 58
0.016073 58
0.007930 58
0.012073 58
0.003914 58
0.008096 58
0.031995 58
0.068007 116
0.083928 58
0.012073 116
0.003924 116
0.008109 58
0.047897 116
0.024001 58
0.024053 58
0.007927 116
0.008016 58
0.012059 58
0.024011 58
0.032000 116
0.015993 253
0.007932 58
0.024028 290
0.012075 247
0.007898 58
0.003988 58
0.004031 116
0.012063 58
0.019977 58
0.003944 174
0.008079 58
0.008004 58
0.003987 58
0.015997 58
0.004005 58
0.016003 58
0.011912 58
0.012083 58
0.003995 58
0.004008 116
0.004001 184
0.008012 245
0.003930 58
0.003993 163
0.015986 58
0.007990 58
0.012015 58
0.023998 116
0.003989 58
0.012077 58
0.004006 116
0.011992 58
0.023951 58
0.012054 58
0.012005 58
0.003983 116
0.003943 58
0.024060 58
0.04 58
0.019997 58

Bug#582976: Please confirm if this bug in Debian's netselect-apt is still present

2011-04-11 Thread ASD Consultoria
Em Mon, 11 Apr 2011 02:15:11 +0200
Javier Fernández-Sanguino Peña j...@computer.org escreveu:

 To debug this issue, please send an email with the output of the above
 execution of the program (you can use 'script' to capture it easily)
 attached.

I am not a hard user, can you explain, in details, what you want?

The output of netselect-apt -n unstable is attached.

Best regards.
-- 
ASD Consultoria, Rio, RJ
Arq. Sávio M Ramos
Só usamos Linux desde 2000
www.debian.org
# netselect-apt -n unstable
Using distribution unstable.
Retrieving the list of mirrors from www.debian.org...

--2011-04-11 20:29:26--  http://www.debian.org/mirror/mirrors_full
Resolvendo www.debian.org... 200.17.202.197
Conectando-se a www.debian.org|200.17.202.197|:80... conectado.
A requisição HTTP foi enviada, aguardando resposta... 200 OK
Tamanho: 294809 (288K) [text/html]
Salvando em: “/tmp/netselect-apt.Om0pK4”

100%[] 
294809  54,9K/s   em 5,2s

2011-04-11 20:29:46 (54,9 KB/s) - “/tmp/netselect-apt.Om0pK4” salvo 
[294809/294809]

Choosing a main Debian mirror using netselect.
netselect: 315 (22 active) nameserver request(s)...   
Duplicate address 24.215.0.24 (http://debian.mirror.rafal.ca/debian/, 
http://24.215.0.24/debian/); keeping only under first name.
netselect: 230 (23 active) nameserver request(s)...   
Duplicate address 138.231.176.11 (http://webb.ens-cachan.fr/debian/, 
http://debian.ens-cachan.fr/ftp/debian/); keeping only under first name.
netselect: 152 (24 active) nameserver request(s)...   
Duplicate address 150.65.7.130 (http://ftp.jaist.ac.jp/pub/Linux/Debian/, 
http://ftp2.jp.debian.org/debian/); keeping only under first name.
netselect: 123 (23 active) nameserver request(s)...   
Duplicate address 193.219.80.27 (http://debian.mirror.vu.lt/debian/, 
http://ftp.ru.debian.org/debian/); keeping only under first name.
netselect: 90 (23 active) nameserver request(s)...
Duplicate address 202.29.148.54 (http://ftp.th.debian.org/debian/, 
http://ftp.v6.coe.psu.ac.th/debian/); keeping only under first name.
netselect: 69 (23 active) nameserver request(s)...   
Duplicate address 35.9.37.225 (http://35.9.37.225/debian/, 
http://ftp.egr.msu.edu/debian/); keeping only under first name.
netselect: 60 (24 active) nameserver request(s)...   
Duplicate address 199.6.1.174 (http://mirrors.nl.kernel.org/debian/, 
http://199.6.1.174/debian/); keeping only under first name.
netselect: 26 (23 active) nameserver request(s)...   
Duplicate address 199.6.12.70 (http://199.6.12.70/debian/, 
http://mirror.mycre.ws/debian/); keeping only under first name.
Running netselect to choose 1 out of 284 addresses.  

The fastest server seems to be:


Writing sources.list.
sources.list exists, moving to sources.list.1302564823
Done.


Bug#617296: [wishlist] RStudio

2011-03-07 Thread asd
Package: rstudio
Severity: wishlist

It seems to be a promising IDE for Gnu R, so it would be nice
having it packetized in Debian (IMHO).

http://www.rstudio.org/

Cheers
  Luca


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Re: [Dovecot] Troube with GSSAPI auth

2010-11-24 Thread asd dsa
Maybe auth_gssapi_hostname should = melchior.td.pmz.com.ua since that's
what is in your keytab.

Yep, it helps, but ive got another error:

auth: Info: gssapi(?,192.168.1.2): While processing incoming data: Unspecified 
GSS failure.  Minor code may provide more information
auth: Info: gssapi(?,192.168.1.2): While processing incoming data: Unknown code 
krb5 230

I destroyed kerberos cache in /tmp/krb*, but nothing changed.


[Dovecot] Troube with GSSAPI auth

2010-11-22 Thread asd dsa
Hi all. 
I have a troube with GSSAPI (Dovecot 2.0.7) auth:

auth: Debug: client in: AUTH1   GSSAPI  service=imap
lip=192.168.1.56rip=192.168.1.2 lport=143  $
auth: Debug: gssapi(?,192.168.1.2): Obtaining credentials for imap@
auth: Info: gssapi(?,192.168.1.2): While acquiring service credentials: An 
invalid name was supplied
auth: Info: gssapi(?,192.168.1.2): While acquiring service credentials: Unknown 
code krb5 216

Kerberos key imap/hostn...@realm installed, dovecot.conf:

auth_debug = yes
auth_krb5_keytab = /etc/krb5.keytab
auth_mechanisms = gssapi
disable_plaintext_auth = no
first_valid_uid = 1
log_path = /var/log/dovecot.log
log_timestamp = %Y-%m-%d %H:%M:%S 
mail_gid = 89
mail_location = maildir:/var/spool/mail/%n
mail_privileged_group = mail
mail_uid = 89
service imap-login {
  inet_listener imap {
address = *
port = 143
  }
}
ssl = no
userdb {
  driver = static
}

Any ideas?


Bug#604255: [console-setup] Can't install kbd package

2010-11-21 Thread ASD Consultoria
Package: console-setup
Version: 1.61
Severity: normal

--- Please enter the report below this line. ---

I want to use console fonts greater than 8 pixel but console-setup
don't work, error:

Setting up console font an keymap...setupcon: The consolechars utility form the 
console-setup font can load only fonts with 8 pixel width matrix. Please 
install the setup utility form the kbd package.




I tried to install kbd package, but I can't. Aptitude is trying to
remove two packages console-tools and kbd-compat, Error:

Os pacotes a seguir possuem dependências não satisfeitas:
  kbd: Conflita: console-utilities o qual é um pacote virtual.
   Conflita: open o qual é um pacote virtual.
  kbd-compat: Conflita: kbd mas 1.15.2-1 será instalado.
  console-tools: Conflita: console-utilities o qual é um pacote virtual.
 Conflita: open o qual é um pacote virtual.
As seguintes ações resolverão estas dependências:

 Remover os pacotes a seguir:
1) console-tools 
2) kbd-compat



--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.32-5-amd64

Debian Release: squeeze/sid
  500 unstablewww.debian-multimedia.org 
  500 unstabledebian.mirror.rafal.ca 

--- Package information. ---
Depends (Version) | Installed
=-+-===
debconf (= 0.5)  | 1.5.36
 OR debconf-2.0   | 
console-terminus(= 4.26) | 4.30-2
xkb-data (= 0.9) | 1.8-1
keyboard-configuration| 1.61


Recommends  (Version) | Installed
=-+-
kbd (= 0.99-12)  | 
 OR console-tools (= 1:0.2.3-16) | 1:0.2.3dbs-69


Suggests  (Version) | Installed
===-+-===
lsb-base (= 3.0-6) | 3.2-26
locales | 2.11.2-7







-- 
ASD Consultoria, Rio, RJ
Arq. Sávio M Ramos
Só usamos Linux desde 2000
www.debian.org



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



Bug#604255: [console-setup] Can't install kbd package

2010-11-21 Thread ASD Consultoria
Package: console-setup
Version: 1.61
Severity: normal

--- Please enter the report below this line. ---

I want to use console fonts greater than 8 pixel but console-setup
don't work, error:

Setting up console font an keymap...setupcon: The consolechars utility form the 
console-setup font can load only fonts with 8 pixel width matrix. Please 
install the setup utility form the kbd package.




I tried to install kbd package, but I can't. Aptitude is trying to
remove two packages console-tools and kbd-compat, Error:

Os pacotes a seguir possuem dependências não satisfeitas:
  kbd: Conflita: console-utilities o qual é um pacote virtual.
   Conflita: open o qual é um pacote virtual.
  kbd-compat: Conflita: kbd mas 1.15.2-1 será instalado.
  console-tools: Conflita: console-utilities o qual é um pacote virtual.
 Conflita: open o qual é um pacote virtual.
As seguintes ações resolverão estas dependências:

 Remover os pacotes a seguir:
1) console-tools 
2) kbd-compat



--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.32-5-amd64

Debian Release: squeeze/sid
  500 unstablewww.debian-multimedia.org 
  500 unstabledebian.mirror.rafal.ca 

--- Package information. ---
Depends (Version) | Installed
=-+-===
debconf (= 0.5)  | 1.5.36
 OR debconf-2.0   | 
console-terminus(= 4.26) | 4.30-2
xkb-data (= 0.9) | 1.8-1
keyboard-configuration| 1.61


Recommends  (Version) | Installed
=-+-
kbd (= 0.99-12)  | 
 OR console-tools (= 1:0.2.3-16) | 1:0.2.3dbs-69


Suggests  (Version) | Installed
===-+-===
lsb-base (= 3.0-6) | 3.2-26
locales | 2.11.2-7







-- 
ASD Consultoria, Rio, RJ
Arq. Sávio M Ramos
Só usamos Linux desde 2000
www.debian.org



--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101121132025.10db0...@papai



[discuss] Suggestion

2010-10-18 Thread Gökhan Asd
1- There is not ''Language change'' button in this website and forum and
other lanuguages your websites and forums. Please create to visible place of
page. Please apply the this my suggesition to other languages Open Office
websites and forums

2- http://www.openoffice.org/contact.html

File a bug/issue - if you don't have an account, see our Issues page for how
to open an account, search to see if your issue has already been reported in
IssueTracker, and if its not been, submit an issue. It's quick and easy
(really).

I click Issues page . After, new page is open. I click any option. But; it
is very complicated. Please re-arrange to be understood.

Please apply the this my suggesition to other languages Open Office
websites

3- There is a problem in Turkish Open Office. uluslararası = international.
But; When I write uluslarası, uluslarası is change Uluslar arası or uluslar
arası. Please it must be uluslarası.   Please correct.


[users] Suggestion

2010-10-18 Thread Gökhan Asd
1- There is not ''Language change'' button in this website and forum and
other lanuguages your websites and forums. Please create to visible place of
page. Please apply the this my suggesition to other languages Open Office
websites and forums

2- http://www.openoffice.org/contact.html

File a bug/issue - if you don't have an account, see our Issues page for how
to open an account, search to see if your issue has already been reported in
IssueTracker, and if its not been, submit an issue. It's quick and easy
(really).

I click Issues page . After, new page is open. I click any option. But; it
is very complicated. Please re-arrange to be understood.

Please apply the this my suggesition to other languages Open Office
websites

3- There is a problem in Turkish Open Office. uluslararası = international.
But; When I write uluslarası, uluslarası is change Uluslar arası or uluslar
arası. Please it must be uluslarası.   Please correct.


Re: ITSM 7.6, Incident Management, Service field?

2010-09-08 Thread Bilinski, John CTR WHS/ITMD/ASD
Charlie,

Rod is correct you have to relate the Business (or Technical) Service CI to
either a Person, Organization or Company. Another thing to remember, If you
are relating to a company or organization, and you have more than 1 company
just remember the Service+ field menu on the form is populated by the
Company of the Customer+. 

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org] On Behalf Of Rod Harris
Sent: Wednesday, September 08, 2010 12:25 AM
To: arslist@ARSLIST.ORG
Subject: Re: ITSM 7.6, Incident Management, Service field?

Hi Charlie,

Are you adding people in the people tab of the service CI? You need to
create a used by relationship to a person or persons before it can
be specified on an incident for that person.

Rod

On 8 September 2010 09:05, Charlie Wilson wilsonc...@gmail.com wrote:
 ** ARS 7.5, ITSM 7.6, product catalog loaded, Incident Request form,
Service
 field.

 Through the Incident Management Rules I have made this Service field not
 required.  However, we understand what it is for and we wish to use it.  I
 have a problem figuring out how to define business service CIs that will
 populate this field.  I've went through the Configuration document several
 times and it talks little about defining this field's data source.  I've
 also created business service CIs and no matter how I enable them, map
them
 to company, etc., they still do not show in the dropdown field.

 Could someone give me a tip on how to popular this field?

 Thanks much,
 Charlie


 _attend WWRUG10 www.wwrug.com ARSlist: Where the Answers Are_


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug10 www.wwrug.com ARSlist: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug10 www.wwrug.com ARSlist: Where the Answers Are


smime.p7s
Description: S/MIME cryptographic signature


Any suggestions on building workflow to automate tasks with Incident Mgmt 7.6

2010-09-08 Thread Bilinski, John CTR WHS/ITMD/ASD
Hello,

Does anyone have any advice for building workflow to allow for automated
Tasks in Incident Mgmt v7.6? We have a request process that is really not
meant for the Change Mgmt module for it is a Service Request, but it
requires multiple parallel tasks that need to be auto-generated in sequence.


Before I start active link and filter logging to try to figure out the OOB
workflow I was just wondering if anyone out there can point me in the right
direction for I know I am not the first person to do this.

It would be much appreciated.

-John.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug10 www.wwrug.com ARSlist: Where the Answers Are


smime.p7s
Description: S/MIME cryptographic signature


Bug#592540: [ghostscript-cups] Evince can't print

2010-08-10 Thread ASD Consultoria
Package: ghostscript-cups
Version: 8.71~dfsg2-4
Severity: normal

--- Please enter the report below this line. ---

Evince can't print, error message:

/usr/lib/cups/filter/pdftoraster failed


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.32-5-amd64

Debian Release: squeeze/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.be.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-=
libc6  (= 2.2.5) | 2.11.2-2
libcups2   (= 1.4.0) | 1.4.4-2
libcupsimage2  (= 1.4.0) | 1.4.4-2
libgssapi-krb5-2  (= 1.6.dfsg.2) | 1.8.3+dfsg~beta1-1
zlib1g   (= 1:1.1.4) | 1:1.2.3.4.dfsg-3
ghostscript  (= 8.64~dfsg-8) | 8.71~dfsg2-4


Recommends   (Version) | Installed
==-+-===
cups   | 1.4.4-2
cups-client| 1.4.4-2


Package's Suggests field is empty.






-- 
ASD Consultoria, Rio, RJ
Arq. Sávio M Ramos
Só usamos Linux desde 2000
www.debian.org



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



Re: How to get the Subject line when sending an email that performs a submit action?

2010-08-04 Thread Bilinski, John CTR WHS/ITMD/ASD
Sergio,

One recommendation for your Push Fields action to Bridge form workflow:

Use an Escalation to push fields from the AR System email Messages form ---
BridgeForm form and not a filter. 

I have setup and maintained incoming email workflow for a Large-Scale
implementation of Remedy 6.3 (The email engine has not changed since then)
and we found that having a filter push fields from the AR System email
Messages form --- BridgeForm form can shutdown the entire Remedy
Application service if there is an error with the filter processing. 

Also the more intricate you get in your parsing workflow that extracts
information from the Email the more variables of errors will occur. I also
recommend using another escalation to push fields from the BridgeForm --
HPD:HelpDesk.

When we used a filter we did not discover this until the first few days of
production.

Good Luck
- John Bilinski

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org] On Behalf Of Sergio Tomillero
Sent: Wednesday, August 04, 2010 4:56 AM
To: arslist@ARSLIST.ORG
Subject: How to get the Subject line when sending an email that performs a
submit action?

Hello,

 
Once configured Incoming box, I send an email to Email Engine like this:

 
 
In the subject line I indicate: This is about incident  INC3173

 
 
In the Body part I indicate:

 
 Schema: BridgeForm
 Server: servername

 Login: Demo
 Password: demopass

 Action: Submit
 !536870914!: some text
 !536870915!: INC3173

 
This generates a new record in ARSystem Email Messages and some minutes
later in 'BridgeForm'. The problem is that I want to have the Subject line
in a field in 'Bridge Form' but I do not find a way to do it. Of course I
cannot say to them to copy the subject again in the body part of the message
when sending. How can I do it? Only fields between !! are generated in
BridgeForm.

 
I have thought in creating a new filter in ARSytem Email Messages to
'Incoming mails on Submit action, that get the subject field and using 
STRSTRC function I get the incident number to do a search later from
BridgeForm, but the problem is that can be more than one email with that
incident number, and getting the last one could not be a good solution
because more than one could have been received at the same time (more that
one with tha same Incident number and the same Create Date).

 
What are you recommendations? How do you get the subject line when receiving
an email?

 
 
Thanks  regards,

Sergio Tomillero

-- 
View this message in context:
http://ars-action-request-system.1093659.n2.nabble.com/How-to-get-the-Subjec
t-line-when-sending-an-email-that-performs-a-submit-action-tp5371700p5371700
.html
Sent from the ARS (Action Request System) mailing list archive at
Nabble.com.


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug10 www.wwrug.com ARSlist: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug10 www.wwrug.com ARSlist: Where the Answers Are


smime.p7s
Description: S/MIME cryptographic signature


Un-Fragmenting SQL Indexes for ITSM 7.5 + SQL Server 2005

2010-07-27 Thread Bilinski, John CTR WHS/ITMD/ASD
All,

We are about to deploy a AR System 7.5 + ITSM 7.6 on SQL Server 2005. What is 
the recommended way to handle un-fragmenting of the ARSystem Db indexes?

More Specifically:

1. Does un-fragmenting the indexes give us any performance boost or does it 
cause more problems when trying to fix?
2. Should we schedule a job to reorganize or rebuild the indexes?
3. Our deployment is considered a medium sized deployment. Should the job be 
scheduled quarterly? Monthly? Yearly?
4. Should the indexing job be done with the ARSystem instance is online or 
offline?

Thanks.

- John

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug10 www.wwrug.com ARSlist: Where the Answers Are


smime.p7s
Description: S/MIME cryptographic signature


<    1   2   3   4   5   >