search for: hans

Displaying 20 results from an estimated 3882 matches for "hans".

Did you mean: hand
2010 Sep 10
2
include/exclude: I miss the point
...doing wrong? rsync command )some date-time variable for files, but that is working): rsync -axhhX --no-perms --omit-dir-times\ --backup --backup-dir=$NiceDate/updated --suffix=.$Now\ --delete --delete-excluded\ --backup-dir-dels=$NiceDate/deleted --suffix-dels=.`date +%H%M`\ --log-file=/home/hans/.mybackup/backup.log.$RawDate-$Now\ --include-from=/home/hans/.mybackup/include.txt\ --exclude-from=/home/hans/.mybackup/exclude.txt\ /home/hans /mnt/backup ======================================= 2nd, similar question: to play around with this stuff I wanted to test with the hidden files on...
2010 Sep 02
5
Minimize log file: get rid of ".d...p..... send"
...ng with rsync, googled and experienced a lot, but get stuck with minimizing the log-file: I only want to see the "real" changes: new, updated and deleted files/directories in the log-file. The LOG-file always contains a lot of lines like: 2010/08/31 20:19:01 [24573] .d...p..... send home/hans/Desktop 2010/08/31 20:19:05 [24573] .d...p..... send home/hans/Documents/PCPa I did not change anything, also not the permissions. So these directories are unchanged! Question: how to get rid of these lines, while keeping lines like: 2010/08/31 20:19:01 [24573] >f.stp..... send home/hans/2bed...
2019 Apr 04
2
Unable to verify of llvm sources with the .sig files
...8/0x7F2D434B9741E8AC 2011-04-10 [SC] Key fingerprint = 4AA4 767B BC9C 4B1D 18AE 28B7 7F2D 434B 9741 E8AC uid [ unknown] Pierre Schmitz <pierre at archlinux.de> sub rsa2048/0xE9B9D36A54211796 2011-04-10 [E] wink at wink-desktop:~ $ gpg --import Documents/keys-crypto/hans-gpg-key.asc gpg: Note: signatures using the SHA1 algorithm are rejected *gpg: key 0x0FC3042E345AD05D: 1 bad signature* gpg: key 0x0FC3042E345AD05D: public key "Hans Wennborg <hans at chromium.org>" imported gpg: Total number processed: 1 gpg: imported: 1 wink at wink-d...
2010 Jun 30
2
dovecot: pop3-login: Internal login failure - howto add dovecot users that are NO server users
...etc I think that most of the errors I get in my mail log are about user unknown, I try different variations of postfix main.cf found in www the result always is some error like the newest dovecot: pop3-login: Internal login failures - below the last mail log - after I added a user to /etc/passwd hans:x:1000:100:xxxx yyyyyyy::/sbin/nologin ------------- dovecot: auth(default): client in: AUTH#0111#011PLAIN#011service=pop3#011secured#011lip=127.0.0.1#011rip=127.0.0.1#011lport=110#011rport=53082#011resp=AGhhbnMASThDc2F3TzgxRHhjUmVNOHVCaDBM...
2015 Feb 19
23
[LLVMdev] [3.6 Release] Time to fix the release notes
The 3.6 release is drawing nearer, but the release notes could still use a lot of improvement: LLVM: https://github.com/llvm-mirror/llvm/blob/release_36/docs/ReleaseNotes.rst Clang: https://github.com/llvm-mirror/clang/blob/release_36/docs/ReleaseNotes.rst The good news is that they can be updated all the way up until release. If you have a patch for the release notes, commit it directly to the
2018 Aug 17
10
[PATCH (repost) 0/5] drm/nouveau+amdgpu: add DP CEC-Tunneling-over-AUX (repost)
From: Hans Verkuil <hans.verkuil at cisco.com> Repost because I wasn't a member of the nouveau mailinglist the first time around and this series was blocked. I also updated this cover letter for the part about the amdgpu patch after receiving feedback from Alex Deucher. The patches are unchanged (e...
2014 Sep 17
2
[PATCH] virtio: pci: Use SIMPLE_DEV_PM_OPS macro
On Tuesday, September 09, 2014 9:14 AM, Rusty Russell wrote: > Jingoo Han <jg1.han at samsung.com> writes: > > Use SIMPLE_DEV_PM_OPS macro in order to make the code simpler. > > > > Signed-off-by: Jingoo Han <jg1.han at samsung.com> > > This patch is obviously wrong. It won't compile without > CONFIG_PM_SLEEP. No, there is no compile issue. When,
2014 Sep 17
2
[PATCH] virtio: pci: Use SIMPLE_DEV_PM_OPS macro
On Tuesday, September 09, 2014 9:14 AM, Rusty Russell wrote: > Jingoo Han <jg1.han at samsung.com> writes: > > Use SIMPLE_DEV_PM_OPS macro in order to make the code simpler. > > > > Signed-off-by: Jingoo Han <jg1.han at samsung.com> > > This patch is obviously wrong. It won't compile without > CONFIG_PM_SLEEP. No, there is no compile issue. When,
2015 Aug 28
7
[3.7 Release] 3.7.0-final has been tagged
On Wed, Aug 26, 2015 at 4:43 PM, Hans Wennborg <hans at chromium.org> wrote: > 3.7.0-rc4 has just been tagged. It is identical to rc3, plus: > > - r245902: Revert r245355: change of clang-tools-extra symlink in the > release script > - r245947: Merge of r245927: Fix LLDB build on MIPS > - r245948: Deprecate the...
2007 Jun 18
0
no sound with chan_mobile
...are not available. ; Use the CLI command 'mobile search' to discover devices. ; Use the CLI command 'mobile show devices' to see device status. ; ; To place out through a cell phone use Dial(Mobile/[device]/NNN.....) in your dialplan. ; To call a headset use Dial(Mobile/[device]). [Hans.bt] address=00:12:D1:8A:06:8E port=1 context=mobiel-hans Part of dialplan [mobiel-uit] exten => _06XXXXXXXX,1,Answer exten => _06XXXXXXXX,n,Authenticate(1234,a) exten => _06XXXXXXXX,n,Goto(mobiel-hans,${EXTEN},1) [mobiel-hans] exten => _06XXXXXXXX,1,Dial(Mobile/Hans.bt/${EXTEN},40,r...
2019 Oct 23
2
Re: Reg: Adding "edu" device using XML file
Hello Han, Thanks for the response. The XML option with qemu:commandline works if the device is added during the VM creation. But I would like to hot-plug the device to the running VM. I can add the device using the command line <virsh qemu-monitor-command --hmp VM-Name device_add edu,id=edu0> But I would like to add the device using the XML file, like <virsh attach-device VM-Name
2019 Mar 29
2
Unable to verify of llvm sources with the .sig files
...D160, SHA256, SHA384, SHA512, SHA224 Compression: Uncompressed, ZIP, ZLIB, BZIP2 I went to http://releases.llvm.org/download.html and downloaded llvm-8.0.0: http://releases.llvm.org/8.0.0/llvm-8.0.0.src.tar.xz http://releases.llvm.org/8.0.0/llvm-8.0.0.src.tar.xz.sig http://releases.llvm.org/8.0.0/hans-gpg-key.asc I tried to import hans-gpg-key.asc but got an error: $ gpg --import hans-gpg-key.asc gpg: Note: signatures using the SHA1 algorithm are rejected gpg: key 0x0FC3042E345AD05D: 2 bad signatures gpg: key 0x0FC3042E345AD05D: no valid user IDs gpg: this may be caused by a missing self-signat...
2018 Aug 20
2
[PATCH (repost) 3/5] drm_dp_mst_topology: fix broken drm_dp_sideband_parse_remote_dpcd_read()
Reviewed-by: Lyude Paul <lyude at redhat.com> We really need to add support for using this into the MST helpers. A good way to test this would probably be to hook up an aux device to the DP AUX adapters we create for each MST topology On Fri, 2018-08-17 at 16:11 +0200, Hans Verkuil wrote: > From: Hans Verkuil <hans.verkuil at cisco.com> > > When parsing the reply of a DP_REMOTE_DPCD_READ DPCD command the > result is wrong due to a missing idx increment. > > This was never noticed since DP_REMOTE_DPCD_READ is currently not > used, but if yo...
2001 Mar 21
1
Is there any help for "Cannot allocate vector size of xxx KB"
Forgive me if this isn't relevant, but: are you stripping off the output you need (e.g., parameter estimates) and throwing away what you don't (e.g., residuals)? Reid Huntsinger -----Original Message----- From: Saikat DebRoy [mailto:saikat at stat.wisc.edu] Sent: Wednesday, March 21, 2001 12:15 PM To: Han Lai Cc: R-help Subject: Re: [R] Is there any help for "Cannot allocate vector
2015 Feb 07
3
[LLVMdev] [cfe-dev] [3.6 Release] Release Candidate 2 available
...http://reviews.llvm.org/rL228353. I've >> attached a patch that just modifies the headers and leaves the tests >> alone (the test changes may not merge nicely). >> >> Is this going to be possible? >> >> /Eric >> >> On Thu, Feb 5, 2015 at 2:32 PM, Hans Wennborg <hans at chromium.org> wrote: >>> On Thu, Feb 5, 2015 at 11:10 AM, Sylvestre Ledru <sylvestre at debian.org> wrote: >>>> On 05/02/2015 18:34, Hans Wennborg wrote: >>>>> On Tue, Feb 3, 2015 at 11:47 AM, Hans Wennborg <hans at chromium.org&g...
2015 Feb 06
3
[LLVMdev] [cfe-dev] [3.6 Release] Release Candidate 2 available
...6 so that would make this a regression. The patch can be found here: http://reviews.llvm.org/rL228353. I've attached a patch that just modifies the headers and leaves the tests alone (the test changes may not merge nicely). Is this going to be possible? /Eric On Thu, Feb 5, 2015 at 2:32 PM, Hans Wennborg <hans at chromium.org> wrote: > On Thu, Feb 5, 2015 at 11:10 AM, Sylvestre Ledru <sylvestre at debian.org> wrote: >> On 05/02/2015 18:34, Hans Wennborg wrote: >>> On Tue, Feb 3, 2015 at 11:47 AM, Hans Wennborg <hans at chromium.org> wrote: >>>&g...
2015 Jul 03
3
Dovecot LMTP tries to access a directory of a different user, than the one it actually changed to.
Hello, I encountered a problem when trying to send an email to multiple recipients. === LOG === ... cut ... Jul 3 12:34:57 dhcp90 dovecot: lmtp(24106): Debug: none: root=, index=, control=, inbox= Jul 3 12:34:57 dhcp90 dovecot: lmtp(24106): Connect from local Jul 3 12:34:57 dhcp90 dovecot: lmtp(24106): Debug: Loading modules from directory: /usr/lib64/dovecot Jul 3 12:34:57 dhcp90
2007 Dec 10
19
[VTD][PATCH] Change xc_assign_device()
Currently we assign devices with VT-d in Xend, this raises two issues: 1) assign devices regardless of they are hidden by pciback or not. If the device is not hidden, it results in the device doesn''t work in Dom0; 2) device is assigned one by one, if assign multiple devices, some devices may have been assigned when problem happens, it results in assigned devices don''t work in
2020 Oct 12
7
LLVM 11.0.0 Release
...a Picus, Dimitry Andric, Florian Hahn, Martin Storjö, Michał Górny, Neil Nelson, Nikita Popov, Rainer Orth, Shoaib Meenai, Sylvestre Ledru, and Tobias Hieta! For questions or comments about the release, please contact the community on the mailing lists. Onwards to LLVM 12! And take care. Thanks, Hans
2020 Oct 12
7
LLVM 11.0.0 Release
...a Picus, Dimitry Andric, Florian Hahn, Martin Storjö, Michał Górny, Neil Nelson, Nikita Popov, Rainer Orth, Shoaib Meenai, Sylvestre Ledru, and Tobias Hieta! For questions or comments about the release, please contact the community on the mailing lists. Onwards to LLVM 12! And take care. Thanks, Hans