Re: [arch-general] PKGBUILD help

2012-01-27 Thread Tim Stella
Seems to me like you'd like an aur tool like 'yaourt' -- then it'd be as simple
as 'yaourt -S joe'. Their homepage has installation instructions you can copy 
and paste as well.

Tim

On 01/27/12 at 03:40pm, Peter G Nikolic wrote:
> Hi ..
> 
> I am trying to install my favorite editor   joe   now i have the "PKGBUILD" 
> file  have  run "makepkg" it has built ok no erors but how the heck do i 
> install  it says installed but it has not it has just created the directorys 
> in the build dir  but not actually installed it on the system  .
> 
> I am also still unable to get anywhere near that close with google earth   
> just piles of complaints  (all 32 but complaints but the system is 64 bit i 
> have the .deb 64 bit down  to no avail  .
> 
> Is there any clear concise documentation for the PKGBUILD / makepkg system   
> most times so far with arch i have fund what i needed but this time   :-(
> 
> 
> Pete .
> 
> -- 
> Powered by  Kernel: 3.2.1-2-ARCH
> KDE Development Platform: 4.7.4 (4.7.4)
>  15:33:55 up 2 days, 16:02,  5 users,  load average: 0.35, 0.14, 0.08
> 


Re: [arch-general] offtopic ml (WAS eons ago: Re: change in mount behaviour?)

2012-01-30 Thread Tim Stella
On 01/30/12 at 04:43pm, SanskritFritz wrote:
> On Mon, Jan 30, 2012 at 4:37 PM, Karol Blazewicz
>  wrote:
> > On Mon, Jan 30, 2012 at 4:34 PM, SanskritFritz  
> > wrote:
> >> On Mon, Jan 30, 2012 at 4:28 PM, Karol Blazewicz
> >>  wrote:
> >>> It's easy enough for me to mute the threads I don't want to listen to
> >>> - no matter what ML.
> >>
> >> How do you do that?
> >
> > I'm using gmail and it's under the 'more' button / list (first one on
> > the right when you select or read / reply to a message).
> 
> Ah, so you are using Filter messages. I hoped there was a really easy
> way, like a 'mute' button that is thread aware :)
> Anyway, thanks for the advice.

No, it's as you say -- under the More button, there is a 'Mute' button that will
simply mute the thread. This is built into gmail.

Tim


Re: [arch-general] couple of log messages from kernel 3.2.2

2012-01-30 Thread Tim Stella
On 01/30/12 at 01:22pm, Genes MailLists wrote:
> 
>  I noticed a couple of messages booting the new 3.2.2 kernel:
> 
> (I) watchdog:
> -
> 
> [287247.568009] NMI watchdog enabled, takes one hw-pmu counter.
> [287248.814530] watchdog: INTCAMT: cannot register miscdev on minor=130
> (err=-16).
> [287248.814536] watchdog: error registering /dev/watchdog (err=-16).
> [287248.814540] mei: unable to register watchdog device.
> 
> 
> (I) acpi:
> -
> 
> [ 4749.406097] thinkpad_acpi: unknown possible thermal alarm or keyboard
> event received
> [ 4749.406108] thinkpad_acpi: unhandled HKEY event 0x6040
> [ 4749.406114] thinkpad_acpi: please report the conditions when this
> event happened to ibm-acpi-de...@lists.sourceforge.net
> [ 4749.406834] thinkpad_acpi: EC reports that Thermal Table has changed
> 
> 
>  suggestions on what I can do to track these down anymore ... or if it
> could be hard/firm ware issue on this lenovo W520 laptop.
> 
>  thanks.
> 
> g

I'm getting the watchdog errors as well, on a T520 laptop, was curious of the
solution too, but haven't had time to look into it... maybe something to do with
Thinkpads?

Tim Stella


Re: [arch-general] qtwebkit and html5 video

2012-02-01 Thread Tim Stella
On 02/02/12 at 01:55am, Shridhar Daithankar wrote:
> Hello All,
> 
> this has been bothering me for some time, so just posting for wider audience.
> 
> Facts, all applicable to rekonq and konqueror with webkit part
> 
> - I have qtwebkit,kwebkitpart and rekonq installed
> 
> - I am on youtube html5 demo trial. youtube.com/html5 reports support for 
> webm 
> and h.264 support
> 
> - html5test.com reports video element support with MPEG-4/H.264/Ogg 
> Theora/WebM. I have gstreamer phonon backend with most of the codecs 
> installed.
> 
> - youtube html5 video does not work. I get a progress bar but no video 
> frames. 
> example URL tested http://www.phoronix.com/scan.php?page=news_item&px=MTA1MTQ 
> as it has couple of youtube videos embedded
> 
> - videos from vimeo.com does not play either.
> 
> google isn't helpful. and there is no bug in arch linux bug db. 
> 
> Does anybody else experience this too? 
> -- 
> Regards
>  Shridhar

Do videos on the youtube site itself work? I don't think that embedded videos 
will work with html5.

Tim Stella


Re: [arch-general] Scripting assistance

2012-02-23 Thread Tim Stella
On 02/23/12 at 10:04am, Alfredo Palhares wrote:
> Hello Pete, 
> 
> > When i am at home i would like the laptop to mount my NAS drive  on
> > boot  always connect via ETH cable  never wiFi  but out if i connect
> > via cable or wirless do not try to mount NAS drive , My thoughts
> > Would it be possible to script it so that it checks for an specific MAC
> > address before trying to mount the NAS  as IP address would not work
> > lots  of 192.168.x.x networks  out there 
> 
> A very simple solution would use netcfg profiles for your home network and 
> connect to the NAS server with the POST_UP= param[1].
> 
> This would make things easier for you because you will not have to connect to 
> the NAS
> on every boot (since you said its a laptop and i assume you use it on other 
> places
> than your home) and only connect to the netowk you desire, either by wireless 
> or wired.
> You can also add the PRE_DOWN to disconnect of your mount safely before 
> disconnecting the 
> network. 
> 
> If you desire you can set the network to start on boot (by simply adding the 
> profile name to
> your rc.conf) but this will make your boot a little slower if you're not on 
> your home (like
> connecting to your NAS does).
> 
> [1] 
> https://wiki.archlinux.org/index.php/Netcfg#Execute_commands_before.2Fafter_interface_up.2Fdown
> 
> 
> --
> Regards, 
> Alfredo Palhares

Along those same lines, if you use wicd, you can specificy different wired 
connection profiles and have your home profile execute your script -- would be
a bit simpler as long as you're fine using wicd.

Tim


[arch-general] Character encoding on new install

2012-02-25 Thread Tim Stella

Hello!

I seem to have an issue with my character encoding in a new arch install.

Here [0] [1] are a couple screenshots.

I have locales set correctly in /etc/locale.gen:

en_US.UTF-8 UTF-8   
en_US ISO-8859-1

and according to 'locale', all my variables seem to be in order:

LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

It happens in terminals (sakura, urxvt, xterm) and also in firefox for some 
characters.

I'm at a loss for where to go on this, any ideas?

Thanks!

Tim

[0] http://dl.dropbox.com/u/3232776/mc-encoding.png
[1] http://dl.dropbox.com/u/3232776/encoding.png


Re: [arch-general] Character encoding on new install

2012-02-25 Thread Tim Stella
On 02/25/12 at 06:57pm, Mantas M. wrote:
> On Sat, Feb 25, 2012 at 07:10:51AM -0800, Tim Stella wrote:
> > I have locales set correctly in /etc/locale.gen:
> > 
> > en_US.UTF-8 UTF-8
> > en_US ISO-8859-1
> 
> Have these locales been generated? After editing locale.gen, you have to run 
> `locale-gen` as root.
> 
> > and according to 'locale', all my variables seem to be in order:
> > 
> > LANG=en_US.UTF-8
> > [...]
> 
> Where are these locale variables set?
> 
> If they are in your `.bashrc`, it could be that your terminals do not have 
> the proper variables -- for example,
> 
> awesomeLANG=""
> └── xterm  LANG=""  - expects ISO-8859-1
> └── bash   LANG="en_US.UTF-8"   - emits UTF-8
>   └── mc LANG="en_US.UTF-8"   - emits UTF-8
> 
> -- causing the terminal to expect a different charset than the one `mc` uses.
> 
> You can check using ` tr "\0" "\n" < /proc/$PPID/environ ` in a new terminal 
> (where $PPID should expand to the PID of xterm/sakura/whatever).
> 
> -- 
> Mantas M. 


Thank you!

After checking the environs of the different processes, it seems all of them had
LANG= -- so a quick reboot fixed it. I guess after I generated the locales, I
needed to relog at least (but did a restart just to be sure.)

All working now! Thank you.

Tim