19/05/2012 9:30
There's a comany located in Mississauga Ontario, that sells notebook computers with Linux installed. Not only that, they reduce the price of any computer sold without Windows installed. Their URL is:
http://www.angelcomputer.com/
The only conn.... read more3 answers click here to view
19/05/2012 6:33
Hi Everybody, so I'll go straight to the point lol, I have sound problems
with my laptop, the sound card is a realtek high definition audio and I run
vista 32 bit.I've never had this kind of problem with sound before everything worked fine.... read more
1 answers click here to view
18/05/2012 18:33
Hi
I have Vista Ultimate
My PC is in a reboot cycle with a BSOD but the BSOD is only up for less than
a second.How do I stop it an read what it says? thanks Daniel
3 answers click here to view
18/05/2012 15:30
At http://plugindoc.mozdev.org/linux.html#RealPlayer it says:
3. Make sure a symbolic link to the realplay script is in your PATH.How do I do this?Thank youInge Svensson
2 answers click here to view
18/05/2012 12:08
What I want to have happen is in this [b]exact[/b] sequence, after theuser clicks a button:
1) Button becomes unpressed2) setYouSelected()3) makeMySelection()4) Thread.sleep(1000)5) Display results
Instead this happens:
1) setYouSelected()2) makeMy.... read more5 answers click here to view
18/05/2012 11:47
Hi,
I've been having problems gettings OCIDescribeAny to work. I got mycode from Visual C++ to connect successfully to the Oracle database8.0. I want to check and call a stored procedure. After I login, I usethe OCIDescribeAny with the name of st.... read more1 answers click here to view
18/05/2012 9:30
Hello,I'm using Linux actively for about half a year now, using Gentoo on my server and Kubuntu on my desktop. One thing I could never really understand is the whole disk error checking thing.While Kubuntu automatically checks my hard drives for.... read more
2 answers click here to view
17/05/2012 18:34
When I installed a network card, I had trouble with it, resulting in meswitching it around PCI slots to make it work.The end result is that there are 4 copies of the same driver (Ethernet Card#2 - Packet Scheduler Miniport), but when I right-click .... read more
3 answers click here to view
17/05/2012 15:30
Is there a way in iptables to create the same effect as Linksys's porttriggering? What port triggering does is allows you to forward new iptraffic into a specific private ip (just like port forwarding), but if Iinitiate a service from a new int.... read more10 answers click here to view
17/05/2012 12:57
Hello!
I just got my first Amiga in 10 years, and the only Amiga 1000 I've had. Unfortunately, it did not come with Kickstart and WorkBench. If anyone can spare a set of KS 1.3 and WB 1.3 I'd be greatly appreciative.Thanks! You can email .... read more
4 answers click here to view
I have a java program running on a windows base os (JDK 1.3.1) : NT is thiscase
the essence of the code is here under.it turns out that this piled up a lot of winmsd processesas this code is executed several times day.
the winmsd processes would st.... read more
1 answers click here to view
17/05/2012 11:47
I am maintaining an old system. One stupid SQL statement used an INlist to select some records and relies on the output order, but itdoes not use an order by clause! It worked with the RBO. However, ifCBO is used, the order is different and cause pro.... read more8 answers click here to view
17/05/2012 10:19
Hi All,
From what version(s) of RISC OS will Wimp_TextOp with R0=3 work? It's not
mentioned in my PRMs, but the StrongHelp manuals say it should be from
version 4.00 (which I take to include 5.00). However, I've just received a
bug report whi.... read more2 answers click here to view
17/05/2012 9:30
I've bought a cd that I want to make a backup copy of but k3b complains saying:
Problem while reading. Retrying from sector 768.XCDRoast has a similar problem. Is this actually a bad cd (it runs ok) or is it copy protected. What's the best .... read more
8 answers click here to view
17/05/2012 6:33
There is a setting in policies or the registry in windows 2k & Xp that stopsa program from being run. I cant remember how to get to it or where it is.The setting stops a program from being launched by a specific file name. eg.
kazaa.exeThis will st.... read more
2 answers click here to view
16/05/2012 18:33
I have a Compaq laptop that I recently restored (XP Home) to the factory image. It restores to SP1. When I go to Windows Update to bring it to SP2, it does four preliminary updates to bring it current enough to get SP2. There are 4 updates applied - .... read more1 answers click here to view
16/05/2012 12:08
Greetings, here is my code:
import java.util.*;
class BinarySearchTreeSet{
// Inner class defining a binary tree node
private class TreeNode { private TreeNode left; private Comparable key; private TreeNode right; }
// instance.... read more5 answers click here to view
16/05/2012 11:47
I try to execute the following statements in Sql Plus Worksheet :
CREATE INDEX IDX_ATTACHMENTSONATTACHMENTS(FILECONTENT)INDEXTYPE IS CTXSYS.CONTEXT;
I have the following errors:
ORA-29855: error occurred in the execution of ODCIINDEXCREATE routineO.... read more2 answers click here to view
16/05/2012 10:19
Hi.The subject line pretty much says it all I'd like to be able to use the graphics accelerator in the Iyonix, and OpenGL seems to be a good way for that.
I've come across the IyonixMesa site (http://www.simonrules.com/iyonixmesa/); howe.... read more
2 answers click here to view
16/05/2012 9:30
My Mandriva 2007 system has started reporting that ct_syncfails when booting. Manually doing service ct_sync startproduces the following:
Starting ct_sync: [FAILED]
with no other explanation. I have un.... read more2 answers click here to view
15/05/2012 18:35
Never really thought about it until now. I need to run an application from the run command. But when I clicked on the start button. The command line is nowhere to be found. Am I missing something here?2 answers click here to view
15/05/2012 15:30
Hi all, sorry to bother you with this easy question (if you know the answer ;-) ): When using the control center I can see some menu entries that are not visible in the menu itself, for example is Kooka installed but I don't see it in the menu. I.... read more3 answers click here to view
15/05/2012 14:54
Does anyone have any good websites or documents showing typical power
consulption for Sun Servers? I've look on Sun's website and it gives max
input power etc, but doesn't tell me how much the server actually uses i.e.
if it's a 2C.... read more1 answers click here to view
15/05/2012 12:08
hi i have done this coding in order to do image loading and then getits height and width but it is showin an error that unable to loadimagecould you plz check it and let me know where i m going wrong..import java.awt.Image;import java.awt.Toolkit;i.... read more
1 answers click here to view
15/05/2012 11:47
Hello,
currently, we are using strings like pending or finished in some tables to specify the state of certain jobs stored in these tables. These values are self-explaining. These columns are indexed, of course.But I guess, lookups of jobs with cer.... read more
1 answers click here to view
15/05/2012 10:19
Hello.I'm curious about the SK4 and SK5 connectors found on the A3000 motherboards.
The small one is Econet as it's stamped on the PCB, but what is the other long one about ? Where could I get some documentations and sources to know how I co.... read more
6 answers click here to view
15/05/2012 9:30
Hi
I cant find any concrete information about this or I used the wriong search terms on google, but
how much memory does a thread in linux take up, if you exclude the stack size of the threaed. And what is the default thread stack size?
regards
jan10 answers click here to view
15/05/2012 6:33
I have purchased 2 new 2003 servers that I want to be my new Domain Controllers. I have about 15 users/computers currently on an NT 4.0 domain PDC. I also have a couple member servers on the network.
I would like to move the domain accounts to the n.... read more6 answers click here to view
14/05/2012 18:33
Here's the deal. We a couple of servers that have this strange problem. What happens is, the server will be running fine, but when someone goes to look at the machine, the desktop is frozen, you can't do anything on the local server, except.... read more1 answers click here to view
14/05/2012 15:30
Hi!
I have to shape up- and down-stream traffic on my LinuxRouter for the subnet which is behind the router.Six different combinations of up/download bandwiths shouldbe applied. The speed should be assigned by the clients ip address.
Example: 10.1.... read more
2 answers click here to view
14/05/2012 12:08
need to find javadocs for 1.2.. they have an API index here http://java.sun.com/reference/api/index.html but no 1.2 J2SE, only J2EE
if anyone knows where I can find 1.2 J2SE docs I would appreciate the lead..thank you,Frances
1 answers click here to view
14/05/2012 11:47
Hi,I'm trying to apply this patch set but always get the messageThere are no patches that need to be applied from the patch setOracle9i patch set 9.2.0.5.0 which would indicate i don't havecorrect version.I have version 9.2.0.1.0 which acc.... read more
6 answers click here to view
14/05/2012 10:19
I am getting reports that some users on Demon cannot see either the
Show website or club site, yet others on Demon can.Other other users on Other ISP's etc having this problem.
-- Chris Hughes
6 answers click here to view
14/05/2012 9:30
--001636c5bdd1d208b104b17aca3b
Content-Type: text/plain; charset=UTF-8
I used Debian once before, years ago & at the time Debian seemed difficult
to configure & software was way behind the times. I dont know if Im just
getting older & more cranky, bu.... read more4 answers click here to view
14/05/2012 6:33
im installing windows nt 4 server on a pc a p2. 400mhz. 256mb ram, i get through the dos based section where i create a partition, format it , and copy the files, once i reboot i get a error stating it cannot find the operating system, anyone know wh.... read more3 answers click here to view
13/05/2012 18:34
I was typing my hummanities paper for college and Microsoft said it need to shut down. Of course i didn't save it but then it just diappeared. Is there any places I can look for it? I tried the Tools and Options but that is on Microsoft 97 and I .... read more1 answers click here to view
13/05/2012 15:30
MandrivaLinux 2007.0 (Yes, I know it's old) using kppp for Dial-up internet
My ISP is switching from a local 'phone number to a national 'phonenumber. Apparently most of his subscribers have managed the change withease, but weather it'.... read more3 answers click here to view
Assume I have a number of milliseconds.How can I convert this value into a more human-readable format with days, hours, minutes and seconds like: 56d17h23m56s If the number of days is equals to 0 then the d part should be omitted.
Ulf
2 answers click here to view
13/05/2012 11:47
Hi !
Does someone know how to quickly convert a Oracle 7.0 database to anewer format like 10g, or to an other database system (MySql, SQLServer, Hyper File or cvs, excel...).Thanks a lot !
3 answers click here to view
13/05/2012 10:19
I'm attempting to get Quake online so I can play against others from
my Risc OS machine. The IPX and IP options in the Multiplayer menu
cannot be used, do I have to configure something or the Risc OS
version does not enable those options?
If all .... read more6 answers click here to view
13/05/2012 9:30
Are there some options that will let me use dd to copy one disk to anidentical unit? If not, is there another utility to do this?Thanks,Randy Hyde
6 answers click here to view
13/05/2012 6:33
I have Vista 5728 on drive 1 - I have XP Home on drive 0 - use VistaBootPro
to dual boot. This is my 1st experience at this.My stupid questions of the day are - while I am booted to Vista, as I am now, do the programs in XP continue operate as if .... read more
3 answers click here to view
12/05/2012 18:33
Hello,
I've got a NT4 domain running. When I try to access email from the workgroup (exchange 5.5 sits inside the domain) through outlook 2000 I get a you do not have permission to log on message. Now if this was to be between 2 domains, no p.... read more4 answers click here to view
12/05/2012 15:30
I was wondering if someone could tell me or point me to a web site thatshows how to burn and iso image to a dvdr and make it bootable. I can burna iso to a dvd with no problem, but I can't make it bootable. I am usingkb3 and there does not seem.... read more3 answers click here to view
12/05/2012 12:57
Merry Christmas, C= and Ami fans!
We have another SCCAN meeting on Sunday, December 12, from 2 p.m. to4+p.m.. For information on how to get to our meeting place, send mean e-mail.Because it's Christmas time, it's time to play. I'm bri.... read more
1 answers click here to view
12/05/2012 12:08
Hello all,
Using a servlet, I'm trying to construct a form that displays a list of items in a database, and gives the user three options to perform: View, Edit, or Delete. I would like it to appear such that there is a checkbox next to each .... read more7 answers click here to view
With 64 bit Oracle 10 or 11 client, using MS ADO with a server sideforward only cursor to run a simple query against a single table, theresult Recordset does not contain all rows. In fact the number ofrecords I can see is equal to the Recordset.Cache.... read more4 answers click here to view
I just got 10.2 up and running under VMWare 5.5.3 using XP Pro as a host.A few questions for you wizards if you don't mind: 1. It seems that XGL isn't supported on VMWare as of yet - at least fromwhat I've read on the VMWare forums - .... read more
5 answers click here to view
12/05/2012 6:33
I have Acrobat 4.0 and Acrobat 9.0 installed on Windows XP SP3.When using Outlook Express 6.0, if I double-click a .pdf attachment, Acrobat 4.0 is used. Where can I change this to 9.0? Patrick=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=Patrick JackmanVancouver,.... read more
8 answers click here to view
11/05/2012 18:34
Hi there,
Would anybody be able to tell me what this is.I don't
know what program it is refering to.Thanks. Details Product: Windows Operating System ID: 26 Source: Application Popup Version: 5.2 Symbolic Name: STATUS_LOG_HARD_ERROR Messa.... read more
2 answers click here to view
I used to have redHat 9 installed on this particular laptop. When Idid so, I could resize and move my partitions around using PartitionMagic (version 7 to be precise). However, the mouse support for thislaptop was broken in that version--the mouse c.... read more3 answers click here to view
11/05/2012 12:08
Hi All,
I have a strange problem... I have > 1000 threads wanting to send datathrough synchronized DataOutputStream wrapped around a socketsOutputStream. Replies sent across the internet are received perfectlyin the sent order but across the route.... read more7 answers click here to view
11/05/2012 11:48
I have a table that is compiled with test data (student responses onamultiple choice test). In another table I have the answer keys tomanytests. I would like to take the test id and use this to find thecorrect answer key and compare each student'.... read more2 answers click here to view
11/05/2012 9:30
For a while now I have been getting lines like these in my Apache1.3.34 access log. Is this a misconfiguration of my Apache or anotherworm or ???
What confuses me is that there is no OPTION or GET or HEAD. Etc. andthe URI is a hyphen. Any explanati.... read more4 answers click here to view
10/05/2012 18:34
Howdy,
On systems that run XP, we have trouble with search fieldson the web. I use IE7 as my browser.If a site has a search field, here's what happens: If I type my intended search at normal speed, I see thatmany of the characters I have ente.... read more
4 answers click here to view
10/05/2012 15:30
SuSE Pro v9.3.When I shut down the machine it displays an error message (in red)complaining that 'kill' can't be found.
Here are some snips from the output of 'ls /bin': -rwxr-xr-x 1 root root 18000 2005-03-19 14:28 kill-r.... read more
3 answers click here to view
10/05/2012 14:54
I'm trying to install 118844-28 on S10 FCS system with 118844-27 installed.$ cat /etc/release Solaris 10 3/05 s10_74L2a X86 Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
.... read more
2 answers click here to view
10/05/2012 12:08
I have 3rd party vendor program that writes the date and time out inmilliseconds (ex: 1031030063000000). Using Java, how can I convertthis number to the actual date & time?
Thanks,Tequila1 answers click here to view
10/05/2012 11:47
Hello,
here is the setup: I'm importing a text file using SQLLoader into an Oracle 9i database. As the file contains date values with fractional seconds I am forced to use the following definition in the control file:
daterecorded TIMESTAMP YYYY.... read more2 answers click here to view
10/05/2012 10:46
hello, I'm new to qnx and I've got the QNX 6.3 evaluation version.I'd like to boot a notebook from a my QNX 6.3 computer, so I looked infoqnx.com and found stuffs like netboot and bootpd.....The problem is that Ihave no idea where I can .... read more
4 answers click here to view
We have had a support case for this open for close to a month now, but noreal reply from Red Hat... Are there any kernel NFS gurus here? (If not,what would be a better forum?) Could you please comment on this issue, andespecially the proposed (quite .... read more1 answers click here to view
I have a weird problem that I'm looking to explain.I have a PC that is running fine and has the correct date and time both inWindows NT and in the BIOS, so they match. I also read the values in theReal-Time Clock Chip, and the DM bit in regist.... read more
2 answers click here to view
09/05/2012 18:33
On Windows Vista Home Basic Upgrade there is an Old version item Number:
66G-00003. And then they have come out with a New version: 66G-00020. I
ordered the new version and received the Old version, I am wondering what I
missed by not getting 66G.... read more1 answers click here to view
09/05/2012 15:30
Hello,
I have suse 9.1, and today I upgraded to the latest kernel via yast(2.6.5-7.151). I have a cd burner and a dvd player on an HP Pavillion8755C. The cd burner is a Mitsumi CR-4804TE. For some reason, every 30minutes or so, it ejects. The.... read more2 answers click here to view
09/05/2012 12:08
hi everyone...i using IBM Websphere studio application developer v 5.1.2. tocreatesome java projects. but i m not able to debug them. can someoneexplain me how to debug a .class file made in the above tool? i haveadded breakpoints but the execution.... read more
1 answers click here to view
09/05/2012 11:47
Hi,
We have XML files (and its XSD) that are dump of our tree-like datastructure in memory. These XML files may potentially have unlimitedlevels of nesting because some elements can contain themselves(recursively defined).We want to build some repo.... read more
1 answers click here to view
09/05/2012 9:31
Running 2010.0 on my main machine and 2010.1RC on my backup,I have been trying to get Shorewall configured to allow nfs betweenthe two, sharing of the printer on the main machine, etc.My configuration for Shorewall must be the problem, but my tink.... read more
5 answers click here to view
08/05/2012 18:34
THis may seem like a stupid question but perhaps someone can help me... My Outlook Explorer is showing that I live in Central Time Zone. The time on my computer is correct but I cannot seem to find anywhere in Outlook that allows me to adjust the tim.... read more3 answers click here to view
08/05/2012 15:30
Hello,
I recently bought a usb-ide harddisk enclosure. I put two partitions on theharddrive and formatted one with fat32 and the other one with reiserfs.I realized, that the reiserfs partition was much slower than the fat32 one.
So I did some benchm.... read more
2 answers click here to view
08/05/2012 12:08
For Pentecost, I've written a Java applet that displays the Jesus Prayer,
Lord Jesus Christ, son of God,have mercy on me, a sinner.in various languages: http://www.albany.net/~hello/jp2.htm So far I have: English, French, German, Latin, Itali.... read more
1 answers click here to view
Hi Partners,
We have an excellent Senior Consultant available for contractpositions only. Please find below a brief profile of the candidate.Please feel free to contact me if you need further information.
Name : C P Skills .... read more
1 answers click here to view
08/05/2012 10:19
Is the GCC SDK mailing list off-line ? Posts are
not getting through.John Kortink -- Email : kortink@inter.nl.net Homepage : http://www.inter.nl.net/users/J.Kortink
22 answers click here to view
08/05/2012 9:30
Firefox 3.6.10 Releasedhttp://www.mozilla.com/en-US/firefox/3.6.10/releasenotes/
Heheheh, scroll to bottom of bug report and read last replies about clamav.https://bugzilla.mozilla.org/show_bug.cgi?id=594699
12 answers click here to view
08/05/2012 6:33
When a Windows Vista machine is placed in Sleep mode, will Windows Update
still occur at its scheduled 3:00 a.m. time?
Thanks,
3 answers click here to view
07/05/2012 15:30
After compiling and installing kernel 2.6 on suse 9.0 my computer dont wantto boot into linux any more.All i receive after grub is black screen. I dont get any error messages.
How do i revert kernel without reinstalling suse ? What could be causingt.... read more
7 answers click here to view
07/05/2012 12:57
I just popped in back to get my righteously earned rave.Eh? Hm.
Ok guys, here's what we'll do. I *know*. I *know*. I *know*.
I know that you're reading, I know that you're following the news like there's no tomorrow, I know th.... read more
3 answers click here to view
07/05/2012 12:08
Hi, excuse this silly question ...Are we permitted to extend java.io.File.
javac (using Netbeans) gives me the following error: Hi - I think I'm making a basic mistake.
cannot find symbol: symbol : constructor File()location: class java.io.Fi.... read more
2 answers click here to view
07/05/2012 11:47
I am fairly new to the oracle world so please bare with me.We are in the process of building a credit card payment page and needto submit information to our merchant's processing page(URL). Now theeasy way to do this is just to submit the form.... read more
3 answers click here to view
07/05/2012 10:19
R-Comp wrote:
[snip]
[snip]
Why would you want UniPrint on VRPC? What does it do that vanilla VRPC
doesn't?
Adam
11 answers click here to view
07/05/2012 9:30
I'm moving some code from RH 9 to SuSE 8.2. I've been looking for a doc that describes any hard limits for shared memory segments, semaphores, and message queues in SuSE 8.2, but so far no joy.Anybody got a link? Thanks...
7 answers click here to view
07/05/2012 6:33
Hello,I am sure this can be done easily in VBS, but I really like NT shell, and have found ways of doing a lot with it.What I would like to do is be able to take a CSV file with rows such as: filename.txtjoe,sam,bill,ben,don,bob,etc33,12,06,45,18,2.... read more
1 answers click here to view
06/05/2012 18:33
Is there any mechanism whereby I can manually send an entry to a WINSserver?I'm on a network(s) with multiple WINS servers which don't replicateamongst themselves. I need for people using the 'far' WINS server tobe able to resolve my.... read more3 answers click here to view
06/05/2012 15:30
how do you install suse over local lan? i downloaded all ftp files on host,will from anotehr pc install from there. how?name of pc is dands[c.url is as follows.
Danspcdsuse8.2 in the boot cd install, what do i select? smb share or something else? fo.... read more
2 answers click here to view
06/05/2012 12:08
I have some shopping cart code that I took over when I started with a compa=ny, but unfortunately I'm weak on Java and integrating with Paypal. Here is= the form that sends data to Paypal when a customer checks out of the shopp=ing cart. I can ge.... read more2 answers click here to view
06/05/2012 11:47
Hi,
I would like to write a Stored Procedure that is only be executed in case of one comparison:
CASE VARNAME WHEN 0 THEN BEGIN INSERT INTO TABLENAME (...); END; END CASE;
When executing, there will.... read more2 answers click here to view
06/05/2012 9:30
Hello folks, I am having problems emptying the Trash can in my Debian-Etch box, I right-click on the icon and select Empty Trash and afterasking me if I really, really, really want to empty delete all thefiles I get the following message:
-----------.... read more3 answers click here to view
05/05/2012 15:30
-----BEGIN PGP SIGNED MESSAGE-----Hash: SHA1
Hi, I have a old cheap laptop that is a bit 'dodgy' reading CD-Rs - Ican boot the first CD, but it cant read some of the packages - I knowthe disc is fine, i've checked the packages on this com.... read more3 answers click here to view
05/05/2012 14:54
I don't have S10 with zones configured to test, so I have to ask here.I wonder if various types of file system based IPC methods work between two zones. Say I create a FIFO or a Unix domain socket on a file system and the entry point is mounted .... read more
4 answers click here to view
05/05/2012 12:08
I'm new to Java (distance learning) and struggling with a question inmy first assignment. I have to draw 3 concentric circles, promptingthe user to input a radius. I've managed that, managed to get the 3circles centered, however, when I min.... read more6 answers click here to view
05/05/2012 11:47
Hi,
I'm trying to select from users table the idusers and concatonatedfname with lname as name, but I want the name to be unique (distinct).The idusers are unique but the combination of fname and lname are not.
I don't want the duplicates to.... read more
7 answers click here to view
05/05/2012 9:30
hy guys
is there a way for capture traffic in my eth0 and savi it in a file?
the traffic must with header and payload
thank a lot
scuse me for my bad english
3 answers click here to view
04/05/2012 18:33
Hi,
I have an NT 4.0 Domain that we are yet to upgrade, yet I need to add a stand alone 2003 standard server to this domain. I am not sure where to look to do this.Your help would be appreciated.
Thanks eric
1 answers click here to view
04/05/2012 15:30
How do I change the default keyboard layout?
My default location is en_US but my keyboard is jp106. I've greppedvarious /etc files but I can't find where the keyboard is set on boot.Thanks..
3 answers click here to view
04/05/2012 12:08
Hi, All, I start up from a MIDlet and transfer to a GUI Canvas when press a soft key, but the GUI.javanever answer my addCommand request ....I mean, these soft buttons I add, they didn't show up on the screen, and I my call code is .... read more
8 answers click here to view
04/05/2012 11:47
I have put my requirement wrongly. Here is the correct one?
COLUMN1 is a key column.COLUMN2, COLUMN3 are the non-key columns.
-COLUMN1- COLUMN2 COLUMN3---------- --------- --------1 10 S11 10 S22 20 .... read more
2 answers click here to view
04/05/2012 10:19
Just got a Pen drive for my Christmas, model Disgo Lite 250MB what will
not work with MassFS as any one else had this problem with this type of
storage.
So I thought I would let the group no to put on there not work list.Mick.
-- Mick Martin, to e.... read more
1 answers click here to view
04/05/2012 9:34
Hi,
I've just downloaded 9.0; It looks great so far, except for the TV. Mypinnacle PCTV used to work with 8.2, but now I can't change thechannels anymore.I tried with the 2.6-test5 kernel RPM: I had the TV back but severalother problems appe.... read more
5 answers click here to view
04/05/2012 6:33
cant get any network cards to install on a particular nt4.0 machine.have tried over 5 cards to no avail. the device driver wont start inevery case. and , in every case, it shows that the driver wasinstalled. the intel pro/100 s adapter came with a .... read more
3 answers click here to view
03/05/2012 18:33
I am so so tired of trying to get any version of Linux working under VPC
2007 running Vista.This is more for you Linux lovers.
Why, why, why, when youve know now for numerous versions that VPC does not do 24 bit color depth you continue to insist .... read more
2 answers click here to view
03/05/2012 15:30
I hear the sound coming over my speakers but the files arejust blank.Audigy 2 ZS.
No error messages.
Thanks,Mr_Bill
3 answers click here to view
03/05/2012 12:57
HiHow do I put a hard drive in to an A600? What do I need? Do I need a specialkind of hard drive or will any 2.5in drive be fine? Do I need to getanything to mount it onto or is it all in the case? Please let me knowanything else that might be helpfu.... read more1 answers click here to view
03/05/2012 12:08
I am new to java and I am trying to determine the best way to parse aninput file to extract data.// example input file: ...
token1=someDatatoken2=someMoreDatatoken3=evenMoreData...
I want to have a function, getField(String token), that will parse .... read more
1 answers click here to view
03/05/2012 11:47
Hi,I am trying to make a reccomendation for our database arch. We arecurrently debating on using a centralized database on one machinepossibly having multiple instances or to use a distributed model havemultiple servers and instances.Background: th.... read more
4 answers click here to view
03/05/2012 10:19
Is there any docmentation on the contents of the Printers.Settings
file available without charge? I can't see any reference to it in
the RO3 PRM, and Google gives 1 hit which is no help.Dave
4 answers click here to view
03/05/2012 9:30
I recently setup linux (Fedora Core 5) on a PC. The problem I am facingis the system(network) becomes unresponsive from time to time. To try to debug this,I startedpinging this machine from another machine on the network. On the othermachine, Inotice.... read more4 answers click here to view
03/05/2012 6:33
I just recently discoverd that I cant get into the windows xp control panel while in safe mode! I click on control panel in the start menu or the icon I have on my desktop ,and nothing happens. But it works fine, when Im out of safe mode! Any clues?
.... read more2 answers click here to view
02/05/2012 18:34
I couldn't find the bug report page at Microsoft and I don't have muchinternet time left so I ask if someone could please pass this on toMicrosoft support.Whenever I install software for my Creative Audigy card, MS IntelliType Proand Intell.... read more
1 answers click here to view
02/05/2012 15:30
I have an idea that I want to start developing for the Linux desktop.Before I divulge it I want to ensure that it remain within OSS and notbe hijacked by any artifical corporate entity. It is a fairly simpleidea that would, IMHO, merge the typo and .... read more
3 answers click here to view
02/05/2012 12:08
Hi,
Sorry, not Java language specific, but I can not find anywhere elseto post this[?]..Does anyone know if it's possible to write Javadocs outside of .javasource files, so instead of..
/////// test/Test.java ///////package test;/** Javado.... read more
13 answers click here to view
02/05/2012 11:47
I use SQL/92 within a system where they are several users. I think that my question could be interesting for other people.I would like to write a query which list key columns of my own tables.
For each key column, I would like to get a row with- t.... read more
5 answers click here to view
02/05/2012 10:19
I run InterGIF on Red Squirrel, RO 3.7 (amongst other setups). I'm sure it
used to work but now when I use the 26 bit version I get a No main
program error closely followed by Internal error: error variable not
set when I try and save the conv.... read more6 answers click here to view
02/05/2012 9:31
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)--------------enig57FE4ABE808B9E3C4685DB0BContent-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: quoted-printable
Hi
I'm trying to figure out how to make my soundsystem working(.... read more6 answers click here to view
Does MS Office 2003 run under Win2000 or only under XP?
Do I need eventually have to install DotNet Framework?If yes, which version?
What is the difference between MS Office 2003 and MS Office XP?
Can I run MS Office 2003 (Spanish) under Win 2000 (en.... read more2 answers click here to view
01/05/2012 18:34
I'm trying to create a 3.5 floppy boot disk for WinXP Pro. I've followed the directions in the KB article that addresses this issue.I've copied the NTLDR file from my C:/ drive and when I boot from it, I get the error message: UNABLE TO.... read more
1 answers click here to view
Hello.Is Guarddog still the best frontend GUI program to configure iptables for firewalls in Linux (Debian) and average Linux desktop users? Thank you in advance. :) -- Quote of the Week: Stir up an ants nest. --unknown /___/ Ant @ http:.... read more
6 answers click here to view
01/05/2012 14:54
My application recently began spewing this error:
An error has occurred. The following chain of information is available:
error 1: /Return/
message: X error: BadAccess (attempt to access private resource denied); serial: 108; major: 146;.... read more3 answers click here to view
01/05/2012 12:08
This should be easy, but I can't find an example anywhere on the web.In my Java program (not Javascript) I want to detect when a new fileis written to a directory, then read it in, and operate on it. Howcan I check a directory for new files wh.... read more
3 answers click here to view
01/05/2012 11:47
Hi everyone.I'm having some trouble with deciding how best to put the PHPtimezones into a MySQL database. The database should server twopurposes. Firstly, it should be able to list the continents, (Africa,Australia, Europe etc.)... I plan on ha.... read more
4 answers click here to view
Hi everyone,
I am trying to configure my QNX Momentics V6.2.1 to send files throughserial port 1 (/dev/ser1) and receive the same file through the other serialport (/dev/ser2).I would like to use this procedure to test my hardware (mainly serialport.... read more
2 answers click here to view
01/05/2012 9:30
Hello!
I have a Suse 8.2 distro installed on my IBM Thinkpad 600, and now itrefuses to boot.The last lines are: Loading module reiserfs...
<reiserfs stuff, seems correct> VFS: mounted root (reiserfs filesystem) readonly.... read more
5 answers click here to view
30/04/2012 18:33
Has anyone had a problem installing avg antivirus free version on Vista RTM?
I looked for all types of fixes and work arounds but can't seem to get it to
install! There seems to be a problem with the avg service starting during
the installation.... read more2 answers click here to view
30/04/2012 15:30
I have Gentoo (custom 2.6.15-r1 kernel, latest stage3) installed on a Virtual Machine (VMware Workstation 5)
/usr/bin/vmware-installer.pl asks for the path to the rc0.d .. rc9.d directories. Since Gentoo does not work with rcX.d , how do I get the in.... read more1 answers click here to view
30/04/2012 12:08
Hi
I am trying to make a small issue tracker to for learning JSP/Servelets. I am trying to follow MVC architecture for the same and Iam stuck in a design issue with model classes.Here is the scene....
There is a entity IssueAtribute, which represe.... read more
1 answers click here to view
30/04/2012 11:47
Hello Guys,
Social network platforms are really hot these days and I'd like tobuild one for a small to large scale community. I need your help infinding a opensource social networking software, one that is free. I'dprefer to program in PHP an.... read more1 answers click here to view
30/04/2012 9:30
Hello.I try to fake a TCP packet with hping2.
But how to specify a sequence number which is larger than 0x7FFFFFFF?For example, when I try to specify 2666666666 as the sequence number,hping2 always use 2147483647.
Is there any special way? With rega.... read more
4 answers click here to view
30/04/2012 6:33
OK, so this problem is actually nothing to do with NT, but... I have aworkstation with a strange problem. When you switch it on, it fails toboot - inaccessible boot device. But if you then press the reset button,it resets and boots normally. (Just do.... read more4 answers click here to view
29/04/2012 18:34
How do I get rid of the login window when the computer is turned on? We don't have it set up for different users, so we don't need that extra login step. 2 answers click here to view
29/04/2012 15:30
I just installed RH9. I selected the defaultserver installation.There are two NIC cards in my machine. One isconnected to a (roadrunner) cable modem, and theother to a five port hub.
The card connected to the modem is configuredto use DHCP. The.... read more
3 answers click here to view
29/04/2012 12:08
I hava a panel, with two jspinners, let's call them spin1 and spin2.To each spinner I attach listeners for page up, let's call themlisten_spin1 and listen_spin2. No matter if I place the focus inspin1 or spin2 only spin1 gets modified. This .... read more
1 answers click here to view
29/04/2012 11:47
I have ora 10 client installed on my XP laptop and it works fine. Idon't want to uninstall it.Now trying to install ora9i server but the silly installer is behavingstrange. It comes up with default destination name and path of this: Name: OraC.... read more
8 answers click here to view
29/04/2012 9:30
Hi,I have SuSE 8.1 and KDE 3.1.1.I would like to upgrade to KDE 3.1.4 What is the procedure to do that with yast-sources ? Is this procedure safe or there are some other safer way to do it? tnyDamjan
3 answers click here to view
28/04/2012 18:33
Hi Friend's
I m working as a customer support enggineer.At one of our client place we r facing this strange problemThey r using Windows NT 4.0 SBS server as there primary server and client are 95,98.2K & XP now the problem some time windows user.... read more
1 answers click here to view
28/04/2012 15:30
Hi,
my pptpd does not start any more after an online update with a kernelupdate.Before update it was version 2.4.21-199 and after 2.4.21-202 AFAIK.
The Error message is as follows: Starting MS VPN server pptpdmodprobe: Can't open dependencies f.... read more
9 answers click here to view
28/04/2012 12:08
I am very new to Java and programming in general, and was hopingsomeone could point me in the right direction with this. I am writinga program consisting of a String array (the elements are lines oftext) and Id like to randomly pull an element from t.... read more5 answers click here to view
Hi There,I am trying to write a plsql function to filter an email address whichhas a special address in it. I tried to filter them out by creating atable for bad charcters (i.e Chr(0...31 & 127...255), but this is alsofiltering out an email address .... read more4 answers click here to view
28/04/2012 9:30
On my gentoo desktop I have a wireless interface running in master mode aseth1. That works fine so far, but my eth0 interface is not working anymore.When starting the device, the box trys to configure eth0 as wireless.
However, my /etc/conf.d/wirele.... read more
2 answers click here to view
28/04/2012 6:33
I need both English and Japanese language on my computer. How do I make this
happen? At present, all I have is Engllish.Thanks in advance for your help.
Mr. Anderson
2 answers click here to view
27/04/2012 18:33
Hi,Is there such a program as a registry simulator ? I want to learn how to edit the registry without blowing it.Would appreciate you input.
Thanks, Daj
1 answers click here to view
27/04/2012 15:30
Hi,
while I was trying to install TeTeX I encountered a problem withmismatching digests. So I went on, commented out my favourite mirrors fordownloading and pulled the file directly from Oregonstate after deletingthe first downloaded file. The digest.... read more7 answers click here to view
27/04/2012 12:57
BIOS has posted two videos of the Sept. 12-13Vintage Computer Festival East 6.0. The firstis a look at the activities which include anexcerpt of the 8static Chip Tune Concert heldthere, a look around the exhibit hall at thevarious computers (includi.... read more2 answers click here to view
27/04/2012 12:08
How do I go about developing a program for j2me?
I have made a sample sudoku solver and wish to try it on my pda but cannot make a jad file. I probably need to compile it for j2me too, i suspect.ThanksAllan
9 answers click here to view
27/04/2012 11:47
Hi I want to list all the stored procedures that are being used, when,how many times, who uses etc(kind of monitoring/auditing). All of thesestored packages are declared in packages.Does anyone knows how to do it?? regards --raju
3 answers click here to view
27/04/2012 10:46
Hello,
I've created a simple program that creates 2 threads and they loop throughoutputing simple messages.When I run the program it runs fine. When I try to debug it, pthread_createfails with an error status 89.
Can anyone provide some guide.... read more
1 answers click here to view
27/04/2012 10:19
Anyone else having trouble (on their RISC OS machines!) with old UKGateway
addresses?
Tiscali seems to continue to work.John -- John Williams, Brittany, Northern France - no attachments to these addresses! Non-RISC OS posters change user to johnrwi.... read more
6 answers click here to view
27/04/2012 9:30
hi partners!
i have fedora core 3 installed in my pc and i study language cso i needa program to programing c in fedora core 3, does somebody could tell mewich program can i use and how to install it?
thank you for helping me
thanks alotmichael
1 answers click here to view
27/04/2012 6:33
Hi I am implementing folder security through ACL's.I need ACE for twostandard access rights named 'MODIFY' and 'LIST FOLDER CONTENTS'.1 answers click here to view
26/04/2012 18:34
I recently installed Service Pack 3 on my computer, and when asked to reboot I did. However, now my computer will not start windows normally, it will only start in safe mode. Each time I try to start windows normally, it gets to the screen that has t.... read more1 answers click here to view
26/04/2012 12:08
im writing a javascript that will allow me to do the ackermannfuction. it is titled a.java it looks like this:
__________________________________ public static int ackermann(int m, int n) { if (m == 0) return n+1; else if (m > 0 && n == 0.... read more4 answers click here to view
26/04/2012 11:51
SQL> select MIN(c_year), MAX(c_year) 2 from T 3 ;
MIN(C_YEAR) MAX(C_YEAR)--------------------------- ------------------------------------------------1996 2005
There may be gaps in this column v.... read more1 answers click here to view
26/04/2012 6:33
New computer.. everything was fine with word and excel but now it takes
forever to open.. or get no response.. and just hangs up. I use these file
types everyday and I need to fix this or I will have to format and load XP.
Any help on this issue...... read more1 answers click here to view
25/04/2012 15:30
I have two boxes to migrate from 2008.1 to 2009.1: mine and a friend's. = =
Naturally my friend's will be the guinea pig, hehe. This isn't the first= =
time I've migrated a system so I am not expecting problems, but before I= =
roll.... read more3 answers click here to view
25/04/2012 14:54
Hi all,
Is there any (Official) software out there that enables a solaris
server to send SMS messages etc?
Any names of companies that produce this kind of Software?
Thanks in advanced
Chris
2 answers click here to view
25/04/2012 12:08
Could anyone provide some suggestion or opinion about Java Hibernate ?Which approach is the best or the the first step for beginner ? I juststarted with Java Hibernate and don't know the direction. Should Ilearn Hibernate with Servlet/JSP orHiber.... read more1 answers click here to view
25/04/2012 11:47
I connect to Oracle and close the connection in my code every time.Dispite that sessions remain idle showing following: ALTER SESSION SET NLS_LANGUAGE= 'AMERICAN' NLS_TERRITORY= 'AMERICA'NLS_CURRENCY= '$' NLS_ISO_CURRENCY= &.... read more
3 answers click here to view
25/04/2012 9:30
Hi All,
I am working on a block device driver for flash device. I haveimplemented Flash Translation Layer (FTL) needed for flash device. Onthis block device I create ext2 file system and then mount it like anyblock device.The flash device has a pro.... read more
2 answers click here to view
25/04/2012 6:34
I run Windows XP.Lately I have noticed that when I close a program normally the .exe line is not removed from processes shown in Taskmanager.
This came to light when I opened Movie Maker and it said it was already open.
I have run Norton with all.... read more
1 answers click here to view
24/04/2012 15:30
It's being a PITA. I've got the boot.iso and it's on CD. The problem arises when I instruct the installer to go for an FTP install; it complains that there is no network module installed and that's the end of that.How can I add the .... read more
4 answers click here to view
24/04/2012 12:08
Have posted this question on Database forum too but haven't received anyreply.Could someone let me know the website where all the classes for SQLJ aredocumented (classes like ConnectionContext, DefaultContext, Iteratoretc.) TIARaquel.
1 answers click here to view
24/04/2012 11:47
Hello all --
I'm using mysqldump to dump an innodb database. I've looked at theresulting output file, and the CREATE TABLE statements do not includethe auto_increment for the fields I've specified.CREATE TABLE `CardQuestions` ( `id` in.... read more
5 answers click here to view
24/04/2012 9:30
I tried Firefox 1.5, but a few of the pages I visit regularly would notload completely. I went back to 1.0.7 and everything works. Will look atit again later when they work the bugs out of it.3 answers click here to view
24/04/2012 6:33
I have a question that might be silly for most of you, but... I havea small windows NT domain (NT4) and I just recently changed myinternet access service, and my NT Server no longer has interenetaccess. The rest of the computers that are running DH.... read more1 answers click here to view
23/04/2012 12:57
OK Guys, I am probably speaking to deaf ears, but it's seriously timeto move on. I give two options that give any hope to OS4:
1. Choose an existing or create a new Open PPC motherboard as thehardware for OS4.2. Make OS4 an alternative OS for .... read more
5 answers click here to view
23/04/2012 12:08
Hello, the situation is as followes: I have a bunch of Foo threads which all have a pointer to the same instance of SomeClass. SomeClass has a synchronized method someFunction() so that only one Foo can acces it at a time. so far so good.Now: in som.... read more
3 answers click here to view
23/04/2012 11:47
Oracle 8.1.7: Is it possible in PL/SQL to compare two variables of type%ROWTYPE to each other? I wished to do something like this:
If ExistRow<>NewRow THEN ...But - this results in an error message (PLS-00306:wrong number or types ofargument.... read more
1 answers click here to view
23/04/2012 9:30
On some of my boxes, entropy dries up when I try to generate keys usinggnutls certtool. This bothers me; I'm concerned that SSH and HTTPS willend up negotiating keys using random numbers that are to some extentpredictable. I'm particularly co.... read more6 answers click here to view
23/04/2012 6:33
I'm a bit lost here so hope there's someone who can help.I am running Vista32/Office 2007 and have a pocket PC running Windows Mobile 5.0. I am trying to synchronise with Windows Mobile device Center 6.1.
All I get is Sync error with absol.... read more
2 answers click here to view
22/04/2012 18:33
I hope you can help me out here. I just bought a PC from a garage sale. The product worked great while there. After getting it home I realize that I do not have the password. Unfortunely for me I was miles away from where I purchased the pc. So, I we.... read more1 answers click here to view
22/04/2012 15:30
hi,
i'm having some problems with grub and my gentoo-kernel.i set up my gentoo system using the gentoo insallation guide.
the only difference is, that i use grub of an alreadyinstalled suse-linux system on a different harddisk.
when i choose t.... read more
9 answers click here to view
22/04/2012 12:08
Hi, I am a total newbie here. I've been searching the web for a few hourslooking for a good answer to my question, but have found nothing. Sorry tobug you guys with what I'm sure is a dumb question, but I just can't figureit out. Here .... read more3 answers click here to view
22/04/2012 11:47
I have what I hope is an interesting opportunity. My company is aboutto put me on a project to optimize an oracle application. I have someideas, but I am not actually on the project, so I can only guess oncertain parts of it. I do know it is currentl.... read more2 answers click here to view
22/04/2012 10:19
Hi Guys,
Another little query,
I have the Igor Telnet Server but I was wondering if there was a way to
make this run out of the desktop / another telnet server which doesn't
need the Desktop to run?
Also is there an FTP Server for RISC OS?#
Ch.... read more1 answers click here to view
22/04/2012 9:30
I'm using OpenSuse 11.0 with Samba enabled. Set up Samba to open a portin the firewall but I can't see out of the network to other Windozecomputers on my home network, but they can see in to the drives that Ihave set up to share. I have had t.... read more2 answers click here to view
22/04/2012 6:33
Greetings
I have a fairly new computer (4 months)and I keep having problems..... I have DSL and have only down loaded MS updates for my 2000 Pro and Norton for thier virus updates..... Still picked up something.....I have had virus of the Trojan.... read more
2 answers click here to view
21/04/2012 18:34
Hi, my OEM supplier has gone out of business. I have discovered that the value-added directory files were not installed on my system so I need to get hold of a copy of the XP media disc to locate them. MS refers me to my supplier who no longer exis.... read more2 answers click here to view
Google searches are not helping me.I just installed a new HP Color Laserjet 2550Ln printer. It is plugged into a USB port on my Mandrake 10.1 CUPS server. It works just fine from this server -- prints documents in full color, perfectly acceptable q.... read more
3 answers click here to view
21/04/2012 12:08
I want to extract words that may or may not contain , and .ex. 94 *& I, am words. 38 **#()#* I, am words.This is what I have:
([s]+[a-zA-Z,.]+[s]+)
2 answers click here to view
21/04/2012 11:47
Hi,I tried various tools to convert an existing MS SQL DB to MySQL DB. Itried MS SQL- MySQL Agent, NaviCat, FullConvert, HeidiSQL etc.However in all the convert wizards I can only see the System Databasesfrom my MS SQL databases. I want to convert .... read more
1 answers click here to view
21/04/2012 10:19
Wakefield turned up a few surprises personally.On arriving you were handed a free copy of Qercus and it has an article on interactive fiction. A series of other games articles are planned. Looks worthwhile a subscription if it holds up to this.
Cheq.... read more
2 answers click here to view
21/04/2012 9:30
I'm running Mandriva Linux 2010.0 x86_64 with, among other things, gcc-gfortran-4.4.1-4.1mnb2. And SLES 10.10. And various otherdistributions.If you've installed this package and all its dependencies, you*should*be*able*to*use*gfortran*.
.... read more
1 answers click here to view
21/04/2012 6:34
HiXP installation on my computer is of Windows XP professional edition (with SP2). System partition is on NTFS.Few days back, UPS failed when system was shutting down. An abnormal shutdown case. From then on, system booting fails with below message.... read more
1 answers click here to view
20/04/2012 18:33
I set up an Windows 2003 Server as a Domain Controller. the Domain is XXX.com(XXX for pre-windows 2000 use).I can't use XXX.com as domain name to add a PC to the Domain. Using XXX is ok.
Why I can't use XXX.com?
3 answers click here to view
20/04/2012 15:30
When updating some of the config files that were left after an emerge Imanaged to mess up /dev completely and udev now won't recognise my mouseand cd/dvd readers.Is there any way I can reset my /dev system back to normal without acomplete reins.... read more
5 answers click here to view
20/04/2012 14:54
Downloaded the sparc version of Solaris 8 from the sun website. Then
burned the ISO image to CD using my windows xp laptop and Nero express.Trouble is when I try to boot my sun machine using bt cdrom it says booting from cd and then just sits there..... read more
2 answers click here to view
20/04/2012 12:08
Hi,
I'm using JBoss and I am trying to compile a HelloServlet.java. However, I get several errors, and I think the CLASSPATH variable isn't set properly. Currently it is:
c:j2sdk1.4.2_10lib ools.jar;C:Program Filesjboss-4.0.4.CR2serverdefaul.... read more1 answers click here to view
20/04/2012 11:47
I upgraded from an 9.2.0.1 to 9.2.0.6 database on Win XP without any problems.Now I have got some problems using EXP. The Error EXP-00008: ORACLE error 942 encountered comes.Ifound some similar notices, like let run CATEXP.SQL which does not help.
.... read more
11 answers click here to view
20/04/2012 10:46
Hello,
Are functional languages like Standard ML, OCaml(http://www.ocal.org),Haskell (http://www.haskell.org), etc. supported on QNX? I.e. are therebinariesthat support the POSIX 1003.1b/POSIX 4 real-time functions plus QNXmessage-passing API?
Rega.... read more2 answers click here to view
20/04/2012 10:19
Has anyone managed to run one of the latest versions of Netsurf on an
Iyonix? It locks mine solid (reset needed) as is starts up and fills its
stderr file with 3.5 Mb of assorted data from the HD.http://sourceforge.net/tracker/index.php?func=detail&.... read more
1 answers click here to view
20/04/2012 9:30
Hello
When running with two swap-partitions how can one tell which partitions isin use by which amount?top only shows only totals
Any programs/utils/tools to do this?
Jan
2 answers click here to view
20/04/2012 6:33
I have inherited two separate NT4.0 implementations, on separate sites, connected via a 3rd party VPN. Via the VPN I can I can both net use and PING the remote servers, but I cannot connect to the domain via usrmgr (needed in order to set up the tru.... read more7 answers click here to view
19/04/2012 18:33
and you can download the new Ubuntu, Karmic Koala, Ubuntu 9.10 from
http://www.ubuntu.com/ and it's free and comes with access to thousands
of free programs!
What you can do with Ubuntu:
Email
Surf the web
Burn CDs.Rip CDs.
Listen to music.
Wat.... read more
4 answers click here to view
19/04/2012 15:30
Hello all,
This is my first post to a Linux newsgroup so I apologise in advance if Ido anything incorrectly!
I have just recently ventured into the Linux community and installed RH9on my home PC (was using WinXP). All is great and I think its a fant.... read more1 answers click here to view
19/04/2012 12:08
Hi,
I have an executable that calls jvm for which i dont have a source code, but i have the source code for java classes that are called.I want to attach a debugger to that process so i can fix some code in java classes.
Can you suggest a java debug.... read more
1 answers click here to view
19/04/2012 11:47
Hi,
has anybody installed 10.2.0.1. on Solaris 10/06 x86-464 yet? I triedto do so in an ssh session, with the DISPLAY forwarded to my PC:
--------------------------------------------------------------------------------oracle@nus001-rman ~/install-tmp.... read more5 answers click here to view
19/04/2012 10:19
Now that - at least from Mozilla's POV - HTML 5 video means the Ogg Theora
codec, what are the chances of getting support for the playback of Ogg
Theora videos in RISC OS? If not from within a browser, then perhaps a
separate app?
--
| /| ark F.... read more5 answers click here to view
19/04/2012 9:30
I've come across something that doesn't make much sense to me. Thestandard Linux manpage for select() defines the first parameter as themaximum file descriptor in the set, plus one...This never made any senseto me because it would cause one.... read more4 answers click here to view
18/04/2012 18:33
Hello,
I have Vista Ultimate on a HP notebook. I would like to install dream
scene. It's not in the ultimate extras updates. When I go to view update
history It shows that it tried to download last November but the download
was cancelled. .... read more5 answers click here to view
18/04/2012 15:31
This a continuation of:
http://groups.google.ca/group/alt.os.linux.debian/browse_thread/thread/b506e2b590b09750?hl=en
So, I am here trying to make XMMS my default player, but to no avail.I know is possible because I did it under KDE, but I am more o.... read more
3 answers click here to view
18/04/2012 12:08
It seems there is a bug with our XMPP client (Java 1.6, smack) - I storethe users settings in a Properties file. My boss tells me on somecustomers PCs the settings file sometimes ends up losing the contents.The application is used by two people in .... read more
4 answers click here to view
18/04/2012 11:47
Hi,
I want to get the column_name of the maximum value of a row. Tosimplify, the table has the following format and values, withinput_date being unique. The columns evaluated are the value_columns.input_date value_1 value_2 value_3 .... read more
6 answers click here to view
18/04/2012 10:19
Often when plotting text into a box I use a transparent icon as a frame.This enables me to get a quick R2-style border and also means I can just read the icon coords to get the bounding limits for the text.
This has never caused a problem until the .... read more
4 answers click here to view
18/04/2012 9:30
I have been following the Firefox suddenly cannot open web pages closely for tips but none have helped to fix this problem.I upgraded a friend's computer to the latest Mdv2010.1 version. Everything was fine till 3-4 days ago when she started ha.... read more
4 answers click here to view
18/04/2012 6:33
If you have Vista, can you go open your Documents folder, click on Organize
in the toolbar and select Folder and Search options, View tab, uncheck the
box Hide protected operating system files (recommended) and accept the
confirmation. Now in your.... read more3 answers click here to view
17/04/2012 18:34
hi i recently tried to install a emo version of nero 6 on
my pc with windows 98 se but it said i couldent without
comctl32.dll how do i obtain and install this and if it is
in an update of another file which one to clarify i haev
this file but no.... read more1 answers click here to view
17/04/2012 15:30
Hi,
If I want to lease an IP based on a client that only broadcastsit's hostname, what does the entry look like in dhcpd.conf?
If the client broadcasts it's ethernet address and it's dnsname, but I only know it's dns name, then how ca.... read more1 answers click here to view
17/04/2012 12:57
Who contributed most to Commodore's demise as a company? (Or: The 8 men who stole Commodore)
A. Irving GouldB. Max ToyC. Thomas J. RattiganD. Jack TramielE. Marshall F. SmithF. Mehdi Ali G. Harold D. CoppermanH. James Dionne
It's a tie betwee.... read more1 answers click here to view
17/04/2012 12:08
Hi all,
Wondering if anyone can save me on this one!!! I know the task issimple but its something I've been struggling with for far too long.I've been asked to create a button (in Netbeans IDE) that will remove/delete ONLY the selected text .... read more
5 answers click here to view
17/04/2012 11:47
Our ERP system (Glovia) is linked to Oracle. On certain actions, Ineed to be able to track which user made an entry to a table. My planis to implement a trigger, which puts the username in a field of thetable of interest. To get the username, I tr.... read more3 answers click here to view
17/04/2012 9:30
After upgrading xorg from 6.8 to 6.8.2, bittorrent in gui mode(btdownloadgui.py) failed to run. Running it from a terminal showedunresolved symbols.I resolved (no pun intended) this by re-emerging wxGTK. Once recompiledand installed, bittorrent in .... read more
14 answers click here to view
17/04/2012 6:34
First, my apologies for the gross cross-posting, but I'm unsure whereto focus this long-standing query. Also for its length - but I wantedto provide all possibly relevant data. Please advise if there's someother info that would help to diagno.... read more3 answers click here to view
16/04/2012 15:30
I upgraded my 11.2 gnome computer with 11.3 and it all went fine but.....The #$%^&!! screen goes to all white and I can do nothing, no menus ziltch.
I control/alt/backspace and I see my desktop for a second before it goes to the log in screen. I log.... read more
2 answers click here to view
16/04/2012 12:08
I can't seem to find what is wrong with this. I know a lot is wrongby the amounts of errors that are popping up but I can't seem to finda way to fix them. Can some one please help with my stupid mistakes?Thanks
import java.util.Scanner; clas.... read more4 answers click here to view
16/04/2012 11:47
I have a doubt.Is it possible to make RMAN to use controlfile, from using RecoveryCatalog(RC) DB ? The scenario is like this: I have a target db and a RC db. The RMAN presently uses RC db forbackup and recovery.
Due to some reasons, I want the RM.... read more
2 answers click here to view
16/04/2012 9:30
Hi,
I've set up samba. It works fine only when my firewall is down.I allow connections on 139/tcp and nmap shows it's open: ...
139/tcp open netbios-ssn What do I do wrong? Marek
1 answers click here to view
15/04/2012 15:30
Having used vncserver on RH for several years to run jobs on the virtual server accessible from any local or remote machine I wanted to do the same on my SuSE servers. I use vncviewer machinename:1 and connect just like on Red Hat. I start my job t.... read more2 answers click here to view
15/04/2012 14:54
I've been hunting around, but I can't seem to find the answer to the
simplest of problems:
I'm using Solaris 9 (8/03) with Sun's Gnome on it. I've just recently got
Evolution to work as a mail/calendar/tasks client.My problem? Ho.... read more
6 answers click here to view
15/04/2012 12:08
Hi all,
Does anyone has invitation quota to GMail?Seems it's a good webmail.If you still have quota left, would you give me one?My email is patricklaw88@yahoo.com Thanks.
1 answers click here to view
15/04/2012 11:47
Hi ,
I need to connect to two databases(Oracle 8.0.5 and 10g) . Whatshould be the $ORACLE_HOME for such a case ?
Thanks!
3 answers click here to view
15/04/2012 9:30
Hey all,
I have enabled ip_conntrack_ftp and ip_nat_ftp modules, i am usingmasquerading on my firewall and have forwarding open both ways but cannotget connected to certain passive FTP hosts.I have >1024 open (with exceptions for common bad por.... read more
3 answers click here to view
15/04/2012 6:34
Hi:
I am running Windows XP Media Center (2005) SP3 on a Sony desktop VGC-RA716G and just today starting getting this defrag error notice. I might add that it started after I had installed Windows Desktop Search 4.0, but I uninstalled it and am no.... read more3 answers click here to view
14/04/2012 18:33
Can someone tell me why http://windowsupdate.microsoft.comis suddenly displaying in Japanese?
I checked IE's internet options/languages and US English isthe only option installed.Weird.
-J
2 answers click here to view
Hello!
I think I broke something on my Debian while installing a Kernel image(amd64) and ran out of disk space (it didn't tell me that and I was AFKduring the installation to ctrl-c/abort). Here's the log (also onhttp://pastebin.ca/469432 ):
.... read more6 answers click here to view
14/04/2012 12:08
Hello all,
This year at University I am doing a beginners Java module. We arelooking at OOP Java style. This week we did Arrays.I couldn't really get my head round it all, and one of the Tasks we haveto do, that is giving me a whole load of g.... read more
1 answers click here to view
14/04/2012 11:49
I have had one issue with mysql. I have a couple of projects withrelatively lagre databases (tens of gigabytes).
Sometimes I have to do a DELETE operation, such as to clean up old(no longer needed) entries.
When I do a DELETE, the table is locked. .... read more2 answers click here to view
14/04/2012 10:19
As already discussed, we have an ionyx on the network running Messenger Pro
with Hermes.We are having some problems with timeouts when deleting emails after downloading them.
Here is the mailserver log of the transaction: 10:02:22-{821} START POP3 1.... read more
5 answers click here to view
14/04/2012 9:30
Mandriva 2008.1, 00:02.0 VGA compatible controller: Intel Corporation82915G/GV/910GL Integrated Graphics Controller (rev 04), googleearth on this system is impossibly slow. It is roughly 2 sec betweeneach refresh. I updated googelearth and suddenly I.... read more3 answers click here to view
13/04/2012 18:34
I have a home network with two computers connected with a netgear switch. This morning one of the two could not connect to the internet. I first tried switching the cable locations on the switch which did nothing. Then I connected the internet cab.... read more7 answers click here to view
13/04/2012 15:30
ok, I will try to be as clear as possible, english is not my mother tongue!
I installed fedora core 3 a few weeks ago, I always had a problem with grub but i found a way to get around it. When I start my computer windows will load, if I wanted to loa.... read more10 answers click here to view
13/04/2012 12:08
I am trying to write a program that asks the user for how many randomnumbers to generate and then return the number of times each occurs.The size of the array I want to create must be based on user input. Ihave the heart of the code written, I just .... read more
18 answers click here to view
13/04/2012 11:47
hello, I'm kinda new at mysql and I'm trying to learn some morecomplex statements to help optimize some of my code.I work for a small private school and I'm currently developing theirdatabase systems. I have two tables one with student .... read more
3 answers click here to view
13/04/2012 10:19
I wonder whether anyone can tell me whether StrongARM compatible versions of
the following educational titles from 4mation were ever produced:
A mouse in Holland
Explore with Flossy the Frog
Neither of these runs on our StrongARM Risc PC (RISC OS 4.0.... read more5 answers click here to view
13/04/2012 9:30
Just wondering whether software that supports Novell SLES would alsosupport Open Suse. I am thinking of database and java applicationserver software. In theory they should if Linux Kernel levels are thesame. Can anyone confirm this?
13 answers click here to view
13/04/2012 6:34
Hi, sometimes my computer freezes when starting up. usually at the screen where the green bar is going across. It just stops there and I have to power off and then startup again, and then it will startup normally. Any ideas? I have alienware notebook.... read more8 answers click here to view
12/04/2012 18:33
After installing new Internet Explorer my Windows Media Player Add On is not
there. Active X dosent even prompt me to install it. It just shows a red
cross where the play bar normally is on embedded media like radio stations.
Is there a site anyon.... read more3 answers click here to view
12/04/2012 15:30
I've had some user with above scanner looking at my machine. All I run is a family web site with a genealogy program/data, but I get concerned.Doug
3 answers click here to view
12/04/2012 12:08
Hi All,
I am trying to use pixelgrabber, use vectors and storing the results.The program below is my program. However the if condition is notrecognized during a run at private String RestateClrLine (StringmSt) { ....
and thus the changes are no.... read more
4 answers click here to view
12/04/2012 11:47
Hello,
I have an application whose database was recently upgraded from 7 to 9i. In a bit of code, columns are compared that may both be null. In Oracle 7, will two columns compare equal if they are both NULL? In 9i it seems that they do not and I hav.... read more1 answers click here to view
12/04/2012 10:19
Updated the server with the latest changes to moriawip.zip &
devtools.zip...http://www.garethlock.com/acorn/moriawip.zip http://www.garethlock.com/acorn/devtools.zip Will probably zip up and stick the original C source and files here too before ROUG.... read more
4 answers click here to view
12/04/2012 9:30
Hello.Through disk and software changes I'm left with a Mail directory, probably from Netscape Communicator, that I would like to access with a normal mail client but I need to identify which one. The Mail directory is in my home directory a.... read more
4 answers click here to view
11/04/2012 18:33
I have a working sta drive, but I needed a bigger HD. Formatted the new hd with xp installation disk and installed windows. Installation seemed to go OK and booted into windows OK. After a few re-boots, it only boots into windows up to the xp splash .... read more2 answers click here to view
11/04/2012 15:30
I'm trying to build the application kimdaba through the usual ./configure...dance. But when I run ./configure, I'm getting the complaint: checking for Qt... configure: error: Qt (>= Qt 3.2) (headers and libraries)not found. Please check.... read more
2 answers click here to view
11/04/2012 12:08
Hi,
I have unzipped a lot of jar files into /home/eraonel/tmp_data.Now I need to package them into one big jar.
My problem is how to get the file name without '/home/eraonel/tmp_data'-part.
I am using the following code to get the file nam.... read more
1 answers click here to view
11/04/2012 11:47
I would like to select and list all the transactions within datelimits, _and_ print the totals grouped by provider. If I use thegroup by clause, all I get is one transaction amount and the total,both are correct but not what I want.eg: provider d.... read more
4 answers click here to view
11/04/2012 10:19
What I would like to know is whether it is possible to get music from
tapes, old records, singing or playing instruments into the machine so
that I can put it on to CDs. I have a SARPC and a CD writer.I imagine it is possible but I find all that I.... read more
2 answers click here to view
11/04/2012 6:34
im trying to reload windows xp home, it gets as far as 'processing information file' and stays there indefinately.i cant find anything in google, so im stuck, any suggestions? thanks daz
1 answers click here to view
10/04/2012 18:33
Hello all,
I have a question/problem with the logon experience in Vista.Because there is no GINA anymore, there goes the impossibility to set a logon wallpaper in Vista.
I am using that wallpaper in XP to convey important information to the users (r.... read more
2 answers click here to view
10/04/2012 15:30
I recently installed the new free VMWare Player under Mandriva 2007, and have been succesfull in setting up both XP and 98 emulations ... to a point.It seems that the tools for the emulated system and the tools to create new machines are both not p.... read more
3 answers click here to view
10/04/2012 14:54
Hi,
Where I can find *REAL* Release Notes for 11/06? I have googled for it, but only
thing I have found is: http://docs.sun.com/app/docs/doc/819-7324
Is this document some kind of joke or what? 200+ pages of banal instalation
errors and bugs that are.... read more2 answers click here to view
10/04/2012 12:08
Hello all,
I am looking the best way in which one might send data sitting in a DOMto the server. I have searched the net and found the followingapproach:
------------------------ START FOUND ON NET ---------------Re: Sending Large Data to the Server.... read more5 answers click here to view
10/04/2012 11:47
Hello Guru's
I want to use iSQL Plus for Oracle server access.I have following details (same machine) Windows XP Oracle 9i (9.2.0....) But when i am trying to access Oracle from Internet Explorer i don'tget access(i.e. It shows error page)S.... read more
1 answers click here to view
10/04/2012 10:46
Hello-I am working on a old screen for QNX 4.25 that made use of termlib. Ihave scoured the QNX web page for information about the term libraryfunctions but haven't been able to find any documentation. The onlyreference I've found to termlib .... read more3 answers click here to view
10/04/2012 10:19
I just want to receive an email, if I know the sender. This should be
filtered directly by the pop-3-server. Means if the sender isn't known by
the system, the email should be erased immidiatelly. Is there a way to do
this under RISC OS?
Alexande.... read more1 answers click here to view
10/04/2012 9:30
Anybody have advice on the best way to browse and get iTunes podcasts (mp3files of radio shows, etc, free generally) using Linux? I have beenbooting into Windows to run iTunes to get podcasts, would surely love tobe able to do it in Linux. I know Cro.... read more2 answers click here to view
10/04/2012 6:33
Had a problem with flickering fonts. Uninstalled and re-installed several
times. Someone suggested Nivida driver might be the problem. Install new
drivers. Went to Vista Ultimate Extras, Hold'Em Poker no longer available.
Did search on HD. Cou.... read more2 answers click here to view
09/04/2012 15:30
For anybody interested, I think I discovered a nice wysiwyg HTML editorfor Linux called nvu (I know it has been discussed already, likely here,but oh well just letting anybody else know who might not). nvu has wysiwygediting mode, tag editing mode, a.... read more2 answers click here to view
09/04/2012 12:08
Hi,
I am trying to format my output with System.out.println.I have declared: public double gnShortLosses = 1330.03;public double gnLongLosses = 17770.330; and I would like to print them out with System.out.println() so that each one of the 2 doubl.... read more
7 answers click here to view
Hi There,
I'd like to read any systemvariables from Windows 2003 Server fromOracle Forms.I have one machine with the Oracle-Forms-Developer und theOC4J-Container runnung (my computer) and the following code worksfine: ,----| -- HTTP-Server Doc.... read more
2 answers click here to view
09/04/2012 10:19
Does anyone know of an application that will deal with these?
Alternatively, can the filetype be changed to something standard (GIF,
TIFF, JPEG etc) that can be handled by one of our graphics apps?
Cheers
George
--
2 answers click here to view
09/04/2012 9:30
http://www.inspirated.com/wordpress/2007/04/29/windows-95-98-2000-and-xp-simultaneously-running-virtualized-on-linux/8 answers click here to view
08/04/2012 15:30
I decided to try Linux and picked SuSE after looking a few distosover. I downloaded the single CD version of 9.1 and installed it. Sofar all seems to be ok except for KDEtv telling me that the only videosouce on my machine is the tv out port on my vi.... read more1 answers click here to view
08/04/2012 12:08
I have a value that is represented as a 32 bit unsigned integer.Java, from what I understand, does not handle unsigned integers, butcan represent the same number as a Long. I need to turn this Longinto a 4 byte array representing the value of the 3.... read more
6 answers click here to view
08/04/2012 11:47
I've been told that it may be possible to get asynchronous i/o on hp-uxfor cooked i.e. not raw files on hp-ux 11.31 [11iv3]. Anyone able toconfirm that this is the case?
3 answers click here to view
08/04/2012 9:30
This is a multi-part message in MIME format.--------------030809020009030809010308Content-Type: text/plain; charset=ISO-8859-1; format=flowedContent-Transfer-Encoding: 7bit I changed my chost from i386-pc-linux-gnu to i486-pc-linux-gnu to i586-pc-li.... read more
3 answers click here to view
07/04/2012 18:34
6 computers in a network.... XP/2000/98 systems, been running fine for over a year... no problems.Added 2 new systems, one XP Home SP2 and one XP Pro SP2.
These two new computers see each other fine.
Neither can see the original 6 computers NOR can.... read more
7 answers click here to view
I have multiple servers running httpd, and they have a common inbound NAT'd address, but of course different internal / private IP addresses.If I were to serve web documents via https, can I just generate a snigle certificate request and apply .... read more
2 answers click here to view
07/04/2012 12:57
Hi all
After finally getting OS3.9 working (thanks Thomas for the help), I'm nowtrying to get Cybergraphics working.It all seemed to install OK. After installing I ran the CGXMode prefs progwhich all went well and good and I saved the settings.... read more
2 answers click here to view
07/04/2012 12:08
Hello!
I've tried to use setFullScreenMode(true) in my MIDlet, it runs well on myK700i. To use setFullScreenMode, we must set the project to MIDP version2.0.The problem is, if I install my application into devices that support MIDPversion 1.0 o.... read more
3 answers click here to view
7 answers click here to view
07/04/2012 9:30
Hi all,I managed after 2 days of forcing libdvdcss.rpm to install using commandline rpm -i <rpm name> and now my libdvdcss is protected, thats ok.I knowcan view or watch my DVD using OGLE which is choppy or xine which has novloume.Is there a be.... read more1 answers click here to view
07/04/2012 6:34
History: I hav a home network setup with 5 or so computers. All are running XP Pro with one laptop running VIsta Home. I have them all setup on the same Workgroup and have always been able to browse around to the folders I have shared with no troub.... read more5 answers click here to view
06/04/2012 18:33
I have been trying unsuccessfully for a few days now to install Win NT4.0 TSE on a Maxtor 10G IDE HDD. When I go through the normal installsteps I get to format a drive and then the setup hangs. I then read apost that I needed a new atapi.sys drive.... read more1 answers click here to view
06/04/2012 15:30
Hello everyone!
I was wondering if anyone was aware of any online discussion and work groupsassociated with the Fedora project. I have a rough idea of what it's allabout but I need more information. I also want to get my hands a bit dirtyin it .... read more3 answers click here to view
06/04/2012 12:08
Hi, I am studying Java and am stuck with a newbie problem. I need todisplay my name in every font size from 4 to 24 in a swing applet. I can setup the loop no problem. I was thinking that I will need to somehow pass thecounter from the loop as an ar.... read more5 answers click here to view
06/04/2012 11:47
I am starting to see a lot of junk tables and triggers that start with something like BIN$bldskfjd ... How can I get rid of them quickly enmasse with the least amount of repetitive drop statements. I have the web based enterprise manager.Thanks
1 answers click here to view
06/04/2012 9:30
is it possible to add a fire wall that will stop a server from sendingany outgoing mail,I'm having spam problems with my server, ( it is sending spam) i wantto stop it from sending any mail at all.I'm guessing that mail is sent to a fixed p.... read more
5 answers click here to view
06/04/2012 6:33
Linux is free.Windows is not.
Linux has been free for a long time while Microsoft stagnated with Windows XP.
Linux is free.
Microsoft released a bomb called Windows ME.
Linux is free.
Microsoft has released a controversial to some (IOW not too good).... read more
21 answers click here to view
05/04/2012 15:30
I have Opensuse 10.3 on a HP laptop (AMD 64). Whenever I try to do a shutdown, it hangsat the last message System will now be halted (or something like that) and never turnsoff.This worked for 10.2 and I think (?) when 10.3 was originally installe.... read more
3 answers click here to view
05/04/2012 14:54
Hi all,
I have to communicate between two processes (say) P1 and P2, which
reside on different boxes,(say) A and B, but I cannot use socket
library due to some constraints ! I also have a common file-ystem
mounted as NFS volume. I considered using a .... read more2 answers click here to view
05/04/2012 12:08
I keep getting these error logs on my computer. I am not sure what iscausing them or even what program is causing them. I have an HP computerrunning Windows XP. Can anyone tell me what this means?
an unexpected exception has been detected in native c.... read more1 answers click here to view
05/04/2012 11:47
I have strange situation.I have table which is already partitioned byrange.This table has partitions upto 2007 November.And there after therest of the records are moving into MAX partition.Now we are planningto split the max partition so that access .... read more1 answers click here to view
05/04/2012 10:19
Right.I've been out of the Acorn circuit about .. 10 years? (Unix took over..) But I was cleaning up and found that I still have 4 Acorns. One of them is an A4, but when I switch it on, it only gives me the Supervisor prompt (*).
Any idea what m.... read more
3 answers click here to view
05/04/2012 9:30
Hi,just tried to install SuSE 9.2 pro on my pc with SCSI-UW-HDD attached toSCSI-hostadapter Dawicontrol DC 2980 U2W. As in SuSE 9.1 the driver-modulesym53c8xx locks up when initialising the LSI-chip on the adapter, shuttingdown and re-starting the sc.... read more10 answers click here to view
04/04/2012 18:34
I changed the DPI for my screen to 115% using the Display settings>Settings tab then clincking ADVANCE however when I do this most of the icon in my system tray disappeared. I went to check which were running and how many and tried to clean up a c.... read more5 answers click here to view
Can anyone tell me what is the last free version of redhat available as anISO download? Is it RH9? It seems that the redhat website no longermentions RH9.Rob
2 answers click here to view
04/04/2012 12:08
Hi, I need to execute a program from an other and I use this method:
public class P1 { public static void main(String arg[]) { new Thread(){ public void run() { P2.main(new String[]{});} }.start(); .... read more2 answers click here to view
04/04/2012 11:49
Hi ,
My system is a two node rac on redhat linux 2.1 , 4 ia64 cpus ,8gb.ram , ocfs and emc raid 10
The db_block_size is 16kb. , current multi_block_read_Count is 64(which makes 1mb. of read)
Below is some samples for different multiblock read counts.... read more1 answers click here to view
04/04/2012 10:19
Roger Darlington suggested elsewhere (Iyonix list) that there were problems of
speed of transfer using the NSLU2 link. The instruction card makes it clear
that its formatting is NOT compatible with Windows and you cannot swap USB
hard disk drives bet.... read more3 answers click here to view
04/04/2012 9:30
OK, when I installing suse 9.1 i did a really stupid thing withoutrealizing and assigned a partition with mp3s and movies to folder /mediaon the main drive, which is the folder used for mounting drives.I realised when entering suse for the first ti.... read more
3 answers click here to view
04/04/2012 6:33
Hi Everyone!
Looking for an great software for fixing Vista X64 error?
Any suggestions? Not cleaning the registry!
Thank you!
--
Jackal_99
14 answers click here to view
03/04/2012 18:33
I wondered how many others (because its fairly well reported on the web) are
experiencing an IE7 crash that reads (in event viewer) and is caused by
Adobe Flash Player which is often needed for web sites to display their
content.Faulting applicat.... read more
2 answers click here to view
03/04/2012 15:30
Hello,
I have a web server running FC7 and I wonder how to update it with FC8.It's a dedicated server in a data-center, I have full control on it but of course I can access it only with a putty session over SSH.
I find how to process when one .... read more
6 answers click here to view
03/04/2012 12:57
When you've got all you need but don't really want it or need it that much, when everything else fails, orwhen noone really likes or cares.You know when it's a rainy day, the Mariah Carey just now didn't sing on the radio or music t.... read more
1 answers click here to view
03/04/2012 12:08
Hi to everyone and all of you ,
How comes that the checkExtensions method does not work and the tedious if( temp.indexOf(mov) != -1 ) do?
======public static boolean checkExtensions(String tmp){
String ext[] = {html, htm, lnk, mov, avi, psd, ai, ps, .... read more1 answers click here to view
03/04/2012 11:47
Hello all -
I have a database with a text field that has bad characters in it. Ithink what happened was that a user pasted 'curly-quotes' from MS Wordinto an HTML text form. Anyway, all I know is that there are badcharacters in our database, .... read more4 answers click here to view
03/04/2012 9:30
after pulling a video card and started using the on board video, I managed to get Mandriva working again.Only now when I boot up, I get this famous error 13, which I have been researching for a week now. Usually it seems to pertain to a system that.... read more
3 answers click here to view
02/04/2012 18:33
I searched throught and i did not see anyone with this issue, so i'm going to post it... My NT machine has a fatal error on boot... It's so quick i can barley catch it, it says windows logon has terminated unexpectedly, system has shut down, .... read more2 answers click here to view
02/04/2012 15:30
I've been using Linux at home pretty steadily for three years. For the pastthree months it's been Red Hat 9 which I like the best so far. But suddenlyI've got a problem. I can log on as root. But when I try to log on as auser, I get t.... read more4 answers click here to view
02/04/2012 12:08
I've been having problems with different versions of this situation. Thisis the newest variation. I know I need to use Thread to create a parallelthread so when I want to update Swing components AND do something else, Ihave to put the other stu.... read more5 answers click here to view
02/04/2012 11:47
I'm new to Oracle (I hope I'm posting in the right area). When 9iis installed on Windows XP, what is the default user-name and password?
I want to get into the HR schema and execute the following commands:
alter user hr identified by hr acc.... read more2 answers click here to view
02/04/2012 9:30
Since upgrading my kernel from 2.6.11.7 to 2.6.12.2 (and also with2.6.13 and now 2.6.14.3), I've been experiencing a variable delayof 0 to 60 seconds when booting before seeing the following messageand being able to use the network:
eth0: Setti.... read more2 answers click here to view
01/04/2012 18:34
Everytime I start Windows XP Home and need to connect to a netowrk share ona Windows 2000 machine I keep beeing asked for user name and password.There's no Save Password box. It happens even when I map the share.
The Guest account is disabled on.... read more
1 answers click here to view
01/04/2012 15:30
Hi everyone,
I am a RedHat newbie. Been using it now for 2 months through telnet on a remote server, I have no GUI, I am doing everything I need to do via command line.I need some serious help... I am deadlocked at getting proftp installed and wu-.... read more
3 answers click here to view
01/04/2012 14:54
Hi,
I'm not able to down load the cluster patch due to connection with
the server was reset.- Does sunsolve support wget? - If so, how to go about it? Thanks in advance
5 answers click here to view
01/04/2012 12:08
I am trying to run an applet from a html file. It is giving me thefollowing exception:
NoClassDefFoundError (with long list of traced exceptions)
Any suggestions??
Thanks
1 answers click here to view
01/04/2012 11:47
On 9i RAC TAF was limited to queries only, eg if a node failed, onlysessions that were notdoing a transaction, were migrated to the surviving node and resumed. Allusers performinga transaction had to re-login.My question for all 10g guru's - has.... read more
1 answers click here to view
01/04/2012 10:46
Hello,
I am programming a time critical application using a PCI IO card with aBus-mastering DMA controller. DMA memory is allocated for use by the DMAcontroller using the mmap() function. The controller simply couldn't do fastenough memory transf.... read more5 answers click here to view
01/04/2012 9:30
As I prepare a machine for Mandriva 2009.1, can the O/S be loaded onto a hardware managed RAID0 array? IOW, can I set up a RAID0 array in bios and use that as a single hard drive when partitioning the disk for loading?
2 answers click here to view
01/04/2012 6:33
I have a IBM 1400i Series laptop. Almost all of the models in this seriesuse a chipset by ALi, and all of these have defective ACPI implementationunder Win2K, WinXP, and now Win2003 Server, causing the PCI bus to run athalf speed as well as random lo.... read more1 answers click here to view
31/03/2012 18:33
Hi
I recently downloaded a free trial version of some software I'm thinking of
buying. It has no file/save function. The trial period was 1 month but
expired before I had a chance to try it out properly.I have tried to uninstall the program, t.... read more
2 answers click here to view
31/03/2012 15:30
I have a store bought music CD in my cdrom drive, but click on the audio CD browser in konqueror give me the message: An error occurred while loading audiocd:/:
Could not read /.I have all the libraries installed to display mp3, ogg files etc.
Any .... read more
4 answers click here to view
31/03/2012 12:08
Hi
I was wondering, does jar file reuse/sharing actually work or am I goingdown the wrong path?
For example if I have two desktop applications deployed to the desktop viaWebStart (App1 and App2) that both use abc.jar I was thinking of having acommon .... read more5 answers click here to view
31/03/2012 11:47
I'm trying to find a way of importing ddl from oracle database intooracle designer to save me a hell of a lot of typing! I've heard it ispossible. i created a .dmp file using oracle's export utility (with nodata) and then tried to import .... read more5 answers click here to view
31/03/2012 10:19
Does anyone know the correct contact email address for Qercus?
info (at) finnybank.com is bouncing, saying that the quota has been
exceeded - and the contact us link on the website gives a page not found
error. :-(
--
Paul Vigay .... read more2 answers click here to view
31/03/2012 9:30
Got Fedora 4 installed and then installed a better version of Java (big mistake). Now Eclipse dos not work and come with error message in /root/workspace/.metadata/.log. the message saying it can not find Java or the link dos not exist. Well, I have.... read more5 answers click here to view
30/03/2012 15:30
Long time problem. My partitions used to be legal-steven but somehow got
messed up. Main problem is that there is cylinder overlap (which defeats
parted, partitionmagic, etc). The ordering problem is fixable but not really
the problem (There was a.... read more1 answers click here to view
30/03/2012 12:08
How to store the java applet emebedded in a web page for offlineviewing?I saved the web page but it got saved without the applet.and also Isearched for the corressponding .class file for the applet while I wasviewing the webpage online but I got no r.... read more5 answers click here to view
30/03/2012 11:47
Hello,
it is possible and how to get intead of the date field an Unixtimestamp back?I know in MySQL exist an function UNIX_TIMESTAMP(fieldname) which can do this. http://dev.mysql.com/doc/mysql/en/Date_and_time_functions.html
How can I do this Oracle.... read more2 answers click here to view
30/03/2012 10:19
An issue was brought to my attention: An A9 user had removed these
RMEnsure lines from SpamStamps !Run file:
RMEnsure UtilityModule 5.00 RMEnsure CallASWI 0.03 n RMLoad System:Modules.CallASWI
RMEnsure UtilityModule 5.00 RMEnsure CallASWI 0.03 n Er.... read more5 answers click here to view
30/03/2012 9:37
Hello all,
I am new, very new to linux.I installed Red Hat Linux 9, but it did not detect my network card.
I downloaded bcm4400-3.0.14-1.src.rpm and bcm4400-3.0.14.tar.gz I tried using the directions in my book, that I am learning from (beginningr.... read more
5 answers click here to view
30/03/2012 6:34
GreetingsI have a Dlink DI-624 router connected directly to my computer and a cable modem, using Win XP. There is one other computer connected wirelessly using Win ME. Both computers can access the internet without problem. Problem is that I have be.... read more2 answers click here to view
29/03/2012 18:33
On one particular PC I have ony one hard drive. I installed XP to the first partition on that drive.I hit some problems with that original XP partition so I want to have a second XP partition completely independent of the first. In time I will mi.... read more
3 answers click here to view
29/03/2012 15:30
Hi,
Webmin is missing most or all of it's configuration information. For example, when I go to Servers/Samba I get:
The Samba server executable was not found. Either Samba is not installed on your system or your module configuration is incorrec.... read more4 answers click here to view
29/03/2012 11:47
THIS REALLY CAN MAKE YOU EASY MONEY IT WORKS !!!BUT YOU HAVE TO FOLLOW ITTO A LETTER FOR IT TO WORK!!!!JUST AN INVESTMENT OF 6.00!!!ITS THAT EASY!!
: A little while back, I was browsing through the newsgroups, just likeyou are nowand came across an a.... read more3 answers click here to view
29/03/2012 10:19
I have a collegue in a large company who wishes to connect
his A7000+ (RO4.-something) to the company intranet, maybe
200-odd other computers on the net, all PCs running Win
2000 afaik.He needs to exchange data with a couple of other computers .... read more
2 answers click here to view
29/03/2012 9:30
Hello
SUSE 9.1 Pro2.6 GHZ Intel HT1 Gig RAM
Just installed 9.1 Pro.........all went great except assigningpasswords. In previous versions I would assign a six characterpassword for installation and afterward would go into Yast and changepassword leng.... read more2 answers click here to view
29/03/2012 6:33
Hi,
Where does Vista hide cookies?
Why can't I access %userprofile%/cookies?
An administrator user account gets msgbox(Access is denied)
In the shortcuts properties the target is omitted.I only want to check my code is writing correctly to a coo.... read more
2 answers click here to view
28/03/2012 18:33
I have the tool aka Da Jerk plonked in all other ng except here where I
occasionally toy with the fool. But I do keep a log and refer to it so
I can tell how successful the blocking agent is.I see that the fool continually answers my post via ins.... read more
6 answers click here to view
28/03/2012 12:08
Trying to install java on new dell running xp with service pack 2
On start up get Couldnt find main class will exit
Spent whole day on Java.com loading and unloading 1.6.0_02 offline to no avail. Site verifies installation but fault still declared. .... read more3 answers click here to view
28/03/2012 11:47
Hi,
I try to duplicate a database (10.2.0.3)with RMAN, the script freeze at the end of the duplication (executing Memory Script)
Any clue ?Thanks in advance
The output below:
RMAN> run2> {3> allocate auxiliary channel c1 type disk;4> set.... read more3 answers click here to view
28/03/2012 9:30
So i got this book called Red Hat Linkux Fedora for Dummies and itcame w/ the source on DVD and I am getting an error while trying toinstall. I'm currently using Windows XP 2002 Pro and know that mycomputer exceeds the requirements for this inst.... read more1 answers click here to view
27/03/2012 15:30
High all,
after having my WD400BB crashed without any warning from the (M$)OS, I'mrunning now SuSE Linux on my secondary PC (P100 ... and so on...lame)... I'm now going to NOT install M$ again, but want a pure Linuxsystem, but no longer SuSE.... read more
1 answers click here to view
27/03/2012 12:08
Let's say I have a web page, not part of the Javadoc documentation,and I want to reference it in the Javadoc, say that gives additionalexplanation or a list of codes. What do I code?
It has full url something like http://mindprod.com/jgloss/http.... read more4 answers click here to view
27/03/2012 11:47
Either one of o'reilly books, or some other book, talked about how ifyou declare a function/procedure as part of a function, you can cacheobjects in an array for the life of a session, so u don't have to makea trip to a table again.. anyone r.... read more7 answers click here to view
27/03/2012 10:46
Hi all,
I wrote a short program and gcc it in QNX6.21. However when I attempted toexecut the program, following message appears but the program doesn't run atall.Memory fault (core dumped) What's the problem? Yijun The program list is: /***.... read more
1 answers click here to view
27/03/2012 10:19
I could try to justify why I have the current set-up but it's a long
story. Suffice to say:
My main working machine is an expanded RPCSA. This is connected through
a BT line on a dial-up account with Demon which I've had for 8 years. SO
long .... read more5 answers click here to view
27/03/2012 9:30
Is there an application (or application package) that enables the users tosend and receive files over a network connection? To be more precise, anapp which, to send the file, the user only needs to feed the file name andthe destination's IP addre.... read more3 answers click here to view
26/03/2012 18:33
we have a domain controller NT 4 SP61 that every 1 hour stops responding to any RPC based process, only solution to is to reboot the server
symptoms include when going into User Manager or Server Manager it hangs and then get the error message RPC se.... read more4 answers click here to view
26/03/2012 15:30
Hi,in a few tread I am following /Time to upgrade from 2.6.17-5mdv/ and /RAID Question/ - there are contribution from Crashdamage which do not appear in the header...just wondering if there are more header I am missing?
santo
by the way the RAID tre.... read more5 answers click here to view
26/03/2012 12:08
Hi all,
I own a .co.uk domain. Should my packages begin with uk.co.domainname? Orshould I use the more common com.domainname even though I don't own a .com?
Thanks,
Bob1 answers click here to view
26/03/2012 11:47
hi all,i'm new to oracle (and excuse my english), i've downloaded the freeversion of oracle 10g (express edition), i don't understand logicalprocess to creating a database.. i undertsand that the schema elementis the database of sql serve.... read more10 answers click here to view
26/03/2012 10:19
DO NOT REFORMAT THIS POSTING
A few days before Christmas my router, the commonly used 'PTI'
model PAE-CE84 from DABS, stopped accessing the WAN via the ADSL
connection, though the LAN, comprising 3 computers and a Wireless
Access Point, was .... read more6 answers click here to view
26/03/2012 9:30
I'd been reading on the G-forums about KDE split ebuilds. FWIW I amtotally against them. It puts a lot of responsibility on the packager toknow exactly all the dependencies for each component instead of justrelying on the overriding package group.... read more2 answers click here to view
26/03/2012 6:34
When I install a new [to me] program, I get a message to close allopen files. Is that message a joke or s/ I shut down ALL my otherprograms?
Thank you.Barry Karas PS I have WinXP Pro & SP 2.
2 answers click here to view
25/03/2012 15:30
How do I set up a user on Redhat 9 / Apache that would be able to create new files and update files, and create newdirectories, in /var/www/...? Right now, I have to su to root to modify any web pages. On another 'regular;user account, I added t.... read more
3 answers click here to view
25/03/2012 14:54
Greetings,
I am missing the whoami utility, Oracle cluster services install is
asking for it. Is there an easy way to find out which package this
utility belongs to?
Tks
JC
3 answers click here to view
25/03/2012 12:08
In this work in progress interface control widget for anapplication to run on my employer [ http://dt.asu.edu ]'sDecision Theater theater in the round (affectionately thedrum):
http://www.public.asu.edu/~kdolan1/images/DataSetupOptions.png
the u.... read more3 answers click here to view
25/03/2012 11:47
I just installed Oracle 9.0.1. on Linux Advanced Server 2.1.When I try to connect to it, I get: SQL> connect / as sysdbaERROR: ORA-24314: service handle not initialized The environment variables like ORACLE_SID seem to be set correctly. ButI am.... read more
4 answers click here to view
A few days ago I noticed my Linux box had been rebooted (typically runs24/7.) Upon further investigating I found someone had attempted tologin to my box (via ssh) close to 5000 times a few days earlier. Asfar as I could tell, they had not been suc.... read more2 answers click here to view
25/03/2012 6:33
I have a W2K Workstation that I can not see in network neighbohood. I could see the workstation last week but some how now I can't that workstation? The user can log into the domain and see everyone else and can share all data folder on the serve.... read more3 answers click here to view
24/03/2012 15:30
I have an old AMD-K6 266 MHz PC with 128 MB of RAM that I upgraded from Debian 3.1 to Debian 4.0 by doing the apt-get dist-upgrade while on the Internet.It was crashing for a few days, but it isn't the Debian OS because it also crashed when usi.... read more
8 answers click here to view
24/03/2012 12:08
I have my program coded but I am throwing 5 errors.I am sort of lost ... being a novice :)The error is: symbol: class str ??? Any comments would be helpful ... Thank you! *************program below*********************import TerminalIO.KeyboardRe.... read more
2 answers click here to view
24/03/2012 11:47
I am helping a DBA clone an Oracle 8i database using disk snapshots.He would like to use the more expensive disk snapshot hardware forjust the data files. The rest (indexes, redo, rbs, etc.) will be onlocal disks. The split of the data will be done .... read more
3 answers click here to view
24/03/2012 6:33
Hi,
I have two users one using Windows NT and the other using Windows 2000.They are both having problems when trying to open there C:TEMP directory, it will open using the command prompt but it can not be accessed through My Computer or through Win.... read more
3 answers click here to view
23/03/2012 18:34
I'm trying to do a fresh install of Windows XP pro from a store boughtupgrade install disc onto a 3 year old Gateway laptop. Everything goeswell at first. I go through the usual install scripts, it asks for aprevious copy of Windows etc. The fir.... read more3 answers click here to view
Hi all,
within two different networks I use a Lj4+ and a LJ5 (both connected to theethernet and the firmware is uptodate). The LJ4+ runs in a RedHat networkas expected.Here at home with Gentoo and Cups 1.1.9-r1 + ghostscript 7.05.6-r3 (andearlier v.... read more
2 answers click here to view
23/03/2012 12:57
Every now and then its a good idea to check the batteries as they can leak and damage the motherboard.I discovered my A4000 Toaster system had such a leaking battery, But I caught in in time as it hadn't yet even gotten to the motherboard.
3 answers click here to view
23/03/2012 12:08
hello guys,
im new to installing jar files etc...need a help on java. i have a jar file and i need to use maven toinstall it. that jar file came with a help file To run and test the DemoApp example: * Install Maven* Install the guiapp-plugin-1.0.j.... read more
3 answers click here to view
Can any one tell me how do I call a pl/sql procedure from a unix shellscript.Idonot have unix access at home, but I am guessing that this might work. anyideasplease.assuming that the pl/sql procedure takes 2 in parameters and 2 outparameters sqlplu.... read more
3 answers click here to view
23/03/2012 10:19
Although a total RISC OS fan and user of well over twenty years, (if
you count BBC 'B's as well), I apologise straight away here, because
my query is not RISC OS based. However, I thought some of you might
enjoy assisting me - either to corre.... read more1 answers click here to view
23/03/2012 9:30
Hi,
I wish to use an authentication system on a Linux host which is similar to the Windows Active Directory Server for the users whose systems are Windows Vista and Win7 based. I have heard the OpenLDAP application can serve similar purpose.Since th.... read more
4 answers click here to view
23/03/2012 6:34
Hi All,
when surfing with IE and clicking on a link on a web site, the action will not open Windows Media Player which is my default player for mpgs, mp3s, etc. When clicking on the link it tries to open another window which just ends up displaying t.... read more2 answers click here to view
22/03/2012 15:30
Hello
Is ifconfig command to use? Looked at man page but didn't see how to set eg subnet mask, gateway, etc using this command.Angus
3 answers click here to view
22/03/2012 12:08
I want to learn how to program JSP web applications.I've programmed Java applets and C# web applications, so I understand Java syntax and the HTTP request/response model, but what else do I need to know? Are servlets something I should be able .... read more
1 answers click here to view
22/03/2012 11:47
Requirements are Experience of at least 2 years oneBusiness suite at technical levelAbility to install Oracle Ebusiness Suite.Ability to modifiy forms,Ability to program the API'sAbility to do data loadsworked with BI CertificationsOracle Cer.... read more
1 answers click here to view
22/03/2012 10:19
Hi all
I'm hoping someone has mastered the black art of PDF production and can
help me out, for sensible money.I have a number of quite complex Publisher files - magazines and manuals which would like to convert to PDF with a view to being ab.... read more
7 answers click here to view
22/03/2012 9:30
Does any one out there know if Mandriva has the ability to pull in from a Verison DSL modem via USB? I have a Dell Pentium III and Mandrake 2005 . I saw the requirements from Verison and they specify a Windows OS yet I figured I could get it to wor.... read more5 answers click here to view
22/03/2012 6:33
Hi
We have a requirement to set the virtual memory programatically in Windows
Vista. 
i.e. when we launch a application, set the virtual memory(say 2GB).

When we quit the application reset it to the original virtual memory.
I have used.... read more5 answers click here to view
21/03/2012 15:30
Doing research on purchasing a linux friendly laptop. Any feedback, tipswould be welcomed. I've googled, checked out manufacturers etc but hearingfrom actual users of current hardware and users of mandriva 2007 will bevalued.tia, steve
1 answers click here to view
21/03/2012 12:08
Hi all.I just wondered about something. Can i use if statements to black out sections of code that would fail if executed because a referenced _type_ is not available? For example, would this work even if SomeClass could not be loaded? if (isClassL.... read more
5 answers click here to view
21/03/2012 11:47
Any suggestions on how to reduce downtime to absolute minimum whilemigrating a 320 gig Oracle 8.1.7.1, AIX 4.3.3 IBM M80 to Oracle 9.2.0.5AIX 5.2 IBM P570. Upgrading Oracle Version, OS version, Hardware.Thanks for any suggestions.
4 answers click here to view
21/03/2012 9:30
I did a new Mandriva 2006.0 installation (reasons for this in my lastCUPS exiting .. posting) - a clean one with disks formatted.Everything works fine, even the Brother DCP 7010, I previously hadproblems with. The problem now is, that something wi.... read more
8 answers click here to view
21/03/2012 6:33
More here:
http://www.computerworld.com/action/article.do?
command=viewArticleBasic&articleId=9108158&intsrc=hm_list
Alias
4 answers click here to view
20/03/2012 18:34
When ever I try to run a game like ,Hyperbowl, which is for XP, I get a Can't run a 16-bit Windows program. It also says cannot find file C:Hyper Entertainmenthyperbowl arcade editionhyperbowl.exe(or one of its components).Check to ensure the pat.... read more3 answers click here to view
20/03/2012 15:30
Hi,.I would dearly like to try Gentoo - however, I can only get 56Kinternet access in my area. I have obtained a 1.4 rc4 installationdisk and have one crucialquestion before engaging in installlation. I would like to know howlong (or how many MBs) i.... read more
2 answers click here to view
20/03/2012 14:54
Hi all.After ~10 years of using Linux on the desktop, I have decided to give a chance to Solaris 10 on my new nforce4/AMD-opteron based opteron workstation. Just for the sake of change. BTW I'm using Solaris on couple of company servers (U-sparc.... read more
11 answers click here to view
20/03/2012 12:08
Sorry for my ignorance but I am still new to Java. I am wondering why Java needs the import statement? Why can't it figure out itself what to import? Why can't I just write:
import *;
This gives an error but I don't know why. I can't.... read more4 answers click here to view
20/03/2012 11:47
Hi,
I'm trying to run an SQL script as part of installing an application,and am getting an error on the script. Here's the part of the scriptwhere the error occurs:
DROP TABLE ss_sessionspec5 CASCADE CONSTRAINTS;
CREATE TABLE ss_sessionspec.... read more8 answers click here to view
20/03/2012 10:46
Can different applications have the same queue open in different modes? i.e. some blocking and some non-blocking. Or is the blocking/non-blocking attribute set on the queue thereby effecting all users?
1 answers click here to view
20/03/2012 9:30
Hi,
I've successfully setup my local caching only name server for my dial upconnection. Also, according to the faq, I add the forward section to thedns option section. It also works fine.
However, I noticed that my local setting, which are in m.... read more2 answers click here to view
20/03/2012 6:33
i rececntly had to do some development for a client that required
windows vista, so i installed vista on my second hard drive.after the contract ended, i deleted the windows and users folders. i didn't repartition the drive like i normally woul.... read more
1 answers click here to view
19/03/2012 12:08
Just a shor question concerning date calculations.I want to take the current date, like Date currentDate = new Date(); thensubtract x number of days from it.
What I was thinking of doing was extracting the days, months and year fromcurrentDate and .... read more
1 answers click here to view
19/03/2012 11:47
Hey, all.Shockingly, RMAN (8.1.7.4 on AIX 5.2) is still refusing to give up allits secrets.
I am working on TSPITR.
I have created the auxiliary instance, and am able to connect to itwith the RMAN connect string.
and tried a tablespace restore u.... read more
2 answers click here to view
19/03/2012 10:19
Yesterday I updatet my machine to RISC OS 4.39 Adjust. After few
hours, I still reupdatet all to RISC OS 4.02. I see absolutelly no
reason why to update to RISC OS 4.39 Adjust.The things are too complicate, not userfriendly to me and so it's t.... read more
2 answers click here to view
19/03/2012 6:34
We had 5 users set up on our computer, but now only showing 1 user and they do not have administrator access. I was the administrator, but I can't access my user user account. Does anyone know why this would happen? When computer comes on, it .... read more2 answers click here to view
18/03/2012 18:34
Have recently updated to avg free edition 7 after using free edition 6 with no problems. As far as I can see there is no opportunity to schedule daily virus scans with 7 as there was with 6. Only able to schedule daily updates. Am I correct in thi.... read more9 answers click here to view
18/03/2012 15:30
I upgraded to kernel 2.6 and have removed the ide-scsi module becauseI have heard that the new kenrel doesn't need it. I can burncd's with cdrecord, but burning dvd's with dvdrecord doesn'twork? Is anyone burning dvd's under 2.6.... read more2 answers click here to view
Yes, you must have a main header but why that particular header? You can get by without it so why use it?
3 answers click here to view
18/03/2012 11:47
Group,
We have an orphan application, I set up about 10 years ago. Meanwhileanother secretive DBA worked it and modified everything - I'm sureyou've seen the type. He's gone, but I've not forgotten.Here's what I have. The databa.... read more
1 answers click here to view
18/03/2012 10:19
For the Iyonix, how should I request a transfer from a bulk in (i.e.device to host) endpoint? It isn't sufficient to open a pipe from the endpoint and wait for bytes to arrive, apparently, unlike for an interrupt mode endpoint.
I have to ask for.... read more
4 answers click here to view
18/03/2012 9:30
When I do:
emerge -puD gpgme
it wants to emerge gpgme-0.3.14-r1, while when I do
emerge -puD gpgme
or even
emerge -puD kmail
it comes up whith gpgme-1.0.2
There is no gpgme related entry in /etc/portage/package.keywords orpackage.mask. Even better, .... read more6 answers click here to view
17/03/2012 18:34
Greetings All --
Yesterday Microsoft issued a Revised Security Bulletin for Buffer Overrunin Messenger Service (KB828035) It is suggested that you run WindowsUpdate to obtain this. If you experience any problems downloading theupdate see the web si.... read more1 answers click here to view
17/03/2012 15:30
Anybody getting it to work? What steps to arrange dependencies, whichseem particularly confused and unco-operative. Which distro version, etc.Thanks in advance.
6 answers click here to view
17/03/2012 12:57
A two-minute video of the Dec. 5 Toronto World ofCommodore 2009 has been posted at YouTube. Go to
http://www.youtube.com/watch?v=UIE8o6aEZGA
Truly, Robert Bernardo Fresno Commodore User Group http://v.... read more2 answers click here to view
17/03/2012 12:08
I am reading the book Learning Java (O'Reilly) and there is a sectionwhich says to favor composition over inheritance. Having noexperience with composition, I am wondering what the general concensusof the group is. Which is better, inheritance.... read more8 answers click here to view
17/03/2012 11:47
Say I have the following two UPDATEs:
UPDATE table1 SET a = 1 WHERE b = 1UPDATE table2 SET c = 1 WHERE d = 1
Is there a way to combine that into one SQL query, or is two the best I'm going to be able to do?
1 answers click here to view
17/03/2012 10:19
I've got a document entitled 'Basic V Guide' which evidently originates
from Acorn and describes ARM BASIC 5 in some detail; it might even have
been written by Sophie. Included in the document is a detailed
description of a LIBRAR.... read more7 answers click here to view
17/03/2012 9:30
Hi all,
I have SuSE 8.1 with glibc 2-2x, but more and more programs ask forglibc-2.3 (so far, Ogle 0.9 and the latest version of Cinelerra in mycase).I know it's a difficult thing to upgrade glibc, and I won't try it...
I need my system to w.... read more
3 answers click here to view
16/03/2012 18:33
Hi,
I would like to promote from BDC to PDC in KL office.My office network infrastructure is like below.
The BDC in KL office is connected to PDC in Sydney office via Internet.
We are configure VPN in PIX between two office.
Right now, I would lik.... read more
3 answers click here to view
16/03/2012 15:30
vi has taken over the computer when I ran it.I do not know how to shut it down. CTRL-Cdoesn't do anything. Neither does ESC or CTRL-BREAK. I can't seem to get colon qto do what I expect.
What happens if I just turn off the power?
4 answers click here to view
16/03/2012 12:08
Xponent has released the first beta version of CAX, a caching API forXML. CAX extends the functionality of the XmlReader, which is a fastXML pull parser. CAX buffers and caches XML as it is parsed andprovides a cursor to all previously parsed XML. C.... read more1 answers click here to view
16/03/2012 11:47
I shutdown the database using shutdown abort and now one of the dbfile is corrupted. I am not able to startup the database anymore.....NOTE: the database is in the noarchivelog mode. Does it mean, thewhole database is non-recoverable? HELP..... t.... read more
4 answers click here to view
16/03/2012 10:19
I'm having a few problems trying to compile GCCSDK on my Linux server....I've downloaded everything via Subversion and got the gccsdk directory ok.
However, when I go into gccsdk/gcc and type autoconf ; autoheader (according to the gcc/READM.... read more
3 answers click here to view
16/03/2012 6:33
I downloaded the beta 2 copy of Java Mustang which enables Glass support in
certain Java based applications. I don't know if you have experienced this,
when you open an app built around Java, it turns off DWM. With Mustang it
enables Glass and th.... read more4 answers click here to view
15/03/2012 18:34
Hello,Was hoping someone else could help me with this, please bear with me as I describe all the symptoms.Lately, my laptop has been running slow, and a few weeks ago this blue screen popped up with freaked the hell out of me...said something like .... read more
1 answers click here to view
15/03/2012 15:30
Hi, all. I killed my computer (don't ask) so I just decided to wipe itclean and upgrade to Fedora Core 3 (I had been using FC2). Maybe I don'tremember all the problems I had configuring FC2 -- I'm sure there musthave been some -- but it.... read more1 answers click here to view
15/03/2012 14:54
Hi all,
I'm using sun4u Netra(tm) CP2033 Server.It has 650MHz one cpu and 2G main memory.
And i'm using memory DB and web server there.
Memory DB takes around 1.5G main memory because i have 100000 users on DB.
So only Free memory is availab.... read more
7 answers click here to view
15/03/2012 12:08
import java.util.*;
public class TryIteratorRemove { public static void main(String [] args){ Collection<String> myCollection = new ArrayList<String>(10);
myCollection.add(123); myCollection.add(456); myCollection.add(789);
int i=0.... read more1 answers click here to view
15/03/2012 11:47
Oracle 10.2.0.3.0, Windows 2003 Server
Two servers: Let's call server A Lutsen and server B Annapurna.Scripts are located and executed on Lutsen to read/insert/update and create indexes on tables (a few 30+ and 80+ million rows in size) all lo.... read more
2 answers click here to view
15/03/2012 10:19
Is there a simple way to rotate the bits in a byte (or even a word) left
within BASIC?
I Googled and came across this from John Kortink (Message-ID:
<ptkgguss3eq0on92bfkjvdnfdljlc1eu0e@4ax.com>) to rotate a byte A% right
by B%:
A%=A% >>&g.... read more4 answers click here to view
15/03/2012 9:30
Hi,Anyone using this card on SuSe 9.0? Yast sees the card and I can configure it but won't talk to wireless Router. Works fine on W2K.Any idea please?Tony
1 answers click here to view
15/03/2012 6:34
2 QUESTIONS:
Can anyone tell me the approximate SIZE of the file that is downloaded when doing an Automatic Update to SP2 for Windows XP Professional (my current version is listed as 5.1.2600) -- a range will do.
Suppose I want to obtain this on a .... read more2 answers click here to view
14/03/2012 18:34
I have my network set up in a workgroup and have the majority of my stuff stored in shares on the server (Windows 2k Pro box). I have the ACLs set up to allow authenticated users to have access to these shares. My issue is that sometimes it takes up.... read more2 answers click here to view
14/03/2012 15:30
I downloaded a lib source file and want to compile it so it might workwith my new AMD Athlon 64 system that today I installed the 64bit versionof SuSe Professional 9.1 onto. What command would I do to get this libraryfile to work with my 64bit system.... read more2 answers click here to view
14/03/2012 12:08
Hi,
I'm in the progress of coding up a new application , that is significantly complex to require a help system & training material for each screen.Obviously the best palce to put the help in in the app.
does anyone have any exp. or recommend.... read more
4 answers click here to view
14/03/2012 11:47
I can get a list of all my functions + procedures via:
select distinct object_name, package_name, overload from all_arguments where owner = 'MYNAME' and package_name is not null order by package_name, object_name;
Is there a way I can fin.... read more1 answers click here to view
14/03/2012 9:30
I am looking for a C complier for SUSE Linux, which is relativally easyto install
Does anyone have any suggestions
Thank youStephen
3 answers click here to view
13/03/2012 18:33
Is there a relatively easy way to decompile a Windows Help file under Windows NT. I've got a help file (actually a group of files, the biggest being the HLP file and the CNT file) I need to decompile and extract the text as RTF (or even text). Th.... read more4 answers click here to view
Hey folks,
Sorry for the ignorance...I've been putzing around and came seem to figure this out on Red Hat9. Someone told me that it's set at default at 128KB, but I can't seemto figure out how to change this or how to get the default.
.... read more
2 answers click here to view
13/03/2012 12:08
I'm a relative Java novice and am writing a small sharedealing client/serverapplication as an exercise. The client comprises two List components - thefirst displays a list of available shares and prices (loaded atinitialisation from a file), the.... read more1 answers click here to view
I have two tables that both contain names. There is no common indexbetween the two tables (they are independent of each other). Bothtables have 'name' fields, for example table TA has a column calleda_name and table TB has a column called b.... read more1 answers click here to view
13/03/2012 10:19
Perhaps somebody could give me a hint on this one.While I'm now successfully receiving news and able to receive and send mail I can't post anything.
The news server always rejects my post because of a 435 Bad Message ID Not exactly clear wha.... read more
7 answers click here to view
13/03/2012 9:30
I installed the MS Core Fonts when I did the first online update (during initial installation). Now it occurs to me that I have no clue where they are. They don't show up on KDE's font chooser, nor in Firefox.Where the heck are they? :P
6 answers click here to view
13/03/2012 6:33
Guys please.. must I educate you all?
You either are ignorant or forget too easily!
Vista is NT,
NT 4 was NT 4.0
win2k was NT 5.0
XP was NT 5.1
and Vista is NT 6.0
Windows95, 98, and Me was windows 9x...the NT and 9x is the kernel of the OS...
http:.... read more
7 answers click here to view
12/03/2012 15:30
I used YAST to go from 3.2.1 to 3.3.1 and it broke several things. Screensavers can't be configured (kxsconfig gives a No configuration available for ... error for every screen saver), devices can no longer be displayed, etc.). I don't know .... read more5 answers click here to view
12/03/2012 12:57
Anybody know where I can get these? Were they put in an aminet at somepoint or do I have to buy the originals? and was there a disk 3 and 4?
Deluxe Music Construction Set - Instruments and Scores 1 by ElectronicArts released in 198?. Further Inform.... read more2 answers click here to view
12/03/2012 11:47
Hello everybody,
hope anybody can help me.I got the this invalid number exception when I tried to store afloating-point number with a comma as decimal separatorin my Java-App.
My customer wishes to use German numeric character settings, which is ac.... read more
1 answers click here to view
12/03/2012 9:30
hallo,i have problems to install the ati video card driver (ati8500).this my procedure: rpm -i --force /home/fb/Desktop/tutto/ati/X4.3.0-3.2.0-3/fglrx-glc22-4.3.0-3.2.0.i586.rpm*** Trying to install a precompiled kernel module.
*** WARNING ***Tail.... read more
4 answers click here to view
11/03/2012 18:33
One of my BDC's does not show up in my Network Neighborhood listing. It used to. What might have changed?1 answers click here to view
11/03/2012 15:30
when I try to install the rpm package from canon Europe for the pixma ip 1500 printer I get an error stating that the package needs libpng.so.2, I have symlinked the file all over the place and even installed an old package that hat the file in it an.... read more1 answers click here to view
11/03/2012 12:08
Hi,
I try to read a RandomAccessFile until the first newline and to count all tabs.But the following just won't do the job: ***********************RandomAccessFile in = new RandomAccessFile(filename);char c;int num=0;while ( (c=in.readChar()) !.... read more
2 answers click here to view
11/03/2012 11:47
what is the maximum value supported fordb_file_multiblock_read_count.Is it equal to the max I/ that your OScan support?ss
5 answers click here to view
10/03/2012 15:30
Hi,
I have installed Fedora into my Intel Centrino notebook. The max screenresolution is 800x600, this could be due to the wrong driver. So Idownloaded driver (for Intel(R) 82852/82855) GM/GME Graphics ControllerFamily - rpm version) from Intel site.... read more1 answers click here to view
10/03/2012 14:54
All,
Here's a quick brain dump on Flash Archives, in case you have run into
these problems before. We have run into several bugs which you may
wish to know about if you need to rely on archives in your
environment. I tried to be as specific as .... read more2 answers click here to view
10/03/2012 12:08
I am taking a distance learning class on JAVA. I am stuck with the following. My code appears to work correclty, until it comes to the DataInputStream. I am unable to figure out how to print the stream to my console. I am reading a simple txt file o.... read more1 answers click here to view
Hey all,
I know I could do this with a cron and a script, but I'm looking into if it can be done easily right from Oracle.I'm using Oracle 8i on a Unix Solaris box.
Simplified: I have a table with records for name, item purchased, date ente.... read more
2 answers click here to view
There is an argument that programming language selection for real-time safety critical application development is important. And Ada is a much better langugage compared to C/C++/C# and Java.i) Can some QNX, Neutrino guru comment on this issie?ii) Ho.... read more
1 answers click here to view
10/03/2012 9:30
Dear all,
is there besides http://linuxwireless.org/en/users/Devices any othercomprehensive list of PCI and USB wireless devices which are known towork with Linux (no proprietary drivers)?
Because I switched to a 64bit system recently my current D-Li.... read more4 answers click here to view
10/03/2012 6:33
i have windows vista home premium and when i try to run the install of the
latest itunes install i get a message - this installation package could not
be opened. verify the package exists and that you can access it. or contact
the application vend.... read more3 answers click here to view
09/03/2012 15:30
**If you are interested & qualified, please submit a resume directlyto chariset@google.com**Referrals are welcome! Thank you for taking a look at this post!
************************************************Networking Software Engineer - Mountain View.... read more2 answers click here to view
09/03/2012 12:08
Hello all,
I'm not a very experience Java programmer. I have much more experiencewith C++, but am now trying to figure out some Java problems.We have an applet that has been working fine for years. Now we havetried it on IE 7 and get the foll.... read more
6 answers click here to view
09/03/2012 11:47
Hi group,
I have a small question:
I'm building a music site with lots of artists in them. Each artist canbelong to a certain genre of music: e.g. Rock, Pop, etc.Artist table looks like: id, artist_name, genre_id, artist_info, etc.
Genre table .... read more
6 answers click here to view
09/03/2012 10:19
The developers said they hoped they would be using SDL to develop the
new Imogen conversion. Does this mean a conversion to RISC OS is
possible?
5 answers click here to view
09/03/2012 9:30
hello,
I'm a newbie to Linux, but after I installed Mandrake 9.1 (and wasvery satisfied with this distro ) I felt the need to start fromscratch with something more difficult, just to learn.So I installed stage3 with GRP.
I don't have a netw.... read more
1 answers click here to view
08/03/2012 22:19
I'm searching for a picture of the A1200 motherboard with 3.0 rom. Iwant to know how they must be placed...TnX!
2 answers click here to view
08/03/2012 22:19
i have an eval ver 6.3.i need to develop a driver for a character device / x86 based board.
where is the DDK? or is there a way to develop drivers from the IDEthxalex
2 answers click here to view
08/03/2012 15:30
Has anyone written a document which explains all about GNU/Linux gaming? Introduces worth of playing games. Explains how to get Windows games to run in GNU/Linux.I have ran Morrowind, Oblivion, and Fallout 3 game editors in GNU/Linux. Fallout 3 r.... read more
1 answers click here to view
08/03/2012 11:47
Oracle 11g has a very interesting option: active DG. Basically, one can
create a physical standby db which is open for querying. It is much
better thing than a logical standby database because there is no hassle
with streams and unsupported types..... read more2 answers click here to view
08/03/2012 10:19
Has anyone succeeded it getting the data off a Kodak Picture CD into
a RISC-OS system without first downloading the pictures on a PC?
There is no problem reading the disc, and it has a directory
called Pictures which contains (apparently) JPEG files..... read more6 answers click here to view
08/03/2012 9:30
My ISP blocks NNTP traffic. To get round this, I propose to use my
Squeze VPS, which has direct access to the Internet, to collect news
articles from a few selected groups, and access these over SSH (or
something like that).Can anyone advise me o.... read more
1 answers click here to view
08/03/2012 6:33
I have a domain set up here at home with a webserver. I have a friend whoneeds access to a webserver for one of his classes, and I have offered him asub-domain to help him out. I would prefer to allow him to map the folder Iset up for him, but I am.... read more1 answers click here to view
07/03/2012 22:10
Hi,
One user has accidentally upadated and commited the transaction. Now
my job is to restore the previous data for that table. Is there any
way to do it. Its already been 24 hr past when It happen.. Im not
sure wether I can use Flashback or not.Pe.... read more
2 answers click here to view
07/03/2012 22:10
Hi,
Does the Solaris Network Stack do MAC address verification for
REPLY packets. For example, lets say a client C sends a packet
to server S as:
REQUEST = {MAC_c, MAC_s, IP_c, IP_s, PORT_c, PORT_s}.The client obtains MAC_s from its routing table (.... read more
1 answers click here to view
07/03/2012 22:03
Hi,
I upgraded Squeeze to Wheezy.After logging out of X (no matter which desktop or window manager) the screen goes black, the monitor signal gets lost, its green light turns to yellow. The only way to get out of this situation is by pressing the re.... read more
6 answers click here to view
07/03/2012 18:33
Is changing the password for the Administrator's account same as changing any user's password? or do I need to take any special precautions? (We have a PDC and 3 BDCs, and we think our security is compromised and wanted to change the password.... read more3 answers click here to view
07/03/2012 15:30
libxft-dev has been the source of broken dependencies for two or three weeks
now. I run testing on PowerPC.I can't get any software to install because apt-get always gives up trying to install libxft-dev. I tried just removing it but then ap.... read more
1 answers click here to view
07/03/2012 11:47
hello, I am thinking about oracle certification. my interest focus on
administration and sql/plsql development. there is quite a list of
available certifications on oracle website. after reading it I opt for
SQL Expert 1Z0-047 and Program with PL/.... read more2 answers click here to view
07/03/2012 9:30
Does anyone know why Linux can't seem to maintain a diald-dialed serial
PPP connection while performing lots of disk I/O, especially on a PIO-mode
IDE disk?
When I ssh in to my machine and do a big diff -r ... command, the ssh
connection usually .... read more3 answers click here to view
07/03/2012 6:33
can anyone advise if the native Administrator account on an NT4 domain is renamed (but maintains the same SIDs etc) will this affect replication - or anything else which may use this account.
thanxalison5 answers click here to view
06/03/2012 18:33
I have a WinNT server and have JUST added a winNT backup server.We have logon scripts on the primary server that set upmapped drives for users. Now that we have added thebackup server, Users logging in to the domain sometimeslogon to the backup se.... read more
2 answers click here to view
06/03/2012 15:30
ÕâÊÇÒ»·â MIME ¸ñʽµÄ¶à ²¿·ÖÓʼþ¡£
------=_NextPart_000_010C_01C8DC27.9D1CE150
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: 7bit
Hello,
When I used aptitude, I noticed that aptitude does not .... read more5 answers click here to view
06/03/2012 10:19
Has anyone got any really good guides or sample source code to work with the
Parallel port ?
I'm thinking about writing a driver for RiscOS to drive the Adaptec
Parallel->SCSI converter.I suspect I might have to bypass the RiscOS calls and .... read more
2 answers click here to view
06/03/2012 9:30
Hello!
I try to install tutos2 but aptitude can't to create postgresql
database tutos. I get the error message:
------------------------->
Creating the POSTGRES TUTOS database...---------------------------- HOST: localhost PORT: 5432 DBU.... read more
6 answers click here to view
06/03/2012 6:33
I've added a second processor to a Compaq Proliant 3000. The BIOS sees it but the OS does not. How do I get NT4 to recognize the additional processor?1 answers click here to view
http://reviews.cnet.com/4002-7600_7-6729620.html
Member Question of the Week
I recently purchased a new desktop preloaded with Windows Vista Home. But
after some frustrating moments of attempting to install and run a few of my
favorite programs, I.... read more3 answers click here to view
05/03/2012 15:30
Im using the kernel 3.1.0-1-amd64 and Debian sid
For a few weeks now I have had no sound from the VLC player
Videolan is no help, they keep blaming the debian multimedia sources
etc. Although VLC actually works well excepting that no sound is
forthco.... read more7 answers click here to view
05/03/2012 14:54
Hello,
i have two machines on a d1000 with a Raid 1+0.on the first machine i have created the Diskgroup named dgnew.
now i want to import the group on machine 2, but i get the following error message: root@machine1#vxdg deport dgnew root@machine2#vx.... read more
2 answers click here to view
05/03/2012 11:47
I understand that MySql Clusters primary data storage is RAM to speed
up queries, but regarding the disk which is the best choice, SSD or
HDD?
Is MySql Cluster like other databases that accesses the disk
randomically or it is sequential since the dat.... read more2 answers click here to view
05/03/2012 9:30
Hello,
I am running etch, and I use xfig to create figures. When I call xfig
from a command line I get the following error messages:
marcelo@yggdrasill:~$ xfig
Warning: Missing charsets in String to FontSet conversion
Warning: Cannot convert string
-.... read more2 answers click here to view
3 answers click here to view
04/03/2012 15:30
Hi
This was working until, I think, the last batch of updates from sid
If you look at the audio device list below, the wanted device is hw:0,0
which is working on other applications:-
Audio Input Output Device Name
Device Channels Channe.... read more3 answers click here to view
04/03/2012 11:47
I wonder if you could you share some thoughts and experience about doing
(small) ETL in sql/plsql? I mean what general approach would you take?
what pracices do you think could be described as best practices?
my first very general attempt is to:
1).... read more4 answers click here to view
03/03/2012 9:30
I recent update to debian sid has had a strange side effect. When I run
audacity, most of the text is fine, but where there are numbers they
are all shown as 0.Anyone else experiencing this? -- Alan Chandler http://www.chandlerfamily.org.uk -- .... read more
4 answers click here to view
02/03/2012 18:35
Hi All,
I would like to test my firewall, but have a NAT boxbetween me and the various firewall tests I knowof. Anyone know of a firewall test that shootsthrough NAT?
Many thanks,-T9 answers click here to view
I an trying to get my radeon 9200 based graphics to perform properly with 3D.
It worked with Gentoo, but now I've switched back to Debian, I can get it to
work, and I can't find out whats wrong.I am using a standard kernel-image-2.6.0-1-k.... read more
3 answers click here to view
02/03/2012 12:08
I figured that surely by now the <applet code= parameter was nugatory
when there was a Main-Class manifest entry. But to my surprise none of
seven browsers worked without it.-- Roedy Green Canadian Mind Products http://mindprod.com For me, the a.... read more
2 answers click here to view
02/03/2012 11:47
I have a sessions table like the following:
SID UserID TimeIn TimeOut
1 10 Aug-10-2011 11:30:45 Aug-10-2011 11:32:13
2 11 Aug-10-2011 11:30:55 Aug-10-2011 11:31:01
3 5.... read more4 answers click here to view
02/03/2012 9:30
------=_Part_8996_25191176.1212863248305
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hi, I've got the following error when performing an apt-get dist-upgrade.Can you help me? Unpacking.... read more
2 answers click here to view
02/03/2012 6:33
I have been having issues with Solitare in Windows Vista. After 5+ minutes
of play, it causes the system to hard lock (no BSOD, etc), and the system
has to be reset. No other applications seem to be causing this issue,
including other Windows bu.... read more4 answers click here to view
01/03/2012 15:30
-------------------------------1121515455
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
I need to retrieve my old password and change it please. I am not good on
computers, need help.-------------------------------1121.... read more
2 answers click here to view
Site and Features: http://www.eigensearch.com
Search engine, eigenMethod, eigenvector, mathematical, manifolds, science, technical, search tools, eigenmath, Jacobian, quantum, mechanics, manifolds, science, physics, chemistry, law, legal, government.... read more1 answers click here to view
01/03/2012 9:30
Hi,
is it possible on boot up to go to the login screen wait 10 seconds, and the automatically login a
selected account?
So on boot up it goes to the login screen and you have 10 secs to login to any of the accounts, if not on
timeout it logs in the .... read more2 answers click here to view
01/03/2012 6:34
I posted this earlier in the General group before I saw this group, which is probably more appropriate.I'm having difficulty repairing an XP Home machine with NTFS. On boot, I'm told that the System file is corrupt. Booting from the CD and .... read more
2 answers click here to view
29/02/2012 15:30
I'm trying to install the package slmodem-2.9.11-20070813.tar.gz in my Etch
system but in the `make' step I get the following error message:
kernel-ver.c:9:30: error: linux/utsrelease.h: No such file or directory
. Previously I had done `m.... read more4 answers click here to view
29/02/2012 11:47
Hello, Im working on a report, I reached the penultimate step but Im
not able to go on.Heres the output of the penultimate step. I added a dashed line to separate the sections of the output that I have to elaborate further.
After the table Im trying.... read more
11 answers click here to view
29/02/2012 9:30
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Taco Bell won the Franchise Wars.Which certainly clears out _my_ swap space, I'll tell you.
- -- Treason! http://blog.mises.org/archives/007926.asp -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4..... read more
3 answers click here to view
29/02/2012 6:33
I was able to boot from the NT 4.0 Workstation CD and start setup. However, I get error messages during the setup. I tried the Repair, and the update. Since those gave errors, I decided to just reinstall from scratch. That still doesn't work..... read more3 answers click here to view
28/02/2012 18:34
Can anyone help me to know if it's possible to use NTFS encryption on an external USB portable drive and be able to access the content from two different computers?
I have a desktop and laptop both running XP Pro. I have an identical user account.... read more2 answers click here to view
28/02/2012 15:30
Is there some dependable site serving sid images in DVD format ?
I have used a site in .hu about ten days ago and now wanted to build the
updated images but it complains about a mismatch between the NEW .jigdo
and .template files I have just downla.... read more1 answers click here to view
28/02/2012 10:19
Does anyone know whether and how I can setup PPP to use
an internet provider with dynamic DNS allocation?
Many thanks in advance.Thomas Milius
4 answers click here to view
28/02/2012 9:30
Hi, Folks --
Im setting up a laptop as a Christmas gift for my sister; its an Acer
Aspire 5250 with Radeon HD 6310. Netinstall of Squeeze went smoothly enough,
but the aspect ratio seems wrong (too wide; kinda squashed). Gnome and Xorg
are offerin.... read more2 answers click here to view
28/02/2012 6:33
This is a multi-part message in MIME format.------=_NextPart_000_0052_01C85167.05FC95E0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable The story of how this all came about is too long, but here's what i.... read more
3 answers click here to view
27/02/2012 18:33
Hello,
I have someone coming to my home regularly, who has a laptop. I'dlike to give them internet access, but without them being able to seeour other files.We don't have a domain controller set up. We do have a firewall.
This doesn'.... read more
3 answers click here to view
27/02/2012 15:30
I have filled up the / partition. a copy of fstab is below:
$/ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 250M 249M 0 100% /
tmpfs 249M 0 249M 0% /dev/shm
/dev/hda9 66G.... read more1 answers click here to view
27/02/2012 12:08
Is the Windows registry the only option?
http://stackoverflow.com/questions/62289/read-write-to-windows-registry-using-java
Thanks.8 answers click here to view
27/02/2012 9:30
--nextPart1514772.vJaX9OLBIh
Content-Type: text/plain;
charset=utf-8
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
I feel so dirty. I am using vmworkstation because at the time I wanted to=
=20
learn Linux server things, .... read more1 answers click here to view
26/02/2012 18:33
A NT 4.0 server, PDC of its own domain (no members or BDCs) is running IIS4. All use of the web server is via SSL, with basic authentication. My users frequently forget their passwords, requiring me to reset and send a new one. Afterwards the use.... read more3 answers click here to view
Hi to Everyone !
What a surprise ! I have been using Thunderbird and Icedove for so
long, that it had never crossed my mind that I could suddenly lose mail.
I have version 2.0.0.22 (20090706) running on Lenny. More details below :
My Inbox folder .... read more8 answers click here to view
After purchasing the book / reading chapter 9 choosing a performance
optimisation method by Randolf Geist & Charles Hooper ...the first
quick checkup refers to sampling performance with low overhead
I have been unable to find the script / please co.... read more8 answers click here to view
26/02/2012 10:19
Hi,
Not sure this is the right place but...I have a Logitech keyboard which has a button on it to switch the function of the F keys to a specific function which is controlled by windows software. However, when I open Virtual Acorn, I would like to b.... read more
2 answers click here to view
26/02/2012 9:30
Good time of the day.I can not run two applications w/ gksu: chromium and qbittorrent w/ the error: Couldnt set environment variable...
launching so: /usr/bin/gksu -u usrname /usr/bin/qbittorrent or /usr/bin/gksu -u usrname /usr/bin/chromium Others .... read more
15 answers click here to view
25/02/2012 18:34
Shortly after installing an automatice update on my new XP running computer about 4 weeks ago, I began to experience very slow connect speeds (never above 32k on a 50k modem). Bytes received is way slower (probably 4-8k)with frequent pauses of 5-10 .... read more2 answers click here to view
25/02/2012 15:30
I found this in my /etc/network/options
ip_forward=no
spoofprotect=yes
syncookies=no
Can someone explain how this is used for the iptables configurations and
for setting /proc/sys/net/ipv4/... options?
I am also interesting in knowing if I can repla.... read more1 answers click here to view
25/02/2012 14:54
I'm looking for filesystem limitations (such as maximum file size, maximum
number of files/directories in a directory, maximum filename length) for
UFS on Solaris 9/SPARC. I can't seem to find any such information
anywhere. I know that the.... read more1 answers click here to view
25/02/2012 11:47
On Oct 21, 7:13=A0pm, Mladen Gogala <mgog...@no.address.invalid> wrote:
As far as I know SQL Plan Baselines are an Enterprise Edition feature,
so I wouldnt be surprised to see them not working even in Standard
Edition (One).Having said that - .... read more
3 answers click here to view
Is it possible to open a directory viewer from the CLI without
automatically filer_booting (like pressing Ctrl when opening using the
mouse)? If so, how do I do it?
I=92m currently using *Filer_OpenDir
http://www.riscosopen.org/wiki/documentation/pag.... read more5 answers click here to view
25/02/2012 9:30
Greetings-
Making my migration to Evolution, I am seeking to read folders from an
IMAP server on which I have a LOT of folders (about 4500). Evolution
simply hangs while reading this list of folders, and has to be manually
killed. Any advice?
This.... read more1 answers click here to view
25/02/2012 6:33
Total of 34 Firefox bugs related to Windows Vista have been collected in
the Mozilla Bugzilla database; 20 of the bugs remain unfixed.
'Vista issues bedevil Firefox'
(http://www.jamthai.com/news/news00008.htm)
--
pitojung
3 answers click here to view
24/02/2012 18:33
After the computer was recently updated online, an unusual problem surfaced.The screen resolution was reset to a much lower value, and I find the appearance of the large icons and type (despite my age) disagreeable.
I went into resolution setup and.... read more
6 answers click here to view
24/02/2012 15:30
<<< I originally wrote:
I do know I want to stick with stable Debian >>>
<<< Someone else wrote:
I my opinion there is no need to do so. Squeeze is close to freeze, soon it will became stable. You better run it. Personally .... read more1 answers click here to view
24/02/2012 10:19
This just stiffs my Iyonix, did I miss some bit of the documentation saying
it wasn't RO5 friendly? Or does it work for other people?
--
Dan Ellis
5 answers click here to view
24/02/2012 9:30
Hi,
I am thinking of buying my daughter a video camera, and I am
looking for a little advice. Is there within Debian like tools
for getting MPEG files off a camera, onto a linuc box and
software to view them, or better.... read more3 answers click here to view
I have a Word (2003) document with a couple of Headings 1 and Headings 2.I created at the top successfully a table of contents for all of them.
Now I expected that when I click on one of the lines in this table of contents I am jumping automaticall.... read more
2 answers click here to view
23/02/2012 15:30
Hello to all,
Is there some way of finding a list of packages in each repo listed in
aptitude's sources that suggest or install zeroconf?
Its not just zeroconf that I'm interested in finding out about, but
that's my primary concern.Thank.... read more
3 answers click here to view
23/02/2012 10:19
Hi there,
I'm looking to find information on what module implements the SWI
Debug_Print which has the corresponding number &CA680
It looks like it takes the following parameters:
r0: Pointer to structure (variable length):
The structure i.... read more2 answers click here to view
23/02/2012 9:30
--00163683309acfeca30485f0ccf0
Content-Type: text/plain; charset=ISO-8859-1
Hi,
When I first installed debian, I got an auto-updater that would periodically
offer me the chance to upgrade based on what was out of date. This has
stopped appearing now,.... read more1 answers click here to view
23/02/2012 6:33
Hi
I have Vista Business, on a fairly new (4 months old) Windows-Vista labelled
laptop, experience index is 3.1. At least once a day (I think it happens
mostly when I am copying files ( 30-40 MB) from one directory to another
(not a specific di.... read more6 answers click here to view
22/02/2012 19:52
I have a bunch of audio cds I want to copy over to my phone however 9
out of 10 wont mount. Im tried manually mounting but dont think Im
doing it right. My fstab looks like this on 2010.2:
# Entry for /dev/sda5 :
UUID=0872e67d-8dc4-489c-9dc7-bbf8202.... read more8 answers click here to view
21/02/2012 15:30
Is there a way to find out which repository an installed package came from? The various show commands list the path inside the repository, but not the repository itself.1 answers click here to view
21/02/2012 9:30
I'm trying to find a good log checker.Basically, I want it to report anything that I don't tell it to ignore.
I've tried logcheck first and when I couldn't get it to do what I want I tried logwatch. It has an ignore file that it say.... read more
4 answers click here to view
21/02/2012 6:33
Today I installed a program that will let you record any sound coming from
your speakers. It's a paid program and it's a reputable program but I
noticed something after the reboot. Im not sure it's related or not. When
I even move m.... read more2 answers click here to view
20/02/2012 18:33
when i start my computer all i can c is my background decktop and my mouse
arrow
and i can't c the desktop icon , start menu and Vista sidebar.i need to click on Ctrl + Alt + Del then i write explorer.exe under file in the task manager to mak.... read more
2 answers click here to view
20/02/2012 15:30
Hi,
Which tool can help me decode the Unix time? E.g., strings like
1257624539, 1258162046, 1257623988, 1257709563, etc. they are about 68
days ago.11 answers click here to view
20/02/2012 14:54
I was a solaris only sysadmin for so long that I think of this as
my home group of unix experts, so please excuse this cross-platform
question...If you have an enterprise of several variants of unix, and all get their rfc2307 unix profile from a .... read more
1 answers click here to view
20/02/2012 10:19
Does Linux handle Internet radio stations like:-
http://www.manxradio.com/
--
Colin Ferris Cornwall UK
3 answers click here to view
20/02/2012 9:30
I need to install Enigmail on testing. To install it you need to run
Mozilla as root as the install is web based.I can't start mozilla as root.
I've su - and then run mozilla& but all that I get is a error message [1]+ Exit 1 .... read more
2 answers click here to view
20/02/2012 6:33
Hi can anyone help?
My dvd rom/cr-rw drive cannot be found on my computer. When I check it in
device manager it says:Windows cannot start this hardware device because its
configuration information (in the registry) is incomplete or damaged. (Code .... read more5 answers click here to view
19/02/2012 15:30
--0015174c3a9003f07004b2f4f552
Content-Type: text/plain; charset=UTF-8
Check out <Alt>+<Esc>. My initial impression is that is behaves much like
our beloved <Alt>+<Tab> of old. It even seems to be workspace exclusive.--0015.... read more
3 answers click here to view
19/02/2012 9:30
Hi.Is it me or is KDE v3.5.10s KMix v2.6.1 unmute button broken? I have to use Alsamixergui v1.00 to unmute Master stereo speakers for its audio to come back! Mute and volume controls work fine, but not unmute. It seems like KMix is not communica.... read more
4 answers click here to view
18/02/2012 18:33
is it possible to display the filename when in thumbnail view?
somehow i turned this off and I cannot figure how to get it back
thanks
Paul3 answers click here to view
18/02/2012 15:30
I have a headless network server at home on which I am running Debian
stable and the latest stable release of rsync. It was previously
working fine, but now hangs the machine (or at least, it disappears from
the network) as soon as my rsync clien.... read more3 answers click here to view
18/02/2012 12:08
Here a SSCCE to point out a gotcha in ByteArrayOutputStream,
admittedly not the most commonly used class. It is actually a bug.What I have discovered conflicts with the documentation /* * [TestByteArrayOutputStream.java] * * Summary: Testing B.... read more
6 answers click here to view
18/02/2012 10:19
Is there any RISC OS software for doing fourier analysis on sound samples? I used to use the old Armadeus sound sampler software, but understandably it doesn't work on the Iyonix, and I can't seem to locate my old sampler podule for the Risc .... read more4 answers click here to view
18/02/2012 9:30
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Am I the only one experiencing this problem? (See report at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=161011 )
I'm using Debian's gnome-session, so I'm not doing anything weird. Every
t.... read more2 answers click here to view
17/02/2012 18:33
We have a small network of 6 PCs,The server runs on XP We also have win 98 2nd edn and MEs.The problem is this: Every PC has to be turned on before the server is switched on, in order that each of them can access to the database on the XP server.... read more
3 answers click here to view
17/02/2012 15:30
Hello
I would like to send, through SSH, the definition of a shell function
from the current shell to the remote shell.Is there a POSIX way to output (in the current shell) the definition of a function ? Thank you, Timothy Madden
1 answers click here to view
17/02/2012 11:47
Hi , I am new to MYSQL so here is a trivial question for you advanced users:
I need to materialize a view each time the main table is filled with records
wich happens once a day. I know that MYSQL is not able to materialize views.So, my idea is to:.... read more
14 answers click here to view
17/02/2012 9:30
I've got an Access Point that has a serial port. The AP runs Linux
(it's an Netgear WG302). I can't connect to it from Linux using
minicom.After messing with it for an hour I brought out an old Win95 machine with hyperterm and was able.... read more
3 answers click here to view
17/02/2012 6:33
Hi Allplease excuse the long post, but i believe the more details will assist someone to help me. I am at my wits end with this problem
THE PROBLEM: I cannot get any SCSI drives to show up on my system.I know the drives are all working, because they.... read more2 answers click here to view
16/02/2012 18:35
http://www.bootitng.com/kb/article.php?id=159 noranything else I've read mentions whether to counthidden Partitions. I dual boot XP so I have to hide aprimary with PQboot or PM7 but I'm gonna try bothunhidden with 1 active.PS- in my case,.... read more
10 answers click here to view
16/02/2012 15:30
--nextPart3043540.94V52gu8Jb
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Hello,
I am the new owner of a Palm LifeDrive. I am trying to synchronise=20
KAddressBook with the PDA.... read more2 answers click here to view
16/02/2012 12:08
I was trying to control the speed and the size of the ball with
menu...but is not working.....kindly help
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.Formatter;
import javax.swing.*;
im.... read more2 answers click here to view
16/02/2012 11:47
So, one tries to resize a datafile and receives the ORA-03297 error.In our case, we have nearly 2000 tables in the tablespace.
Short of moving them all elsewhere, or doing an export / import, is there any way to see WHAT objects may be above the siz.... read more
6 answers click here to view
For http://www.youtube.com/watch?v=kyovCNUDvpU&list=PLDE211ADDDB800FD2
why when I download it with clive -f best then listen via mplayer, I
hear crackles like my headphones cant handle the beats.Whereas listing with flashplugin-nonfree in Firefox so.... read more
7 answers click here to view
16/02/2012 6:33
I am trying to install a BDC on Windows NT 4.0 and I'm getting a messageduring the install that the administrator whose userid / password Ispecified does not have permissions to add or modify user accounts. Whatspecific permissions is the inst.... read more6 answers click here to view
15/02/2012 18:33
One of our old servers is still running NT4 build 1381. Tried to install Arcserve version 11. Arcserve requires IE 5 or above. Tried to install IE6. Now requires sp6 before I can install anything. Tried to install sp6 and got the following error.... read more1 answers click here to view
15/02/2012 15:30
Hi, I want to be able to insert accented chars, like =E0=E1=E4=E8=E9=EB=EC=ED= =EF=F2=F3=F6=F9=FA=FC by means of the keyboard.I've googled and spent several hours trying to figure out how, but with no result.
The above accented chars I'.... read more
8 answers click here to view
15/02/2012 14:54
Greetings:
Just got in a T1000 and ran the Solaris (10) jumpstart and it creates
/var and /usr under the root partition which is already 62% full out of the
box. The jumpstart used to let you resize partitions but no more.This box doesn't co.... read more
5 answers click here to view
15/02/2012 11:47
Hello,
I would like to know if there is a better solution for my view.In the context, i have two table, one, is chart, a chart contains a difficulty, the other table contains records, a record reference a chart and a playerid and contains a ranking..... read more
6 answers click here to view
15/02/2012 10:19
I edit a monthly newsletter which I prepare using Impression
Publisher. It contains a map created in !Draw which used to come out
very cleanly on the printer.This month it has gone all ragged like a coarse bitmap image. If I reprint the page from.... read more
2 answers click here to view
15/02/2012 9:30
I want to redo my network setup, as it seems to be hosed beyond my capacity to
fix it.This is my day-to-day home system, so I'm afraid to delete everything and NOT have network access. Last time we talked ( and I hijacked a thread on newuser.... read more
5 answers click here to view
15/02/2012 6:34
Hello;
Default screen saver doesn't work until I go into control panel and re-apply the settings every time I start-up the computer. I was reading on Microsoft Updates that Service Pack 2 is supposed to fix this problem, but when I go to update.... read more1 answers click here to view
14/02/2012 18:33
Yes the SID stays the same so you don't have to worryabout migrating or moving profiles but the domain namemust be changed on all member servers and workstations.The local domain name is stored locally in the registry.
<snip>In Windows NT.... read more
3 answers click here to view
14/02/2012 15:30
_________________________________________________________________
Send and receive email from all of your webmail accounts.http://go.microsoft.com/?linkid=3D9671356= -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject o.... read more
3 answers click here to view
14/02/2012 10:19
Twas time to pay the gas bill so I did my usual and went to Barclay's to
pay it by electronic transfer. Couldn't access the Barclay's site - got
'Resolving host' on Oregano 1 which eventually timed out. That was
yesterday and toda.... read more6 answers click here to view
14/02/2012 9:30
Earlier I had sent some attachemtns and I didn't see my message get
through. Are we alloud to send attachments because I didn't see my post
and didn't know if that was the reason it didn't make it through.Sean -- To UNSUBSCRIBE, .... read more
1 answers click here to view
14/02/2012 6:33
We have Windows NT 4.0 on our office machines. The hard drives arepartitioned into three letter drives, C:, D:, and E:
The C: and D: drives are only 2MB drives and are NTFS. Now it is myunderstanding that in order to install Windows XP Pro we need .... read more2 answers click here to view
is there any way to prevent registry monitoring programs (like RegMon) from detecting creates/queries/changes/opens from my code for a key that I create
1 answers click here to view
13/02/2012 15:30
Hello community:
I use debian squeeze running 2.6.38.8-4. usually I download kernel
source tree from kernel.org and strip stuff I dont need and compile
my own kernel. but there is a problem, I think the older kernel such
as 2.6.38 are not being patc.... read more9 answers click here to view
13/02/2012 10:19
Hi there
As some of you might know, I have a fewo f the different hourglass designs
on my website. Now, I want to display an animated GIF of the hourglasses
beside the download, just so hat the people can see what they are
downloading.My question is.... read more
3 answers click here to view
13/02/2012 9:30
Hello!
recently i noticed that the PCMCIA part has made progress concerning my
TV card, and that a bunch of modules is loaded (saa7134 + saa7134_dvb).launching tvtime yields channels, image etc all fine, only: there's no sound...
so i added alsa.... read more
1 answers click here to view
12/02/2012 11:47
Hi,
Im not able to download the CPUOCT2011 PSU from MOS (the download
link is not active), but all other CPU patches can be downloaded fine.Anyone else with the same problem??? We are still under support :-) Matthias
7 answers click here to view
12/02/2012 10:19
Hello
I'm trying to find out who keeps the list of unofficial filetypes - I
believe its Castle, but so far all e-mail attempts have resulted in a stony
silence...The reason for asking is that I no longer require my allocated filetype(s).
Nichola.... read more
2 answers click here to view
12/02/2012 9:30
Is there any way to make the sudo password different from the login password? Wouldn't that make it more secure? That would make two passwords you have to get through to have root access vs. one.1 answers click here to view
12/02/2012 6:33
I have Vista Home Premium on our notebook. When I download HTML docs, avi and
similar video files and pictures to Computer/C drive/Users/Fred/Download
folder and after I have reviewed them and either burnt them to disc I then
delete them from the.... read more1 answers click here to view
11/02/2012 9:30
Does such a beast exist?
Basically I'm looking for something that does mmap whilst still being
fast, as opposed to arts which delays all sound by .1 of a second or
something.One thing I would like is Quake 3 compatibility. Sound is the only p.... read more
3 answers click here to view
11/02/2012 6:33
Hi,
I had to replace my two computers, but, saved their master hard drives in
order to retrieve the user data later. The drives are one IBM Deskstar
ATA/IDE 41.1 GB and one Western Digital WD 400 IDE 40.0 GB. Both drives have
filesystem NTFS and b.... read more7 answers click here to view
10/02/2012 14:54
RSS(resident set size) of the process keeps increasing. Can we
consider that as an indication for memory leaks in the process?
4 answers click here to view
10/02/2012 11:47
I have a table with a DATE column.I want to get a record set for all rows for this month.
select * from TheTable where MeetingDate like 2011-11; select * from TheTable where MeetingDate between 2011-11-01 and 2011-11-31; Does it matter if there is n.... read more
9 answers click here to view
10/02/2012 10:19
Hi - does anyone else use aaugonline.net ? if so are you encountering
problems connecting to the internet with it ? i have lost count of the
number of times i have tried to go online and send email/news and it
won't work, and can't connect an.... read more4 answers click here to view
10/02/2012 9:30
I'm having a major problem trying to forward packets from either a =
workstation of the LAn to the Internet.I want to be sure I'm doing this correctly.
I set a forward rule: $IPT -A FORWARD -i $INT_IFACE -o eth1 -p tcp --dport 1262 -j ACCEPT.... read more
3 answers click here to view
10/02/2012 6:33
Hi
I am trying to load windows server 2003 on a vista machine and it successfully loaded but when I restart I am not getting dual boot option where it just loading vista alone.Please suggest!!! EggHeadCafe - .NET Developer Portal of Choice http:/.... read more
2 answers click here to view
09/02/2012 18:33
Hello,
I have a Seagate Travan tape backup with USB connection.It came with Retrospect software and I found an article on Microsoft that acknoledges this problem but says that it works with retrospect. Also says that I shouldnt use NTBackup.exe .... read more
1 answers click here to view
09/02/2012 15:30
On Mon, Oct 31, 2011 at 07:32:43AM GMT, J. Bakshi wrote:
You havent even looked, have you? ;^)
http://michael-prokop.at/blog/2009/05/25/boot-an-iso-via-grub2/
--
Raf
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject o.... read more2 answers click here to view
09/02/2012 10:19
This is a multi-part message in MIME format.------=_NextPart_000_0A10_01C45D17.FB973C00 Content-Type: multipart/alternative; boundary=----=_NextPart_001_0A11_01C45D17.FB973C00 ------=_NextPart_001_0A11_01C45D17.FB973C00 Content-Type: text/plain; c.... read more
2 answers click here to view
09/02/2012 9:30
Hi,
I tried to mount a dvd drive and got an error, is it correct file
sytem type? what is wrong to the mount command?
$ mount -t udf /dev/hdc /media/disk
mount: block device /dev/hdc is write-protected, mounting read-only
mount: wrong fs type, bad o.... read more9 answers click here to view
08/02/2012 18:33
I recently bought a hard drive and wanted to set up a
RAID array with them. So i installed the drive and set up
the array RAID 0. I can format it and install windows xp
pro. My problem is the fact that the array is not capable
of booting by itsel.... read more1 answers click here to view
08/02/2012 15:30
My Etch server boots fine with the default 2.6.18 kernel. I downloaded the=
=20
2.6.25 kernel and did:
make all
make modules_install
make install
depmod 2.6.21.3
mkinitrd.yaird -o /boot/initrd.img-2.6.25 2.6.25
Updated grub and rebooted. I'm ge.... read more1 answers click here to view
08/02/2012 12:08
I dont know how to connect the color to make it change the
ball...any
help???
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.Formatter;
import javax.swing.*;
import java.io.File;
import ja.... read more4 answers click here to view
08/02/2012 11:47
Hallo NG,
ich habe folgendes Problem: Ich möchte eine Tabelle Abfragen und muss das
Ergebnis in einer Weise sortiert ausgeben, für die ich nicht weiß, wie ich
den SQL-String aufbauen muss.Sagen wir der Einfachheit halber, die Tabelle hätte nur.... read more
6 answers click here to view
08/02/2012 9:30
I am running Debian Etch-testing on an old i586 system with a 32-bit AMD
K6-2 processor. Update Manager just did its daily check, showing 22
available updates. Among them was libc6-amd64, which the description
states is a 64-bit library meant for A.... read more2 answers click here to view
08/02/2012 6:33
Hi there, if anyone can help that would be great. I bought and I/O Magic
external 250gb hard drive to store music and photos but when I plug it in,
Windows XP doesn't recognize it and actually my PC starts to beep constantly
and doesn't .... read more6 answers click here to view
07/02/2012 18:33
I have an Laserjet 4000N with the Vista driver installed.When I want to print I can't print 2 copies of more.
I want to print more than 1 copie but the printer print always 1 copie.
I have Vista Home Premium. I tried Acrobat 8 Prof and Acrobat R.... read more
4 answers click here to view
07/02/2012 15:30
I have a panasonic W7 laptop, and I just discoverd that I can hibernate
it (pm-hibernate). HOwever one problem is that if I hibernate, shut then
lid, and then open the lid, it immediately reloads and starts up again.I wold rather this not happen as .... read more
16 answers click here to view
07/02/2012 9:30
Folks
I've a Creative Sound Blaster Live! 24bit soundcard which I've got to
work in another Debian 2.6 box but am having problems with another box,
so all help welcome. Full details are below, but essentially lspci sees
the card but alsaconf .... read more12 answers click here to view
07/02/2012 6:33
I have a dell laptop with Vista factory installed. The other day is stopped
booting and it can not repair itself. I am attempting to get into safe mode
to check a few things out. However pressing or holding F8 while rebooting
does not work for me..... read more1 answers click here to view
06/02/2012 18:33
I have a similar problem with WMP on vista. Double-clicking the icon does nothing whatsoever--not even an error message. I don't even see a process or application come up in task manager. Values asked for in the registry under HKEY_CLASSES_ROOTCL.... read more2 answers click here to view
06/02/2012 15:30
I have etch which use kernel 2.6.18-6
I want to upgrade it to kernel 2.6.24 or later
but it doesn't contain it:
deb http://http.us.debian.org/debian etch main
Where can I find new kernel images in Debian packages?
--
To UNSUBSCRIBE, email to deb.... read more1 answers click here to view
06/02/2012 11:47
I dont where should I post this, but VirtualBox is an Oracle product,
though not a database, so Ill post it here. When trying to use VBox with
the latest FC15 kernel (2.6.41.1-1.fc15.i686.PAE) I got the following
error:
/var/lib/dkms/vboxhost/4.1..... read more2 answers click here to view
06/02/2012 9:30
Hi!
I recently installed Debian sarge. This is an up to date, clean
install - I only added some fonts by hand. I use KDE. setup.log looks
ok, it indicates 0 Errors.When I try to start openoffice I get a warning about a nonrecoverable error, hitting .... read more
1 answers click here to view
05/02/2012 18:33
Can anyone help me? I have no power in my USB ports. When I boot up I have
temporary power, but as soon as the windows logo and boot up initialize the
power goes away
5 answers click here to view
05/02/2012 15:30
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enigEC10ADAA57D11B39083220B2
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Hi,
Is there a way to show some webpage's content on my.... read more6 answers click here to view
05/02/2012 14:54
Hi, I've just setup/configued DNS on Solaris 10. Apart from
/var/adm/messages output how do I enable further debugging?
Thanks in advance.Mark
3 answers click here to view
05/02/2012 11:47
Im trying to add a row to my table but Im getting an SQL sytax error
that I dont understand.Can you help? mysql> describe Schedule; +-----------------+------------------+------+-----+--------- +----------------+ | Field | Type .... read more
6 answers click here to view
05/02/2012 9:30
Hi,
I am trying to install the unofficial Debian-AMD64 Sarge release on AMD64-dual core system with 4GB RAM using DVD image. It appears that the keybord is not being recognized at the screen asking for Choose Language. Please let me know the soluti.... read more1 answers click here to view
05/02/2012 6:33
How can you view you tube with 64bit os?Adobe flash does not support
64bit!!!
--
STRANGLEHOLDER
Posted via http://www.vistaheads.com
1 answers click here to view
04/02/2012 18:33
I have this strange USB port problem, here are the symptoms:
1. I tried to use Skype with a headset (with microphone) connected to
the sound card (mother board built-in), for some reason the microphone
port did not work from the beginning, this was S.... read more3 answers click here to view
04/02/2012 15:30
I'm trying to set my machine up for viewing video over the web. I read that
one of the best options is to use mplayer. I found a web site with debs
for mplayer and I installed it along with various windows codecs and a
quicktime codec.It plays.... read more
1 answers click here to view
04/02/2012 9:30
I apt-get updated the system this morning. I now find that I can't
do anything that requires login authentication. I noticed it when a
sudo attempt just hung forever. Checking discovered that I can't
sign on as either root or a user, at an.... read more5 answers click here to view
04/02/2012 6:33
We have replaced a Windows NT workstation with a new one.
We would like to use replace the Windows NT OS on the old
one, with Windows 98. We have the Windows 98 CD with us
and have the lisence to use it. Can we do it? If so how?
We also want to re.... read more1 answers click here to view
03/02/2012 18:33
help! does anyone know how to diable the right clicking feature on the mouse
when you are using winXP? I need to do this when I am playing those fast
clicking online games. I tend to click both buttons,on accident, but the
right click feature mess.... read more3 answers click here to view
03/02/2012 15:30
Hi List;
I want to try out Etch. I have a DVD of Sarge (via Linux Magazine). Is it
easy enough to install Sarge and upgrade to Etch, or am I better off
downloading a weekly snapshot of Etch?
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.de.... read more1 answers click here to view
03/02/2012 11:47
Hi,
I have a table with 18 cols, (4x varchar(255), 1xtext and the others are
int or tinyint (signed and unsigned).I do the following select: SELECT id, title, date FROM feeds WHERE parent_id=00000 AND draft =0 AND deleted =0 ORDER BY date DESC LIMI.... read more
6 answers click here to view
03/02/2012 9:30
--mxv5cy4qt+RJ9ypb
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Hello!
I try to install the arm netinstaller cd under qemu on my laptop.But i cannot.
Does anybody did this before..... read more
2 answers click here to view
03/02/2012 6:33
I have a problem with floppy and XP.
Sometimes XP can't detect my disk with error
message Insert floppy ... (eventhough the floppy is
already in the drive and the LED light is on), sometimes
XP gives error Floppy is unformatted ... (which is .... read more4 answers click here to view
02/02/2012 18:33
when i go to do a mail merge for envelopes and select the
document i require it comes up with a pop up saying word
cannot open 'document' as a data or header source because
it is a mail merge main document.I know its a mail merge document.... read more
1 answers click here to view
02/02/2012 15:30
Hello,
a couple of days ago, when booting into Debian, I could not get a
DHCP-offer, so the network was not brought up.I assigned an address that was not in use via ifconfig, and tried a couple of pings.
Pinging a system in the same subnet succeeded.... read more
5 answers click here to view
02/02/2012 12:08
RMI stands for Remove Method Invocations. What does RMIC stand for?
--
Roedy Green Canadian Mind Products
http://mindprod.com
It should not be considered an error when the user starts something
already started or stops something already stopped. Thi.... read more2 answers click here to view
02/02/2012 11:47
I did show parameter recycle and got the following reply:
SQL> show parameter recycle
NAME TYPE VALUE
------------------------------------ -----------
------------------------------
buffer_pool_recycle string
db_recycle_cache_size .... read more4 answers click here to view
02/02/2012 9:30
Hi,
I'm restricting my server's access with some very simple rules (OUTPUT
accept of default, my job only on INPUT initially drop of default)
... ...$ipt -A INPUT -p udp --s $router --sport 53 -j ACCEPT ... ...
paying attention to DNS issues.... read more
2 answers click here to view
01/02/2012 18:33
i am trying to test an FTP from my AS/400 to my NT server or a windows 98
PC.Is there a service or protocol that i must start to allow a pc to be FTP'd to?
1 answers click here to view
01/02/2012 15:30
(Please CC me, I'm not subscribed).First of all, I'll warn you that I use Ubuntu. Everybody is probably tired of Ubuntu users asking for help here, but I think my question applies equally well to Debian.
I'm struggling to understand th.... read more
3 answers click here to view
01/02/2012 14:54
Hello, I am a newbie in cluster technology. I would like to have two
machines in my cluster working in active-active configuration servicing
some network application. A client will connect via TSP/IP connection
to the cluster and will be serviced by .... read more2 answers click here to view
01/02/2012 11:47
Hello,
I am building a trigger such as below:
CREATE OR REPLACE TRIGGER SCHEMA.nameoftrigger BEFORE
INSERT OR UPDATE OF column, column ON TABLENAME FOR EACH ROW
BEGIN
UPDATE TABLENAME SET COLUMNNAME1 = to_char(column) , COLUMNNAME2 =
to_char(colum.... read more8 answers click here to view
01/02/2012 9:30
Hi list,
I'm currently running a custom-built 2.4.27, up-to-date kernel on a woody
base. I have a Gigabyte 7n400 Pro 2 Motherboard, I am a newbie and I have
two questions...1) The Realtek 8169 Drivers detect my network card (which is an onboard .... read more
1 answers click here to view
01/02/2012 6:33
I just update a computer on windows update.
The computer its using Windows NT 4.0 and after I
update the computer and restart the folder System32
opened by itself. And its been doing that every time I
restart the computer
1 answers click here to view
31/01/2012 15:30
Hey Guys,
First time here on the list, so hopefully I get everything right here.I have two Squeeze systems that I have setup with UCARP for auto-failover.
Heres the relevant /etc/network/interfaces of Server 1: 10 iface eth0 inet static 11 .... read more
3 answers click here to view
31/01/2012 11:47
hi guys,
Im developing a system in C++ with MYSQL. For a feature I need that the system
have to be notified when in the database occur a specified event. In order to do
this I thought at a couple of solution :
1) put one thread of the process in po.... read more18 answers click here to view
30/01/2012 18:33
I have an older laptop that runs XP Pro and a number of office applications.
The laptop's HD shows signs of fatigue (noise), and before it breaks
completely and I have to go into panic mode, I want to replace the hard disk.
I have 2 questions:.... read more2 answers click here to view
30/01/2012 15:30
Hello!
I'm looking for new hardware for a server which is running a
customized Linux version based on Debian Sarge. The hardware I'm being
offered has a Smart Array P212 controller, and I'm not sure whether it
would work with Sarge..... read more2 answers click here to view
I have several message boards, and each board has 2 tables; one for subject=
s, one for posts.When I first built this many years ago, we decided to do 2 separate tables = for each board; so, 100 boards =3D 200 tables. Like: Ford Message Board: for.... read more
8 answers click here to view
30/01/2012 10:19
I am using Messenger 1.41d and Newsbase 0.68a on
VirtualAcorn-SA with 68 Mb of memory
I am frequently getting an error message:
0.68a error count 1: Dynamite area corrupt: anchor or anchor address corrupted at 8026 (or similar)
This has only recentl.... read more3 answers click here to view
30/01/2012 9:30
Hi all,
I have debian 3.0 woody on a linux box..........i am getting the following error while complining a program...........
menkar >> make cc -c galfit.c galfit.c:15: curses.h: No such file or directory make: *** [galfit.o] Error 1 i unders.... read more
2 answers click here to view
30/01/2012 6:33
I'm helping my mom to figure why her cable modem is causing lockups, and
stops responding. I'm down to my last couple of ideas and will go to her
house tomorrow.I just thought of something while looking at user guides for Motorola Surfboa.... read more
2 answers click here to view
29/01/2012 18:33
many web pages are taking 5 to 10 seconds, some even longer, to load.
Programs dont open quickly, either. I have a DSL connection. The OS is
Windows Vista, 6.0.6002 SP 2. per the System info available under
Accessories - System Tools - System I.... read more2 answers click here to view
29/01/2012 15:30
Never tried Puppy Linux, but hear its a good distro. Apparently, it
jes got better!
Slacko 5.3 is now our recommended first stop for all newcomers. Try
Slacko!
....reads the Puppy Linux website (Barrys blog). Also:
We do however currently have thre.... read more2 answers click here to view
29/01/2012 11:47
On Fri, 04 Nov 2011 09:40:37 -0700, mar.houweninge@wxs.nl wrote:
Oracle 12g will not be released. The world will end on 12/21/2012 and
youll have to do with Oracle 11g until then. Repent, you sinners! The
end is nigh!
--
http://mgogala.byethost5.c.... read more4 answers click here to view
29/01/2012 10:19
I'm wondering if there's a solution to this little problem.I registered the new Netgear Router by Internet, and I received an empty body email with an Html attachment that' meaning less...
I've tried a variety of solutions to unscram.... read more
5 answers click here to view
29/01/2012 9:30
Hi,
I can't figure out how to use the remount option of mount.crypt from its
man page. All the following that I've tried have failed:
mount.crypt -o remount ro /dev/sdaxx /mnt/point
mount.crypt -v -o remount=ro /dev/sdaxx /mnt/point
Anyon.... read more3 answers click here to view
29/01/2012 6:33
I hear that a sort of service pack is coming next week to address a number
of Vista issues - including improved support for a variety of graphics card.I hope so because I have recurring problems with system resets due to graphics driver issues. I .... read more
1 answers click here to view
28/01/2012 18:33
My Audigy2 ZS sound card seems to be causing a problem whenever I play DVDs
on my PC (not alway though). Sometimes the picture/sound stutters constantly
during playback and other times it plays fine. The same thing used to happen
on my old PC whic.... read more1 answers click here to view
28/01/2012 15:30
On Thu, 2011-09-01 at 16:30 +0000,
debian-user-digest-request@lists.debian.org wrote:
[snip]
Didn't read the whole thread, but it would be great if Debian users list
would switch to mailman.0,02=E2=82=AC Ralf -- To UNSUBSCRIBE, email to debian-.... read more
2 answers click here to view
Here is a list of URLs that a browser can read but that Javas HTTP
get/head cannot.http://ask.com/ http://cgi.omroep.nl/cgi-bin/streams?/rnw/smac/2004/amsterdam_forum__chomsky_on_iraq_and_war_on_terror_20051216_low.rm http://www.akademika.no/ http:/.... read more
8 answers click here to view
28/01/2012 11:47
Hi,
For performance reasons, we replicate a small subset of a remote
database on our Oracle instance (10.2 W2k3). Currently the remote
database is Oracle and the replication is happening smoothly (and has
for a decade or so).We just found out that .... read more
10 answers click here to view
28/01/2012 9:30
Hi list,
Tinkering with Scheme and CGI...Iceweasel _insists_ on asking me what I want to do with 'foo.scm' (save it to disk or whatever).
Neither IE6 nor Firefox (in Windoze) ask me this question, they simply render the intended output.
Of c.... read more
2 answers click here to view
27/01/2012 18:33
Hi, I'm trying to install an USB bluetooth dongle on Windows XP Home
SP2. When I plug in the dongle for the first time Windows recognize it
and installs it with the Generic Bluetooth Radio driver. It works fine
.. until I shut down and restart th.... read more1 answers click here to view
27/01/2012 15:30
Hi,
I want to uncompress data from a file, which has some proprietary format
I a trying to decode. Some people who know concerning this format told
me that the first thing I had to do is to perform a Huffman-decoding of
the raw data. I thought it wou.... read more4 answers click here to view
27/01/2012 12:08
import java.awt.*;
I have done the menu, but I have problem with reseting of the ball,
everytime I change the size or the speed of the ball, it kind of
change the way the sounds works...I kinda figure out that I need to
reset it everytime I change th.... read more4 answers click here to view
27/01/2012 11:47
Hello mysql gurus!
Mysql 5.1, windows 7/windows sever 2008.I have read the following topic: http://dev.mysql.com/doc/refman/5.1/en/limits-windows.html I wonder: 1. The documentation states that for Windows the value is 2048 but nothing is said about.... read more
2 answers click here to view
27/01/2012 9:30
------=_Part_961_26550498.1132787846555
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
I was looking at the gdesklets package, and it looked interesting enough fo=
r
me to apt-get .... read more2 answers click here to view
27/01/2012 6:33
Hi Everyone. I realize this may be a touchy subject but I need to ask.
After a massive computer failure I just bought a new Dell XPS 420 desktop PC.
My first Dell purchase. It came preloaded with Microsoft Vista Home Premium.
I asked Dell for an o.... read more4 answers click here to view
26/01/2012 15:30
------=_Part_23466_23970019.1127126573294
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Hi,
The lirc daemon starts at startup and I want to launch the command irexec=
=20
--daemon.... read more4 answers click here to view
26/01/2012 12:08
There is a new version, Firefox 8.0, is out , the only catch is it
does not support Java. Presumably it will later when they get an
updated plug-in.Similarly the current version of Chrome 15.0.874.106 does not support Java.
-- Roedy Green Canadia.... read more
2 answers click here to view
26/01/2012 11:47
i have a table transactions. which have 2 fields id and loyalty_id. here the Id is primary key. my table like this.ID loyalty_id 1 1 2 1 3 1 4 2 5 2 6 3 7 3 8 4 9 4 10 5 Here the loyalty_id field have repea.... read more
4 answers click here to view
26/01/2012 10:19
This evening I have been getting the error message 'IP address conflict with
another system on the network' on the PC.When I tried the Iyo, with which I am having various networking problems, pinging the PC I got 'Unrecoverable error..... read more
8 answers click here to view
26/01/2012 9:30
Hi All,
Here are the facts,
System
Debian Etch (upgraded from Sarge)
Kernel 2.6.8-3-386
x386 arch.Running Apache2 2.2.3-4 mysql-server 5.0.32-7etch1 php4 4.4.4.-8+etch1 running everything ok, until 3 hour ago when I got this message at the console, .... read more
2 answers click here to view
25/01/2012 15:30
Hi,
Synaptic displays all packages in the status overview as one of auto
removable, local or obsolete and manual. But I do not have any
packages locally or manually installed: I always use Synaptic or apt-get
to do so. Also, removing some of the auto.... read more1 answers click here to view
25/01/2012 14:54
How do you steal a copy of the display in Solaris, i.e., someone is
running a standard desktop (Gnome, CDE, etc.) and I want to see what is
on their screen from another machine. Assume I can do a remote shell
as root to the target machine. Apparent.... read more3 answers click here to view
25/01/2012 11:47
Hi all,
Ive got a question regarding SELECT FOR UPDATE behavior as I couldnt
really find any detailed info anywhere. Would anyone know if this
feature obeys the ORDER BY clause, while locking the rows? For
example, would this query try to lock rows i.... read more6 answers click here to view
25/01/2012 9:30
Hi,
Has anyone got it right to transfer images from a cell phone to a folder
using Bluetooth in KDE or Gnome packages? My bug seems to be stuck, #643813
And if yes how?
I have all the right packages installed AFAIK
Dolphin gets stuck at 95% searchin.... read more6 answers click here to view
25/01/2012 6:33
He there,
after my old HDD crashed I just installed a new one. It's a Western Digital
120GB SATA, type WD1200 BEVS.Unfortunately WinXP doesn't recognize it, so I cannot even partition / format it.
However the new HDD is fully recognized by.... read more
7 answers click here to view
24/01/2012 18:33
Hi!
How can I see what process that makes my CPU accumulate high process
utilization on my machine? I tried browsing the task manager but i do not
know how to point the right image name that causes high utilization. Can you
help me?
Mark
1 answers click here to view
24/01/2012 15:30
I just built a new kernel from kenel-sources, plus I built the
ls-sensors modules
So, to build the kernel and modules I used:
$ fakeroot make-kpkg --revision=custom.1.0 --append_to_version=-xfs-athlon kernel_image
$ fakeroot make-kpkg --revision.... read more1 answers click here to view
24/01/2012 12:08
So, I have a SubImage class which extends BufferedImage and I would like
to use ImageIO.read() to create a SubImage, but since it returns a
BufferedImage, I cant find a way of doing that.Should I be using another design? or is there a way to get p.... read more
4 answers click here to view
24/01/2012 11:47
I have a table with 3 columns
YearNo, WeekNo, DayNo
Is there any syntax I can use in a Query to return the date
(yyyy-mm-dd) from these values?
--
Rob
10 answers click here to view
24/01/2012 9:30
Ok.. I have the disks partitioned and mounted. I am ready to install
the base system, but when I installed the kernel and driver modules, my
network card was not detected. I then went to configure device driver
modules and selected 'net' for.... read more10 answers click here to view
24/01/2012 6:33
i have now win98 sec ed and have had continuous problems.So i want to change to xp home edition, but lot of people tell me it's not an improvement on problemsolving.
can you tell me if xp is more reliable than 98, what are the drawbacks, can k.... read more
1 answers click here to view
23/01/2012 18:33
Hi
I get a perpetual restart after a windows update install (which always fails
incidentally). I cannot prevent the continious restarts, It won't start in
safe mode or any other mode. It just displays the message configuring
windows updates ju.... read more4 answers click here to view
23/01/2012 15:30
I have noticed that I have two Xorg processes running, one of which is
always stuck at CPU=0.0% but nevertheless shows the same memory usage as
the other process.From top: 3062 root 15 0 132m 59m 7984 S 0.7 5.9 10:34.47 Xorg 3140 .... read more
8 answers click here to view
23/01/2012 9:30
Hi all,
At times in iceweasel I get corrupted web-pages as seen in
http://picturepush.com/public/4661770 . Has anybody else seen such
corruptions. If not, what could be the issue ?
Any ideas/pointers would be nice. The iceweasel version I have is
3..... read more2 answers click here to view
22/01/2012 15:30
I upgraded my debian etch several days ago, it seems that i got
problems starting these programs: gaim, amule, bluefish etc.the error shown in the terminal: $ amule & Cheching if there is an instance already running...
*** glibc detected *** malloc.... read more
3 answers click here to view
Hello.$ w 19:43:27 up 2:23, 1 user, load average: 0.06, 0.03, 0.00 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT fool pts/0 192.168.1.5 17:52 0.00s 0.43s 0.00s w top - 19:43:11 up 2:23, 1 user, load av.... read more
8 answers click here to view
22/01/2012 6:33
I no longer want NT as my OS ... i would like to change it to windows 98. I bought the disks and tried to format the drive, but it didn't work. I tried using seagate ... it didn't work, I tried removing the NTFS ... it didn't work. I a.... read more1 answers click here to view
21/01/2012 18:33
Hi Guys,
I have a computer with the following fitted:
Windows XP with alll latest updates,
no ethernet card
when the broadband modem is switched on the phone line becomes noisy/hashy
and is very difficult ot hear the person speaking on the line.If .... read more
8 answers click here to view
21/01/2012 15:30
hi all
i need actually to use math software like matlab and maple whose linux
version are not available to me
now i am considering in purchasing VMware to solve the problem and use
those applications within it... without frequently rebooting into XP
.... read more3 answers click here to view
21/01/2012 12:08
Are enums supposed to support static variables? static methods?
If the enum is nested in another class, are enum methods supposed to
be able to access the containing classes instance variables and
methods?
I believe the answer is no to all these ques.... read more8 answers click here to view
21/01/2012 11:47
Oracle 11.2 allows the DBA to define the block size for redo logs:
http://tinyurl.com/6co7u2e
The DBA guide is mostly concerned with the redo wastage. The available
options are 512B, 1K and 4K. The 4K size is recommended for the newer
disks, with 4.... read more2 answers click here to view
21/01/2012 9:30
Is there some way to install Sugar in Debian testing?
I tried the aptitude --with-recommends install sugar but it basically
forces me to downgrade most of Gnome to stable.Stefan -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.o.... read more
2 answers click here to view
21/01/2012 6:33
You can use Partition Magic or some other similar application.-- Regards, Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems] Gilbert Pence wrote: C for
11 answers click here to view
21/01/2012 0:30
Hello:
I have the following PC:
CPU: AMD Athlon XP, 1666 MHz (12.5 x 133) 2000+
Motherboard: Biostar M7NCD (5 PCI, 1 AGP, 1 CNR, 2 DDR DIMM, Audio, LAN)
Chipset: nVIDIA nForce2 400
Current RAM:
512 MB (PC3200 DDR SDRAM)
I'd want to upgrade my R.... read more4 answers click here to view
20/01/2012 15:30
Looking in the log for cron.daily, I discovered the following problem:
/etc/cron.daily/apt contains a line:
apt-key net-update
which gives:
ERROR: no location for the archive-keyring given
the net-update command is accepted, al.... read more6 answers click here to view
20/01/2012 14:54
Has anyone seen a situation in which Xsun hangs (and consumes the CPU)
and the mouse seems to be locked up. The screen will still display
console messages but the operator can't control anything, the mouse
pointer is gone. This phenomena start.... read more1 answers click here to view
20/01/2012 11:47
Hi all,
I must first confess I am a a complete ignoramus when it comes to how data
bases work.I have been quite happily using mythtv and gallery 2, which both use mysql, having followed directions to get the database bit set up. All has been happ.... read more
10 answers click here to view
20/01/2012 9:30
I notice that the fonts seem to have changed again, since the last
libfreetype upgrade.Sort of blocky and odd.
-- faeychild Mandriva Linux release 2010.2 (Official) for i586 Running KDE 4.4.5 on 2.6.33.7-desktop-2mnb kernel.
6 answers click here to view
19/01/2012 15:30
I am struggling a bit with my Intel DG965SS motherboard, in getting
Debian unstable running properly. What happens is that my DVD/CD-R
drive is on the IDE channel, and is not being recognised (disks are
SATA and I am accessing these fine).I have.... read more
2 answers click here to view
19/01/2012 12:08
On Nov 15, 2:51 pm, markspace <-@.> wrote:
Ok, Ive written command line code that way, but surely you dont
begin a desktop GUI project with nothing but an empty Main class. What
do you start with? Is there a standardized prototype? Thanks.2 answers click here to view
19/01/2012 11:47
On Oct 19, 4:54=A0am, joel garry <joel-ga...@home.com> wrote:
jspa?messageID=3D9938586#9938586
Wait until its all in Fusion and needing a 200GB/32X4GHz/Exa**2Data
box for a minimal sandpit entry point. Then itll fly, guaranteed.(out the windo.... read more
3 answers click here to view
19/01/2012 10:19
Hi everyone,
I have just started programming on my RISC PC that my friend gave me,
and have chosen to use BBC Basic, as I use Visual BASIC on a daily basis.What I need to know is, what is the deal with the SWI Statments? I understand you use SYS,Va.... read more
8 answers click here to view
I just did my normal sid update (every few days I do one of these) and
today I seem to have hit a problem. My screen locks solid, and input
(mouse or keyboard) no longer has any affect. Screen updates (such as
the clock) continue.I originally t.... read more
6 answers click here to view
18/01/2012 15:30
Dear users,
I've got a textfile with a lot of duplicate text. How do I remove it?
I'm using Emacs 21.Wilfred -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmaster@lists..... read more
4 answers click here to view
18/01/2012 11:47
Hi, Im trying to get the following scenario to work. Maybe someone
can help?
We have the following small setup:
DATABASE: DB1
USERS: TOM & BILL, CHRIS, MARK, JOE
DATABASE: DB2
USERS: TOM
There is a trigger on a table in Toms schema in DB1. That tr.... read more10 answers click here to view
Thanks to Camaleon, John Lindsay, and Chris Brennan for responding.This statement put into my /etc/fstab seems to have worked, and auto moun= t as well: UUID=3D9419-5112 /usb vfat uid=3D1000,gid=3D1000,utf8,umask=3D0000 0 0 The UUID is obtained via .... read more
4 answers click here to view
18/01/2012 6:33
Hi Ken,
Big Bertha Thing sumated
Newsgroups: swnet.sci.astro
Local: Tues, Apr 20 2010 6:56 pm
Subject: Re: Outlandish Particle Periodic Table update IX
Hi there,
The number of polkadots on an equilatteral triangle is given by the
formula sumation N..... read more
2 answers click here to view
17/01/2012 18:33
I have two user accounts, one is an administrator. I don't want the standard
account to be able to view the data in my account. I tried to un-share
folders but I keep getting this error message 'You could not stop sharing
the selected fold.... read more3 answers click here to view
17/01/2012 15:30
Hello there,
When started from gnome-terminal, Icedove stays attached to it. I can
detach it by executing icedove &.The problem is, I cant seem to do that recursively, i.e. from the terminal call another terminal which calls icedove &. The followi.... read more
9 answers click here to view
HI all,
Having a bit of trouble with the how-to of this. Say I want to read
the contents of a folder and then output the contents of the folder to
a file with each file name occupying its own line in the output file
as is shown below:
file2.txt
doc1..... read more12 answers click here to view
17/01/2012 11:47
Hi everyone,
I am working on the following question. I would appreciate if someone
could help me with it.You are running a DBMS on a computer which has a 3kByte disk block.
Table T in your database D has size 200MBytes. You execute a query: =93selec.... read more
8 answers click here to view
17/01/2012 10:19
I am new to Easy Font Pro, so it may just be a setting in that that I
need to alter.I have EFP run at boot up.
Now whenever I run Netsurf, Easy Font Pro issues an error to the effect that it has detected that Netsurf wants to change the Font$path, a.... read more
1 answers click here to view
17/01/2012 9:30
Does anybody know how to configure /etc/init.d/postgresql to accept
TCP/IP conections?
In redhat was simpler (just modify the line was started with su -l
postgres). But in debian, filhe is completely different .I know that a flag -i should be add.... read more
3 answers click here to view
16/01/2012 18:33
I was planning a clean install of WinXP Pro on my
computer.I deleted all the former partitions and proceeded
to create one 12 gb one on which I planned to install XP.
But after installing XP and rebooting my system it gave me
this message Couldn&.... read more3 answers click here to view
16/01/2012 15:30
OK, this is a fun one. I recently took delivery of a new server, a
Dell Poweredge R310
Intel Xeon X3440 quad core, 8GB RAM, etc. Storage is four 500GB
drives, hardware RAID1 so shows up as two 500GB drives to the system.H/W controller is SAS1068e, .... read more
4 answers click here to view
import java.awt.*;
import java.util.Formatter;
import javax.swing.*;
import java.io.File;
import java.io.IOException;
import javax.sound.sampled.*;
import java.awt.Toolkit;
// Extends JPanel, so as to override the paintComponent() for custom
renderin.... read more10 answers click here to view
16/01/2012 11:47
Hi,
Im a database guy but have barely used mySQL. What I intend to do is
this:
export an Access database with 10 to 15 tables (not much seed data
though) to mySQL on Mac.Here, I have a bunch of questions.
a) Migration options and constraints (Im on.... read more
6 answers click here to view
16/01/2012 9:30
On Wed, 2003-08-27 at 12:40, demslh wrote:
> > sis900.c: v1.08.06 9/24/2002
> > > PCI: Assigned IRQ 11 for device 00:03.0
> > > eth0: Realtek RTL8201 PHY transceiver found at address 1.> > > eth0: Using transceiv.... read more
3 answers click here to view
16/01/2012 6:33
I've just performed a Windows Update loading Service Pack
6a on a HP Vectra loaded with NT 4.0 Workstation.
Unfortunately I can no longer log into this machine as I
get a Dr. Watson error (machine boots fine - I just can't
login) and the.... read more1 answers click here to view
15/01/2012 18:33
Hi
I have Vista Ultimate, when I select files in a folder then copy and paste
them to a different folder, NOTHING happens.When I drag and drop them it works, any ideas how I can fix this? thanks Daniel
2 answers click here to view
15/01/2012 18:13
I have ArcServe 6.61 installed on an NT4 SP6 Server. I have a tape
library attached that houses 15 tapes. A normal weekly backup for the
servers I'm backing up uses 3 of these tapes (sequence 1-3).I need to do a restore from these tapes. I ch.... read more
1 answers click here to view
15/01/2012 18:09
Hi,
I have a Dell Dimension 2400 PC. (XP Home)
A while back the icon for the dive just disappeared from the system.I assumed the drive had reached the end of its time!! And went and bought a replacement.
It wont seem to install correctly either.
Its.... read more
3 answers click here to view
15/01/2012 16:58
Ashlee Vance got the scoop on an Open Solaris open briefing.<URL:http://www.theregister.co.uk/2005/01/19/sun_cddl_solaris/> | Sun is holding a conference call with reporters and analysts on Jan.
| 25 to discuss the company's Solaris open s.... read more
3 answers click here to view
15/01/2012 16:57
Hi,
This is partly OT, but someone might know the answer.I have a domestic network - a router, a RISC-PC, an Omega, a Space Cube from RComp (with Win XP) and a laptop that can be plugged in as necessary (with Win ME). I am using Uniprint from the RI.... read more
1 answers click here to view





