Re: [arch-general] Winter Cleanup of [community]

2013-01-21 Thread Juan Diego Tascón
On Sat, Jan 19, 2013 at 11:59 AM, Fons Adriaensen f...@linuxaudio.org wrote:

 On Sat, Jan 19, 2013 at 05:54:51PM +0100, Alexander Rødseth wrote:

  The list of unneeded orphans can be viewed at this page:
  https://www.archlinux.org/devel/reports/unneeded-orphans/

 This seems to require a dev login...

 --
 FA

 A world of exhaustive, reliable metadata would be an utopia.
 It's also a pipe-dream, founded on self-delusion, nerd hubris
 and hysterically inflated market opportunities. (Cory Doctorow)


Hi, periscope-svn should be removed in favor of periscope-git


[arch-general] alternative to pmount

2012-12-24 Thread Juan Diego Tascón
Last week pmount went from extra to aur. I used to use pmount to allow
users to mount external devices as simple as:

pmount /dev/sdb1

Is there an alternative to pmount in core, extra or community that
allows users to mount with a simple command an external storage
device?


[arch-general] samba4

2012-12-12 Thread Juan Diego Tascón
Good day,

Does someone has a working PKGBUILD for the new samba4 besides the
samba4 from aur? if someone has it I would like to help with the
tests.

Cheers


Re: [arch-general] Strange network problem

2012-10-30 Thread Juan Diego Tascón
I got a similar problem once and it turned out to be a cable problem, have
you tried changing the cables and / or the network cards?

On Tue, Oct 23, 2012 at 5:03 AM, Damjan gdam...@gmail.com wrote:

 I've got a strange problem with a machine that had a fresh install
 three weeks ago. Nothing new has been installed on it since then.

 About one time in four, after that machine has been booted, a ssh
 to it (on a LAN) fails with 'no route to host'.


 'no route to host' on a LAN (same ip range, right?) means the ARP
 resolution didn't work on the *client*.

 You need to check if ARP reply packets are received by the *client*,
 possibly with tcpdump -i any arp

 Also check ip neigh on the CLIENT to see what neighbours it knows about.


 --
 дамјан



[arch-general] ssd

2012-10-30 Thread Juan Diego Tascón
Good day,

I just got a new laptop with a 25Gb ssd and I was wondering which would be
best if putting my home directory (minus music and videos) there or and
arch install (minus pacman pkg cache). I read the ssd related article in
the wiki and even though it mentions some optimizations and considerations
it doesn't mention anything regarding this issue.

Thanks


Re: [arch-general] iptables forward policy

2012-08-28 Thread Juan Diego Tascón
Thanks all for your help

I finally decided to go with a more simple port forwarding solution
using socat a tool to forward tcp conections. This way I can filter
forwarded ports by using the router's INPUT chain.

Cheers

On Sun, Aug 26, 2012 at 1:08 PM, Peter Baldridge
petebaldri...@gmail.com wrote:
 On Sun, Aug 26, 2012 at 10:11 AM, Juan Diego Tascón 
 juantas...@gmail.comwrote:

 Is there any way to debug iptables, Juan,


 Another good way to debug IPTables (if you can limit the traffic to the box
 to just what you are troubleshooting) use the command :

 sudo iptables -Z  sudo watch -n .5 iptables -nvL

 ^zeros the counters for iptables

 this will serve to show packet counters next to all your rules.  Then you
 can send the traffic you are troubleshooting and see which rule it is
 matching.  From a different window or screen you can add/drop rules and
 watch the counters in real time.  That has always helped me in tough
 IPtables setups since it's a little more realtime/less info than logging.

 -pete


Re: [arch-general] iptables forward policy

2012-08-26 Thread Juan Diego Tascón
Thanks for both replies. The graphic does it a lot more
understandable. Is there any way to debug iptables, I mean, like a
tool where I can visualize the path of a packet and where exactly it
gets dropped/accepted and also realtime packets headers (src, dst,
proto, dport, sport, etc)?

On Sat, Aug 25, 2012 at 12:56 PM, Corrado Primier ilba...@gmail.com wrote:
 2012/8/25 Juan Diego Tascón juantas...@gmail.com:
 Good day,

 Hello :)

 I'm thinking of
 setting the default FORWARD policy to ACCEPT as my default INPUT
 policy is DROP and unless there is a valid FORWARD rule for a given
 port the packets wont go anywhere. I'm I right on this?

 You're wrong. Either a packet goes through the INPUT chain or it goes
 through the FORWARD chain, depending on its destination. Take a look
 at this packet flow diagram:
 http://www.linuxhomenetworking.com/wiki/images/f/f0/Iptables.gif

 Corrado


[arch-general] iptables forward policy

2012-08-25 Thread Juan Diego Tascón
Good day,

I'm currently configuring a router. I'm setting the default policies
to DROP in the INPUT OUTPUT AND FORWARD chains. I'm thinking of
setting the default FORWARD policy to ACCEPT as my default INPUT
policy is DROP and unless there is a valid FORWARD rule for a given
port the packets wont go anywhere. I'm I right on this? or could
someone deliberately setup a packet to be forwarded from my router to
my lan? all I could find on google was one similar question with no
answer :(

Thanks


Re: [arch-general] Install scripts and Syslinux

2012-08-10 Thread Juan Diego Tascón
+1 to this

On Fri, Aug 10, 2012 at 11:11 AM, Myra Nelson myra.nel...@hughes.net wrote:
 I would like to thank all those who are working so diligently to make Arch
 Linux more usable. There are just too many to list in one spot.

 Dave's install scripts are great. This was the easiest install I've ever
 done save plugging in an MSDOS disk.

 To all those trying to come up with a graphical installer, I've never cared
 for them starting with anaconda and FreeBSD' sys install. Doing the install
 with these scripts removes all doubt about what's been done. Yes the AIF
 put most of it in your face and was a very laudable project, but these
 scripts take out all the doubt and forces you to think about how and what
 you are doing. They also make it possible to plug another hard disk into a
 running machine, do the install, then reboot to the new disk without using
 any external drives. That's the part I really love.

 Thanks for the tips about ext4 on the boot partition. I do have one
 question relating to the genfstab script. All the other scripts work with
 sudo but genfstab doesn't. I get an error message permission denied I
 have to su to root then run it.

 Myfra

 --
 Life's fun when your sick and psychotic!


Re: [arch-general] Chromium KDE4 optional dependencies

2012-01-10 Thread Juan Diego Tascón
hi, is there an option to force chromium into using the kde dialog by
default? I have both chromium16 and kdebase-kdialog installed but it
still uses the gtk dialog

On Tue, Jan 10, 2012 at 8:32 AM, gt codere...@gmail.com wrote:
 On Tue, Jan 10, 2012 at 01:13:09PM +0200, Chris Sakalis wrote:
 Hello everyone.
 I am not sure if this is the right place to post this, or if this is actually
 worth posting.

 I am using KDE4 (4.7.4-1) and Chromium 16, which added support for the native
 KDE file dialog. I think that 'kdebase-kdialog' should be added as an 
 optional
 dependency, because without it, the file chooser does not work. No error 
 message
 is displayed, but on my desktop computer the file chooser was broken (it 
 simply
 would not appear) until I installed the 'kdebase-kdialog' package.

 I also tried removing the package on my laptop and it did broke the
 file chooser in
 Chromium. I didn't even have to restart Chromium for the changes to take 
 effect.

 Thank you,
 Chris Sakalis

 You should open a bug report on https://bugs.archlinux.org/

 --
 O ascii ribbon campaign - stop html mail - www.asciiribbon.org


Re: [arch-general] a plea for python 2

2011-12-24 Thread Juan Diego Tascón
take a look at the kedpm PKGBUILD [1], the package have
/usr/bin/python as shebang, but if you run:

python2 setup.py

the script will automatically fix the shebangs to /usr/bin/python2
before installing

**
[1] https://aur.archlinux.org/packages/ke/kedpm/PKGBUILD

On Fri, Dec 16, 2011 at 5:30 AM, C Anthony Risinger anth...@xtfx.me wrote:
 On Thu, Dec 15, 2011 at 9:51 AM, Alex Bolgarov a...@bolgarov.org wrote:
 you all think the proper fix is for
 me to put in the docs something like on Arch systems you need to do
 [x] before building, whether [x] is get the PKGBUILD with the patch
 from AUR or even run the sed-python-with-python2.sh included in the
 distribution.

 I personally don't think it is a proper fix - I think it is not a fix
 at all. My opinion is that Python3 is sufficiently different from
 Python2 to be considered a new language, not just a new version of old
 (thus it would be appropriate to use new name, 'python3', for it,
 leaving 'python' forever referring to python2). (That is, desire to be
 on the bleeding edge does not warrant breaking existing software)

 http://mail.python.org/pipermail/python-dev/2011-March/108562.html

 ... the thread starts here:

 http://mail.python.org/pipermail/python-dev/2011-March/108491.html

 ... if it hasn't been linked already.  that discussion led to the
 aforementioned PEP, and was generally well-received (hence creation of
 the PEP).

 If I were you, I would probably stop putting shebangs into my Python
 scripts (so that they would be not executables), and write a shell
 wrapper script for every python script that figures out during runtime
 how python2 executable is called, and call python2 script using this
 python executables (or write single script with symbolic links to it
 with different names and use $0 shell variable to find which python
 script to call).

 you can factor out pieces into separate files and selectively import
 based on various criteria, like any other module.  create an small
 bootstrap file that is python2/3 compatible and either run/import
 according to the binary you're running under, or re-exec under a
 different one (slightly rude form a user's perspective, but possible).

 a little funky, but you can test syntax using eval:

 http://stackoverflow.com/questions/446052/python-best-way-to-check-for-python-version-in-program-that-uses-new-language-f/446061#446061

 ... and catch SyntaxError.

 per:

 http://mail.python.org/pipermail/python-dev/2011-March/108495.html
 http://mail.python.org/pipermail/python-dev/2011-March/108499.html

 ... not sure if that's changed, but Arch isn't alone ... there was an
 incubation period of a couple years, until 3.2 release, for
 applications/libraries to catch up.  python3 is here now, so let's
 give her a big welcome, and move on ;-)

 --

 C Anthony


[arch-general] pulse audio auto stop

2011-07-28 Thread Juan Diego Tascón
Good day,

Does anyone knows why is pulseaudio being shut down every time X is
shut down? why cruel world? why?

PS: I don't want to use pulseaudio system-instance

Thank you


Re: [arch-general] pulse audio auto stop

2011-07-28 Thread Juan Diego Tascón
On Thu, Jul 28, 2011 at 12:53 PM, Tom Gundersen t...@jklm.no wrote:
 2011/7/28 Juan Diego Tascón juantas...@gmail.com:
 Does anyone knows why is pulseaudio being shut down every time X is
 shut down? why cruel world? why?

 man pulse-daemon.conf:

 exit-idle-time=  Terminate the daemon after the last client quit and
 this time in seconds passed. Use a negative value to disable this
 feature. Defaults to  20.

Ok, I'm afraid this didn't do the trick. I tried with a negative
value(-1) and with a big value (100) and it didn't work.

This is what's going on: I start a normal tty login in lets say tty2
then I run mplayer to reproduce an mp3 with pulse output which
automatically starts the pulseaudio daemon. Then, on tty1 I start
xinit (kde). When I close the xinit process (Ctrl+C on tty1) the pulse
daemon also dies and my mplayer stops playing :(


 PS: I don't want to use pulseaudio system-instance

 Good!

 Cheers,

 Tom



[arch-general] strange files

2011-05-03 Thread Juan Diego Tascón
Hi,

I'm getting files with random names created in my home directory, last
one was: s5EZVJ and they always have the same content: Hello World,
is anyone else getting the same?


[arch-general] makepkg svn

2011-04-30 Thread Juan Diego Tascón
Good day,

Is there any way to force makepkg to build a PKGBUILD-svn with a fixed
svn version? version 133 of periscope-svn is broken and I want to go
back to version 132.

Thanks


Re: [arch-general] makepkg svn

2011-04-30 Thread Juan Diego Tascón
On Sat, Apr 30, 2011 at 1:17 PM, Evangelos Foutras foutre...@gmail.com wrote:
 2011/4/30 Juan Diego Tascón juantas...@gmail.com:
 Is there any way to force makepkg to build a PKGBUILD-svn with a fixed
 svn version? version 133 of periscope-svn is broken and I want to go
 back to version 132.

 The option you're looking for is --holdver. It is described in makepkg(8).


thank you very much


Re: [arch-general] How to install a group when a package with same name exists?

2011-04-22 Thread Juan Diego Tascón
good question, the same happens with systemd

On Fri, Apr 22, 2011 at 9:18 AM, cantabile cantabile.d...@gmail.com wrote:
 On 04/22/2011 03:32 PM, Cédric Girard wrote:

 Hi,

 Today I wanted to install the group (xorg-apps). But there is a package
 with
 the same name. I did not find a way to tell pacman I wanted the group and
 not the package.

 I ended doing this:
 sudo pacman -S `pacman -Sg xorg-apps | sed 's!xorg-apps \(.*\)!\1!'`

 But there must be an easier way. Any thought about this?

 Regards,

 Somewhat offtopic: `pacman -Sgq xorg-apps` has the same effect as `pacman
 -Sg xorg-apps | sed 's!xorg-apps \(.*\)!\1!'`

 --
 cantabile

 Jayne is a girl's name. -- River



Re: [arch-general] Firefox 4 seg faulting

2011-04-13 Thread Juan Diego Tascón
do you use something like libtrash?

On Wed, Apr 13, 2011 at 10:31 AM, Ionuț Bîru ib...@archlinux.org wrote:
 On 04/13/2011 06:16 PM, Gordon Campbell wrote:

 Just did a fresh install of Archlinux. The problem is when I start Firefox
 nothing happens. I ran it in the terminal and it's segfaults . Can get the
 safe mode box up when I run firefox -safe-mode but when it try's to start
 it
 just segfaults. Anyone else have this problem and how can I sort this?



 Thanks in advance,



 Gordy


 do you use different packages for cairo/freetype2/fontconfig?

 --
 Ionuț



Re: [arch-general] udev

2010-06-09 Thread Juan Diego Tascón
On Wed, Jun 9, 2010 at 4:17 PM, Thomas Bächler tho...@archlinux.org wrote:
 Am 09.06.2010 02:38, schrieb Matthew Monaco:
 On 06/08/2010 02:41 AM, Jan de Groot wrote:
 On Tue, 2010-06-08 at 15:16 +0900, Juan Diego Tascón wrote:
 Good day,

 I'm getting an error every time I plug-in my webcam as a result the
 corresponding module is not being loaded automatically so I have to
 load it by myself. Any one knows a way to fix this?

 This is the error:

 load-modules.sh: 'usb:v0AC8p305Bd0100dcFFdsc00dp00icFFiscFFipFF' is
 not a valid module or alias name

 There's no kernel module for your webcam installed. You'll have to find
 out what driver it uses and udev will load the driver when you hotplug
 your webcam.
 All modules have device aliases for the devices it supports. Udev just
 tries to load a module by devicename and gives your error if it can't
 succeed.



 I've been having these problems with my webcam (which as a built-in mic)
 and my digital camera. What has changed that makes these issues happen
 all of the sudden? Also, does anyone know of a good site to lookup
 drivers for these devices?


 In the above case, you would run:
 modprobe --resolve-alias usb:v0AC8p305Bd0100dcFFdsc00dp00icFFiscFFipFF

I ran that and it didn't return anything, are these ids stored inside
the modules (*.ko)?





Re: [arch-general] udev

2010-06-09 Thread Juan Diego Tascón
On Tue, Jun 8, 2010 at 7:16 PM, Alexander Duscheleit ji...@archlinux.us wrote:
 On Tue, 8 Jun 2010 18:55:33 +0900
 Juan Diego Tascón juantas...@gmail.com wrote:

 On Tue, Jun 8, 2010 at 3:55 PM, Jan de Groot j...@jgc.homeip.net
 wrote:
  On Tue, 2010-06-08 at 15:49 +0900, Juan Diego Tascón wrote:
  Actually it is installed, it is called gspca_zc3xx, if I load it
  the webcam works, the thing is it is not being loaded automatically
 
   All modules have device aliases for the devices it supports.
   Udev just tries to load a module by devicename and gives your
   error if it can't succeed.
 
  Should I report this to the udev developers?
 
  When I run modinfo gspca_zc3xx, I get an alias for your device
  (usb:v0AC8p305Bd*dc*dsc*dp*ic*isc*ip* matches). This is with kernel
  2.6.34 from testing. What kernel do you use? Older versions might
  not have the device alias assigned to the module.

Ive tried the kernel 2.6.34 and I get the same result, the thing is
that I remember it used to work well, and suddenly in a kernel update
(not sure which one) it stop working


 I just updated my kernel to the testing version that you mentioned but
 I am still getting the same message. Do you know where these rules are
 stored?


 The aliases are generated from device and id lists in the relevant
 source file during the kernel build process.

 in your case that would be:
  {USB_DEVICE(0x0ac8, 0x305b), DVNM(Z-star Vimicro zc0305b)},
 in
  drivers/media/video/gspca/zc3xx.c

 That id is in that file since it's creation somewhere between 2.6.26
 and 2.6.27_r1.

 Are you sure, you have a recent udev and it's properly configured?

well I haven't changed anything in udev configuration, I've tried
reinstalling udev but still the same error


 --



Re: [arch-general] udev

2010-06-09 Thread Juan Diego Tascón
On Wed, Jun 9, 2010 at 11:18 PM, Thomas Bächler tho...@archlinux.org wrote:
 Am 09.06.2010 15:11, schrieb Juan Diego Tascón:
 In the above case, you would run:
 modprobe --resolve-alias usb:v0AC8p305Bd0100dcFFdsc00dp00icFFiscFFipFF

 I ran that and it didn't return anything, are these ids stored inside
 the modules (*.ko)?

 Yes, visible with modinfo.

ok, I ran:

modinfo gspca_zc3xx

and I got this line among a lot more:

alias:  usb:v0AC8p305Bd*dc*dsc*dp*ic*isc*ip*

which obviously matches with mine:

usb:v0AC8p305Bd0100dcFFdsc00dp00icFFiscFFipFF

however when I run

modprobe --resolve-alias v0AC8p305Bd0100dcFFdsc00dp00icFFiscFFipFF

or

modprobe --resolve-alias usb:v0AC8p305Bd0100dcFFdsc00dp00icFFiscFFipFF

it shows nothing.

any suggestions? should I report this? who should I report this to?





[arch-general] udev

2010-06-08 Thread Juan Diego Tascón
Good day,

I'm getting an error every time I plug-in my webcam as a result the
corresponding module is not being loaded automatically so I have to
load it by myself. Any one knows a way to fix this?

This is the error:

load-modules.sh: 'usb:v0AC8p305Bd0100dcFFdsc00dp00icFFiscFFipFF' is
not a valid module or alias name

Thanks


Re: [arch-general] udev

2010-06-08 Thread Juan Diego Tascón
On Tue, Jun 8, 2010 at 3:55 PM, Jan de Groot j...@jgc.homeip.net wrote:
 On Tue, 2010-06-08 at 15:49 +0900, Juan Diego Tascón wrote:
 Actually it is installed, it is called gspca_zc3xx, if I load it the
 webcam works, the thing is it is not being loaded automatically

  All modules have device aliases for the devices it supports. Udev just
  tries to load a module by devicename and gives your error if it can't
  succeed.

 Should I report this to the udev developers?

 When I run modinfo gspca_zc3xx, I get an alias for your device
 (usb:v0AC8p305Bd*dc*dsc*dp*ic*isc*ip* matches). This is with kernel
 2.6.34 from testing. What kernel do you use? Older versions might not
 have the device alias assigned to the module.

I just updated my kernel to the testing version that you mentioned but
I am still getting the same message. Do you know where these rules are
stored?





[arch-general] about arch

2010-05-06 Thread Juan Diego Tascón
Good day amigos,

I was reading the about page (http://www.archlinux.org/about/) in
the archlinux website and I noticed that this line is a little
outdated: Arch also offers an [unsupported] section in the Arch Linux
User Repository (AUR), which contains over 9,000 build scripts It
should say over 21.000 build scripts.

And one more question: is there a proposed starting date or a proposed
selection procedure or just additional information for the Junior
Developer scheme? I sent an email to Allan (@archlinux.org) the day it
opened but I have not received any reply yet, I am starting to think
that I sent it to the wrong email address.

Have a nice day.
Chao.


Re: [arch-general] erlang emacs

2010-04-13 Thread Juan Diego
On Tue, Apr 13, 2010 at 3:41 PM, Andrea Scarpino and...@archlinux.org wrote:
 On Tuesday 13 April 2010 08:35:23 Juan Diego wrote:
 Good day,

 I'm trying to run erlang-mode in emacs and I'm getting the following error:
 File mode specification error: (file-error Cannot open load file
 erlang-skels)
 I remember some time ago this error did not occur.

 I'm using emacs 23.5-1 and erlang R13B04-3

 Is somebody having the same error?
 Hi, there is a bug report about this. see FS#18706
Thanks for the info

 --
 Andrea | deelab.org/bash



[arch-general] tmpfs

2010-03-25 Thread Juan Diego
Good day everyone,

I want to delete the next two lines from my fstab:

none /dev/pts devpts defaults 0 0
none /dev/shm tmpfs defaults 0 0

however I would like to know the secondary effects of doing such
thing, all the information I could get on the internet is that shm is
for POSIX shared memory support and that almost any program actually
use it, for devpts I couldn't find much information about it.

does anyone knows if it is safe to remove those lines from my fstab?

thank you.


Re: [arch-general] tmpfs

2010-03-25 Thread Juan Diego
I wanted to remove them because I was cleaning my fstab of old entries
that I dont use anymore, so I found those two in the middle of the
way, I guess they will have to stay there

On Fri, Mar 26, 2010 at 1:22 AM, Thomas Bächler tho...@archlinux.org wrote:
 Am 25.03.2010 17:12, schrieb Xavier Chantry:
 On Thu, Mar 25, 2010 at 5:07 PM, Thomas Bächler tho...@archlinux.org wrote:

 This is definitely NOT SAFE!

 If you don't have /dev/shm, POSIX shared memory will use the same tmpfs
 filesystem as /dev, which is currently limited to 10MB - POSIX shared
 memory blocks might be much larger.

 As for removing /dev/pts, I was tempted to tell you to do it, as it's SO
 funny what happens: No pseudo TTYs are available anymore. This will
 effectively prevent ssh logins, screen, any X terminal and probably many
 more applications from allocating a TTY, so the only way to get a shell
 is to login via a real TTY (console).

 I am curious, why would you want to remove these? I am glad thouh that
 you asked BEFORE killing your system instead of after.



 Random suggestion : adding a one-line comment before these two entries
 describing what they are for (i.e. sumup of the above) :)

 Patches welcome.

 Personally, I don't think it's worth the time - anyone who is going to
 mess with these entries is either expected to know what they are for or
 fail miserably. However, as someone who has been messing with this stuff
 for 10 years, I am probably not the right person to ask.




Re: [arch-general] top posting

2010-03-04 Thread Juan Diego
On Thu, Mar 4, 2010 at 3:45 PM, Daniel J Griffiths (Ghost1227)
ghost1...@archlinux.us wrote:
 On 03/03/10 at 11:36pm, Patrick Burroughs wrote:
 On Wed, Mar 3, 2010 at 23:31, Juan Diego juantas...@gmail.com wrote:
  Hello listmates,
 
  is there any special reason of why top-posting is a bad thing?

 To be clichéd...

 A: Because it messes up the order in which people normally read text.
 Q: Why is top-posting such a bad thing?
 A: Top-posting.
 Q: What is the most annoying thing in e-mail?

 ~celti

 I like it!
 --


got it


[arch-general] top posting

2010-03-03 Thread Juan Diego
Hello listmates,

is there any special reason of why top-posting is a bad thing?


Re: [arch-general] conclusion: Another rant on arch way abuse and false promises

2009-12-02 Thread Juan Diego
I don't think arch general list is the appropriated to fight like kids
so please continue your little fight using your own personal email.

On Wed, Dec 2, 2009 at 7:38 PM, Arvid Picciani a...@exys.org wrote:
 Thomas Bächler wrote:

 Apologize for being  an asshole.

 I have not intended to insult arch developers,
 and i apologize if i did,..

 You can either apologize to me now or STFU

 to everyone but you, just to anger you.

 and get yourself another

 distro

 well i guess that settles any ultimatum prematurely.

 - preferably one whose developers like being insulted like this.

 like what?  maybe you are feeling insecure about it?
 There is a saying in my native language that goes like:
 Dogs only bite if you hit their spot.

 The other devs at least managed to respond in professional and calm way,
 which ultimately convinced me that they are right.

 I consider such statements an insult

 whine more... that's sure going to save your image.

 but because Arch is very different from either of those and I am quite
 proud of that

 and insecure.

 and I will not tolerate such statements.

 my address is publicly available. go find me?


 --
 Arvid
 Asgaard Technologies



Re: [arch-general] We need a maintained-by-TU chrome/chromium...

2009-11-18 Thread Juan Diego
I would be happy to maintain that package, but unfortunately Im not a TU

dont you think archlinux should have something similar to ppa from
ubuntu so that it will be easier to maintain and promote personal
repositories, aur is a good option but if I would have to choose
between using a packages from aur or using a package from a personal
repository from somebody I wouldnt think it twice, I would choose the
personal repo one.

On Wed, Nov 18, 2009 at 10:54 PM, Daenyth Blank daenyth+a...@gmail.com wrote:
 On Wed, Nov 18, 2009 at 08:48, Hamo hamo...@gmail.com wrote:
 Dear Archlinux users,
 Chrome is likely to be a daily-use web browser and with the Chrome OS
 releasing,it will become more and more reliable.Archlinux is a
 rolling-release distribution and it aims at being bleeding edge.So we
 should have a maintained-by-TU chrome/chromium and it is really
 useful...

 If you're interested, I recommend finding a sponsor so that you can apply...

 There are lots of software projects that would be good to have, but it
 only makes sense to keep them in the repos if someone is interested in
 maintaining them.



Re: [arch-general] google wave

2009-10-31 Thread Juan Diego
hi, extranger, could you please give me one too :)
have a nice day

On Sat, Oct 31, 2009 at 10:45 PM, Artyom Smirnov smirnof...@gmail.com wrote:
 On Fri, Oct 30, 2009 at 11:06 PM, Jonathan Brown jbs...@yahoo.com wrote:
 Hi all,

 I know this is off-topic, but does anyone have a google wave invite that 
 they just don't know who to give to? :)

 If so, I'm a bit desparate to try it out!

 Would be much appreciated and I would return the favor to others!

 jbs...@gmail.com

 --Jon

 Just got another 12 invites in my account. Sending one to you.

 --
 Artyom



Re: [arch-general] google wave

2009-10-31 Thread Juan Diego
god bless you mercy soul

On Sat, Oct 31, 2009 at 11:01 PM, Artyom Smirnov smirnof...@gmail.com wrote:
 On Sat, Oct 31, 2009 at 4:53 PM, Juan Diego juantas...@gmail.com wrote:
 hi, extranger, could you please give me one too :)
 have a nice day
 Ok.

 --
 Artyom



Re: [arch-general] google wave

2009-10-31 Thread Juan Diego
lol, you are just jealous, otherwise vive y deja vivir (live and let live)

On Sun, Nov 1, 2009 at 2:17 AM,  hollun...@gmx.at wrote:
 On Sat, 31 Oct 2009 20:08:53 +0300
 Artyom Smirnov smirnof...@gmail.com wrote:

 On Sat, Oct 31, 2009 at 8:01 PM,  hollun...@gmx.at wrote:
  On Sat, 31 Oct 2009 19:33:56 +0300
  Artyom Smirnov smirnof...@gmail.com wrote:
  Thanks for viral marketing.
 As I know, invited peoples can't invite others, so this is not viral
 marketing :)


 Doesn't matter who can actually invite, people jumping around, screaming
 Me, me, me wants to get invited! is just gross.
 And I'd have probably never heard of whatever this is otherwise.



Re: [arch-general] outdated packages

2009-10-08 Thread Juan Diego
a, thats really nice!!, I didnt see it before, thanks for the tip :)

On Thu, Oct 8, 2009 at 5:09 PM, Jan Spakula teat...@gmx.com wrote:
 Excerpts from Juan Diego's message of Do Okt 08 07:12:55 +0200 2009:
 is it possible to have something similar for core, extra and community repos?

 There is a 'flag package out of date' link to click for core, extra and
 community repo packages when you view the package on the main website.



Re: [arch-general] [SOLVED] php not working - Was: Web_application_package_guidelines wiki page

2009-10-07 Thread Juan Diego
once you understand that the ones behind archlinux development are
human beings and that as human beings they can make mistakes makes you
be prepared for unexpected results after updates, thats the price you
have to pay for having a bleeding edge distribution.

as simple as this, with a bleeding edge distribution you have to deal
with possible packaging errors but with stable distributions you
have to deal with outdated software.

what I do is: I dont update archlinux on my laptop unless I have some
free time, and also I dont update my server unless I had updated my
laptop and checked that everything is working fine.


On Thu, Oct 8, 2009 at 2:54 AM,  joz...@gmx.com wrote:
 On 7 Oct 2009 at 11:34, David C. Rankin wrote:

 On Wednesday 07 October 2009 02:39:19 am Jozsef wrote:
 
  I read it while it was still on top, don't worry. But as I said
  things went wrong even after next Syu...
  Everything works fine now. So that's OK.
 

 Glad to hear it. I got 5.3 when it first went into testing and about
 pulled my
 hair out tightening the php.ini configuration to play nice with 5.3.
 The
 changes really show where you had been loose in your config before
 5.3 and
 gotten away with it. Now 5.3 requires a bit of clean up with your
 config, but
 then works just fine.

 Usually I don't have too much time for pulling my hear or for
 anything else that's why I like when things just works. Even if I
 need to fix things it's OK but sometimes I can't fix them just like
 that for few minutes. I read the news, I went to #archlinux, I sent a
 message here in the list but still nothing.
 Then I search the forum and tried different things until once it
 start working again. Few days I didn't touch anything at all. Really
 didn't have time.
 I still can't try any other OS here because I spent too much time
 setting this Arch up and configuring. It's my baby :)) It looks and
 works beautiful. Except after Syu; but not always. Most of the time
 things just work... Can't just say goodbye to Arch so easily. But if
 once it will happen that I really can't fix something, that will be
 the moment... I guess.
 Anyway, I'll try to buy another PC and install something else...

 Jozsef Kurucity  |  Web  Graphic Designer
 --
 O ascii ribbon campaign - stop html mail - www.asciiribbon.org
 http://linux.sgms-centre.com/advocacy/no-ms-office.php




[arch-general] outdated packages

2009-10-07 Thread Juan Diego
Good day everyone

I have a suggestion.

if you take a look at the packages in aur, most of them are always up
to date, the reason that I can find is the flag out-of-date feature,
this is very interesting because in aur you also have the possibility
to propose a new PKGBUILD ( in the comments) that would set the
package as up to date and usually the maintainer just have to check
that everything is ok with the PKGBUILD and do copy-paste.

is it possible to have something similar for core, extra and community repos?

I know you can submit a bug, but at least in my case I got lazy to do
that because is not a simple process, but in aur I do it frequently
because you just have to press a simple button.

Have a nice day


[arch-general] pulseaudio troubles

2009-10-04 Thread Juan Diego
Good day everyone

Im having some troubles compiling the lastest version of pulseaudio
from the sources

Im getting the same error when I use the PKGBUILD from the version
0.9.15 (from the community repo)

any ideas of how to fix this?

by the way, according to this:
http://www.pulseaudio.org/wiki/WhatIsWrongWithSystemMode is not a good
idea to have an init script for pulseaudio

this is the output of make:



make  all-recursive
make[1]: Entering directory `/home/removed/p/src/pulseaudio-0.9.19'
Making all in src
make[2]: Entering directory
`/home/removed/p/src/pulseaudio-0.9.19/src'
make  all-am
make[3]: Entering directory
`/home/removed/p/src/pulseaudio-0.9.19/src'
  CCLD   mcalign-test
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_xmalloc'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_sample_spec_valid'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_timeval_store'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_proplist_from_string'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_timeval_add'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_timeval_diff'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_timeval_load'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_msleep'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_bytes_snprint'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_xmemdup'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_proplist_contains'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_proplist_free'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_get_host_name'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_sample_format_is_be'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_get_user_name'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_proplist_sets'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_get_fqdn'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_xstrdup'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_utf8_to_locale'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_timeval_cmp'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_xstrndup'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_xfree'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_path_get_filename'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_get_binary_name'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_proplist_set'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_xmalloc0'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_utf8_valid'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_proplist_get'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_locale_to_utf8'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_channel_map_valid'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_rtclock_now'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_utf8_filter'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_proplist_iterate'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_get_home_dir'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_xrealloc'
/home/removed/p/src/pulseaudio-0.9.19/src/.libs/libpulsecommon-0.9.19.so:
undefined reference to `pa_proplist_gets'

Re: [arch-general] pulseaudio troubles

2009-10-04 Thread Juan Diego
yes, it worked, but why? I didn't have defined any LD_FLAGS variable,
is it defined in makepkg?

On Mon, Oct 5, 2009 at 12:22 AM, Biru Ionut biru.io...@gmail.com wrote:
 On 10/04/2009 06:15 PM, Juan Diego wrote:

 Good day everyone

 Im having some troubles compiling the lastest version of pulseaudio
 from the sources

 Im getting the same error when I use the PKGBUILD from the version
 0.9.15 (from the community repo)

 any ideas of how to fix this?

 by the way, according to this:
 http://www.pulseaudio.org/wiki/WhatIsWrongWithSystemMode is not a good
 idea to have an init script for pulseaudio

 this is the output of make:


 try to add before ./configure unset LDFLAGS


 --
 Ionut



Re: [arch-general] pulseaudio troubles

2009-10-04 Thread Juan Diego
and thanks for you info :)

On Mon, Oct 5, 2009 at 1:58 AM, Juan Diego juantas...@gmail.com wrote:
 yes, it worked, but why? I didn't have defined any LD_FLAGS variable,
 is it defined in makepkg?

 On Mon, Oct 5, 2009 at 12:22 AM, Biru Ionut biru.io...@gmail.com wrote:
 On 10/04/2009 06:15 PM, Juan Diego wrote:

 Good day everyone

 Im having some troubles compiling the lastest version of pulseaudio
 from the sources

 Im getting the same error when I use the PKGBUILD from the version
 0.9.15 (from the community repo)

 any ideas of how to fix this?

 by the way, according to this:
 http://www.pulseaudio.org/wiki/WhatIsWrongWithSystemMode is not a good
 idea to have an init script for pulseaudio

 this is the output of make:


 try to add before ./configure unset LDFLAGS


 --
 Ionut




Re: [arch-general] TeXLive problems

2009-10-02 Thread Juan Diego
I have the same problem here

On Fri, Oct 2, 2009 at 9:15 PM, Firmicus firmi...@gmx.net wrote:
 Piyush P Kurur a écrit :
 I am having problems with the texlive package. I tried to install
 the package texlive-most and here is the error that pacman throws

 /usr/share/texmf-dist/bibtex/bib/amsrefs/amsj.bib exists in both 
 'texlive-core' and 'texlive-bibtexextra'
 /usr/share/texmf-dist/bibtex/bst/amsrefs/amsra.bst exists in both 
 'texlive-core' and 'texlive-bibtexextra'

 [many similar lines]

 Looks like ams packages have got into bot texlive-core and
 texlive-latexextra. File a bug report ?

 Regards

 ppk



 Damn. This never ends :)

 The thing is that I HAVE REMOVED the amsrefs package from tl-core, as it
 has been added upstream to the bibtexextra collection. So I don't
 understand why this should show up on your machine, because here I have
 installed both packages and no conflict occurred. Perhaps your mirror is
 not yet in sync?

 I'll have a look later in any case. But feel free to open a bug report
 if you want, just in case I forget...

 F





Re: [arch-general] New user

2009-09-10 Thread Juan Diego
hola!

On Fri, Sep 11, 2009 at 4:37 AM, Martin Jernberg
hackerbit...@googlemail.com wrote:
 Hello :)

 On Thu, Sep 10, 2009 at 8:01 PM, Bobby valn...@gmail.com wrote:

 I'm not a new user, but have read the mailing list for quite some time
 without ever posting. So I'll take this opportunity to say hello as
 well.

 Hello, All


 On 9/10/09, Sergi Pasoev s.pas...@gmail.com wrote:
  I always read documentation before asking.
 
  On Thu, Sep 10, 2009 at 9:18 PM, Thiago Varela
  thiago...@archlinux.com.br wrote:
  On Thu, 10 Sep 2009 21:06:20 +0400
  Sergi Pasoev s.pas...@gmail.com wrote:
 
  Hello! I am new here and new to Arch Linux too I have been using
  Debian
  GNU/Linux before. I am posting this mail just for saying hello!
 
  Hello Sergi!
 
  I hope you are enjoying it so far :-)
 
  If there is a recommendation I can give to newcomers, it is: search/read
  the wiki! - http://wiki.archlinux.org
  There are lots of great stuff there and it can save you a hole lot of
  headaches! :-)
 
  Best regards,
  --
  Thiago Varela
 
 

 --
 Sent from my mobile device




Re: [arch-general] A little weirdness at boot time

2009-08-29 Thread Juan Diego
about the network card problem, have you tried adding:

QUIRKS=predown

to your netcfg config file

On 8/29/09, Andre Ramaciotti da Silva andre.ramacio...@gmail.com wrote:
 Hi all!

 This email is divided in two parts: a curiosity and a problem. They are
 somewhat
 related, so I'm writing both together.

 The curiosity:
 Since I've installed Arch Linux in this notebook (in March), the time it
 takes
 to load the modules highly varies. With the current archinit scripts, it
 ranges
 from incredible 150ms to incredible 10 000ms. With the older archinit
 scripts,
 the time weren't exactly the same, but it did vary a lot, too.

 At first I thought a cold boot would take more than a reboot, but both
 things
 are completely unrelated: a cold boot can take only 150ms and a reboot 9
 500ms
 and vice versa.

 I don't see this as a big problem, I'm just curious to know why. If anyone
 thinks I should report a bug, tell me what other kind of piece of
 information
 would be useful and I'll do it.

 The problem:
 Completely unrelated to the question above, the wireless card sometimes
 works,
 sometimes doesn't. It's unrelated because if the boot takes 150ms, the
 wireless
 may or may not work. The same applies if the boot takes 10 000ms. When I say
 it
 doesn't work, I mean that netcfg will fail and print an error:
 'eth0: interface doesn't support scanning'

 Yes, I know it's weird, but I'm using the broadcom-wl module, and it sets
 eth0
 as the wireless card. My cards:

 09:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E
 Fast Ethernet Controller (rev 12)
 0b:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)

 and my MODULES array in /etc/rc.conf:
 MODULES=(!b43 lib80211_crypt_tkip wl ...)

 TIA,
 Andre



Re: [arch-general] 2 annoying bugs in kde

2009-06-30 Thread Juan Diego
I'm currently running kde 4.2.4 and I haven't experienced the issues
you mentioned, have you tried start from an empty configuration
(removing $HOME/.kde4/)?

On Wed, Jul 1, 2009 at 12:50 AM, Edgar
Kalkowskiem...@edgar-kalkowski.de wrote:
 Hi list!

 I am using current KDE 4.2.4 from core and am experiencing these two little 
 things that are not really disturbing but rather annoying:

 1) Every time I quit okular it crashes and shows a crash message. A quick 
 search of the web brought up that this was “a minor regression in kdelibs“ 
 and should be fixed by now (sorry, I don’t remember the actual site I read 
 this on). So my question is: Is anyone experiencing the same problem and has 
 a fix? Or do we really just need to wait for an update of KDE? If so: Is an 
 update planned or do we have to wait for 4.3 or 4.2.5?

 2) Every time KDE starts up it shows (after a little while) the following 
 message in a native X dialog: “Could not start ksmserver. Check your 
 installation.” If I click on “OK” or kill the message window X restarts. A 
 web search on this one revealed nothing really helpful so now I’m just 
 leaving the message window open on an unused desktop. When doing this 
 everything seems to work normal and as expected. In fact “ps -elf | grep 
 ksmserver” reveals that the specified program is indeed running. Does anyone 
 get this error, too, and perhaps knows how to fix it?

 Thank you in advance!

 Edgar



Re: [arch-general] sound busted after upgrade to kernel 2.6.30?

2009-06-25 Thread Juan Diego
I had it too but I ran alsaconf and problem fixed

On Thu, Jun 25, 2009 at 6:53 PM, Roman Kyrylychroman.kyryl...@gmail.com wrote:
 On Thu, Jun 25, 2009 at 07:59, Chris Brannoncmbran...@cox.net wrote:
 My sound was busted yesterday when I upgraded from kernel 2.6.29 to 2.6.30.
 I had to regenerate my asound.state.
 At first, I thought it was just my problem, because I use the softvol plugin.
 This gave me trouble in the past.
 A friend of mine reported the same experience, so someone else had audio
 problems on upgrade as well.

 What happened to ALSA?
 Did anyone else have the same trouble?

 I had the same, but there's a positive side: now I don't have useless
 channels in alsamixer,
 and can tune each of my headphone output jacks (have 2 of them on my
 laptop) separately.
 No wonder that such changes in a number of channels required
 asound.state update.
 Warning about unknown card was confusing though.

 --
 Roman Kyrylych (Роман Кирилич)



Re: [arch-general] KDE stoped working

2009-05-29 Thread Juan Diego
Even with this, KDE is a great desktop IMO. -- same here

On Fri, May 29, 2009 at 9:41 PM, Nicolas Bigaouette
nbigaoue...@gmail.com wrote:
 The problem I had was because of me.

 The KMS boot option needs 3 modules to be built in the initrd. My fault was
 creating a copy of /etc/mkinitcpio.conf to /etc/mkinitcpio-kms.conf, which
 creates /boot/kernel26-kms.img. Since this is useless (one can build the
 three modules in the stock kernel26.img and choose KMS using i915.modeset=1
 or i915.modeset=0)
 So I changed all my machines to that setup, except my workstation which used
 the old kernel26-kms.img. So reinstalling the (arch) kernel did not fixed
 it: I needed to rebuild kernel26-kms.img

 Probably KDE was crashing because of its desktop effects...

 I'll see for the bug report. Even with this, KDE is a great desktop IMO.

 2009/5/29 David C. Rankin, J.D.,P.E. drankina...@suddenlinkmail.com

 On or about Wednesday 27 May 2009 at approximately 15:08:51 Nicolas
 Bigaouette
 composed:
  Did that too, without success...
 
  2009/5/27 Andrea Scarpino and...@archlinux.org
 
   On 27/05/2009, Nicolas Bigaouette nbigaoue...@gmail.com wrote:
So the problem is not that it is failing to load i810 or vesa, the
server just tries to load them but they are not used.
  
   Yes, I am stupid -.-' you said KDM works, so X works.
  
   try to move ~/.kde4 dir to somewhere and start kde
  
   --
   Andrea `BaSh` Scarpino
   Arch Linux Developer

         Threads like this do not build my confidence for making the jump
 from kde3 to
 kde4. Imagine, one crash or weird boot up and you get 5 hours of dorking
 with why won't my kde4 start.

        Nicolas, I've save a few threads on this from the other list, I'll
 pick
 through them and if I get anything other than the normal move .kde4 and
 force
 a rebuild of the config, I'll post it here. Good luck, and remember -- File
 the bug report

 --
 David C. Rankin, J.D.,P.E.
 Rankin Law Firm, PLLC
 510 Ochiltree Street
 Nacogdoches, Texas 75961
 Telephone: (936) 715-9333
 Facsimile: (936) 715-9339
 www.rankinlawfirm.com




Re: [arch-general] KDE stoped working

2009-05-27 Thread Juan Diego
I used to have the same problem, what I did is this:

1. reinstall kde:

pacman -S kde

2. recreate the kms initcpio in my case (your case could be different):

mkinitcpio -p kernel26-kms

3. install xf86-video-intel-newest from aur

Im not sure which step was the one that actually fix it, but now Im
running kde fine

I hope it works for you too

Good luck

On Thu, May 28, 2009 at 7:35 AM, Nicolas Bigaouette
nbigaoue...@gmail.com wrote:
 I tried putting xterm only in my .xinitrc.

 Once xterm is launched (without window management..., but otherwise works
 fine), if I launch manually /usr/lib/kde4/libexec/klauncher it tells me I
 should not run that manually, that it is started automatically by kdeinit4.

 If I then try /usr/bin/kded4, I get the same error as reported earlier:

 kded(7702): Communication problem with  kded , it probably crashed.
 Error message was:  org.freedesktop.DBus.Error.NoReply :  Message did
 not receive a reply (timeout by message bus) 


 Running startkde from the xterm I get:

 startkde: Starting up...
 kdeinit4: preparing to launch /usr/lib/kde4/libexec/klauncher
 kdeinit4: preparing to launch /usr/bin/kded4
 kded(10731): Communication problem with  kded , it probably crashed.
 Error message was:  org.freedesktop.DBus.Error.NoReply :  Message did
 not receive a reply (timeout by message bus) 

 kdeinit4: preparing to launch /usr/bin/kcminit_startup
 kdeinit4: preparing to launch /usr/bin/ksmserver
 startkde: Shutting down...
 klauncher: Exiting on signal 1
 startkde: Running shutdown scripts...
 startkde: Done.


 Why can't kded4 connect to my dbus??


 2009/5/27 Damjan Georgievski gdam...@gmail.com

  startkde: Starting up...
  kdeinit4: preparing to launch /usr/lib/kde4/libexec/klauncher
  kdeinit4: preparing to launch /usr/bin/kded4
  kded(7702): Communication problem with  kded , it probably crashed.
  Error message was:  org.freedesktop.DBus.Error.NoReply :  Message did
  not receive a reply (timeout by message bus) 

 this suggests kded didn't run ..  maybe try to start it manually and
 see where it breaks .. or even better start with xterm only and run
 each kde component one by one.




 --
 damjan




[arch-general] makepkg problem

2009-05-03 Thread Juan Diego
hello

I'm trying to create a source pkg for an aur package and I'm geting this error:

$ makepkg  --source
== Making package: mpd-devel 0.15_beta1-1 i686 (Sun May  3 16:02:54 KST 2009)
== Creating source package...
  - Adding PKGBUILD...
  - Adding install script...
  - Adding mpd.init...
  - Adding mpd.install...
ln: creating symbolic link
`/home/xx/mpd/srclinks.SKgroBqtf/mpd-devel/mpd.install': File
existsy

I have this files as my source files:
PKGBUILD
mpd.init
mpd.install

any ideas why is this?
thanks


Re: [arch-general] makepkg problem

2009-05-03 Thread Juan Diego
yes, thank you very much, it works well.

On Sun, May 3, 2009 at 4:10 PM, Allan McRae al...@archlinux.org wrote:
 Juan Diego wrote:

 hello

 I'm trying to create a source pkg for an aur package and I'm geting this
 error:

 $ makepkg  --source
 == Making package: mpd-devel 0.15_beta1-1 i686 (Sun May  3 16:02:54 KST
 2009)
 == Creating source package...
  - Adding PKGBUILD...
  - Adding install script...
  - Adding mpd.init...
  - Adding mpd.install...
 ln: creating symbolic link
 `/home/xx/mpd/srclinks.SKgroBqtf/mpd-devel/mpd.install': File
 existsy

 I have this files as my source files:
 PKGBUILD
 mpd.init
 mpd.install

 any ideas why is this?
 thanks


 Your install file should not be in the source array.

 Allan







Re: [arch-general] Best way to clone install (package selection to another box?)

2009-04-21 Thread Juan Diego
box1:

pacman -Qet | awk '{print $1}'  INSTALLED

box 2:

(first copy files from /var/cache/pacman/pkg in box1 to box2 and also
INSTALLED file)
pacman -S $(cat installed)

On Wed, Apr 22, 2009 at 1:51 PM, David C. Rankin
drankina...@suddenlinkmail.com wrote:
 Listmates:

        If I want to clone my package selection to another box, is there a 
 better way
 to do it other than just parsing the files in /var/cache/pacman/pkg to 
 generate
 a list to feed to pacman after install on the second box? Something like:

 for i in $(find /var/cache/pacman/pkg/ -type f); do
        TMP=${i##*/}
        FILE=${TMP%%-[[:digit:]]*}
        echo $FILE  ~/linux/INSTALLED
 done

        Then after install on the new box:

 pacman --sync --refresh

 pacman --sync $(  ~/linux/INSTALLED)

  --or--

 while read file; do
        pacman --sync $file
 done  ~/linux/INSTALLED

        I've picked around a bit and can't find a pacman option that is 
 somewhat the
 equivalent to rsync's '--files-from' that would allow me to read the list to
 pass to pacman directly from a file. I don't know if pacman can do something
 like this or how many files it can handle at once if the list of files is 
 piped
 or redirected to it. I don't think the second while loop would work either 
 from
 a dependency perspective, and, the repeated calls to pacman would make it slow
 as hell.

        What's the current thinking on the best way to do something like this?


 --
 David C. Rankin, J.D.,P.E.
 Rankin Law Firm, PLLC
 510 Ochiltree Street
 Nacogdoches, Texas 75961
 Telephone: (936) 715-9333
 Facsimile: (936) 715-9339
 www.rankinlawfirm.com



Re: [arch-general] VirtualBox

2009-03-30 Thread Juan Diego
what about archie? it is a gnu/linux distribution (livecd) based on arch

On Mon, Mar 30, 2009 at 6:13 PM, Manne Merak manneme...@gmail.com wrote:
 Hi all, I am new to ArchLinux, a longtime OpenSUSE and Slax user looking
 for a change.
 Before I commit I usually want to try with a LiveCD or VirtualBox.  Cant
 find a LiveCD and VirtualBox booting the ISO gives a Kernel Panic.
 Anyone that can help me?

 Manne




Re: [arch-general] Surviving without X

2009-03-29 Thread Juan Diego
mplayer also has a fb output plugin

On Mon, Mar 30, 2009 at 12:34 PM, BinkyTheClown bi...@archlinux.us wrote:
 2009/3/29 Maurí­cio briqueabra...@yahoo.com

 Hi,

 Do you think it's possible to live without X,
 replacing framebuffer for it, using packages
 available for arch? I imagine something like
 DirectFB or similar, using it when text is
 not enough. I think I could do with a browser
 and a pdf viewer, but I wasn't able to find
 a direction to follow to get that. Has any of
 you tried it already?

 Thanks,
 Maurício

 You can use fbgs from fbida package to see pdf's, and a browser like
 w3m-graphics or links-g.

 And yes, it is possible.



Re: [arch-general] Change UUID

2009-03-12 Thread Juan Diego
hi
I think you have to replay the udev events:

run as root:

udevadm trigger

tell me if it works

bye

On Thu, Mar 12, 2009 at 11:11 PM, Guillermo Leira gle...@gleira.com wrote:
 Hello!

 I'm trying to change the UUID on a ext4 formatted partition of a virtual
 machine disc. The machine is running under virtualbox, on Windows.

 I'm using tune2fs /dev/sda3 -U random, or tune2fs /dev/sda3 -U UUID. I
 have booted from the arch install disk, the partition is not mounted.

 When I run this command, I only get this:

 [r...@archiso /]# ls /dev/disk/by-uuid/ -l
 total 0
 lrwxrwxrwx 1 root root 10 2009-03-12 14:27
 323cc148-ff48-4038-a2e7-9908896a58fd - ../../sda2
 lrwxrwxrwx 1 root root 10 2009-03-12 14:27
 36628cd2-0842-4be0-a631-12afbc48793d - ../../sda3
 lrwxrwxrwx 1 root root 10 2009-03-12 14:27
 93f768dc-9161-4387-a83d-231da5f193ef - ../../sda1
 [r...@archiso /]# tune2fs /dev/sda3 -U 00f46b25-8c12-4254-8d45-13be848c3da1
 tune2fs 1.41.4 (27-Jan-2009)
 [r...@archiso /]# ls /dev/disk/by-uuid/ -l
 total 0
 lrwxrwxrwx 1 root root 10 2009-03-12 14:27
 323cc148-ff48-4038-a2e7-9908896a58fd - ../../sda2
 lrwxrwxrwx 1 root root 10 2009-03-12 14:27
 36628cd2-0842-4be0-a631-12afbc48793d - ../../sda3
 lrwxrwxrwx 1 root root 10 2009-03-12 14:27
 93f768dc-9161-4387-a83d-231da5f193ef - ../../sda1
 [r...@archiso /]#

 Tune2fs does not give any error, but the UUID does not change.

 Any ideas?

 Best Regards,

 Guillermo Leira





Re: [arch-general] Keyboad in KDE locks up

2009-03-04 Thread Juan Diego
you are right, for me it happens when I try to close/open yakuake

On Thu, Mar 5, 2009 at 8:11 AM, Leonid Grinberg lgrinb...@gmail.com wrote:
 It does often happen when I'm typing something, or using
 Alt-[number] to switch tabs in Firefox, but this might just be
 coincidence -- especially since this is, as I said, a laptop, I tend
 to use the keyboard as much as I can.

 As far as global shortcuts go, I only installed yakuake recently and
 this happened before I installed it. It *might* be associated with
 switching virtual desktops, though.

 2009/3/4 Bram Schoenmakers li...@bramschoenmakers.nl:
 On Wednesday 04 March 2009 01:35:57 Leonid Grinberg wrote:

 Hello Leonid,

 Every once in a while -- not too frequently to be unusable, but
 certainly enough to be annoying -- the keyboard in KDE will simply
 lock up. Mouse will still work fine, and keyboard inputs that don't go
 through KDE -- switching to virtual terminals, resetting X via
 ctrl-alt-backspace still work (and, indeed, resetting X and
 logging back in is the only thing that fixes it). I can't see any real
 pattern as to when this happens -- programs that I basically always
 have running, though, are Pidgin, Firefox and keytouchd, as well as,
 obviously, plasma, etc. I am running the vanilla KDE 4.2 packages.

 Thanks in advance. This is really starting to become annoying.

 Maybe it is the same bug which is open for quite some time in KDE Bugzilla
 [1]. I had this problem too before, on Gentoo Linux with KDE 3.5.x. This has
 something to do with the global shortcuts and I didn't notice that anyone had
 a real clue what triggered it. I wouldn't be surprised if it is still in KDE
 4.x.

 Perhaps the Gentoo bug [2] may contains some pointers too.

 So, do you know if the problem is triggered by using global shortcuts (window
 manager related, or invoking Yakuake with F12)?

 [1] https://bugs.kde.org/show_bug.cgi?id=109322
 [2] http://bugs.gentoo.org/show_bug.cgi?id=129793

 Kind regards,

 --
 Bram Schoenmakers

 What is mind? No matter. What is matter? Never mind.
 (Punch, 1855)




Re: [arch-general] icedtea6

2009-03-02 Thread Juan Diego
Im sure that this applets doesnt work

svnserve web interface
facebook image upload interface


On Mon, Mar 2, 2009 at 4:43 PM, Guillermo Leira gle...@gleira.com wrote:
 Hi!

 I have noticed that I cannot run SOME java applets. Other pages still work... 
 But I can't find what is the difference.

 BR,

 Guillermo Leira

 -Mensaje original-
 De: arch-general-boun...@archlinux.org [mailto:arch-general-
 boun...@archlinux.org] En nombre de Juan Diego
 Enviado el: sábado, 28 de febrero de 2009 7:25
 Para: General Discusson about Arch Linux
 Asunto: [arch-general] icedtea6

 Hello everyone

 Am I the only one who cannot execute any java applet from firefox
 since last openjdk update (openjdk6 1.4.1-1)?

 Thanks for your help
 Bye





Re: [arch-general] icedtea6

2009-02-28 Thread Juan Diego
ok, thanks for the info, I downloaded an older version from the svn
repository and now its working again, definitely is a bug caused by
the new version

On Sat, Feb 28, 2009 at 9:06 PM, Bram Schoenmakers
li...@bramschoenmakers.nl wrote:
 On Saturday 28 February 2009 12:32:20 Juan Diego wrote:

 Hello,

 hi, I did everything you said however it's still not working, it was
 working just before the last update, any other ideas?

 could you please tell me how can I get the older PKGBUILD, I would
 like to see if its because of the version change or maybe something
 else

 Look if the old version is still in pacman's cache, and run pacman -U on that
 package:

 pacman -U /var/cache/pacman/pkg/openjdk6-1.4-2-i686.pkg.tar.gz

 See http://wiki.archlinux.org/index.php/Downgrade_packages for more info.

 By the way, I see the same problem after the update from 1.4-2 to 1.4.1-1. The
 java process consumes 100% CPU and doesn't seem to result in anything. But
 we'd better file a bug for this. Downgrading with command above made it work
 again.

 Kind regards,

 --
 Bram Schoenmakers

 What is mind? No matter. What is matter? Never mind.
 (Punch, 1855)



[arch-general] icedtea6

2009-02-27 Thread Juan Diego
Hello everyone

Am I the only one who cannot execute any java applet from firefox
since last openjdk update (openjdk6 1.4.1-1)?

Thanks for your help
Bye


Re: [arch-general] Problems with Bluetooth packages

2009-02-16 Thread Juan Diego
what should I do if I need bluetooth just from command line?

On Tue, Feb 17, 2009 at 11:39 AM, Damjan Georgievski gdam...@gmail.com wrote:
 Hi, I just want to tell you that for some reason there is no
 bluez-simple-agent in the package (4.30-1), however your PKGBUILD has
 it


 You have probably confused Geoffroys[1] packages with mine[2]

 [1] 
 http://repos.archlinux.org/viewvc.cgi/bluez/repos/extra-i686/PKGBUILD?revision=27009view=markup
 [2] http://damjan.softver.org.mk:8080/git/arch-bluetooth/tree/bluez

 Geoffroys package doesn't install the bluez-simple-agent script. I
 don't know if it should.


 --
 damjan



Re: [arch-general] Problems with Bluetooth packages

2009-02-16 Thread Juan Diego
and one more question: am I the only one who still cannot connect my
headset device since the update to  bluez4?

On Tue, Feb 17, 2009 at 1:54 PM, Juan Diego juantas...@gmail.com wrote:
 what should I do if I need bluetooth just from command line?

 On Tue, Feb 17, 2009 at 11:39 AM, Damjan Georgievski gdam...@gmail.com 
 wrote:
 Hi, I just want to tell you that for some reason there is no
 bluez-simple-agent in the package (4.30-1), however your PKGBUILD has
 it


 You have probably confused Geoffroys[1] packages with mine[2]

 [1] 
 http://repos.archlinux.org/viewvc.cgi/bluez/repos/extra-i686/PKGBUILD?revision=27009view=markup
 [2] http://damjan.softver.org.mk:8080/git/arch-bluetooth/tree/bluez

 Geoffroys package doesn't install the bluez-simple-agent script. I
 don't know if it should.


 --
 damjan