Florian, I love it, the tool itself is a break-through, just depends how we
use it properly.
On Mon, Jul 11, 2016 at 4:43 AM, pelzflorian (Florian Pelz) <
pelzflor...@pelzflorian.de> wrote:
> On 07/10/2016 08:43 PM, Bennett Piater wrote:
> > Thanks for your reply.
> > That would be the best you c
2012/3/15 arnaud gaboury :
> Sounds quite a good idea, as when moving from one host to another one,
> being able to move the dot files would be of high interest.
> Will try asap as I am currently moving some dotfiles form one old distro to
> my new Arch one.
>
> 2012/3/14
2012/8/3 Jelle van der Waa :
> On 03/08/12 00:55, Leonidas Spyropoulos wrote:
>> On Thu, Aug 2, 2012 at 11:49 PM, Tom Gundersen wrote:
>>> On Fri, Aug 3, 2012 at 12:27 AM, Leonidas Spyropoulos
>>> wrote:
Are there any plans for eventually adopting Wayland over X?
>>>
>>> I'm not aware of any
2012/5/2 Martti Kühne :
> On Wed, May 02, 2012 at 01:00:29AM +0800, 郑文辉(Techlive Zheng) wrote:
>> [2012-05-01 22:08] upgraded virtualbox-archlinux-modules (4.1.10-1 ->
>> 4.1.14-2)
>> [2012-05-01 22:08] upgraded virtualbox-archlinux-additions (4.1.10-1
>> -> 4.1.
2012/5/2 Ralf Mardorf :
>> I do not have an X installed on my vbox.
>
> Pardon for my noise. I'm that accustomed to other distros, that I forgot
> that a default Arch install fortunately comes without X.
>
> On what OS VBox is running? Do you run VBox on Arch to install Arch on
> VBox? Perhaps this
2012/5/2 Ralf Mardorf :
> On Wed, 2012-05-02 at 00:38 +0800, 郑文辉(Techlive Zheng) wrote:
>> 2012/4/5 Joshua Poehls :
>> > Doh. I think that was it. Thank you...
>> >
>> > --
>> > Joshua Poehls
>> >
>> >
>> >
>> > On Th
2012/4/5 Joshua Poehls :
> Doh. I think that was it. Thank you...
>
> --
> Joshua Poehls
>
>
>
> On Thu, Apr 5, 2012 at 7:45 AM, Jesse Juhani Jaara
> wrote:
>
>> to, 2012-04-05 kello 07:41 -0500, Joshua Poehls kirjoitti:
>> > I started installing Arch in VirtualBox this morning but twice now the
>
2012/3/20 Tom Gundersen :
> 2012/3/20 郑文辉(Techlive Zheng) :
>> But 'ls -l /bin/sh', shows that sh is a symlink to bash, but why it
>> behaves so differently?
>>
>>lrwxrwxrwx 1 root root 4 2011-11-23 14:08 /bin/sh -> bash
>
> When called
2012/2/18 郑文辉(Techlive Zheng) :
> 2012/2/18 大熊 :
>> 在 2012年2月17日 下午10:32,郑文辉(Techlive Zheng) 写道:
>>>
>>> As I mentioned before, same problem in my /etc/bash_completion.d/git
>>> happend some tiem ago, now it is gone, because git bash_completion
>>> d
2012/3/19 Leonid Isaev :
> On Sun, 18 Mar 2012 23:27:34 +0800
> Auguste Pop wrote:
>
>> 2012/3/18 郑文辉(Techlive Zheng) :
>> > 2012/3/18 Auguste Pop :
>> >> On Sun, Mar 18, 2012 at 6:15 PM, Auguste Pop wrote:
>> >>> On Mon, Feb 20, 2012 at 2:00
2012/3/18 Auguste Pop :
> 2012/3/18 郑文辉(Techlive Zheng) :
>> 2012/3/18 Auguste Pop :
>>> On Sun, Mar 18, 2012 at 6:15 PM, Auguste Pop wrote:
>>>> On Mon, Feb 20, 2012 at 2:00 AM, Leonid Isaev wrote:
>>>>> On Sun, 19 Feb 2012 07:01:52 +0800
>>>
2012/3/18 Auguste Pop :
> On Sun, Mar 18, 2012 at 6:15 PM, Auguste Pop wrote:
>> On Mon, Feb 20, 2012 at 2:00 AM, Leonid Isaev wrote:
>>> On Sun, 19 Feb 2012 07:01:52 +0800
>>> 郑文辉(Techlive Zheng) wrote:
>>>
>>>> 2012/2/19 郑文辉(Techlive Zheng) :
I don't know if you guys ever encontered this problem while using sshfs.
I set up a virtual machine to do some PKGBUILD makepking stuff,
because some dependcies need bo be installed and I do not want messed
up my host machine. So, I set up a sshfs filesystem connect from a
virtualbox arch guest to
2012/3/17 Tom Gundersen :
> On Fri, Mar 16, 2012 at 6:17 PM, Leonid Isaev wrote:
>> On Fri, 16 Mar 2012 16:23:03 +0800
>> I don't think checking ownership of files in /etc/ makes much sense, as these
>> files are supposed to be added by user/daemons. For example, a lot of files
>> under /etc/cups
2012/3/16 Tom Gundersen :
> 2012/3/16 郑文辉(Techlive Zheng) :
>>error: No package owns /etc/localtime
>
> This is needed in order for different programs to know what timezone
> you are in. It should be a symlink maintained by initscripts, but it
> is set at runtime so no
2012/3/16 Ionut Biru :
> On 03/16/2012 10:23 AM, 郑文辉(Techlive Zheng) wrote:
>
>> error: No package owns /etc/ssl/certs/ca-certificates.crt
>
> this file is generated by ca-certificates at installation. You don't
> want to delete this file since all packages relayin
I ran the script below to see the files which owned by no package.
export LC_ALL=C
for dir in bin etc lib usr var sbin;do
find /$dir -type f -exec pacman -Qo {} \; 2>$dir 1>/dev/null
done
I got the following.
error: No package owns /etc/crontab
error: No package o
Is there a way to map multiple users via sshfs?
If I am using connect to a remote host through root, and I want to
other user have access to it with allow_other, then, I hope their id
could be mapped, ie. local http map to remote http, local user1 map to
remote user1, and so on. both of them have
2012/3/12 郑文辉(Techlive Zheng) :
> [Inspired by
> tomd...@bbs.archlinux.org](https://bbs.archlinux.org/viewtopic.php?id=134622),
> I have wrote a small script to deploy the dotfiles acrossing viarous
> hosts, may be you guys are interested to have a look.
>
> Github:
2012/3/13 G. Schlisio :
> Am 11.03.2012 03:10, schrieb 郑文辉(Techlive Zheng):
>
>> Is there any compile flag or something I could alter? I think that
>> would be easy to do. I just want to clean my home folder, backup
>> firefox and thunderbird data. I only want to backup a .
2012/3/12 Cédric Girard :
> On Mon, Mar 12, 2012 at 1:17 PM, F. Gr. wrote:
>
>> Now I want to remove some files from history and
>> the objects in my repository. Are these the right commands?
>>
>> git filter-branch -d /dir1/subdir/ --index-filter 'git rm --cached -f
>> --ignore-unmatch' -- --all
welcome, cause my bash skills are still
need much improving, there must be some ugly workaround.
Regards,
Techlive Zheng
2012/3/11 Genes MailLists :
> On 03/10/2012 09:10 PM, 郑文辉(Techlive Zheng) wrote:
>> Is there any compile flag or something I could alter? I think that
>> would be easy to do. I just want to clean my home folder, backup
>> firefox and thunderbird data. I only want to backup a
nt to symlink .mozilla/thunderbird to .thunderbird,
that won't solve the problem, I am willing to recomplie the whole
thunderbird if necessary.
Regards,
Techlive Zheng
2012/3/1 郑文辉(Techlive Zheng) :
> I have installed several VCS packages from AUR which the PKGBUILD has
> not been updated for a while, is there a way to force update them all
> together? By the way, I use yaourt, but I don't know if there is a
> option can do that.
>
> Than
I have installed several VCS packages from AUR which the PKGBUILD has
not been updated for a while, is there a way to force update them all
together? By the way, I use yaourt, but I don't know if there is a
option can do that.
Thanks
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 mis
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".
2012/2/20 Leonid Isaev :
> On Sun, 19 Feb 2012 07:01:52 +0800
> 郑文辉(Techlive Zheng) wrote:
>
>> 2012/2/19 郑文辉(Techlive Zheng) :
>> > I see, I just upgraded to 1.4.8 on 14 Feb 2012, The log must be
>> > generated by an former version of cronie. Now it seems all
2012/2/19 郑文辉(Techlive Zheng) :
> I see, I just upgraded to 1.4.8 on 14 Feb 2012, The log must be
> generated by an former version of cronie. Now it seems all gone, and I
> can't provid the spamed log because I have cleaned them up 2 days ago.
>
> Let's see, if there are
:
> On Sat, 18 Feb 2012 15:26:46 +0800
> 郑文辉(Techlive Zheng) wrote:
>
>> 2012/2/18 Heiko Baums :
>> > Am Sat, 18 Feb 2012 14:25:54 +0800
>> > schrieb 郑文辉(Techlive Zheng) :
>> >
>> >> Due to cronie doesn't contain an /etc/crontab anymor
2012/2/18 大熊 :
> 在 2012年2月17日 下午10:32,郑文辉(Techlive Zheng) 写道:
>>
>> As I mentioned before, same problem in my /etc/bash_completion.d/git
>> happend some tiem ago, now it is gone, because git bash_completion
>> does not contain "done < <(*)" syntax any m
2012/2/18 Heiko Baums :
> Am Sat, 18 Feb 2012 14:25:54 +0800
> schrieb 郑文辉(Techlive Zheng) :
>
>> Due to cronie doesn't contain an /etc/crontab anymore, there are losts
>> of msgs of missing crontab as shown below in errors.log.
>>
>> > /usr/sbin/crond[12
Due to cronie doesn't contain an /etc/crontab anymore, there are losts
of msgs of missing crontab as shown below in errors.log.
> /usr/sbin/crond[1236]: (root) CAN'T OPEN (/etc/crontab): No such file or
> directory
cale caused this? I set locale to
"en_US.UTF-8" in the rc.conf while using "zh_CN.UFT-8" under X.
2012/2/17 郑文辉(Techlive Zheng) :
> 2012/2/17 Lukas Fleischer :
>> On Fri, Feb 17, 2012 at 05:58:31PM +0800, 郑文辉(Techlive Zheng) wrote:
>>> 2012/2/17 Lukas Fleische
2012/2/17 Lukas Fleischer :
> On Fri, Feb 17, 2012 at 05:58:31PM +0800, 郑文辉(Techlive Zheng) wrote:
>> 2012/2/17 Lukas Fleischer :
>> > On Fri, Feb 17, 2012 at 05:32:33PM +0800, 大熊 wrote:
>> >> 在 2012年2月17日 下午2:57,Lukas Fleischer 写道:
>> >>
>> &g
My default shell is bash.But I am not sure which shell it is using or
under which mode of the bash while the system is starting.How to
ensure that?
2012/2/17 SanskritFritz :
> On Fri, Feb 17, 2012 at 12:18 PM, Lukas Fleischer
> wrote:
>>> a) You're not using bash (e.g. running rc.d(8) in sh(1)/$w
I can confirm that all my daemon script begin with "#!/bin/bash" by
runing `cd /etc/rc.d;find . -type f | xargs head -1 *`.
2012/2/17 Lukas Fleischer :
> On Fri, Feb 17, 2012 at 03:03:21PM +0100, SanskritFritz wrote:
>> On Fri, Feb 17, 2012 at 12:18 PM, Lukas Fleischer
>> wrote:
>> >> a) You're n
2012/2/17 Lukas Fleischer :
> On Fri, Feb 17, 2012 at 05:32:33PM +0800, 大熊 wrote:
>> 在 2012年2月17日 下午2:57,Lukas Fleischer 写道:
>>
>> > On Fri, Feb 17, 2012 at 12:35:03PM +0800, 郑文辉(Techlive Zheng) wrote:
>> > > 2012/2/17 大熊 :
>> > > > No matter I ma
2012/2/17 大熊 :
> No matter I manual start any a daemon, I always see a error shown on
> console:
>
> /etc/rc.d/functions: line 506: syntax error near unexpected token `('
> /etc/rc.d/functions: line 506: `done < <(findmnt -mrunRo
> TARGET,FSTYPE,OPTIONS /)
>
> But it seem that the daemon ca
2012/2/14 Allan McRae :
> On 14/02/12 22:05, 郑文辉(Techlive Zheng) wrote:
>> Hey, guys, is there a way to set BUILDDIR in makepkg.conf to a place
>> like /var/abs/mybuilds/$pkgname?
>>
>> I tried set BUILDDIR="/var/abs/mybuilds/$pkgname",but it didn't
>
Hey, guys, is there a way to set BUILDDIR in makepkg.conf to a place
like /var/abs/mybuilds/$pkgname?
I tried set BUILDDIR="/var/abs/mybuilds/$pkgname",but it didn't
work,it builds in /var/abs/mybuilds,not in /var/abs/mybuilds/$pkgname.
2012/1/8 Martti Kühne :
> On Sat, Jan 07, 2012 at 05:54:55PM +0800, 郑文辉(Techlive Zheng) wrote:
>> Seems there are lots of misunderstanding about Chinese
>> people...Chinese people != Chinese goverment.Chinese people show up
>> here,they are just jove Arch as you guys d
2012/1/7 Kwpolska :
> 2012/1/7 郑文辉(Techlive Zheng) :
>> 2012/1/7 Don deJuan :
>>> On 01/07/2012 01:05 AM, Ionut Biru wrote:
>>>>
>>>> On 01/07/2012 10:37 AM, Peter Nikolic wrote:
>>>>>
>>>>> Morning all
>>>
2012/1/7 Don deJuan :
> On 01/07/2012 01:05 AM, Ionut Biru wrote:
>>
>> On 01/07/2012 10:37 AM, Peter Nikolic wrote:
>>>
>>> Morning all
>>>
>>> well installed Arch still a few small glitches to solve but looking good
>>>
>>> Pete .
>
> Welcome, new Archer here as well
>
>
>>>
>>
>> Your soul is no
2012/1/7 Peter Nikolic :
> Morning all
>
> well installed Arch still a few small glitches to solve but looking good
>
> Pete .
>
> --
> Powered by openSUSE 11.3 (x86_64) Kernel: 2.6.34.10-0.4-desktop
> KDE Development Platform: 4.6.5 (4.6.5) "release 7"
> 08:36 up 23:40, 4 users, load average:
I read from [this
post](http://thread.gmane.org/gmane.linux.arch.general/34070/focus=34238)
back to April 2011 that Arch will set up a [SELinux] Repo for
SE-enabled packages.
So, it is 2012 now, any progress?
Recently, I noticed that my laptop and server are using different cron
utility.My laptop is using dcron while server using cronie.
Then,I did some digging about the Arch default cron utility.I found a
[discussion](http://mailman.archlinux.org/pipermail/arch-general/2011-April/019282.html)
happend
48 matches
Mail list logo