Displaying 20 results from an estimated 5000 matches similar to: "newbie kernel question"
2003 Nov 01
2
Samba on ReiserFS
Dear Listmembers,
I try to work with samba (newest rpm for SuSE, 3.0.1.pre2, but that does not
matter, the effect was there in 2.2.7 and 2.2.8a too) on an sufficient armed
system (the system does not matter either, I have tried it on different
machines) using ReiserFS (version 3.6.4-12).
When accessing one share from one machine (i.e. copying two or more files at a
time to or from the share)
2002 Sep 05
7
sshd and SIGKILL
On command:
#kill -9 `cat /var/run/sshd.pid`
sshd leave pid file !
sshd.c code:
===============
....
/*
* Arrange to restart on SIGHUP. The handler needs
* listen_sock.
*/
signal(SIGHUP, sighup_handler);
signal(SIGTERM, sigterm_handler);
signal(SIGQUIT, sigterm_handler);
....
===============
Missing line is :
signal(SIGKILL, sigterm_handler);
2009 Nov 11
6
HeLp oN my database
Using my application i can able to save a new record into my db
but i cannot update a existing record into my db.
using update query i can able to update my records.
but using update_attributes it doesnot update my records.
even i cant find any errors in logs or something.
throughout my application i can able to save a new record but unable to
update my existing records.
actually i have changed
2010 Mar 12
5
TIME - STR_TO_DATE
i have a time field in my table. it is of varchar data type.
i want compare the time between given times.
my stored time format is 09:25:01 am.
is there any way to compare my time field ?
i don t have any idea about mysql STR_TO_DATE function..
will it be usefull for my above problem..
please help me up to try it out...
--
Posted via http://www.ruby-forum.com/.
--
You received this message
2005 Oct 25
2
centos 4.2 with reiserfs
Hi,
I tried to compile the 2.6.9-22.EL kernel with reiserfs enabled. make fails as
follows. anyone managed to compile with reiserfs successfully?
CC [M] fs/reiserfs/stree.o
fs/reiserfs/stree.c: In function `get_lkey':
fs/reiserfs/stree.c:322: warning: return from incompatible pointer type
fs/reiserfs/stree.c:325: warning: return from incompatible pointer type
fs/reiserfs/stree.c:329:
2005 Sep 13
13
Authentication against AD?
I am having a hard time getting Samba to authentication correctly
against a Windows Active Directory setup.
Here is a snap of the smb.conf
[global]
passdb backend = ldapsam
security = domain
password server = server1.com server2.com
prefered master = No
local master = no
hide unreadable = yes
wins support = no
winbind use default
2002 Nov 04
2
quota problem
Hello,
What am I missing ?
thanks !
-dikshie-
@fisbum:/usr/bin$ uname -a
Linux fisbum 2.4.18 #3 Tue Mar 19 16:55:23 JAVT 2002 i686 unknown
@fisbum:/usr/bin$ mount
/dev/hda1 on / type ext3 (rw,errors=remount-ro)
/dev/hda3 on /usr type reiserfs (rw)
/dev/hda5 on /home type reiserfs (rw,nosuid,usrquota)
/dev/hda6 on /var type reiserfs (rw,usrquota)
/dev/hda7 on /tmp type reiserfs (rw)
/dev/hdb1
2010 Feb 15
5
help on how append html tag
Dear all,
@doc = Hpricot(open("#{RAILS_ROOT}" +
"/public/server_exe/#{list.file_path}"))
i need to add <img src = "/ScreenCapture/#{@file_name}"/> element to my
@doc hpricot instance..
Please help me... how can i add the above img src element to the @doc
hpricot instance..
Thank you
--
Posted via http://www.ruby-forum.com/.
--
You received this message
2009 Jun 22
4
modal validation not works
Hi everyone,
i have 20 fields in users table.
in my admin profile module the admin can modify his infomation.
but only 12 fields he can able to modify.
so in my controller
if params[ :profileinfo ][:first_name]
@profileinfo.update_attribute(:first_name,params[ :profileinfo
][:first_name])
end
the above simply saves what i enter into the field.why it doesnot
consider the modelvalidation.
2005 Feb 17
10
Invalid or unsupported executable format, or is it a reiserfs problem?
Our newly build xen kernel does not boot. The error message is : Invalid
or unsupported executable format.
I have build xen from the xen-2.0.4 source (make world, make install) on
a debian sarge system.
I have not changed any of the kernel configurations, I did make an
initrd image.
The entry in my menu.lst is :
title Debian GNU/Linux, kernel 2.6.10-xen0
root (hd0,0) #
2002 Jan 15
9
Ext3 vs. Reiser?
Hi!
I was just wondering how Ext3 and Reiserfs compare. When I reinstalled my
server (because of a stupid hacker) I took the opportunity to change to
ReiserFS. And I have to say it's really much faster than Ext3.
I don't have benchmarks, but for example, stuff like "make dep" on the linux
kernel is much faster (even though I had enabled write cache when I was
using ext3).
So
2009 Feb 07
5
before_save :strip_whitespace => saves with spaces
i used this private function for removing leading and trailing white
spaces from the values.that below function would be called before_save.
when i print the value after it strips.it prints string without any
spaces.but in the table fields it saves with spaces .
waht would be the problem.pls help me
class CompanyInfo < ActiveRecord::Base
before_save :strip_whitespace
def strip_whitespace
2008 Jan 28
4
ReiserFS
Hi,
Is their any gotcha when using ResiserFs as a file system?
--
Thanks
http://www.911networks.com
When the network has to work
2007 Mar 14
4
What's the best way to convert a whole set of file systems?
I am currently running a Windows XP system at home with around 100+ Mb
in use over ~400Mb of NTFS file systems. I am installing CentOS 4.4 on
it when I change out the mobo/cpu/mem/video combo I just bought. I want
to convert all the file systems to (probably) Reiserfs or maybe ext3,
but I need to do them one at a time because I only have enough transfer
space to accommodate the largest one, or
2005 Aug 02
2
ReiserFS and CentOS
RedHat has stripped out support for ReiserFS in their enterprise Linux
products. It appears the unsupported CentOS kernel supports ReiserFS.
Doesn't anaconda and the kickstart boot kernel also need to be
enhanced to support ReiserFS as well?
thanks for any help.
2002 Dec 11
12
File Systems - Which one to use?
We are looking at implementing a Linux box running samba in the near
future with about 1TB of disk online. The purpose of this box will be
for basic file and printer sharing needs. I am doing research on the
different journaling file systems avaible in RH 7.3 and up (ext3,
reiserFS, and JFS) and was wondering if anyone has had any real world
experience with them (mostly reiserFS and JFS) and
2009 Nov 08
1
[PATCH] Add reiserfs tools to appliance.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
New in Fedora 11: Fedora Windows cross-compiler. Compile Windows
programs, test, and build Windows installers. Over 70 libraries supprt'd
http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw
-------------- next part --------------
>From 7fe17011f1b048b7292fdee169f303e492d894fb Mon Sep 17
2008 Mar 15
1
btrfs-0.13 breaks boot on reiserfs-3.6
Hi,
I recompiled my kernel today, and when the btrfs-0.13 option is
enabled (CONFIG_BTR_FS=y) I cannot boot on my reiserfs-3.6 partition
any more. The kernel says that is cannot mount /dev/sdc6. I can boot
the kernel when I recompile it with the same options and
CONFIG_BTR_FS=n, and with the same boot options as well. Everything is
amd64 on my system (kernel + programs).
Here is a screenshot of
2008 Oct 04
2
posix acls and reiserfs
hi smbusers,
would like to ask some questions about posix acls and reiserfs.help and info is much appreciated.(to make it clear i am running mandriva 2007 free edition with samba 3.0.23d installed.)
1. is acl supported now on reiserfs filesystems by default?
2. do i have to recompile the kernel and apply the acl patch? (i currently have the 2.6.17 kernel)
3.which is best for samba?xfs?ext3? or
2007 Sep 28
4
too many links error when creating directories
hi , our centos os has an ext3 file system. and i cant create any more
directories, it gives me a too many links error, even when doing a manual
mkdir.
is there any workaround for this? without changing it to a different file
system like reiserFS? we dont have a reiserfs module in the os so it will
have to be installed. and can it be possible to install a reiserFS without
having to reformat the