similar to: what happens to text after the label?

Displaying 20 results from an estimated 160 matches similar to: "what happens to text after the label?"

2003 Feb 25
1
encoding problem with samba 227 ad rh80
Hello I'm using an OOTB RH80 with recent updates, and samba 227, french language when I access a samba share from a w98 box eveything works fine but with accented chars I just can't get the right filename under linux. whatever filename I use on w98, with accented chars, it works from the w98 side (I get write and read files with their right filenames) but when I try to access those
2008 Mar 26
2
DTMF suddenly stopped working on SIP channel
Hi All, Anyone have any idea what could cause incoming calls on a SIP channel to no longer be able to use DTMF? DTMF on incoming calls on zaptel and on local SIP softphones and ATAs all work fine. Nothing gets registered in the CDR or on the console in verbose level 10, it just times out. I haven't changed anything on my part and can't get through to Viatalk tech support to ask them
2002 Nov 20
1
Installation and error 113
All: I am trying to install a program from a file on the hard drive. After running winecheck (which did help me catch some config problems), here is what happens (stock RH80 setup, which includes wine-20020605; note that I also tried this with the latest cvs, and got the same error): 1. I run the setup file from my virtual c:\ directory. 2. After flashing a bunch of text in the terminal window
2003 Sep 11
1
Home Subdirectory and [homes]
Installed Samba 3.0RC4 on a RH80 box. Need [homes] section to point to a subdirectory of the users home directory. The aforementioned subdirectory exists in EVERY users home directory. Defining a path for EACH user is impractical. How does one accomplish this? Thanks in advance. Raymond
2016 Jun 15
1
id shows only primary group on domain member server
cat /usr/local/samba/etc/smb.conf: # Eintraege fuer das ActiveDirectory Samba4 workgroup = SAMDOM realm =SAMDOM.LOCAL security = ADS # Alle Template Einstellungen kommen direkt aus der AD # Die Shell ist nur aus Sicherheitsgruenden hier eingetragen template shell = /bin/false kerberos method = secrets and keytab dedicated keytab file =
2016 Jun 15
4
id shows only primary group on domain member server
Hi, know I have another problem. I compiled samba 4.4.4 on a Centos 7.2 Server no special options for ./configure. Afterwards I followed the article from mentioned below wiki article below, to join Centos 7.2 as an member server to our existing AD. WIKI Article: https://wiki.samba.org/index.php/Setup_Samba_as_an_AD_Domain_Member Now, if i type id USERNAME I only get the users UID, GID and
2003 Feb 25
6
token ring for pxelinux
is token ring supported by pxelinux or only ethernet?
2003 Mar 10
1
Problem with mkisofs (i guess :-))
Hello! I have a problem with a bootable cd that i'm trying to make .. The problem is that i don't know what all the mkisofs parameters do and because that weird things happen, if the filenames or directorynames contain spaces they do not open and if i'm in windows's safe mode it gives me an error message stating that the file or folder does not exist! Can anyone help with that?
2003 Apr 29
0
Dovecot RH RPM packages
Hi, I can't remember if I already told you, but I'm building RPM packages of dovecot for RH73, RH80 and RH9. You can find these at: http://dag.wieers.com/packages/dovecot/ Or use apt as described on: http://dag.wieers.com/apt/ I also added a sysv file to the SPEC-file for use with Red Hat. If you add this SPEC-file to your tarball (probably with some custom changes) everyone can
2006 Sep 23
0
Bug#387238: xen-hypervisor-3.0.2-1-i386: Happens on PIII too
Package: xen-hypervisor-3.0.2-1-i386 Version: 3.0.2-3+hg9762-1 Followup-For: Bug #387238 This happens on a PIII as well. Looks similar to an earlier bug report I filed (bug #385934). -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Shell:
2005 Aug 05
0
Re: "Rails application failed to start properly" happens on Apache 2 + fcgi
> > > and fastcgi.crash.log: Is there anything in your apache error_log? -- Mando _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2010 Mar 06
1
What happens with "silence" streams?
Does Celt encode "silence" buffers (in a stream ) or will it produce "empty" compressed data so that bandwdith could be saved when used on a network? Thanks. St?phane Letz
2009 Dec 30
3
what happens to the deduptable (DDT) when you set dedup=off ???
I tried the deduplication feature but the performance of my fileserver dived from writing 50MB/s via CIFS to 4MB/s. what happens to the deduped blocks when you set dedup=off? are they written back to disk? is the deduptable deleted or is it still there? thanks -- This message posted from opensolaris.org
2010 Dec 13
0
Any ideas why this lvcreate kernel BUG happens?
Hello, From time to time I get this error and the lvcreate process becomes with D state and can not be killed? Any ideas why this happens? I use Debian Lenny with xen-4.0.1 [229995.580419] kernel BUG at /root/xen-4.0.1/linux-2.6-pvops.git/arch/x86/xen/mmu.c:1885! [229995.580624] invalid opcode: 0000 [#1] SMP [229995.580749] last sysfs file: /sys/devices/virtual/block/dm-49/removable
2008 Nov 13
1
Error in RouteStopped, why happens!?
I get this enabling the option "routestopped" in my interface (eth0, net, one interface): Failed to apply configuration : Compiling... Compiling /etc/shorewall/zones... Compiling /etc/shorewall/interfaces... ERROR: Invalid Interface option (routestopped) : /etc/shorewall/interfaces (line 11) Means that routestopped don''tt work, is it? Then, what could i do? Thank you very
2012 Aug 02
0
Bug#682979: I don't think that happens
Hi Andreas, I don't think this happens always, and that this "renders the package unusable", otherwise a lot of people would know. This must be a miss-configuration, somehow, on your side, because I haven't see this. Also, you aren't giving any details of what you are doing exactly (eg: the sequence of xe command that you've been using, which we need to know). For
2011 May 30
1
[LLVMdev] Reg2mem: Identifying introduced memory locations (also, what happens to the phi nodes)
Hi. Im exploring `opt -reg2mem` output for a simple C program (actually, that is this snippet: http://rosettacode.org/wiki/Dining_philosophers#C - compiled with clang -O1) and got two questions regarding this pass. 1. How would I tell which memory locations were introduced by the pass, and which memory locations were present in the original program? After a brief diffing of .ll files, I'd
2013 Feb 22
0
[LLVMdev] At which point application vs target machine type width splitting happens?
Hello > I'm trying to understand how fitting source integer type width into > target machine register width happens. My reading on LLVM > codegeneration topics (few megabytes) so far didn't have this topic > mentioned explicitly. This is done during DAG Legalization phase. The operation is splitted into two (ADD + ADDC / ADDE). These DAG nodes are later matches during
2017 Nov 18
2
How and where optimizing of undefined behavior happens
Dear community, I was wondering how exactly clang/llvm handles undefined behavior (UB). Because of this experiment: https://godbolt.org/g/cEmGHa, I tend to think that clang is light-weight in this subject and does not detect UB. And all the optimizations related to UB are done in llvm via some optimization pass (passes). Is it so? If so than what is the name of that pass? And do different
2010 Sep 16
3
Total noob question: Wine runs .exe but nothing happens.
I am a fairly new Ubuntu user. I just started using Wine and I'm trying to install a program. I downloaded the install file, set the permissions so it would run as an executable, and opened it in Wine. It opens a new button in the taskbar that says "opening [program].exe", which runs for a few seconds - and then, nothing happens. Halp?