Displaying 20 results from an estimated 10000 matches similar to: "removing syslinux files from windose"
2003 Apr 23
1
ATA tag queuing broken...
Alright, well it's apparently no surprise to folks that ATA tag queuing
is broken at the moment. Are there any objections to me adding a few
cautious words to ata(4) and tuning(7) that advise _against_ the use
of ata tag queuing given that they're likely the fastest way to reboot
a -STABLE box?
Here's a PR that I tacked a tad bit of info into:
2012 Jun 12
4
replacing NA for zero
Dear R users,
I have a very basic query, but was unable to find a proper anwser.
I have the following data.frame
x y
2 0.12
3 0.25
4 0.11
6 0.16
7 0.20
and, due to further calculations, I need the data to be stored as
x y
1 0
2 0.12
3 0.25
4 0.11
5 0
6 0.16
7 0.20
8 0
How do
2006 Jul 28
2
Delete has_many_and_belongs_to_many relation
Hi there,
Just a simple question I guess, but I am unable to find an anwser...
How to delete a hmabtm relation?
Any help will be appreciated :)
Thanks,
Fabrice.
--
Posted via http://www.ruby-forum.com/.
2014 Jul 06
1
sort order of a character sequence is different on windose and linux (linux result)
This is the result of sorting a character sequence on a linux box
(with R . 3.10)
> bla = read.table("xx.txt",stringsAsFactors=F)
> bla = bla[,1]
> bla[1:10]
[1] "1000_DGFVALSK_2_run0" "1000_DGFVALSK_2_run0"
"1000_DGFVALSK_2_run0" "1000_DGFVALSK_2_run0"
"1000_DGFVALSK_2_run0"
[6] "1000_DGFVALSK_2_run0"
2004 Sep 16
3
newbie needs help using R as solver
Greetings
I'm a total newbie in R and I'm trying to make a comparisson of Excel
and R in the fields of:
- optimisation modeling (using solver)
- decision trees
- simulation modeling
as described in Winston, Wayne L.: Practical Management Science.
for optimisation modeling in Excel I would normaly use solver. In R
however I can't seem to be able to find the solution. I've
2013 Sep 22
3
Booting legacy Linux kernel in EFI mode
Hello,
My question is quite straightforward, still I couldn't find an anwser
on the interweb.
Is it possible to boot the Linux kernels I used to boot in legacy
mode, but now in EFI mode?
I mean, I would like to keep all my PXE settings with my menus and
kernels and stuff, but now boot them in PXE-EFI mode.
I've been able to boot on syslinux.efi and keep my config files, but
when I try
2001 Nov 14
2
SuSE Linux 7.3 and Windows Networking
Dear sir or madam,
i've got a problem connecting a Linux machine with a Windows Me internet and
file share. This problem i didn't got it with SuSE 7.2. From SuSE told me
that have been some changes on SAMBA from 7.2 to 7.3. I'd like to ask you if
some one could help me. I am looking forward for your anwser.
Yours faithfuly,
Bill Giannakopoulos
P.S. I can see the Win PCs but i
2004 Aug 06
3
[Fwd: Icecast2 and ices]
I got this offlist from someone on the list. This is abuse and should
be punished. This didn't anwser my post and was directed to me off-list
without invitation. All it was was a promotion.
-----Forwarded Message-----
From: Dave St John <groups@mediacast1.com>
To: drew@drewb.com
Subject: Icecast2 and ices
Date: 22 Aug 2003 19:22:17 -0600
Hello Drew,
saw your post on the xiph list
2006 Aug 17
3
Use collection_select
I use the following code in my view:
<%= collection_select(''datedata'', ''date'', @allDate, :id, :date) %>
It''s show me the date of all entries in the database (Dropdown menu).
Additional, I wrote a helper method "showDate" in the
application_helper.rb! How can I use this method in the
collection_select for every date entry?
thanks
2002 Aug 01
1
question about .journal ....
Hello;
sorry for this mail perhaps, but I am new in linux experience.
I have a disk in ext2 format and this disk has been totally
deleted by the rm command. Then the server crashed and
I had to restart it. This filesystem was not clear and I
run fsck.ext2 to solve bad blocks.
I noticed the file .journal appeared on the root filesystem
and I am asking how is it possible on linux to recover
2008 May 12
1
Installerproblem
Hello Wine community,
I tried to install a programm called Helium Music Manager. The installer tries during the installation to register some files, here the error messages of the installer:
Unable to register WMAManagerManaged. Code 2
Unable to register Interop.PortableDeviceApiLib.dll Code 2
Unable to register Interop.PortableDeviceTypesLib.dll Code 2
Unable to register IntermediaMTPLibrary.dll
2003 Feb 05
1
Swat not run
Hi Community,
It isn't just !!!
Help me !
I make inqueries here and nobody anwser me.
My problem is:
When I try to access the SWAT, it return the following message:
400 Server Error
chdir failed - the server is not configured correctly
Why the browser shows this message?
I need to have some entry on smb.conf to run the SWAT?
Thank you !
___
2012 Jan 15
1
ggExtra package installation fails
Hi dear all,
I cannot find ggExtra source code or install it by
install.packages("ggExtra", repos="http://R-Forge.R-project.org")
I am really interested in one of the functions inside called "align.plots",
but cannot find the package on-line.
Do I miss something? or is there any function similar to that I can easily
align multiple plots on the same x-axis on one
2010 Aug 19
2
Windows Recovery console FAILS to boot with Syslinux-4.02
Hello Sir,
Copid cmdcons and cmldr to O:(my usb drive) as follows
(1)
Microsoft(R) Windows 98
(C)Copyright Microsoft Corp 1981-1999.
C:\WINDOWS>format o: /s
C:\WINDOWS>format o: /s
WARNING, ALL DATA ON DISK
DRIVE O: WILL BE LOST!
Proceed with Format (Y/N)?y
Checking existing disk format.
Formatting 967.98M
Format complete.
System transferred
Volume label (11 characters,
2005 Apr 06
2
two methods for regression, two different results
Please forgive a straight stats question, and the informal notation.
let us say we wish to perform a liner regression:
y=b0 + b1*x + b2*z
There are two ways this can be done, the usual way, as a single
regression,
fit1<-lm(y~x+z)
or by doing two regressions. In the first regression we could have y as
the dependent variable and x as the independent variable
fit2<-lm(y~x).
The second
2018 Aug 06
2
Access by share name
On Mon, 6 Aug 2018 10:18:41 -0300
Carlos via samba <samba at lists.samba.org> wrote:
> Hi!
>
> Thanks for anwser!
>
> Well, GlusterFS just replicating(it is ok).
>
> Problem is access second server with specific name.....
Yes, but what specific name ? is it the machines short hostname
(netbios name) or what ?
>
> Popup appears requesting domain
2011 Jun 23
6
ext4 in CentOS 5.6?
I'm sure many are running ext4 FS's in production, but just want to be
re-assured that there are not currently any major issues before
starting a new project that looks like it will be using ext4.
I've previously been using xfs but the software for this project
requires ext3/ext4.
I'm always very cautious before jumping onto a new FS, (new in the
sense it is officially supported
2006 Dec 22
2
imap failed asssert in imap-bodystructure.c
I'm running Dovecot on a Debian system which recently has been
failing on an assert(). I have a spam mailbox that if I try and open
(from any client), the imap process dies and this is written to the
error logs:
Dec 21 18:57:11 theronge imap(mronge): file imap-bodystructure.c:
line 278 (part_parse_headers): assertion failed: (part->physical_pos
>= input->v_offset -
2001 Dec 20
4
RH7.2&&smbd2.2.1&&W98/2000&&Connection Problem
>Is there a wins server on your system?
No
>Is there a DNS server on your system?
Yes! it point all machine by names like static52.ourdomaine.com
>I don't know why the windows machine can't find your server when all the
>linux machines can. Is there is a DNS or wins server, are the windows boxes
>set up to use them?
No.
>I just don't know how to trouble shoot a
2016 Aug 03
2
seq.int does not return a sequence of integers sometimes
I have a script that goes wrong because I assumed that seq.int would
return integers.
Below please see it does not unless user is super cautious about
inserting "L" with inputs. I think seq.int should do coercion for me
before returning the sequence.
> xx <- seq.int(1,10)
> class(xx)
[1] "integer"
> is.integer(xx)
[1] TRUE
> xx <- seq.int(1,10, 2)
>