Search Results

Search: Posts Made By: suntac
1,871
Posted By suntac
Hi sam, I have no experience with Sybase... Have...
Hi sam, I have no experience with Sybase... Have a look at http://tldp.org/HOWTO/Sybase-ASE-HOWTO/usage.html


How do you normally start a sql script from the command line... sql / isql command or...
5,815
Posted By suntac
What do you want to happen when the number of...
What do you want to happen when the number of lines < 50.

In the case it is >50 you want it send to you as a attachment. Can it also be send to you in the body of the mail?


Regards,
Johan...
22,824
Posted By suntac
You might want to take a look into Perl and how...
You might want to take a look into Perl and how you can write a little perl script to connect to your database and do the things you like.... check DBD::ASAny Perl Driver Download: Mobile Enterprise,...
1,871
Posted By suntac
'sql -U history update...
'sql -U history
update feed_domain_configuration
set enabled=1
where domain='lon' and vendor_name='<lond'"

which database?


Regards,
Johan Louwers.
Forum: Solaris 10-03-2007
26,416
Posted By suntac
Rob, I have no experience with SAR however have...
Rob,
I have no experience with SAR however have you thought about writing a simple script that will do this for you... You could write a script that rotates your logs.... you can also take a look at...
Forum: Solaris 09-26-2007
3,583
Posted By suntac
True, check Common UNIX Printing System...
True,
check Common UNIX Printing System (http://www.cups.org/) for more information about CUPS.

http://www.math.colostate.edu/~reinholz/freebsd/images_cups/cups10.png


Regards,
Johan Louwers.
Forum: Solaris 09-26-2007
5,513
Posted By suntac
You might find a solution on one of those pages: ...
You might find a solution on one of those pages:

Serial Port Console Log (http://www.uni.aps.anl.gov/controls/docs/serialWatch.html)
Log Serial Port Data to a Specified Logfile...
Forum: Solaris 09-26-2007
12,341
Posted By suntac
You might want to take a look at MRTG...
You might want to take a look at MRTG (http://oss.oetiker.ch/mrtg/). It is originaly designed to monitor network traffic information and display this in a web environment. however some searching in...
Forum: Solaris 09-26-2007
3,583
Posted By suntac
printer power button? :-)
printer power button? :-)
Forum: Solaris 09-26-2007
4,227
Posted By suntac
Try IRC... you can find a good starting point at...
Try IRC... you can find a good starting point at irc.freenode.net I think.


Regards,
Johan Louwers.
Forum: Solaris 09-26-2007
3,724
Posted By suntac
Not sure if this is helping you in any way: ...
Not sure if this is helping you in any way:

"The source of that error is server.c when the client is sending more
information and the server believes that all transactions are complete.
See...
Forum: Solaris 09-26-2007
6,028
Posted By suntac
wild thought: the -y option in fsck...
wild thought:
the -y option in fsck (http://www.terminalcult.org/manpages.php?manpage=fsck&Search=Search) is for "Assume a yes response to all questions asked by fsck".

Could it be that here is...
Forum: Solaris 09-26-2007
11,770
Posted By suntac
mmm sysinfo...
mmm sysinfo (http://www.terminalcult.org/manpages.php?manpage=sysinfo&Search=Search)

Did you try to find it by issuing something like this:

find / -name sysinfo


Regards,
Johan Louwers.
Forum: Solaris 06-21-2007
4,208
Posted By suntac
Sounds like you have a wrongly configured switch...
Sounds like you have a wrongly configured switch in your network or your network card is in promising mode. Meaning that "somehting" (a switch) is sending all the packets to the same port .... could...
Forum: Solaris 06-12-2007
3
5,559
Posted By suntac
If you really really sure this is an error in...
If you really really sure this is an error in tcopy you can donwload the source from the location I posted before, make the modifications and re-compile... however.... a better solution is to use the...
Forum: Solaris 06-08-2007
3
5,559
Posted By suntac
Check the sourcecode.... this is raised if: ...
Check the sourcecode.... this is raised if:


if ((buff = malloc(buf_size)) == NULL) {
(void) fprintf(stderr, "Can't allocate memory for tcopy\n");
return (4);
}...
Forum: Solaris 06-08-2007
4,208
Posted By suntac
Can you ping them? can you try this and...
Can you ping them?

can you try this and share the results:
ping Home.netscape.com

Can you also try this and share the results:
ping google.com

And can you try this and share the results:...
Forum: Red Hat 06-08-2007
4,060
Posted By suntac
Install (kickstart) a new install on the machine....
Install (kickstart) a new install on the machine.

That is the quickest way at this moment I think. But looking at the age of your post you will already have solved your problem I think. :-)
...
Forum: Linux 06-08-2007
6,052
Posted By suntac
Can you be somewhat more specific.... You like to...
Can you be somewhat more specific.... You like to have a webserver running on your linux server? Correct?

- Installed apache?
- Checked firewall rules?
- tested connection?

Where are you and...
Forum: SuSE 06-08-2007
8,073
Posted By suntac
I thin you mean with amber and red lights some...
I thin you mean with amber and red lights some warning led's on the server itself... and I think you mean with a "walk trhough" that they walk in the server room an check if warning lights are...
Forum: Solaris 06-06-2007
3,792
Posted By suntac
Murad, this is an error in your sql code and is...
Murad,
this is an error in your sql code and is not related to a problem with Sun Solaris. I think you have posted this in a wrong forum. The place to turn to is a Oracle forum.

I can try to give...
Forum: Solaris 04-05-2007
10,854
Posted By suntac
I have been reading on the internet that in this...
I have been reading on the internet that in this case you could use a

umount -l /oebs/syruat01

however my version of umount is not supporting this.

[root@oebs05 oebs]# umount -V
umount:...
Forum: Solaris 04-05-2007
10,854
Posted By suntac
umount is failing
I am trying to umount a NFS share.

When I do the following:

[root@oebs05 oebs]# umount syrupg21
umount: /oebs/syrupg21: device is busy


device bussy so I like to check what is working on...
Forum: Red Hat 04-02-2007
4,981
Posted By suntac
I think you will have to take a look at...
I think you will have to take a look at miniChinput and ChinPut to enable Chinese characters: http://people.redhat.com/yshao/

Also a good source could be:...
Forum: What is on Your Mind? 04-02-2007
2,214
Posted By suntac
This might help.... I do not know if this is the...
This might help.... I do not know if this is the best solution but it could help you... http://www.sunguru.com/tests/tests.shtml


Regards,
Johan Louwers.
Showing results 1 to 25 of 96

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