search for: greped

Displaying 20 results from an estimated 55 matches for "greped".

Did you mean: grepped
2007 Jul 05
2
LD_LIBRARY_PATH issues
...that we need here. Here $LD_LIBRARY_PATH and other variables get set, fixed, or modified to support our development process. The weird thing is that while in a TTY the $LD_LIBRARY_PATH is fine and retains its value. But if I log in to the gui (KDE, GNOME) then the $LD_LIBRARY_PATH is blank. I have greped the entire disk I can't find where is the $LD_LIBRARY_PATH is being overwritten, if that is what is happening. Does anyone knows what's going on here? Jean
2007 Aug 22
4
Limited number of bands in PRIO qdisc
Hello, is it possible that the number of bands for the PRIO qdisc is limited to 16? tc qdisc add dev $DEVICE root handle 1: prio bands 16 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1 succeeds but tc qdisc add dev $DEVICE root handle 1: prio bands 17 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1 returns: ''RTNETLINK answers: Invalid argument'' Is there any possibility to raise the
2004 Aug 06
2
Hello everyone, here is some php code.
Okay, So remember that question I had last week about taking a bunch of relay servers and greping the status2.xsl file for the number of listeners? I coded it. I have to apologize right now, as its krufty, nasty, braindead code. But it works, and I'm rather proud that after being up as long as I have been up and drinking as much coffee, it works. It should be attached to this e-mail. I
2019 Sep 18
2
Windows10+samba share: The remote computer isn’t responding to connections on port 445
...bout port 445 or firewall and security settings. This is what I checked/tried so far: - Hostname of windows10 PC is 9 characters long. - Network security: LAN manager authentication level is set to : use NTLv2 session security if negotiated. - SMB port 445 on the samba server is listening. - /greped/ the samba logs for the ip address of the win10 PC but nothing is logged in relation to it. - SMBv1 protocol is ticked on win10 PC. Could you please let me know if there anything else, I could try? It is strange that all other windows 10 PCs do not have this problem and I did not have to touch...
2010 Jul 19
1
digium HW echocancellation - fax tone detection
Hello ! I 'm using a TE405P with a HW echocanceller module attached on it. dahdi version is dahdi-linux-complete-2.2.0.2+2.2.0. As far as I know, the fax tone detection is done on the FW board. How can I verify that the echo canceller has been turned off ? When I do a cat /proc/dahdi/1 for span 1 I see still the VPM450 entry near the channel although this was a fax call with CED tone.
2005 Apr 23
1
winbind + ldap uid/gid consistency woes.
Hello all... Im trying to fix a idmap setup with winbind where the idmaps are stored in openldap. We have had this system working before, but it managed to break :-) All systems running Samba (3.0.13 on FC2) Problem: group id's and uid's (specificly uid's) are inconsistent between clients (our two test clients). Both machines are using idmap backend to talk to our ldap server and
2013 Dec 12
1
ot: tracking messages- luser troubleshooting
...d, eventually, after traversing through severl directories, I found the message in '../Maildir/.Deleted Messages' it turns out it was inadvertenltly deleted on iphone. there has to be a better way to try to find / resolve such issues ? what's an optimal way of trying to trace such? I greped for the 3F21C5E750 string through several Maildirs tia,
2007 Oct 12
1
[LLVMdev] .ll test cases for tail call optimization in test-suite
On 12 Oct 2007, at 07:07, Evan Cheng wrote: >>In order to test the tail call optimization i created quite a few >>.ll files and added them to the SingleSource directory in the >>test-suite. For example >>llvm-test/SingleSource/Tailcall/tailcall1-2.ll. >Shouldn't these be dejagnu tests instead? There is one test in dejagnu that tests whether tail call optimization
2014 Feb 10
1
Samba 4 documentation hard to find.
There must be something that I am missing here. We have been running Samba 3.6.18 and I decided that it was time to check out Samba 4.1.4. Now that I have it, what do I do with it? I have found the man pages, but I was expecting that there would be some overview available somewhere. The first question that I could not find an answer for was what directory do I put the smb.conf file in. I found the
2009 Jan 06
1
ask_status/register_status deprecated???
...orker_runner:47:in `new'' from /var/lib/gems/1.8/gems/packet-0.1.14/bin/packet_worker_runner:47 from /var/lib/gems/1.8/bin/packet_worker_runner:16:in `load'' from /var/lib/gems/1.8/bin/packet_worker_runner:16 I tried the newest git and svn builds... I also greped the whole backgroundrb project directory for ask_status and register_status but found traces of neither. Is there a new way to probe a worker to check its progress? Thanks, Alex -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ba...
2008 Jun 24
1
CentOS 5 based distribution
...at additional tasks I would like the system to include support for: i.e. Desktop - Gnome, Server, Server - GUI, etc... I have been unable to find where this information, and some of the other text the installer uses (for example, "Searching for CentOS installations"), is stored. I've greped the entire DVD (including the expanded stage2.img file), but cannot find this text anywhere. Is the information stored in a compiled executable? If so, which executable will I need to recompile? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://list...
1999 Apr 22
1
SUMMARY Re: R compiling on SOLARIS 2.6
...> [snip] > > and you don't seem to be picking up the $(X_CFLAGS). These come from > the Makeconf file created by configure. Did you by any chance forget > to remove config.cache before running configure? > removing the config.cache was the fix. i felt a little stupid so i greped and finally reread the faq/readme/install and found nothing on removing config.cache. must be some general knowledge thing about config scripts that i did not know about. thanks for all the help, now onto Rweb -carlc -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2016 Feb 19
3
undefined reference to typeinfo for CmpInst
...39; collect2: error: ld returned 1 exit status I searched for this and there seem to be two common causes for this 1) There are virtual functions declared but never defined (I don't think that's the case, since LLVM has nightly tests) 2) Something's wrong with the RTTI settings. I greped the LLVM source and it seems typeinfo is never used, so I though it's a good idea to build LLVM with RTTI switched off: However, building LLVM with RTTI switched off (see build script below) results during the build in /usr/bin/ld: ../../lib/libLLVMX86CodeGen.a(X86AsmPrinter.cpp.o): reloca...
2015 Nov 05
2
Install R on Ubuntu with libcurl support
What do you have installed as far as libcurl goes? Would you mind listing your packages and greping for libcurl entries. Perhaps I need some libcurl debs installed when I install r-base? On Thu, Nov 5, 2015 at 11:34 AM, Dirk Eddelbuettel <edd at debian.org> wrote: > > On 5 November 2015 at 11:11, Michael Coyne wrote: > | Hello, > | > | I'm install R from a package off of
2005 Oct 18
3
Not able to get eth0 up on domU.
I am using ttylinux-xen file system image a a loopback device for the domain. I am mostly using the default configuration. I am not able to get networking on the domU. Are kernel "vmlinuz-2.6-xenU" as well as "2.6.11.12-xen0" both compiled w/o loadable module support? I guess it fails when it tries to initialize the iptables on the domU when it tries to do "modprobe".
2006 Mar 20
7
error using feedtools
I performed a gem install feedtools, I then added these 2 lines to my environment.rb: require ''rubygems'' require ''feed_tools'' I then added this method in my controller: def rss @post = Post.most_recent feed = FeedTools::Feed.new feed.title = ''Recent Rambles'' feed.subtitle = ''random thoughts by me''
2011 Mar 01
11
Did rails or shoulda go insane on the inflection of 'taxes'?
I have a model ''xp_jurisdiction_taxes'' which rails (3) created correctly. Another model ''xp_jurisdiction_states'' has many :xp_jurisdiction_taxes. In my spec I am using a shoulda helper to test the association but get the following error. BTW, greped the whole project just in case and the string ''taxi'' exists nowhere. 1) XpJurisdictionStates Failure/Error: it { should have_many(:xp_jurisdiction_taxes) } NameError: uninitialized constant XpJurisdictionStates::XpJurisdictionTaxis # ./spec/models/xp_juris...
2008 Nov 16
1
help.start() displays index.html in emacs (PR#13293)
...ms to be connected with my private configuration. But I can not find such a configurations: rose at condor:/home/rose(114)$ ll ~/.R* -rw-r--r-- 1 rose users 2369 Jan 20 2008 /home/rose/.RapidSVN I also tried to start R with strace: rose at condor:/home/rose(119)$ strace -f -o R_strace.log R and greped for mime: rose at condor:/home/rose(120)$ grep "open.*rose.*mime" R_strace.log 7221 open("/home/rose/.local/share//mime/mime.cache", O_RDONLY) = 14 7221 open("/home/rose/.local/share/applications/mimeinfo.cache", O_RDONLY) = 14 7221 open("/home/rose/.local/sh...
2008 Jul 02
4
Please pull ia64 trees
Hi Keir, Please pull the ia64 trees: http://xenbits.xensource.com/ext/ia64/xen-unstable.hg http://xenbits.xensource.com/ext/ia64/linux-2.6.18-xen.hg This includes updates of acpi related files, save/restore update for pv_ops and bug fixes from Akio, and mini-os update from Samuel Thibault. Thanks, -- yamahata _______________________________________________ Xen-devel mailing list
2015 Nov 05
3
Install R on Ubuntu with libcurl support
Thanks for the advice. Going to look into this more this evening and hopefully get everything working. Thanks again! On Thu, Nov 5, 2015 at 11:56 AM, Dirk Eddelbuettel <edd at debian.org> wrote: > > On 5 November 2015 at 11:44, Michael Coyne wrote: > | What do you have installed as far as libcurl goes? Would you mind > | listing your packages and greping for libcurl entries.