Displaying 20 results from an estimated 1000 matches similar to: "Is this a bug by any chance?"
2013 Feb 09
3
Is CentOS-6.3-x86_64-netinstall.iso broken?
Hi,
I'm probably doing something wrong or misunderstanding how this is supposed to work.
I have written this ".iso" image to a DVD and booted from it. I then selected the first install option from the menu. I get some prompts and then I'm asked to specify where the media is. I assumed (there's that word) that I should just hit enter, thereby selecting the "from
2001 Jan 10
2
1.0pre3 difficulties
Was running 1.0pre2 just fine, but had to move machines, so I figgured
I'd give 1.0pre3 a try.
After getting everything to build and figguring out the new config
files, here's where I'm stuck.
Start the server process (remote machine).
Start the client process (local machine).
In remote machine, the following shows up in syslog: tinc[2659]: Got
SEGV signal
In local machine, the
2015 Mar 18
7
[Bug 89620] New: Nouveau driver for Nvidia card GeForce GT 550M]
https://bugs.freedesktop.org/show_bug.cgi?id=89620
Bug ID: 89620
Summary: Nouveau driver for Nvidia card GeForce GT 550M]
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: high
Component: Driver/nouveau
Assignee:
2002 Mar 03
2
rsync with -ls option
Howdy,
I'm trying to get a report from rsync using the -n option which will
produce a report of files that are different in a ls -al kind of style so
one could analyze what's different before possibly clobering a good file.
Is this possibly in the works or does anyone have any ideas on how this
might be done. It seems like a useful option to rsync to have.
Regards,
George...
2003 Oct 28
0
Réf. : LDAP + NET PROBLEM
I know, but I said that I'm trying to use "net group add".
On Tuesday 28 October 2003 13:58, you wrote:
> net group map must be used for group mapping, no for add group.
> example : net group map unixgroup=root ntgroup="Domain Admins"
>
> -----------------------------------
> St?phane PURNELLE stephane.purnelle@corman.be
> Service
2024 Jan 23
2
ntlm_auth not returning "STATUS_OK"
On Mon Jan 22 11:00:59 2024 Mark Foley via samba <samba at lists.samba.org> wrote:
>
> I have scripts that runs ntlm_auth. Before upgrading my DC to 4.18.9 I would
> get text string output from the ntlm_auth command. For example:
>
> STATUS_NO_SUCH_USER
> NT_STATUS_WRONG_PASSWORD
> STATUS_OK
>
> My script(s) look for these strings.
>
> Now with the new
2005 Dec 28
2
Getting (and displaying) REST data
This is probably more a Ruby question, but somebody
here probably knows ;). Is there some handy Ruby or
Rails library that can get data from other sites (like
Amazon and Flickr) via REST, then return it in nice
arrays, hashes, objects, etc.? I''ve searched quite a
bit and haven''t been able to really find anything.
There is a ruby-amazon library, but it''s for an older
2005 Dec 24
3
Avoiding HABTM field clobbering?
>From the docs:
"Note that any fields in the join table will override
matching field names in the two joined tables. As a
consequence, having an "id" field in the join table
usually has the undesirable result of clobbering the
"id" fields in either of the other two tables."
I do have an ID field in the join table, and as a
result it''s clobbering the ID
2005 Mar 29
1
wins problem - 2nd and last time post
Hello list
I am having the following problem with samba wins server:
1. my servers record are desapearing from wins database. this
servers(computers) are never turned off, and once or twice a week the wins
records just vanish and I have to restart the server to register itself again
with wins.
2. when I install a new workstation I do so in a subnet A where is my support
team. Then I send
2007 Jan 17
3
bdc ?
Hello!
I configured samba BDC according to howto.
PDC is in the same subnet.
But I see that windows ( at least 2003 servers from the same subnet)
sometimes connects to BDC to retrieve info about users.
Now I use smbpasswd and machine accounts are in passwd.
I'm afraid that will try to change their password too ;-)
Could somebody explain me why windows behavoir?
2009 May 11
1
Seewave options
Good afternoon,
My name is Thiago. I'm?a graduate student?and affiliated to an Anuran Bioacustic and Systematics Laboratory at UFU (Federal University of Uberl?ndia)?in Brazil.?The professor in charge of the?lab (Dr. Ariovaldo Antonio Giaretta) and I?have recently been?making use?of R, specially the packages Sound and Seewave so as to analize?anuran recordings. This software is just
2005 Dec 28
4
undefined method `include''
I''m getting this error in Rails:
undefined method `include'' for
#<MenusController:0x408efd1c>
The offending code is:
require "rexml/document"
include REXML
I see there may be a problem with GCC 4 on OSX, but
I''m using Redhat with GCC 3.2.
http://weblog.rubyonrails.org/articles/2005/12/22/is-gcc-4-0-incompatible-with-ruby-on-os-x-and-elsewhere
2024 Jan 24
2
ntlm_auth not returning "STATUS_OK"
On Tue, 23 Jan 2024 17:07:35 -0500
Mark Foley via samba <samba at lists.samba.org> wrote:
> On Mon Jan 22 11:00:59 2024 Mark Foley via samba
> <samba at lists.samba.org> wrote:
> >
> > I have scripts that runs ntlm_auth. Before upgrading my DC to
> > 4.18.9 I would get text string output from the ntlm_auth command.
> > For example:
> >
> >
2009 Jul 20
1
Anaconda crashing on new machine
Hi!
I'm building up a new computer and this evening have had several events
during installation in which Anaconda has crashed. It's not clear that
there is a lot of commonality between the different crashes.
the first time I got all the way through package selection (selecting
at the individual package level) before it crashed.
the second time I made a mistake in partitioning and did
2001 Dec 04
1
Strange keyboard behavior with Num Lock
Hi,
Using last cvs code, i get a strange behavoir with the
numlock code:
When it's on, special keys like enter,backspace,
or arrows don't function.
When i switch Num lock off, all are fully fonctionnal.
Any ideas ?
___________________________________________________________
Nokia 5510 Dr?le de look... et quel son !
Cliquez sur http://fr.promotions.yahoo.com/nokia/
D?couvrez-le et
2011 May 31
1
is there something peculiar about a render :update block ?
When doing RJS stuff of the form below, I seem to recall unexpected
behavoir where if I had many method calls within that block things
didn''t work as expected and variables would not have values I
expected. I know I am not being very specific and I don''t have an
example. I am trying to refactor some code where I have alot of code
inside the block and I am affraid I am going to
2005 Dec 23
1
Handling file uploads & mixing class and instance vars
Hey Everybody,
This is the only way I''ve been able to get my file
upload to work:
class Item < ActiveRecord::Base
def file=(upload)
@file=upload
end
def after_create
File.open("public/items/#{self.id}.jpg", "w") {
|f| f.write(@file.read) }
end
end
The upload form has "file_field ''item'', ''file'',
2005 Dec 29
1
Deltec PRA1500 UPS and FC4
I recently bought new batteries for this old "Compaq"
Deltec PRA 1500 ups and downloaded LanSafe3 and
haven't had much luck communicating with the UPS via a
serial cable. Does anyone out there have a manual on
this UPS? Or has anyone else gotten this to work with
LanSafe3 and/or upsd?
Any help would be greatly appreciated!
Jon Moss
__________________________________
2005 Dec 30
2
RPMS's rebuilt or upstream one's used
RPMS's rebuilt or upstream one's used
Hi
I got a cleanly reinstalled 4.2 workstation. However i
still needed to build the following SRPMS from
Mandriva/Fedora :-
- Chkrootkit
- Logcheck
- Tripwire
- Xboard & Gnuchess
- Rkhunter
I needed to use the upstream versions of :-
- OpenOffice.org 2.0.1
- RealPlayer Gold
- Acrobat Reader
I needed to tweak Bind chroot to log queries and
2011 Oct 27
2
Error installing packages
Hello,
I got an error if I try to install a package. For example package emg:
R CMD check emg
Everything is fine.
R CMD INSTALL emg
I got the following errors:
* installing to library 'c:/R_2_13_1/library'
* installing *source* package 'emg' ...
Error in file_path_as_absolute(dfile) :
Datei './DESCRIPTION' existiert nicht
ERROR: installing package DESCRIPTION failed fo