similar to: ldb version Arch Linux packaging question

Displaying 20 results from an estimated 700 matches similar to: "ldb version Arch Linux packaging question"

2010 Aug 16
2
gpt and extlinux how to get it bootable?
Hi I just tried to implement gpt extlinux booting in my archboot project. extlinux installs fine but i'm not able to boot the hd afterwards. Setting partition to boot on in parted doesn't seem to have an effect in GPT mode. Is there any way to get it booting, i haven't found any docu about it. Thanks in advance greetings tpowa -- Tobias Powalowski Archlinux Developer & Package
2010 Oct 20
1
grep
Hi I have a script which is designed to gather data from individual columns from a file, which is an output from an instrument. the file has multiple sections and each a section has data under each column (vars), I am using the name of the column as a variable to gather the column ID using vidx<-grep(vars[vi],gsub("[[:punct:]]","",strrl1[[datbeg-1]]),ignore.case=T) the
2008 Aug 21
0
Need Functional SAP APO DP and SNP
Hi , This is prabhu from levanture Inc. Our Tier1 vendor Needs Functional SAP APO DP and SNP Location:CA Duration:6+ Months Project is undergoing a change in company code for part of its business within USA. Such a change requires changes to our existing setup in SAP R/3 and SAP APO. The goal is to ensure business as usual post change in company code for Global Supply Chain Management
2005 Aug 30
0
your message submission
Sorry, your message was not sent out to 'sap-r3-apo' because it appears not to have a Subject. If you believe you are receiving this message in error, resend your message with a Subject in it. For your information, the message is quoted below: Return-Path: <r-help at stat.math.ethz.ch> Received: from stat.math.ethz.ch ([203.78.110.26]) by with SMTP (Lyris ListManager WIN32
2006 Oct 04
0
<a href="http://ranitidine.cabspace.com/ranitidine.html">ran
<a href="http://ranitidine.cabspace.com/ranitidine.html">ranitidine</a> <a href="http://ranitidine.cabspace.com/ranitidine-side-effects.html">ranitidine side effects</a> <a href="http://ranitidine.cabspace.com/ranitidine-hcl.html">ranitidine hcl</a> <a
2006 Apr 06
2
Java: How to interact with ruby generated fields
Hello community, I''m new to rubyonrails and to this Forum. I have to call 2 Fields, generated by ruby, from a javafunction (onSubmit) but when I use this example it didn''t work, why? <%= start_form_tag({:action=> "show"}, { :onSubmit =>"post[testfieldone].value=examplefunction(post[textfieldtwo].value+post[textfieldthree].value);" }) %>
2008 Oct 09
1
dovecot 1.2: dict no longer really support DICT_ITERATE_FLAG_RECURSE
Hi, In dovecot 1.1, I could use DICT_ITERATE_FLAG_RECURSE when iterating over a dict to retrieve all entries that start with a given prefix. This doesn't seem to work anymore in the new dict implementation in dovecot 1.2. Looking at the SQL queries actually generated, it seems as if dovecot 1.1 used to generate queries that use pattern matching (key LIKE "my/prefix/%") whereas
2009 Feb 18
1
v1.2 can't set ACL to empty string
Hi *, according to RfC4314 the rights argument to the setacl command might be an empty string ("zero right characters"): The third argument is a string containing an optional plus ("+") or minus ("-") prefix, followed by zero or more rights characters. existing clients (horde in particular) actually use this to remove all rights from an user. Currently
2010 Feb 19
7
VT-d not working
Hello there, I am using a Gigabyte H55M-UD2H (Intel H55-Chipset) together with a Core-i5-650. According to Gigabyte Support the Mainboard does support VT-d. Well, actually support says, that VT-d does work on Windows-7 in XP-Mode. They do not test and support Linux though. Did anybody here have success using VT-d on any H55-Board? Perhaps it is some misconfiguration on my side. I tried a
2011 Jun 12
1
dovecot-metadata-8 released
Hello everyone! I just released dovecot-metadata-8, which is an implementation of RFC 5464 (IMAP METADATA), allowing to add comments/annotations/metadata to folders of an email account. The major feature is that it works with Akonadi, or more specifically the Kolab backend thereof, while being dovecot-2.0 compatible. The module consists of 3 plugins, two IMAP frontends and one backend: *
2006 Sep 19
1
restrict ssh login by Win2K AD group SOLVED!
On Fri, Sep 15, 2006 at 05:35:06PM -0400, Matt Herzog wrote: > Hello again. > > I'm hoping there is some way I can restrict ssh login through the AD to my > Linux servers. I only have one group of users on the domain that needs ssh access. > > So far I see lots of ways to add or map or join Linux to Windows groups but > I would rather be able to say: "Permission
2011 Oct 22
7
Kernel BUG unable to handle kernel NULL pointer dereference
Hello, I got a kernel bug error, my guess from BTRFS. Here is the report, Oct 22 20:44:43 localhost kernel: [25554.947970] BUG: unable to handle kernel NULL pointer dereference at 0000000000000030 Oct 22 20:44:43 localhost kernel: [25554.948002] IP: [<ffffffffa01ab027>] btrfs_print_leaf+0x37/0x880 [btrfs] Oct 22 20:44:43 localhost kernel: [25554.948037] PGD bfa44067 PUD bfa43067 PMD 0 Oct
2003 Apr 15
1
Two --bwlimit issues
Hi, I have two issues with the --bwlimit parameter to rsync which are not mentioned in the FAQ (please correct me if I am wrong): 1. When both an rsync client and an rsync daemon specify the --bwlimit parameter, the client's value overrides the server's value. This could be used in a DOS attack if the client uses a larger value than the server intended. The documentation also is
2006 Aug 14
2
klibc and udev
In case people here don't follow the udev mailing list, udev seems to be quasi-dropping klibc support. Well, see the forwarded message below. As I don't agree with the "omg udev is complex! use glibc!" rationale, I want klibc and udev to remain working with each other.... Assuming some minor breakage in the near future, is klibc open to accepting patches for "basic C
2006 Jul 02
1
sparse matrix tools
Dear R-Help list: I'm using the Matrix library to operate on 600 X ~5000 element unsymmetrical sparse arrays. So far, so good, but if I find I need more speed or functionality, how hard would it be to utilize other sparse matrix toolsets from within R, say MUMPS, PARDISO or UMFPACK, that do not have explicit R interfaces? More information on these is available here
2005 Jun 15
1
Anohter anova.mlm problem
Hi, yet another anova.mlm problem - it doesn't seem to end. This time, I have a setup with a few within-subject factors and a between-subject factor (SGROUP). Consider the most simple case with only one within-factor (apo): > mlmfit0 <- lm(data.n ~ 0 + SGROUP) > mlmfit1 <- lm(data.n ~ 1 + SGROUP) > anova(mlmfit1,mlmfit0,test="Spherical",M=~hemi,X=~1) Analysis of
2002 Sep 10
4
legend outside axes of image or other plot
I have tried and tried unsuccessfully to place a legend outside the plot frame of a graph. This would allow me to draw a legend for an image() plot. But any legend I add is cut off outside the axes. Is there a way of doing this? Thanks for any advice on how to make this work (I'm using R1.5.1 with Windows 2000). Richard Condit Smithsonian Tropical Research Institute Unit 0948 APO AA
2012 Jun 12
1
SAP ABAP Consultant available
[1]Click here to unsubscribe if you no longer wish to receive our emails Hello, We have an excellent consultant, Pritesh Agrawal - SAP ABAP . Below is his/her quick profile for your review. Pritesh Agrawal - SAP ABAP - Rate: Open Total Exp: 9+ Available: immediate Relocation: OPEN Over 9.5 years of work experience in SAP R/3 technical, functional and
2011 Jul 22
1
Re: winecfg Audio tab crash - OS X Snow Leopard
Evelyn Brent's life and career were going quite well in 1928. Following her divorce from producer Bernard Fineman, she was happily living with writer Dorothy Herzog. The couple was often seen enjoying lunch at the Montmartre Caf9, and Brent had recently had a cabin built in the San Bernardino Mountains. The tiny brunette actress had wowed film fans and critics with recent appearances in the
1999 Sep 14
0
session setup rejected by PDC and BDCs (NT4 SP5)
Hi, I?ve setup a Samba 2.0.5a on a SuSe 6.2 based Linux 2.2.10. I?m trying to integrate the server into our NT domain SF-DOM as described in samba/textdocs/DOMAIN_MEMBER.txt . The described procedures work, but access as domain user is impossible. In the logfile I get: [1999/09/14 11:18:31, 2] smbd/server.c:main(716) Changed root to / [1999/09/14 11:18:31, 2] smbd/reply.c:reply_special(96)