Eric Bélanger | 1 Dec 2010 02:02
Picon

Re: [arch-dev-public] [signoff] xinetd-2.3.14-6

On Sun, Nov 28, 2010 at 8:44 AM, Allan McRae <allan <at> archlinux.org> wrote:
> On 21/11/10 18:28, Eric Bélanger wrote:
>>
>> On Fri, Nov 19, 2010 at 8:32 AM, Allan McRae<allan <at> archlinux.org>  wrote:
>>>
>>> Rebuild of old package, tidy up PKGBUILD.
>>>
>>> Signoff both,
>>> Allan
>>>
>>
>> signoff x86_64
>>
>
> Anyone for i686?
>

sure. signoff i686.  BTW, you might want to start the pkgdesc with a capital A.

Adrian C. | 1 Dec 2010 04:57

Re: [signoff] lilo 23.1-2

On Mon, 29 Nov 2010, Andrea Scarpino wrote:

> lilo 23.1-2
> - fixed source
> - added sharutils as new makedependence
> - added perl as optdependence to run keytab-lilo

Signoff i686.

--

-- 
Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618
PGP FP: 02A5 628A D8EE 2A93 996E  929F D5CB 31B7 D20A 0618
C Anthony Risinger | 2 Dec 2010 04:09

Re: PulseAudio in [testing]

On Mon, Nov 29, 2010 at 11:03 AM, Jan Steffens <jan.steffens <at> gmail.com> wrote:
> On Mon, Nov 29, 2010 at 5:49 PM, Sander Jansen <s.jansen <at> gmail.com> wrote:
>> Correct me if I'm wrong, but if pulseaudio is installed, I believe you
>> should be able to prevent it from starting by removing the dbus
>> activation files:
>>
>> etc/xdg/
>> etc/xdg/autostart/
>> etc/xdg/autostart/pulseaudio-kde.desktop
>> etc/xdg/autostart/pulseaudio.desktop
>>
>> (unless pulse has some other way of auto-starting the daemon)
>
> You will also need to uncomment and deactivate the autospawn option in
> /etc/pulse/client.conf.

since i recently blew up my computer "accidentally on purpose"[1]... i
decided to try this since i said i would and so many others to had
success.

works perfectly under a fresh install, e17 desktop; nice w3rk!  i'm
liking it quite a bit... sharing/sending sound to other machines is a
pretty neat trick; maybe i can set it up under my local headless KVM
server and send music/etc to my or my fiancé's laptops... or both...
cool.

C Anthony

[1] me==smart. http://www.spinics.net/lists/linux-btrfs/msg07193.html

(Continue reading)

Ng Oon-Ee | 2 Dec 2010 05:08
Picon

Re: PulseAudio in [testing]

On Wed, 2010-12-01 at 21:09 -0600, C Anthony Risinger wrote:
> On Mon, Nov 29, 2010 at 11:03 AM, Jan Steffens <jan.steffens <at> gmail.com> wrote:
> > On Mon, Nov 29, 2010 at 5:49 PM, Sander Jansen <s.jansen <at> gmail.com> wrote:
> >> Correct me if I'm wrong, but if pulseaudio is installed, I believe you
> >> should be able to prevent it from starting by removing the dbus
> >> activation files:
> >>
> >> etc/xdg/
> >> etc/xdg/autostart/
> >> etc/xdg/autostart/pulseaudio-kde.desktop
> >> etc/xdg/autostart/pulseaudio.desktop
> >>
> >> (unless pulse has some other way of auto-starting the daemon)
> >
> > You will also need to uncomment and deactivate the autospawn option in
> > /etc/pulse/client.conf.
> 
> since i recently blew up my computer "accidentally on purpose"[1]... i
> decided to try this since i said i would and so many others to had
> success.
> [1] me==smart. http://www.spinics.net/lists/linux-btrfs/msg07193.html

Ouch. Hope you didn't lose anything too important.
> 
> works perfectly under a fresh install, e17 desktop; nice w3rk!  i'm
> liking it quite a bit... sharing/sending sound to other machines is a
> pretty neat trick; maybe i can set it up under my local headless KVM
> server and send music/etc to my or my fiancé's laptops... or both...
> cool.

(Continue reading)

李永 | 2 Dec 2010 06:22
Picon

can't import ctype in python2

Hi, all

I can't run ibus-setup and can't see the ibus imput method pannel, after I
investgation, I find it is a python problem, when I run ibus-setup, I got
the following error:

$ ibus-setup
Traceback (most recent call last):
  File "/usr/share/ibus/setup/main.py", line 31, in <module>
    import ibus
  File "/usr/lib/python2.7/site-packages/ibus/__init__.py", line 26, in
<module>
    from common import *
  File "/usr/lib/python2.7/site-packages/ibus/common.py", line 55, in
<module>
    import ctypes
  File "/usr/lib/python2.7/ctypes/__init__.py", line 10, in <module>
    from _ctypes import Union, Structure, Array
ImportError: No module named _ctypes

and I can't import ctype in python2 too,

$ python2
Python 2.7.1 (r271:86832, Dec  1 2010, 13:45:43)
[GCC 4.5.1 20101125 (prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import ctypes
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/ctypes/__init__.py", line 10, in <module>
(Continue reading)

Allan McRae | 2 Dec 2010 06:32
Gravatar

Re: can't import ctype in python2

On 02/12/10 15:22, 李永 wrote:
> Hi, all
>
> I can't run ibus-setup and can't see the ibus imput method pannel, after I
> investgation, I find it is a python problem, when I run ibus-setup, I got
> the following error:
>
> $ ibus-setup
> Traceback (most recent call last):
>    File "/usr/share/ibus/setup/main.py", line 31, in<module>
>      import ibus
>    File "/usr/lib/python2.7/site-packages/ibus/__init__.py", line 26, in
> <module>
>      from common import *
>    File "/usr/lib/python2.7/site-packages/ibus/common.py", line 55, in
> <module>
>      import ctypes
>    File "/usr/lib/python2.7/ctypes/__init__.py", line 10, in<module>
>      from _ctypes import Union, Structure, Array
> ImportError: No module named _ctypes
>
>
> and I can't import ctype in python2 too,
>
> $ python2
> Python 2.7.1 (r271:86832, Dec  1 2010, 13:45:43)
> [GCC 4.5.1 20101125 (prerelease)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import ctypes
> Traceback (most recent call last):
(Continue reading)

李永 | 2 Dec 2010 06:45
Picon

Re: can't import ctype in python2

On Thu, Dec 2, 2010 at 1:32 PM, Allan McRae <allan <at> archlinux.org> wrote:

> On 02/12/10 15:22, 李永 wrote:
>
>> Hi, all
>>
>> I can't run ibus-setup and can't see the ibus imput method pannel, after I
>> investgation, I find it is a python problem, when I run ibus-setup, I got
>> the following error:
>>
>> $ ibus-setup
>> Traceback (most recent call last):
>>   File "/usr/share/ibus/setup/main.py", line 31, in<module>
>>     import ibus
>>   File "/usr/lib/python2.7/site-packages/ibus/__init__.py", line 26, in
>> <module>
>>     from common import *
>>   File "/usr/lib/python2.7/site-packages/ibus/common.py", line 55, in
>> <module>
>>     import ctypes
>>   File "/usr/lib/python2.7/ctypes/__init__.py", line 10, in<module>
>>     from _ctypes import Union, Structure, Array
>> ImportError: No module named _ctypes
>>
>>
>> and I can't import ctype in python2 too,
>>
>> $ python2
>> Python 2.7.1 (r271:86832, Dec  1 2010, 13:45:43)
>> [GCC 4.5.1 20101125 (prerelease)] on linux2
(Continue reading)

Ionuț Bîru | 2 Dec 2010 11:45

Re: can't import ctype in python2

On 12/02/2010 07:45 AM, 李永 wrote:
> On Thu, Dec 2, 2010 at 1:32 PM, Allan McRae<allan <at> archlinux.org>  wrote:
>
>> On 02/12/10 15:22, 李永 wrote:
>>
>>> Hi, all
>>>
>>> I can't run ibus-setup and can't see the ibus imput method pannel, after I
>>> investgation, I find it is a python problem, when I run ibus-setup, I got
>>> the following error:
>>>
>>> $ ibus-setup
>>> Traceback (most recent call last):
>>>    File "/usr/share/ibus/setup/main.py", line 31, in<module>
>>>      import ibus
>>>    File "/usr/lib/python2.7/site-packages/ibus/__init__.py", line 26, in
>>> <module>
>>>      from common import *
>>>    File "/usr/lib/python2.7/site-packages/ibus/common.py", line 55, in
>>> <module>
>>>      import ctypes
>>>    File "/usr/lib/python2.7/ctypes/__init__.py", line 10, in<module>
>>>      from _ctypes import Union, Structure, Array
>>> ImportError: No module named _ctypes
>>>
>>>
>>> and I can't import ctype in python2 too,
>>>
>>> $ python2
>>> Python 2.7.1 (r271:86832, Dec  1 2010, 13:45:43)
(Continue reading)

Simon Gomizelj | 2 Dec 2010 16:23
Picon
Gravatar

Re: PulseAudio in [testing]

>From my limited experience with pulseaudio on a machine without X, it seems
that anything that has native pulse support in it will automatically start
pulse on demand anyways.

2010/12/1 Ng Oon-Ee <ngoonee <at> gmail.com>

> On Wed, 2010-12-01 at 21:09 -0600, C Anthony Risinger wrote:
> > On Mon, Nov 29, 2010 at 11:03 AM, Jan Steffens <jan.steffens <at> gmail.com>
> wrote:
> > > On Mon, Nov 29, 2010 at 5:49 PM, Sander Jansen <s.jansen <at> gmail.com>
> wrote:
> > >> Correct me if I'm wrong, but if pulseaudio is installed, I believe you
> > >> should be able to prevent it from starting by removing the dbus
> > >> activation files:
> > >>
> > >> etc/xdg/
> > >> etc/xdg/autostart/
> > >> etc/xdg/autostart/pulseaudio-kde.desktop
> > >> etc/xdg/autostart/pulseaudio.desktop
> > >>
> > >> (unless pulse has some other way of auto-starting the daemon)
> > >
> > > You will also need to uncomment and deactivate the autospawn option in
> > > /etc/pulse/client.conf.
> >
> > since i recently blew up my computer "accidentally on purpose"[1]... i
> > decided to try this since i said i would and so many others to had
> > success.
> > [1] me==smart. http://www.spinics.net/lists/linux-btrfs/msg07193.html
>
(Continue reading)

Damjan | 2 Dec 2010 19:12
Picon
Gravatar

Re: PulseAudio in [testing]

On 02.12.2010 16:23, Simon Gomizelj wrote:
>> From my limited experience with pulseaudio on a machine without X, it seems
> that anything that has native pulse support in it will automatically start
> pulse on demand anyways.

on ArchLinux if you don't install the pulseaudio package, there wont be 
anything to start, since the daemon is part of that package.

And nothing requires that package either.

--

-- 
дамјан


Gmane