Search Results

Search: Posts Made By: dhzdh
Forum: Programming 01-26-2012
1,814
Posted By dhzdh
Looking at the program, it appeared to me that...
Looking at the program, it appeared to me that atoms1 is a list. len(atoms1) is the number of items in the list. From skimming the program it appears to me that it is possible under certain...
Forum: Linux 03-29-2011
2,187
Posted By dhzdh
Sorry for the late reply. If it still interests...
Sorry for the late reply. If it still interests you, check out:

Partition Table Tutorial | TAJ Operating System (http://www.viralpatel.net/taj/tutorial/partition_table.php)

It contains the...
Forum: Ubuntu 03-15-2011
1,635
Posted By dhzdh
RTF = Rich Text Format is a format for storing...
RTF = Rich Text Format is a format for storing documents.
TTF = True Type Font format, is a format for storing fonts.
Why do you want to convert RTF to TTF?
Forum: Ubuntu 03-15-2011
2,305
Posted By dhzdh
I experienced problems with Flash on firefox...
I experienced problems with Flash on firefox under Ubuntu. I decided to simply block Flash using a firefox plugin.
naturally, it is possible not to load the FLASH plugin in the first place.
Forum: Linux 03-15-2011
2,187
Posted By dhzdh
More details
Perhaps you can specify more details about your question. I do not understand what you are asking.
Are you interested in the different types of disk partitions (e.g.: ext2, swap, ...) or in the...
Forum: Programming 02-14-2011
2,871
Posted By dhzdh
Let the process produce a core file
There are two ways you can deal with this problem.
The first, and most obvious one, is to run the program under the debugger (e.g.: dbx). When it crashes, you'll get the debugger's prompt and you...
Forum: Linux 02-13-2011
5,287
Posted By dhzdh
Thank you for responding. Producing the code...
Thank you for responding.
Producing the code for the forum would not be possible, if only because it is a part of a complicated project. I don't currently have a short working example.

My...
Forum: Linux 02-10-2011
5,287
Posted By dhzdh
Stuck in pthread_cond_signal()
I am developing a multi-threaded library that helps the transformation of messages between threads in different processes using shared memory.

I am using the pthreads condition facility in order...
Forum: Linux 02-06-2011
12,620
Posted By dhzdh
Another tip: mind the mode. If the file you are...
Another tip: mind the mode. If the file you are transferring is binary or you do not want FTP to mess with the end of lines use binary mode.
If this is a text file, then use ASCII mode. Ftp will...
Forum: Linux 02-06-2011
3,526
Posted By dhzdh
SUSE has a tool named SUSEStudio to help you plan...
SUSE has a tool named SUSEStudio to help you plan your distribution (that is based on SUSE). You can pick up the packages you need to install as a part of your distribution and then it generates the...
Forum: Linux 02-06-2011
55,100
Posted By dhzdh
You can try to use the "--forest" flag of the ps...
You can try to use the "--forest" flag of the ps command.
For example: Here is an excerpt from the output of
ps -ef --forest that I ran on my Ubuntu system.

root 838 1 0 Jan26 ? ...
Forum: Open Source 12-13-2010
191,991
Posted By dhzdh
My preferance is Ubuntu
I have managed to work with a number of distribution. The first one was Redhat, and I work with different versions of Redhat starting with Redhat 4. I also worked with CentOS, which is basically...
Forum: Linux 12-02-2010
23,144
Posted By dhzdh
What Linux system are you running? The man...
What Linux system are you running?
The man pages for both SUSE and UBUNTU indicate that chpasswd update passwords in batch mode, so it is not interactive. It does not require any flag to be...
Forum: Linux 11-24-2010
17,017
Posted By dhzdh
From the lists you provide, merely by comparing...
From the lists you provide, merely by comparing the output of your ls command with the contents of the fstab file you included, it appears to me that the new disk is sdd, since it has no partitions...
Forum: Linux 11-24-2010
13,796
Posted By dhzdh
As I have written earlier, the Samba server...
As I have written earlier, the Samba server cannot be stopped since there may be a number of volumes that are exported, and it is undesirable to disturb I/O to/from the other volumes.

I agree that...
Forum: IP Networking 11-23-2010
9,036
Posted By dhzdh
I am not familiar with this particular error. I...
I am not familiar with this particular error. I am running Ubuntu, and I looked at the man page for setsockopt. It can return EINVAL, which may be the error you receive. Teh reason for this error...
Forum: Linux 11-23-2010
13,796
Posted By dhzdh
Can't shut down Samba
Thanks for responding.

If I could have shut Samba up, then there would be no problem, since a Samba process is the one that keeps this file system busy.

I have tried using smbcontrol to close...
Forum: Linux 11-22-2010
17,017
Posted By dhzdh
The first question is should the disk be...
The first question is should the disk be formatted? That is, should there be a file system on them.
I am not sure about Oracle Data. I know that sometimes Oracle uses raw disks for storage. If...
Forum: SuSE 11-22-2010
5,226
Posted By dhzdh
Using cc1 directly is not the way to go. If...
Using cc1 directly is not the way to go. If anything, it will only perform the first stage of the compilation.

I tried to use gcc -v in order to see ho it is done, and there are many more flags...
Forum: Linux 11-22-2010
13,796
Posted By dhzdh
Umount of a "busy" disk
A product I am working on manages storage. We are currently porting it from Solaris to Linux.
The product allows its user, among other things, to add and remove file server volumes, where these...
Showing results 1 to 20 of 20

 
All times are GMT -4. The time now is 02:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy