Hello, recently I'm experiencing shutdown problems.
I installed everything (except /boot) on LVM, using LXDM as the
display manager and sawfish as the window manager. Usually I
cannot shutdown, the computer gets stuck --- wallpaper is still
there, panel is gone, so does other windows; the HDD LED
2012/2/22 郑文辉(Techlive Zheng) :
> 2012/2/22 Allan McRae :
>> On 22/02/12 12:24, 郑文辉(Techlive Zheng) wrote:
>>> Due to /var/run now is a tmp filesystem, so the path /var/run/* should
>>> not be packaged anymore. Instead, rc.script should take care aware
>>> create needed /var/run stuff. Otherwise, t
2012/2/22 Allan McRae :
> On 22/02/12 12:24, 郑文辉(Techlive Zheng) wrote:
>> Due to /var/run now is a tmp filesystem, so the path /var/run/* should
>> not be packaged anymore. Instead, rc.script should take care aware
>> create needed /var/run stuff. Otherwise, there are a missing wraning
>> while ru
On 22/02/12 12:24, 郑文辉(Techlive Zheng) wrote:
> Due to /var/run now is a tmp filesystem, so the path /var/run/* should
> not be packaged anymore. Instead, rc.script should take care aware
> create needed /var/run stuff. Otherwise, there are a missing wraning
> while running "pacman -Qk".
>
Bugs s
Due to /var/run now is a tmp filesystem, so the path /var/run/* should
not be packaged anymore. Instead, rc.script should take care aware
create needed /var/run stuff. Otherwise, there are a missing wraning
while running "pacman -Qk".
>
> for i in $(find /var/abs -name PKGBUILD); do if grep "git clone" $i; then
> echo
> "found in $i"; fi; done
>
> was the ticket!
grep -l "git clone" /var/abs/*/*/PKGBUILD
or if you're uncertain about the directory structure
find /var/abs/ -name PKGBUILD -exec grep -l "git clone" {} \;
ar
On 02/21/2012 03:44 PM, Daenyth wrote:
Install abs and look in /usr/share/pacman/ at the proto PKGBUILDs. You
may also want to look at "newpkg", from pkgtools.
for i in $(find /var/abs -name PKGBUILD); do if grep "git clone" $i; then echo
"found in $i"; fi; done
was the ticket!
--
David C
On 02/21/2012 03:44 PM, Daenyth wrote:
On Tue, Feb 21, 2012 at 16:42, David C. Rankin
wrote:
Guys,
I've read https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines
regarding git and it will get me going, but does anyone know of a current
PKGBUILD using git that would also be a good ad
On Tue, Feb 21, 2012 at 16:42, David C. Rankin
wrote:
> Guys,
>
> I've read https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines
> regarding git and it will get me going, but does anyone know of a current
> PKGBUILD using git that would also be a good additional reference?
>
> --
> David
Search aur for -git
Sent from my phone. Sorry for any spelling mistakes
Guys,
I've read https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines
regarding git and it will get me going, but does anyone know of a current
PKGBUILD using git that would also be a good additional reference?
--
David C. Rankin, J.D.,P.E.
On 02/21/2012 11:40 AM, Tom Gundersen wrote:
It seems that the best solution would be to fix whatever depends on
shadow to not do so any more. I take it from one of your previous
messages that the issue is Trinity? In which case you might struggle
to make things work (as upstream is basically dea
Am 21.02.2012 19:49, schrieb Keshav P R:
> On Tue, Feb 21, 2012 at 23:08, Tobias Powalowski
> wrote:
>> Hi
>> new kernel in testing has:
>> https://bugs.archlinux.org/task/25341
>> - ext4 manages now ext2/ext3 and ext4
>>
>> Please report if any issues happen, here all went fine on all machines.
>
On Tue, Feb 21, 2012 at 23:08, Tobias Powalowski
wrote:
> Hi
> new kernel in testing has:
> https://bugs.archlinux.org/task/25341
> - ext4 manages now ext2/ext3 and ext4
>
> Please report if any issues happen, here all went fine on all machines.
> I had not to change any config file like fstab or
Hi
In data 21 febbraio 2012 alle ore 14:05:07, Daniel Isenmann
ha scritto:
To all the users of the windowmaker-crm-git package, please install the
windowmaker package from the [extra] repository,
Done, it seems to work nicely:)
Thanks:)
Dario
On 02/21/2012 12:24 PM, David C. Rankin wrote:
All,
I am having trouble building the new shadow (4.1.5) from ABS so that
libshadow.so.0 is created and installed. I have tried modifying
lib/Makefile.am like was done in 4.1.4:
#Ugh, force this to build shared libraries, for god's sake
se
David,
On Tue, Feb 21, 2012 at 6:24 PM, David C. Rankin
wrote:
> I am having trouble building the new shadow (4.1.5) from ABS so that
> libshadow.so.0 is created and installed. I have tried modifying
> lib/Makefile.am like was done in 4.1.4:
I don't know much about shadow, but Dave (shadow main
All,
I am having trouble building the new shadow (4.1.5) from ABS so that
libshadow.so.0 is created and installed. I have tried modifying
lib/Makefile.am like was done in 4.1.4:
#Ugh, force this to build shared libraries, for god's sake
sed -i "s/noinst_LTLIBRARIES/lib_LTLIBRARIES/g" li
On 02/21/2012 10:31 AM, Mantas M. wrote:
On Tue, Feb 21, 2012 at 10:04:12AM -0600, David C. Rankin wrote:
> ==> Verifying source file signatures with gpg...
> shadow-4.1.5.tar.bz2 ... FAILED (unknown public key 5A0A399AEA7CF5AD)
If you would read the complete error message: you're just
On Tue, Feb 21, 2012 at 10:04:12AM -0600, David C. Rankin wrote:
> ==> Verifying source file signatures with gpg...
> shadow-4.1.5.tar.bz2 ... FAILED (unknown public key 5A0A399AEA7CF5AD)
If you would read the complete error message: you're just missing the shadow
developers' public key; try
Hello folks
My failed login attempts aren't being recorded, and lastb shows no
output.
The permissions are correct:
-rw--- 1 root root 0 Nov 15 06:39 /var/log/btmp
Reading a previous message on the mailing list, i tried setting
FTMP_FILE /var/log/btmp
in /etc/login.defs. But this g
Allan, All,
Rebuilding shadow from ABS, I got the following warning for public key
verification failure:
==> Verifying source file signatures with gpg...
shadow-4.1.5.tar.bz2 ... FAILED (unknown public key 5A0A399AEA7CF5AD)
==> WARNING: Warnings have occurred while verifying the signatur
Look for the following line :
GRUB_GFXMODE=1024x768x32
in your grub.cfg (/etc/default/grub).
Also it would be nice if you could write down here the result of a
vbeinfofrom the Grub2 command line.
2012/2/21 Calvin Morrison
> On 21 February 2012 10:00, Keshav P R wrote:
>
> > On Tue, Feb 21, 2
On 21 February 2012 10:00, Keshav P R wrote:
> On Tue, Feb 21, 2012 at 20:18, Bill Sun wrote:
> > Hi,
> >
> > According your posts, should I file a bug report directly to lenovo?
>
> Not to Lenovo. To grub2 upstream.
>
> >
> > Regards,
> > Bill
>
This whole thing is strange. I am running ubunt
On Tue, Feb 21, 2012 at 20:18, Bill Sun wrote:
> Hi,
>
> According your posts, should I file a bug report directly to lenovo?
Not to Lenovo. To grub2 upstream.
>
> Regards,
> Bill
Hi,
According your posts, should I file a bug report directly to lenovo?
Regards,
Bill
Hi,
now that Window Maker development resumed and the new source for the
official Window Maker package is the git repository of crm, there is no
need anymore to have the crm-git package in the [extra] repository
beside the official stable package. I will move it to AUR soon and will
maintain
My two grub2 correctly report and use non standard resolution. That is
1600x900 on my ux31e and 1920x1080 on my desktop.
2012/2/21 Keshav P R
> On Tue, Feb 21, 2012 at 08:51, Bill Sun wrote:
> > Hi,
> >
> > @Keshav P R:
> > I tried:
> >set gfxmode="1366x768;auto"
> > It didn't give me a 136
On Tue, Feb 21, 2012 at 08:51, Bill Sun wrote:
> Hi,
>
> @Keshav P R:
> I tried:
> set gfxmode="1366x768;auto"
> It didn't give me a 1366x768 console; instead, grub2 just gave me a
> 1024x768 console.
>
Maybe grub2 does not support non-standard modes. Better to ask in #grub irc.
> @Thomas Cou
It seems that your computer doesn't report correctly the displayed mode. I
may look pessimistic on this one but I fear that you won't get any cookies
from Grub2 this time.
2012/2/21 Bill Sun
> On Tue, Feb 21, 2012 at 05:51:29AM +0100, Ralf Mardorf wrote:
> > Did you check by running "sudo hwinfo
On Tue, Feb 14, 2012 at 19:07, Thomas Dziedzic wrote:
> On Mon, Feb 13, 2012 at 11:59 PM, Magnus Therning wrote:
>> We ought to be ashamed, Debian unstable now has GHC 7.4.1! ;)
>> http://packages.debian.org/sid/ghc
>>
>> In the meantime I've put together a repo with GHC 7.4.1 (x86_64 only)
>> an
On Tue, Feb 21, 2012 at 05:51:29AM +0100, Ralf Mardorf wrote:
> Did you check by running "sudo hwinfo --framebuffer" too? It shouldn't
> differ, but perhaps there's something fishy with vbeinfo.
I just checked `sudo hwinfo --framebuffer`, the attachment below is the
result.
Cheers,
Bill
02: None 0
On Tue, 21 Feb 2012 08:31:21 +
Peter Lewis wrote:
> On Tuesday 21 Feb 2012 07:49:50 pete wrote:
> > Well it seems Kmail has gotten frelled up i can see it looking for
> > mail but it never gets any yet claws does . i do wish there would
> > be a bit of a hurry up fixing kmail
>
> There doe
On Tue, 21 Feb 2012 10:26:21 +0200
Jesse Jaara wrote:
> Mine does that every now and then if the connection gets cut of.
> Reboot solves that for me.
>
> Sent from my phone. Sorry for any spelling mistakes
Hi .
This started when i did a reboot after trying to get a NAS drive to
behave .
I wi
On Tuesday 21 Feb 2012 07:49:50 pete wrote:
> Well it seems Kmail has gotten frelled up i can see it looking for mail
> but it never gets any yet claws does . i do wish there would be a bit
> of a hurry up fixing kmail
There does seem to be something up with Akonadi's IMAP resource in 4.8.0. I a
Mine does that every now and then if the connection gets cut of. Reboot
solves that for me.
Sent from my phone. Sorry for any spelling mistakes
36 matches
Mail list logo