Displaying 20 results from an estimated 100 matches similar to: "how to commit a directory entry to the disk"
2007 Feb 24
0
how to commit a directory entry to the disk in EXT3 FS
hey guys,
well i am stuck up at a trivial point of committing the directory
entry buffer to the disk
i have intialised the values of struct ext3_dir_entry_2 *de and now
want to commit it to the disk in the function
EXT3 FS----linux 2.6.18 ----fs/ext3/inode.c
static int ext3_do_update_inode(handle_t *handle,
struct inode *inode,
struct ext3_iloc
2003 Jan 16
0
[PATCH] Using qstr in ext3_get_parent()
Hi
In ext3_get_parent(), quick string (struct qstr) can do the job, in place
of declaring a dentry on stack. Following patch does this and saves few
bytes on kernel stack.
Thanks,
Maneesh
namei.c | 69 ++++++++++++++++++++++++++++++----------------------------------
1 files changed, 33 insertions(+), 36 deletions(-)
diff -urN linux-2.5.58-base/fs/ext3/namei.c
2020 Mar 18
2
congested/busy on trunk?
ive enabled logging. aside from a realm error i see on my endpoint, im
still not sure whats up
Asterisk GIT-master-0cde95ec89, Copyright (C) 1999 - 2018, Digium, Inc.
and others.
Created by Mark Spencer <markster at digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty'
for details.
This is free software, with components licensed under the GNU General
2007 Sep 17
3
doc files with attribut r for user
Hi,
i upgraded from Debian sarge to etch, so from samba 3.0.14a-3 to 3.0.24
When someone creates/modify a file the user attribut is set to r
(instead of rwx) so the next time a user opens the file is's on read only.
What can i do so that the file keeps the attribut rwx for the owner ?
Another question : the file has the rigthts : -r--rwx--- but although
the user is member of the group
2007 Jan 31
1
CHANGE IN THE struct ext3_dir_entry_2 IS SUGGESTED
well a change in the struct ext3_dir_entry_2 like
++ change in the structure
struct ext33_dir_entry_2 {
++ union {
__le32 inode;
++ struct ext33_inode *emb_i;
++ } u_emb_i;
__le16 rec_len; /* Directory entry length */
__u8 name_len; /* Name length */
__u8 file_type;
1998 Jun 01
1
smbfs confusion
My apologies in advance if this is considered off-topic, but I'm trying to
install a Linux devel kernel (2.1.53) and Linus' CHANGES doc tells me I
need smbfs 2.1.0 to compile the SAMBA stuff.
Installed SAMBA: 1.9.18p5-50.6
Installed smbfs: 2.0.1-2
Question is: I can't find any smbfs code later than 2.0.1-2 on
ftp.redhat.com. I've looked at the SAMBA pages and used the search
2003 Apr 21
0
Health check
Hi
I have a quad processor Compaq Proliant 5500. The output
from dmesg seems strange (I have also sent a copy to
freebsd-smp to ask about smp issues) and there are also some
performance issues which I suspect are smp related. Could
anyone who fels so inclined please take a look at the output
and let me have any comments.
Thanks
_______________________________
Copyright (c) 1992-2002 The
2003 Apr 23
2
Fw: Anyone please???? SMP & general health check!!
I put this to the smp list and to stable but have had no
takers from wither. nThere are both smp and other system
issues and I am just wondering if anyoe would be willing to
take a look at this output from dmesg and let me have some
advice
Thanks
david
----- Original Message -----
From: "vizion communication" <vizion@ixpres.com>
To: <freebsd-smp@freebsd.org>
Sent:
2004 Sep 11
2
Dovecot-1.0-test32 fails with assertion
Hello,
dovecot-1.0-test32 continuously fails on one of our customers mboxes
with the following error:
Sep 11 16:27:15 web dovecot: POP3(xxxxxxxxxxxxx.de1): file
mbox-sync-rewrite.c: line 360 (mbox_sync_read_and_move): assertion
failed: (need_space == -mails[idx].space)
About 200 other mboxes are working perfectly on the same server. Where
should I start looking for the cause of this?
2009 Feb 12
0
Deadlock in rename path
Hello,
I've been looking at ocfs2_rename() and I think there are two possible
deadlocks:
1) ocfs2_double_lock() locks directories in the inode number order. But
for a directory structure like:
d1
/ \
f1 d2
/
f2
if you do 'mv f1 f2' and in parallel do something like 'rmdir d2' then
ocfs2_double_lock() can try locking directories in order
2003 Mar 04
2
ext3 htree brelse problems look to be fixed!
I just booted 2.5-bk current as of last night with the below patch¹
(which was recently posted to ext3-users) that un-static-ifies a
struct dx_frame in namei.c.
I then did my best torture test for the brelse bug: starting gnus
(3600+ nnmh folders² with a total of XXX messages; it does a readdir
on each of those folders) while doing bk consistancy checks in 2.5
and/or 2.4 kernel trees. All
2020 Mar 14
2
congested/busy on trunk?
greetings asterisk users :)
ive just deployed version 17 and migrated as best I can to pjsip. I can
receive calls, and get to my mailbox prompt, however placing calls seems
impossible with the following error on dial:
Connected to Asterisk GIT-master-0cde95ec89 currently running on dunkel (pid = 517890)
dunkel*CLI>
dunkel*CLI>
== Setting global variable 'SIPDOMAIN' to
1997 Aug 06
0
Redhat Linux and Samba crashing
Hi Folks,
A while back I sent a asked a question about Running the Quakeworld
server and samba together under Redhat Linux 4.2. I was experiencing
complete system lock ups.
Anyway, I think I have narrowed the problem down. It's nothing to do
with the Quakeworld server though.
I can reliably (!?) make my Redhat Linux system crash (totally seize up)
by running this simple batch file below on
1998 Jun 26
3
ip_masq+dhcpd+samba+2nics
Hello guys,
I'm at my wits end.. hope someone can help.. this is the deal.
I have setup a linux box to serve as a "gateway" for our internal lan.
Running 2.0.34 slakware. I have 2 nic cards.. One for our "internal" lan
(192.168.2.0) and the "external" lan..I have gotten the OS to see
both of them, but when trying to get DHCP to work with both, it kept
barfing..
2001 Mar 19
2
wine.conf newbie problem +user32.dll
I seem to have gotten past one hurdle and on to the next. It seems that the problem that
I was having relates to poorly documented changes in the config files in the HOWTO.
I now have /root/.wine/config which seems to solve the old drive problem. However, here
is my new error.
[root@pato .wine]# cp /etc/wine.conf ~/.winerc
cp: overwrite `/root/.winerc/wine.conf'? y
[root@pato .wine]# wine
2003 Mar 02
1
2.5.59 ext3 error message
VFS: brelse: Trying to free free buffer
buffer layer error at fs/buffer.c:1182
Pass this trace through ksymoops for reporting
Call Trace: [<c01468f0>] [<c0146aa9>] [<c0146b57>] [<c0146b84>] [<c0175a17>] [<c023cbfa>] [<c023d2f1>] [<c0175c90>] [<c01728e9>] [<c01ad7d6>] [<c014d215>] [<c0154c68>] [<c0154f79>]
2018 Feb 05
0
Using Samba 4.7.4 as a domain member
On Mon, 5 Feb 2018 17:51:17 +0600
Рустам Кульназаров <rkulnazarov at gmail.com> wrote:
> [global]
>
> netbios name = bh1
> workgroup = COMPANY
> realm = COMPANY.LOCAL
> server string = host1
> security = ads
> passdb backend = tdbsam
> load printers = yes
> log file = /var/log/samba/log.%m
>
2009 May 01
0
need help - small code
Hi R-users,
I would like to transform my data using gamma, my data are ahll, bhall and dp1 as shown below:
> ahall
ah1 ah2 ah3 ah4 ah5 ah6 ah7 ah8 ah9 ah10 ah11 ah12
[1,] 0.9 1.01 1.24 1.85 1.85 2.45 3.67 3.02 3.06 2.33 1.86 0.96
> bhall
bh1 bh2 bh3 bh4 bh5 bh6 bh7 bh8 bh9 bh10 bh11 bh12
[1,] 48.39 44.26 37.34 29.93 33.5 26.54 20.26 25.73 20.14
2018 Nov 12
3
[RFC] Tablegen-erated GlobalISel Combine Rules
> On Nov 10, 2018, at 03:28, Nicolai Hähnle <nhaehnle at gmail.com> wrote:
>
> Thank you for the detailed reply! There's a lot to digest :) Let me try to address most of it.
>
>
> [snip]
>>> I also think you should have 'ins' and 'outs' separately; after all, a predicate may have to do a combined check on two matched registers / operands,
2011 Jul 14
1
plotting x y z data from an irregular grid
Hi,
I'm trying to plot some data (z) that is linked to lat&long coordinates
(x&y). These coordinates are not however on a regular grid. I also have some
shapefiles on which I would like to overlay the data. I can plot the
shapefiles (country/city outlines) and overplot the data, but only using
quilt.plot because I otherwise always get the error message that
'Error in