search for: hidden

Displaying 20 results from an estimated 8787 matches for "hidden".

2015 Oct 05
7
[PATCH 0/4] Improve linker scripts
...d linker scripts and port a change that was made to an unused script. Those are to be applied on top of the gcc 5 bug fixes as they would conflict otherwise. Sylvain Gault (4): diag/mbr: fix dependency to linker script Remove unused linker scripts core: Make symbols defined in linker script HIDDEN core: Move linker script in arch-agnostic dir core/Makefile | 2 +- core/i386/syslinux.ld | 389 ------------------------------------------------ core/syslinux.ld | 117 ++++++--------- core/x86_64/syslinux.ld | 389 ------------------------------------------------ diag/mbr...
2015 Oct 05
0
[PATCH 2/4] Remove unused linker scripts
...--- */ - -/* - * Linker script for the SYSLINUX core - */ - -OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386") -OUTPUT_ARCH(i386) -EXTERN(_start) -ENTRY(_start) - -STACK32_LEN = 65536; - -SECTIONS -{ - /* Prefix structure for the compression program */ - . = 0; - HIDDEN(__module_start = .); - .prefix : { - *(.prefix) - } - - /* "Early" sections (before the load) */ - . = 0x1000; - - .earlybss (NOLOAD) : { - HIDDEN(__earlybss_start = .); - *(.earlybss) - HIDDEN(__earlybss_end = .); - } - HIDDEN(__earlybss_len = ABSOLUTE(__earlybss_end) - ABSOLUTE(__ea...
2001 Nov 01
1
Samba and hidden files problem
Hi all I have a not so little problem. I have recently installed a samba file server at a clients premises. All works fine until the decided to run a rather old dos based program. For some unknown reason this software will not run unless cirtain files are hidden. My problem now is that hidden files on linux filesystems and dos filesystems are rather different. In linux all you do is put a . (dot) in the beginning of the file name. In windows you set the hidden file attribute. The server is being accessed from windows 9x clients. If you try to set the hid...
2015 Mar 14
3
[Bug 2365] New: openssh client ignores -o Tunnel=ethernet option, creating an IP tunnel device instead of an ethernet tap device
...>@<IP> -w any -o Tunnel=ethernet -vvv OpenSSH_6.2p2 Ubuntu-6ubuntu0.3, OpenSSL 1.0.1f 6 Jan 2014 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: Applying options for * debug1: auto-mux: Trying existing master debug1: Control socket "<path hidden>" does not exist debug2: ssh_connect: needpriv 0 debug1: Connecting to <IP> [<IP>] port 38613. debug1: Connection established. debug1: permanently_set_uid: 0/0 debug3: Incorrect RSA1 identifier debug3: Could not load "/root/.ssh/id_rsa" as a RSA1 public key debug1: ide...
2011 Oct 25
2
[LLVMdev] [RFC] What options should be hidden/not-hidden for opt command
Hi, all Take the discussion thread [1] as an example. Although "-help-hidden" is not intended to be use by normal folk, I think there should be somewhere notes "-help-hidden" revealing more options which might be needed by developers. I thought it will be a good idea to mention the existence of "-help-hidden" on the web page, but the patch I sent br...
2011 Dec 05
3
puppet kick problem: host is already running
Hi, I’m managing several machines with a 2.7.6 master, and 2.7.1 and 2.7.6 mixed, not yet all fully upgraded clients. On the puppet master, I want to kick a node but it exits with error code 3, which doesn’t seem right. The agent seems to return the wrong message. <hidden>:~$ puppet kick <hidden> --trace --debug --foreground Triggering <hidden> Getting status status is running Host <hidden> is already running <hidden> finished with exit code 3 Failed: <hidden> ( And I know that the host is not doing anything because I''ve go...
2020 Mar 16
6
Zero listeners on icecast stats
...cecast 2. we stream using mixxx from an Imac, darkice from PC and liquidsoap for our mp3 archive, streaming 24/7. Our fallback section setup is as follow: <!-- historical 24/7 mp3 streaming --> <mount> <mount-name>/radiocybernet-archive.mp3</mount-name> <hidden>0</hidden> </mount> <!-- live mountpoint streaming from a PC base station --> <mount> <mount-name>/rcyblive.mp3</mount-name> <intro>./announce-radiocybernet.mp3</intro> <fallback-mount>/radiocybernet-archive.mp3</f...
2011 Oct 25
0
[LLVMdev] [RFC] What options should be hidden/not-hidden for opt command
On Oct 24, 2011, at 8:29 PM, 陳韋任 wrote: > Hi, all > > Take the discussion thread [1] as an example. Although "-help-hidden" > is not intended to be use by normal folk, I think there should be > somewhere notes "-help-hidden" revealing more options which might be > needed by developers. I thought it will be a good idea to mention the > existence of "-help-hidden" on the web page, but...
2012 Mar 02
2
回复: Bayesian Hidden Markov Models
Dear Oscar,   Thanks for your help.It's so nice of you to explain this package to me.   Best Regards,   James LAN 发件人: Oscar Rueda [via R] <ml-node+s789695n4431468h14@n4.nabble.com> 收件人: monkeylan <lanjinchi@yahoo.com.cn> 发送日期: 2012年2月29日, 星期三, 下午 9:21 主题: Re: Bayesian Hidden Markov Models Dear James, The distances are normalized between zero and 1, so in your case all of them will be zero. You can check that with > res$Dist.for.model And do > Q.NH(summary(res)[[1]]$beta, x=0) To obtain the common transition matrix. Cheers, Oscar On 29/2/12 03:5...
2017 Mar 14
3
[lld] elf linker creates undefined empty symbol
...at 1:14 AM, Sean Silva <chisophugis at gmail.com> wrote: > > > On Wed, Feb 22, 2017 at 6:14 AM, Rafael Avila de Espindola < > rafael.espindola at gmail.com> wrote: > >> Sean Silva <chisophugis at gmail.com> writes: >> >> When __libc_start_main is hidden, it doesn't end up in the dynamic >> symbol >> >> table and so we use the default DynsymIndex of 0. >> >> >> > >> > >> > I think BFD is doing the right thing. The `extern_weak hidden` is >> resolved >> > to null since by vi...
2002 Oct 12
3
Files are showing up as hidden when view from windows ...
Well I started digging into it, and it seems its making executables show up as hidden. Which seems really odd, here's an ls -l from my Solaris machine... -rw-r--r-- 1 iacm staff 0 Oct 12 11:10 notHidden -rwxr-xr-x 1 iacm staff 0 Oct 12 11:09 showsUpHidden The file names describe which one is which. If I did a chmod 755 on notHidden, it would then...
2015 Feb 17
2
[LLVMdev] [PATCH 1/2 v3] configure: add visibility macro detection to configure
On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich <marvin24 at gmx.de> wrote: > This adds clang/gcc visibility macro detection to configure and util/macros.h. > This is can be used to conveniently add e.g. a "HIDDEN" attribute to a function. > > Signed-off-by: Marc Dietrich <marvin24 at gmx.de> > --- > v2: use VISIBILITY_*FLAGS instead of *FLAGS directly > v3: no change > > configure.ac | 28 ++++++---------------------- > src/util/macros.h | 6 ++++++ > 2 files cha...
2007 Aug 14
0
dovecot Digest, Vol 52, Issue 52
...ient} spamassassin unix - n n - - pipe user=nobody argv=/usr/local/bin/spamc -f -e /usr/sbin/sendmail -oi -f ${sender} ${recipient} The header from this actual message (so you can see it in action -- note the email address are obscured) From: HIDDEN Subject: dovecot Digest, Vol 52, Issue 52 Date: August 14, 2007 1:04:06 PM EDT To: HIDDEN Reply-To: HIDDEN Return-Path: <HIDDEN> Delivered-To: HIDDEN Received: by mail.HIDDEN (Postfix, from userid -2) id 0F11A234567; Tue, 14 Aug 2007 13:04:55 -0400 (EDT) Received: from H...
2015 Feb 17
7
[LLVMdev] [PATCH 0/2 v3] add visibility hidden to tls entry points
...ng of the tls entry points. Based on a suggestion from Rafael Ávila de Espíndola <rafael.espindola at gmail.com> in http://llvm.org/bugs/show_bug.cgi?id=19778. Tested with gcc 4.9 and clang 3.6(rc) Marc Dietrich (2): configure: add visibility macro detection to configure add visibility hidden to tls entry points configure.ac | 28 ++++++---------------------- src/mapi/Makefile.am | 1 + src/mapi/entry_x86-64_tls.h | 4 ++-- src/mapi/entry_x86_tls.h | 5 +++-- src/mapi/entry_x86_tsd.h | 5 +++-- src/util/macros.h | 6 ++++++ 6 files changed, 2...
2014 May 26
2
[PATCH] builder: support aliases for images (RHBZ#1098718).
...fun (name, { Index_parser.arch = a }) -> diff --git a/builder/index_parser.ml b/builder/index_parser.ml index 40b2116..0040bf9 100644 --- a/builder/index_parser.ml +++ b/builder/index_parser.ml @@ -38,11 +38,14 @@ and entry = { lvexpand : string option; notes : (string * string) list; hidden : bool; + aliases : string list option; sigchecker : Sigchecker.t; proxy : Downloader.proxy_mode; } +let list_separator = " " + let print_entry chan (name, { printable_name = printable_name; file_uri = file_uri; ar...
2007 Feb 01
1
copying a folder removes the 'hidden' attribute
I have extended attributes enable in the file system so the 'hidden' and other attributes should be saved as an extended attribute. When connecting to the share from a Windows computer, if I copy a FILE then the new file stays hidden, but if I copy a FOLDER then the new folder is NOT hidden. I tried this on a Windows file server and it does preserve the '...
2009 Jun 29
7
Windows XP login
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 When WinXP users login to the samba domain a text file opens that contains: [.ShellClassInfo] LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21787 This seems to be tied to the roaming profile, it only surfaced once I enabled roaming profiles but I am not sure how to correct it. I also noticed that the desktop background setting is
2011 Oct 26
1
[LLVMdev] [RFC] What options should be hidden/not-hidden for opt command
> The logic here is that these flags should only be used by people looking at code. For example, if a pass has a hidden option that controls some knob, you should only find out about it by reading the code. We don't want people surfing through all the hidden options to "see what is available". I see. Maybe we can tell people the existence of "-help-hidden" and also remind them those optio...
2020 Mar 16
2
Zero listeners on icecast stats
...and liquidsoap for our mp3 archive, streaming 24/7. >> >> Our fallback section setup is as follow: >> >> <!-- historical 24/7 mp3 streaming --> >> <mount> >> <mount-name>/radiocybernet-archive.mp3</mount-name> >> <hidden>0</hidden> >> </mount> >> >> <!-- live mountpoint streaming from a PC base station --> >> <mount> >> <mount-name>/rcyblive.mp3</mount-name> >> <intro>./announce-radiocybernet.mp3</intro> >>...
2017 Feb 22
2
[lld] elf linker creates undefined empty symbol
Sean Silva <chisophugis at gmail.com> writes: >> When __libc_start_main is hidden, it doesn't end up in the dynamic symbol >> table and so we use the default DynsymIndex of 0. >> > > > I think BFD is doing the right thing. The `extern_weak hidden` is resolved > to null since by virtue of being hidden it doesn't refer to the function in > libc.s...